0 Replies Latest reply on Feb 12, 2003 3:35 AM by esparisi

    Error debug jboss 3.0.6 with tomcat

    esparisi

      I'm trying to debug an application with jboss 3.0.6, but when a try to open the web application from the browser jboss throw this exception:

      java.lang.IllegalArgumentException: timeout can't be negative
      at java.net.Socket.setSoTimeout(Socket.java:867)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:376)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
      at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
      at java.lang.Thread.run(Thread.java:536)


      I'm using win 2K and sun jdk 1.4.01 .