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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error in deployment of .ear in WAS 5.0

Status
Not open for further replies.

umalkars

Programmer
Joined
Aug 8, 2003
Messages
1
Location
IN
Could somebody resolve the following bugs encountered while deploying .ear file in WAS 5.0:

ADMA5007I: EJBDeploy completed on C:\DOCUME~1\shripads\LOCALS~1\Temp\app_f6e1814145\dpl\dpl_GenericDb_Framework.ear

ADMA5008E: EJBDeploy failed on C:\DOCUME~1\shripads\LOCALS~1\Temp\app_f6e1814145\dpl\dpl_GenericDb_Framework.ear: com.ibm.websphere.management.exception.AdminException: ADMA0063E: Error in EJB deploy - [ejbModule/com/ekartha/genericdb/dal/ConcreteMessageMLE_c4a12390.java(381): Cannot return a void result,
ejbModule/com/ekartha/genericdb/dal/ConcreteObjectViewTemplatesE_41933cef.java(372): Cannot return a void result,
ejbModule/com/ekartha/genericdb/dal/ConcreteObjectViewsMLE_c2f48297.java(331): Cannot return a void result,
ejbModule/com/ekartha/genericdb/dal/EJSCMPMessageEHomeBean_94d3ea2f.java(89): Unreachable catch block,
ejbModule/com/ekartha/genericdb/dal/EJSCMPMessageEHomeBean_94d3ea2f.java(205): Unreachable catch block,
ejbModule/com/ekartha/genericdb/dal/EJSCMPMessageEHomeBean_94d3ea2f.java(296): Void methods cannot return a value,
ejbModule/com/ekartha/genericdb/dal/EJSCMPObjectViewTemplatesEHomeBean_41933cef.java(73): Unreachable catch block,
ejbModule/com/ekartha/genericdb/dal/EJSCMPObjectViewsEHomeBean_54ebea46.java(457): Void methods cannot return a value,
ejbModule/com/ekartha/genericdb/dal/EJSRemoteCMPMessageEHome_94d3ea2f.java(535): Unhandled exception type java.rmi.RemoteException, ejbModule/com/ekartha/genericdb/dal/EJSRemoteCMPMessageEHome_94d3ea2f.java(536): Unhandled exception type java.rmi.RemoteException, ejbModule/com/ekartha/genericdb/dal/EJSRemoteCMPMessageEHome_94d3ea2f.java(540): Unhandled exception type java.rmi.RemoteException, ejbModule/com/ekartha/genericdb/dal/EJSRemoteCMPObjectTypeE_830f80ad.java(40): Unreachable catch block,
ejbModule/com/ekartha/genericdb/dal/EJSRemoteCMPObjectViewsEHome_54ebea46.java(793): Unhandled exception type java.rmi.RemoteException, ejbModule/com/ekartha/genericdb/dal/EJSRemoteCMPObjectViewsEHome_54ebea46.java(797): Unhandled exception type java.rmi.RemoteException, ejbModule/com/ekartha/genericdb/dal/EJSRemoteCMPObjectViewsEHome_54ebea46.java(792): Unhandled exception type java.rmi.RemoteException]

ADMA5011I: Cleanup of temp dir for app GenericDb Framework done.

ADMA5014E: Installation of application GenericDb Framework failed.

Installation of application GenericDb Framework failed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top