On Wed, 13 Jun 2001, Scott M Stark wrote:

> An updated JBoss-2.2.2_Jetty-3.1.RC5-3.tgz bundle has been posted to
> sourceforge. This version has the same level of integrated security as

Downloaded and installed it.

> - The dreaded "null null null"

not here..don't even need to hit a jsp page:

> ./run.sh                                                                             
>                                       JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar
jboss.home = /usr/local/jboss/jboss
Using JAAS LoginConfig: file:/usr/local/jboss/jboss/conf/jetty/auth.conf
Using configuration "jetty"
[Info] Java version: 1.3.0_02,Sun Microsystems Inc.
[Info] Java VM: Java HotSpot(TM) Server VM 1.3.0_02,Sun Microsystems Inc.
[Info] System: Linux 2.2.14,i386
[Shutdown] Shutdown hook added
[Service Control] Registered with server
[Jetty] JBoss and Jetty Log models connected
[Jetty] setConfiguration() is deprecated - use addConfiguration()
<snip>
[Jetty] start HttpServer version Jetty/3.1.RC5
[Jetty] Already started on 0.0.0.0:8080
[Jetty] Started SocketListener on 0.0.0.0:8080
[Jetty] classpath set while started
[Jetty] Started WebInfProtect
[Service Control] Started 34 services
[Default] JBoss 2.2.2 Started in 0m:8s
[Jetty] Jetty Demo Page: init
[Jetty] Loading JettyPage Index
[Jetty] null null null


java.lang.NullPointerException
        at com.mortbay.HTTP.HttpRequest.getPath(HttpRequest.java:467)
        at com.mortbay.HTTP.HttpResponse.sendError(HttpResponse.java:337)
        at com.mortbay.HTTP.HttpResponse.sendError(HttpResponse.java:401)
        at com.mortbay.HTTP.HttpConnection.exception(HttpConnection.java:482)
        at com.mortbay.HTTP.HttpConnection.handle(HttpConnection.java:271)
        at com.mortbay.HTTP.SocketListener.handleConnection(SocketListener.java:107)
        at com.mortbay.Util.ThreadedServer.handle(ThreadedServer.java:294)
        at com.mortbay.Util.ThreadPool$PoolThreadRunnable.run(ThreadPool.java:613)
        at java.lang.Thread.run(Thread.java:484)[


> - The need to get the tools.jar into you CLASSPATH for JSPs

don't see that either..:

[Jetty] JSP: init
[Jetty] Servlet Exception for /demo/jsp/hello.jsp
java.lang.NoClassDefFoundError: sun/tools/javac/Main
at org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:128)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:240)


> - NullPointerException on JBoss shutdown

not sure of this one either..:

[Jetty] Destroying (jetty.mortbay.com)
[Jetty] java.lang.NullPointerException
[Jetty]         at com.mortbay.HTTP.HttpServer.destroy(HttpServer.java:229)

Maybe the updated bundle is not on the site??

Daren



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to