Removed the 2 jars from WEB-INF/lib: Xmlrpc.jar Xmlrpc-helma.jar
It now no longer hangs when shutting down. Could someone enlighten me as to: 1) how the XML-RPC thread is getting started 2) describe how XML-RPC is used within Turbine 3) Where is this project found? I'd like to look at the source and see if the thread is marked as daemon Funny thing, I was sure that I removed all the TR.p entries, yet the thread was still starting. That's what has me confused, maybe its just a user error. > -----Original Message----- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 2:57 PM > To: 'Turbine Users List' > Subject: RE: Shutdown of Tomcat 4.03 with Turbine Apps > > > The Catalina process seems to be hanging on this thread: > > "Thread-3" prio=5 tid=0x008E4410 nid=0x71c waiting on monitor > [0..6fb14] > > "XML-RPC Weblistener" prio=5 tid=0x0AEC7720 nid=0x3e0 > runnable [b39f000..b39fdb4 ] > at java.net.PlainSocketImpl.socketAccept(Native Method) > at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343) > - locked <030EFB08> (a java.net.PlainSocketImpl) > at java.net.ServerSocket.implAccept(ServerSocket.java:438) > at java.net.ServerSocket.accept(ServerSocket.java:409) > at org.apache.xmlrpc.WebServer.run(Unknown Source) > at java.lang.Thread.run(Thread.java:536) > > > I commented out all the XMLRPC stuff in the TR.p, but its > still hanging on this thread...? > > > > > -- > To unsubscribe, e-mail: > <mailto:turbine-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
