If I start my WAS 5.1 in debug mode I get crazy pile of exceptions during the startup. I have a
Struts 1 project that runs inside an EAR project on WAS 5.1.
Starting WAS in Run mode works fine, problem only in Debug mode.
The Struts project also used Spring and Hibernate.
The console throws all sorts of errors mainly related to class-loader confusion that I cannot list all here, but here is a glimpse of my nightmare with WAS 5.1:
The following console error gets thrown hundred times.
after hundred times of this error it throws this exception saying it cannot load the
Servlet. Aparantly the Servlet crashed during init:
If this sounds familiar, please help!
This only happens in Debug mode, Run mode is manageable:banghead:
Thanks to all..
Daniel