4 Replies Latest reply on Sep 15, 2002 7:55 AM by eudi

    Suddenly I get ClassNotFoundException all the time

    openmind

      Everything worked just fine. I was using JBoss 3.0.1RC1-Tomcat 4.0.4 and was deploying some projects. All went well. But suddenly, nothing works anymore. When I deploy my applications the same way I did before I get ClassNotFoundException all the time. I have tried to uninstall JBoss and reinstall it, I have tried JBoss 3.0.2, I have tried JBoss 3.0.1, but to no avail. All I get is ClassNotFoundException. :(

        • 1. Re: Suddenly I get ClassNotFoundException all the time

          Can you show the stacktrace.

          Can you explain the packaging. Where is the class
          you are trying to load? What is causing the class to
          load?

          Any other changes you've made to the default confg.

          Regards,
          Adrian

          • 2. Re: Suddenly I get ClassNotFoundException all the time
            eudi

            I have the same problem.

            It occurs that I also don't have internet access when jboss is started on my computer. seems like jboss blocks all communication / ports. I had to shutdown jboss for writing this message. Access to localhost:8082 is possible.

            I've had that some time before and a restart of the computer helped, but now even that does not work.

            Don't have a clue where to search...

            • 3. Re: Suddenly I get ClassNotFoundException all the time

              This is the weird thread :-)

              The only explanation I can think of is your have
              something leaving files/sockets open, so your system
              has run out of file descriptors.

              You'll have to give more info.
              Which OS?
              Try using netstat if you have it.

              Regards,
              Adrian

              • 4. Re: Suddenly I get ClassNotFoundException all the time
                eudi

                > This is the weird thread :-)

                ok, the weird one am I :)

                the problem with the ClassNotFoundException has been solved by adding the work directory "." to the classpath.

                > The only explanation I can think of is your have
                > something leaving files/sockets open, so your system
                > has run out of file descriptors.

                That problem was solved with several restarts of the computer and disabling some services. I should install that beast completely new :)

                Thanks for your help