cancel
Showing results for 
Search instead for 
Did you mean: 

Error in DeployTool to load EAR

Former Member
0 Kudos

Hi

I am getting following error when i try to load EAR file using DeployTool

>>

Error occured while trying to load ear:

can't find application.xml in ear file

>>

meta-inf folder is in lower case. Is it a problem?

I have following fiels in EAR file

meta-inf\application.xml

meta-inf\application-j2ee-engine.xml

meta-inf\Manifest.mf

meta-inf\Sap_manifest.mf

meta-inf\sda-dd.xml

RFCSample.jar

application.xml has

<application>

<display-name>RFCSampleEAR</display-name>

<description>EAR description</description>

<module>

<ejb>RFCSample.jar</ejb>

</module>

</application>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Unfortunately I do not have an idea what might be the problem; nevertheless I want to give the hint that I never had problems with ear files containing a "lower case meta-inf" folder... So from my point of view this fact can be excluded as possible root of the problem.