I'm having a heck of a time getting JBoss 3.2.2-Jetty to run on either
Win2K or XP.  (I can run it on multiple Linux's fine).

I've verified that I have no other services listening on JBoss' ports
(8080, 8009, 1099, 4444, etc), but Jetty doesn't seem to be happy when
it comes up.  Even odder, when I shutdown and restart immediately,
it's as if the ports from the previous run are still being used and I
get all kinds of errors -- mostly JNDI errors because 1099 is still
bound.  

Is there some Windoze setting somewhere I need to turn on so that my
ports aren't in TIME_WAIT for so long after shutdown?  

2003-11-19 17:04:22,538 INFO  [org.jboss.jbossweb] Starting
Jetty/4.2.11
2003-11-19 17:04:22,568 INFO  [org.jboss.jbossweb] Started
[EMAIL PROTECTED]
2003-11-19 17:04:22,588 WARN  [org.jboss.jbossweb] WARNING: Failed to
start: [EMAIL PROTECTED]:8080
2003-11-19 17:04:22,618 INFO  [org.jboss.jbossweb] Started
AJP13Listener on 0.0.0.0:8009
2003-11-19 17:04:22,628 INFO  [org.jboss.jbossweb] NOTICE: AJP13 is
not a secure protocol. Please protect the port 0.0.0.0:8009
2003-11-19 17:04:22,638 ERROR [org.jboss.jetty.JettyService] multiple
exceptions...
2003-11-19 17:04:22,648 ERROR [org.jboss.jetty.JettyService] exception
java.net.BindException: Address already in use: JVM_Bind
                        at java.net.PlainSocketImpl.socketBind(Native
Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
        at java.net.ServerSocket.bind(ServerSocket.java:309)
        at java.net.ServerSocket.<init>(ServerSocket.java:183)
        at
org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:317)
        at
org.mortbay.util.ThreadedServer.start(ThreadedServer.java:389)
        at
org.mortbay.http.SocketListener.start(SocketListener.java:153)
        at org.mortbay.http.HttpServer.start(HttpServer.java:671)
        at
org.jboss.jetty.JettyService.startService(JettyService.java:175)

How does anyone get anything done on an MS platform?!?!  ;-)

Thanks,
Jim


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to