Hi all
I am getting a NoClassDefFound Error from
sun.misc.Unsafe .ensureClassIni tialized, but the exception has no
message so I have no way of knowing what class it cannot find.
The application is a servlet that has just been loaded onto a new
server, and is (I believe) trying to read in a serialised report
definition built by Jasper reports.
I have checked my jar files which all appear to be in place, but
without knowing which class it cannot find I am a little stuck.
Does anyone have any suggestions ?
Cheers
Staz
I am getting a NoClassDefFound Error from
sun.misc.Unsafe .ensureClassIni tialized, but the exception has no
message so I have no way of knowing what class it cannot find.
The application is a servlet that has just been loaded onto a new
server, and is (I believe) trying to read in a serialised report
definition built by Jasper reports.
I have checked my jar files which all appear to be in place, but
without knowing which class it cannot find I am a little stuck.
Does anyone have any suggestions ?
Cheers
Staz
Comment