Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EJB deployment error on WebLogic startup

Status
Not open for further replies.

forrozeiro

Programmer
Sep 1, 2001
38
0
0
BR
Hi there,

I have deployed some EJBs on WebLogic 5.1 sp 13 on a HP-UX, and it says for some EJBs jar files that the file "is not a valid jar file, or does not contain a valid bean". There are nested NoClassDefFound errors in all the stack traces.
All my EJBs use classes stored in a jar file which has been included in the server classpath. Some EJBs find the classes they use, others don´t. For those that don´t, the "missing" classes are different in each one of them. But both the "missing" and the "found" classes are in the same jar file (and it is in the classpath)!
I´d appreciate some help.

Thank you in advance.
 
Please ignore this thread. I´ve found the solution.
Sorry.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top