You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Kevin Baynes <kb...@seagullsw.com> on 2003/06/11 00:03:44 UTC

Error Starting Jetspeed in Resin 2, Tomcat 4 and Jetty 4

My target deployment container is Resin with Apache on Redhat Linux. I am
getting the below SAXNotSupportedException. Can anyone give me any ideas how
to fix it? The container is hosted by an ISP, so modifying the Resin
configuration is not possible.

RUNNING WITH ERRORS
------------------------------------------------------------------------
Jetspeed in Resin 2.1.6 with JDK 1.4.0 on Redhat Linux 7.2
----------------------------------------------------------------------

The following error is being displayed in various portlet positions :

'problem in SAX transform: org.xml.sax.SAXNotSupportedException:
http://xml.org/sax/properties/lexical-handler'



I was able to get Jetspeed working in Tomcat 3.3.1 with JDK 1.4.1 on WinXP
and am now evaluating it for usability... so I do have one running copy.

I have tried installing JetSpeed in four of my local development containers
and unfortunately it has failed in most of them. Below are two that fail
completely with Jasper errors. Any ideas what is causing these?


FAILED
------------------------------------------------------------------------
Jetspeed in Tomcat 4.1.12 with JDK 1.4.1 on WinXP :
----------------------------------------------------------------------

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
    [javac] Compiling 1 source file



	at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle
r.java:120)
	at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:2
93)
	at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:313)


FAILED
----------------------------------------------------------------------
JetSpeed in Jetty 4.1.4 with JDK 1.4.1 on WinXP :
----------------------------------------------------------------------

HTTP ERROR: 500 org/apache/tools/ant/BuildException
RequestURI=/jetspeed/index.jsp

17:27:25.413 WARN!! Exception for /jetspeed/index.jsp
java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException
        at
org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext
.java:203)
        at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:4
71)
        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:1
84)
        at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:366)
        at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandl
er.java:293)
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:581)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1687)
        at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext
.java:544)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1637)
        at org.mortbay.http.HttpServer.service(HttpServer.java:875)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:806)
        at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:956)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:823)
        at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:202)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:290)
        at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:743)
        at java.lang.Thread.run(Thread.java:536)




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


1.4b4 /Jetspeed/docs/ 404

Posted by Kevin Baynes <kb...@seagullsw.com>.
Documentation :
In Jetspeed 1.4b4 default install, the link 'Documentation' on the left hand
side pointing to  '/jetspeed/docs/' is giving  a 404. Am I missing an Ant
build target or something? I see 'maven:docs' with a note that you have to
have 'maven' installed... they don't look like the right targets

Building WAR :
In the jetspeed 1.4b4 source, the 'project.properties' file has the line :
  'lib.dir = ${lib.repo}'
In order to get the build to run, I had to change it to :
  'lib.dir = lib'

~akb


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org