cancel
Showing results for 
Search instead for 
Did you mean: 

problem with deployment new CAF project

Former Member
0 Kudos

Hi All,

I`m new to CAF. I created "New Development Component project",

Name: test1

Domain: Basis

Type: Composite Application Services

Then I go to Composite Application Services Perspective and click my project.

Second mouse button: Development Component -> Build...

Second mouse button: Deploy to J2EE engine

Deploy output view show me error:


06.10.2009 12:18:32 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR: 
[010]Deployment aborted 

Settings
SDM host : user-9371217100
SDM port : 50118
URL to deploy : file:/C:/DOCUME~1/Vitaly/LOCALS~1/Temp/temp3655sap.com~test1.ear

Result
=> deployment aborted : file:/C:/DOCUME~1/Vitaly/LOCALS~1/Temp/temp3655sap.com~test1.ear
Aborted: development component 'test1'/'sap.com'/'local'/'20091006121735':
Caught exception during application deployment from SAP J2EE Engine's deploy service:
java.rmi.RemoteException: Cannot deploy application sap.com/test1.. Reason: Cannot parse ejb-jar.xml in jar sap.com~test1~ejbmodule.jar.; nested exception is: 	com.sap.engine.services.ejb.exceptions.deployment.EJBXMLParserException: Cannot parse ejb-jar.xml in jar sap.com~test1~ejbmodule.jar.
 (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Deployment exception : The deployment of at least one item aborted

What is wrong? Please, help me if you can. And thank you!

Regards,

Vitaly.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you for answer!

But answer for my question even is more simple!

Empty ejb-jar.xml cannot be parsed. So I created one application service and deployed my project successfully!

former_member185086
Active Contributor
0 Kudos

Hi

Some deployment properties are misssing in deplyoment descripter file . take help from [this |http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8c6e81e5-0601-0010-e8b0-8d5c74a21cd1&overridelayout=true]

Satish Kumar