0 Replies Latest reply on Jan 21, 2005 3:47 AM by mohan_jboss

    java.lang.NoClassDefFoundError: org/apache/commons/collectio

    mohan_jboss

      Dear All,

      I previously used to deploy my application on JBOSS 3.2.5 with Jetty 5.0. Now I want to deploy my application on JBOSS 4.0.0 with jetty-5.1.0-jboss-4.0.0.

      The server gets started with no errors. But the moment I start my application by sending a request to it. I get the error java.lang.NoClassDefFoundError: org/apache/commons/collections/SequencedHashMap

      realising that it could be due to commons-collection.jar which may be old one, I downloaded the latest jar viz. commons-collections-3.1 and commons-collections-testframework-3.1 and have put them in my application lib, but of no use. I also see the following line in the log printed, ofcourse well before the server is completely started

      ERROR - [ jacorb.home unset! Will use '.' ]
      2005-01-21 12:45:38,375 [main] ERROR - [ File .\jacorb.properties for configuration jacorb not found ]

      Thanks in advance for the reply
      Mohan.