cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy MDB fails, Class-path entry sapjco3.jar specified in C:\usr\sap\NT

Former Member
0 Kudos

Hello ,

I have created a MDB , i had to add external jars to i mplement a specific interface ( IDocMessageListener).

The .jars are sapidoc3.jar and sap.comtcbljraEXTAPI.

Without these the MDB would not compile.

But when I try to deploy is , I get this following error:

+ASJ.dpl_dc.001085 Operation [deploy] of [com.sap_mdb_EAR] failed; nested exception is:+

++ com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] Operation [deploy] of [com.sap_mdb_EAR] failed++

+1. File:C:\Users\sandeep.bhavsar\workspace1\mdb_EAR\mdb_EAR.ear+

++ Name:mdb_EAR++

++ Vendor:com.sap++

++ Location:localhost++

++ Version:2011.09.27.12.15.28++

++ Deploy status:Aborted++

++ Version:NEW++

++ Description:++

++ 1. ASJ.dpl_ds.006193 Operation [deploy] of [C:\usr\sap\NT5\J00\j2ee\cluster\server0\temp\tcbldeploy_controller\archives\123\mdb_EAR.ear] failed++

++ -> [ERROR CODE DPL.LIB.103] Class-path entry sapjco3.jar specified in C:\usr\sap\NT5\J00\j2ee\cluster\server0\temp\deploy\mdb_EAR.ear1317145273663\sapidoc3.jar/META-INF/MANIFEST.MF file cannot be resolved.++

+Exception:+

+com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.+

+Reason: ASJ.dpl_dc.001085 Operation [deploy] of [com.sap_mdb_EAR] failed; nested exception is:+

++ com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] Operation [deploy] of [com.sap_mdb_EAR] failed++

++ at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:715)++

++ at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:226)++

++ at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:112)++

++ at com.sap.ide.eclipse.j2ee.engine.deploy.view.deploy.action.DeployAction$DeployActionJob.run(DeployAction.java:222)++

++ at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)++

I have tried various things mentioned here but the issue is persistant.

Any help is appreciated.

Edited by: Sandeep Bhavsar on Sep 27, 2011 7:58 PM

Edited by: Sandeep Bhavsar on Sep 27, 2011 7:59 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

OK , i got rid of the error by using sap.comtcblidocapi.jar in the same folder as sap.comtcbljraEXTAPI.

So the MDB is deployed but I did get a warning,

1. File:C:\Users\sandeep.bhavsar\workspace1\Acctest_EAR\Acctest_EAR.ear

Name:Acctest_EAR

Vendor:com.sap

Location:localhost

Version:2011.09.28.09.57.14

Deploy status:Warning

Version:NEW

Description:

1. Exception has been returned while the [com.sap/Acctest_EAR] was starting. Warning/Exception :[

][ASJ.dpl_ds.006153 Error occurred while starting application [com.sap/Acctest_EAR]: It is not started successfully on server nodes [7643550]. In order to bring the server in consistent state stop operation will be performed.

*Error occurred on server 7643550 during startApp of com.sap/Acctest_EAR : com.sap.engine.services.deploy.container.DeploymentException: Cannot find message listener method 'onMessage' with args [interface javax.jms.Message] in class acctest.MDBacctestBean for component com.sap/Acctest_EARannotation|Acctest.jarannotation|MDBacctestBean*

,

Edited by: Sandeep Bhavsar on Sep 28, 2011 8:09 PM