DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10071>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10071 Exception contacting deployed service ------- Additional Comments From [EMAIL PROTECTED] 2002-06-21 20:39 ------- Still using the Jun 20 nightly build I exploded my services jar file into the axis/WEB-INFO/classes directory and as long as deployment doesn't hang I am unable to break the client (i.e., works everytime IF it deployed). This is good, though I still wonder if it'll break on the n+1 try. :-) If the above holds, I would recommend downgrading the bug report from blocker to merely critical (or even just major), given what is still problematic... (and not being able to deploy as a .jar would then earn it's own bug report) That leaves the problem of a deploy operation that hangs. This still seems to be a race condition given its intermitency. In this case the axis.log file is NOT created. But the following are (in tomcat-4.0.3/logs): apache_log.2002-06-21.txt catalina.out catalina_log.2002-06-21.txt >>>apache_log states: 2002-06-21 16:29:55 [org.apache.catalina.connector.warp.WarpConnector] Error accepting requests java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343) at java.net.ServerSocket.implAccept(ServerSocket.java:438) at java.net.ServerSocket.accept(ServerSocket.java:409) at org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590) at java.lang.Thread.run(Thread.java:536) >>>while catalina.out states (in part): Catalina.start: LifecycleException: Error creating server socket (java.net.BindException): java.net.BindException: Address already in use LifecycleException: Error creating server socket (java.net.BindException): java.net.BindException: Address already in use at org.apache.catalina.connector.warp.WarpConnector.initialize(WarpConnector.java:491) at org.apache.catalina.core.StandardService.initialize(StandardService.java:454) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:553) at org.apache.catalina.startup.Catalina.start(Catalina.java:780) Hope this helps.