6 Replies Latest reply on Apr 13, 2006 11:13 AM by heismann

    Startup problems

    sonnyboy73

      Hi,

      I have just downloaded jboss 4.0.3 and started it up with default config. However when I try to access any of the deployed applications I get this error:

      2005-10-16 12:00:02,421 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /_default_/ maxNodes 1000000 TimeToIdleSeconds 300current eviction queue size is 0
      2005-10-16 12:00:02,421 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
      2005-10-16 12:00:02,562 ERROR [org.apache.jk.common.MsgAjp] BAD packet signature 18245
      2005-10-16 12:00:02,562 ERROR [org.apache.jk.common.ChannelSocket] Error, processing connection
      java.lang.IndexOutOfBoundsException
      at java.io.BufferedInputStream.read(BufferedInputStream.java:306)
      at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:601)
      at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:557)
      at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:666)
      at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:871)
      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
      at java.lang.Thread.run(Thread.java:595)


      I get the same message for all deployed applications even web-console. Any ideas why this is happening?

      thanks for any replies...