Morawetz, Martin wrote: > > Hi, > > Trying to run an axis2 webservice with resin 4.0.5 we see following > stacktrace >
Hi Martin, I've added this as a bug report at http://bugs.caucho.com/view.php?id=4030. I believe the exception has been fixed in 4.0.6, however I'm not sure about the axis issues. That exception shouldn't affect anything, though, so I want to check into it further. -- Scott > > in the resin stdout file: > > java.lang.UnsupportedOperationException: The method shutdownOutput() > is not supported in SSLSocket > > at > com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.shutdownOutput(BaseSSLSocketImpl.java:192) > > at com.caucho.vfs.SocketStream.closeWrite(SocketStream.java:340) > > at com.caucho.vfs.WriteStream.close(WriteStream.java:1246) > > at > com.caucho.server.connection.TcpConnection.closeImpl(TcpConnection.java:926) > > at > com.caucho.server.connection.TcpConnection.destroy(TcpConnection.java:960) > > at > com.caucho.server.connection.TcpConnection.handleRequests(TcpConnection.java:538) > > at > com.caucho.server.connection.TcpConnection$AcceptTask.doTask(TcpConnection.java:1100) > > at > com.caucho.server.connection.TcpConnection$ConnectionReadTask.runThread(TcpConnection.java:1037) > > at > com.caucho.server.connection.TcpConnection$AcceptTask.run(TcpConnection.java:1068) > > at com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901) > > at com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866) > > The webservice refuses connections after three calls, we have to > restart resin then. > > Possibly the connection doesn’t get closed although the log states it: > > TcpConnection[id=2] closing connection > TcpConnection[id=http://*:8081-2,http://*:8081,CLOSED], total=3 > > I’m not sure if there is a correlation between stacktrace and > webservice behaviour. > > We use Java 1.6.0_19, 64Bit btw. > > Regards, > > Martin > > "The information in this e-mail and in any attachments is confidential and > intended solely > for the attention and use of the named addressee(s). This information may be > subject to legal, > professional or other privilege and further distribution of it is strictly > prohibited without > our authority. If you are not the intended recipient, you are not authorised > to and must not > disclose, copy, distribute, or retain this message or any part of it, and > should notify us > immediately. > > This footnote also confirms that this email has been automatically scanned > for the presence > of computer viruses, profanities and certain file types." > > ------------------------------------------------------------------------ > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
