cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Deploy Exception Problem

Former Member
0 Kudos

Hi,

I'm using NWDI in developing DCs for a Web Dynpro project. I am using EJBs associated with EARs, and when I deployed the project, I get this error:

Aborted: development component ... :Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application ... Reason: Exception during generation of components of application ... in container EJBContainer.;

nested exception is: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application ... in container EJBContainer. (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC

Does anyone know why this happens and how it can be resolved?

Thanks a lot!

Angelo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Angelo,

please post the entire log file

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hi,

Here's the entire log file:

Nov 10, 2008 5:39:05 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:

[034]Additional log information about the deployment

<!LOGHEADER[START]/>

<!HELP[Manual modification of the header may cause parsing problem!]/>

<!LOGGINGVERSION[1.5.3.7185 - 630]/>

<!NAME[/usr/sap/GGB/JC09/SDM/program/log/sdmcl20081110094703.log]/>

<!PATTERN[sdmcl20081110094703.log]/>

<!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>

<!ENCODING[UTF8]/>

<!LOGHEADER[END]/>

Nov 10, 2008 4:47:10 AM Info: -


Starting deployment -


Nov 10, 2008 4:47:10 AM Info: Error handling strategy: OnErrorStop

Nov 10, 2008 4:47:10 AM Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop

Nov 10, 2008 4:47:10 AM Info: Update strategy: UpdateAllVersions

Nov 10, 2008 4:47:10 AM Info: Starting deployment prerequisites:

Nov 10, 2008 4:47:12 AM Info: Loading selected archives...

Nov 10, 2008 4:47:12 AM Info: Loading archive '/usr/sap/GGB/JC09/SDM/program/temp/temp35441pg.comaptsc~dc_aptea.ear'

Nov 10, 2008 4:47:13 AM Info: Selected archives successfully loaded.

Nov 10, 2008 4:47:14 AM Info: Actions per selected component:

Nov 10, 2008 4:47:14 AM Info: Update: Selected development component 'apt/sc/dc_aptea'/'pg.com'/'GGD_APT_D'/'20081110173823'/'0' updates currently deployed development component 'apt/sc/dc_aptea'/'pg.com'/'GGD_APT_D'/'20081009183125'/'0'.

Nov 10, 2008 4:47:14 AM Info: Ending deployment prerequisites. All items are correct.

Nov 10, 2008 4:47:14 AM Info: Saved current Engine state.

Nov 10, 2008 4:47:14 AM Info: Starting: Update: Selected development component 'apt/sc/dc_aptea'/'pg.com'/'GGD_APT_D'/'20081110173823'/'0' updates currently deployed development component 'apt/sc/dc_aptea'/'pg.com'/'GGD_APT_D'/'20081009183125'/'0'.

Nov 10, 2008 4:47:14 AM Info: SDA to be deployed: /usr/sap/GGB/JC09/SDM/root/origin/pg.com/apt/sc/dc_aptea/GGD_APT_D/0/20081110173823/temp35441pg.comaptsc~dc_aptea.ear

Nov 10, 2008 4:47:14 AM Info: Software type of SDA: J2EE

Nov 10, 2008 4:47:14 AM Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****

Nov 10, 2008 4:47:16 AM Info: Begin of log messages of the target system:

08/11/10 04:47:14 - ***********************************************************

08/11/10 04:47:15 - Start updating EAR file...

08/11/10 04:47:15 - start-up mode is lazy

08/11/10 04:47:15 - EAR file updated successfully for 38ms.

08/11/10 04:47:15 - Start updating...

08/11/10 04:47:16 - EAR file uploaded to server for 351ms.

08/11/10 04:47:16 - ERROR: Not updated. Deploy Service returned ERROR:

java.rmi.RemoteException: Cannot deploy application pg.com/aptscdc_aptea..

Reason: Exception during generation of components of application pg.com/aptscdc_aptea in container EJBContainer.; nested exception is:

com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application pg.com/aptscdc_aptea in container EJBContainer.

at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:683)

at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)

at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)

at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)

at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application pg.com/aptscdc_aptea in container EJBContainer.

at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:415)

at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)

at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:164)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)

at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3186)

at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:671)

... 10 more

Caused by: java.lang.UnsupportedClassVersionError: pg/com/atos/WebModuleProject/FetchSDCDataBean (Unsupported major.minor version 49.0)

at java.lang.ClassLoader.defineClass0(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

at com.sap.engine.frame.core.load.ResourceLoader.loadLocalClass(ResourceLoader.java:262)

at com.sap.engine.frame.core.load.ResourceLoader.loadClass(ResourceLoader.java:127)

at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:365)

at com.sap.engine.services.ejb.deploy.verifier.CheckUtils.loadClass(CheckUtils.java:25)

at com.sap.engine.services.ejb.deploy.verifier.session.SessionBeanCheck.check(SessionBeanCheck.java:42)

at com.sap.engine.services.ejb.deploy.verifier.Verifier.checkBean(Verifier.java:82)

at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:46)

at com.sap.engine.services.ejb.deploy.DeltaDeployAdmin.makeUpdate(DeltaDeployAdmin.java:175)

at com.sap.engine.services.ejb.EJBAdmin.makeUpdate(EJBAdmin.java:556)

at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:400)

... 16 more

For detailed information see the log file of the Deploy Service.

08/11/10 04:47:16 - ***********************************************************

Nov 10, 2008 4:47:16 AM Info: End of log messages of the target system.

Nov 10, 2008 4:47:16 AM Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****

Nov 10, 2008 4:47:16 AM Error: Aborted: development component 'apt/sc/dc_aptea'/'pg.com'/'GGD_APT_D'/'20081110173823'/'0':

Caught exception during application deployment from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Cannot deploy application pg.com/aptscdc_aptea..

Reason: Exception during generation of components of application pg.com/aptscdc_aptea in container EJBContainer.; nested exception is:

com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application pg.com/aptscdc_aptea in container EJBContainer.

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Nov 10, 2008 4:47:16 AM Info: Starting to save the repository

Nov 10, 2008 4:47:18 AM Info: Finished saving the repository

Nov 10, 2008 4:47:18 AM Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.

Nov 10, 2008 4:47:18 AM Error: -


At least one of the Deployments failed -


Thanks!