0 Replies Latest reply on Apr 28, 2010 9:54 PM by tunirs

    Jboss-4.0.5.GA web module problem

      Hi all
            I have a servlet deployed in Jboss. The problem is that sometimes when I restart my server, the servlet cannot be get called, and I get the following error in the log

       

      2010-04-23 13:29:31,748 ERROR [STDERR] Exception in thread "http-0.0.0.0-8280"
      2010-04-23 13:29:31,748 ERROR [STDERR] java.lang.ClassCircularityError: org/apache/coyote/http11/InternalInputBuffer$InputStreamInputBuffer
      2010-04-23 13:29:31,748 ERROR [STDERR]  at org.apache.coyote.http11.InternalInputBuffer.<init>(InternalInputBuffer.java:71)
      2010-04-23 13:29:31,748 ERROR [STDERR]  at org.apache.coyote.http11.Http11Processor.<init>(Http11Processor.java:95)
      2010-04-23 13:29:31,748 ERROR [STDERR]  at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.init(Http11BaseProtocol.java:617)
      2010-04-23 13:29:31,748 ERROR [STDERR]  at org.apache.coyote.http11.Http11Protocol$JmxHttp11ConnectionHandler.init(Http11Protocol.java:134)
      2010-04-23 13:29:31,748 ERROR [STDERR]  at org.apache.tomcat.util.net.MasterSlaveWorkerThread.start(MasterSlaveWorkerThread.java:131)
      2010-04-23 13:29:31,748 ERROR [STDERR]  at org.apache.tomcat.util.net.PoolTcpEndpoint.newWorkerThread(PoolTcpEndpoint.java:595)
      2010-04-23 13:29:31,748 ERROR [STDERR]  at org.apache.tomcat.util.net.PoolTcpEndpoint.createWorkerThread(PoolTcpEndpoint.java:574)
      2010-04-23 13:29:31,748 ERROR [STDERR]  at org.apache.tomcat.util.net.PoolTcpEndpoint.run(PoolTcpEndpoint.java:631)
      2010-04-23 13:29:31,748 ERROR [STDERR]  at java.lang.Thread.run(Thread.java:595)


      and after haveing this problem when I restarted the server again, generally the problem gone.

      So can anybody please give me any insite for this problem?