Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] NoClassDefFoundError

Hi.

 

I am occasionally getting a NoClassDefFoundError on classes defined in my web-service.

I am running a jax-ws 2.2 on jetty-distribution-8.1.12.v20130726 with jdk1.6.0_18.

The NoClassDefFoundError occurs when the class has not been in “use” for some time, typically more than 7 days.

To me it looks like the class “drops” out of the classloader?

To fix this I have to restart the server.   Can someone help ?

 

Per Jørgen

 

 


Back to the top