cancel
Showing results for 
Search instead for 
Did you mean: 

error in deploying EAR file

Former Member
0 Kudos

hi experts,

iam trying to deploy EAR file created using NWDS, when i am trying to deploy in XI server i am getting the following error,

can any one solve my problem.

Deploy of the ear has errors :

java.rmi.RemoteException: Cannot deploy application sap.com/ldaptofileear..

Reason: Errors while compiling:

E:/usr/sap/BWS/DVEBMGS00/j2ee/cluster/server0/apps/sap.com/ldaptofileear/EJBContainer/temp/temp1209360116023/com/sap/aii/proxy/xiruntime/core/_AbstractProxyInboundRemote4ObjectImpl0_0_Tie.java:98: illegal escape character

if (method.equals("U0024messageSpecifier")) {

regards,

Madhav Poosarla.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

I want to know how you created the ear file if it is by tool it will automatically create manifast file.

If you want to create mannually add manifast file in META-INF folder it contains list of jar files.

Please look into it.

Thanks,

RamuV

Former Member
0 Kudos

hi ramu,

i have created EAR file using NWDS,

can you please tell me what is procedure to solve this error

regrads,

Madhav

stefan_grube
Active Contributor
0 Kudos

Check the EAR file, if there are any additional jar files in the EAR. If this is the case, delete them.

Regards

Stefan

prateek
Active Contributor
0 Kudos

If in ur code, the method name equates with U0024messageSpecifier, then use

if (method.equals("

U0024messageSpecifier")) { instead of

if (method.equals("U0024messageSpecifier")) {

Regards,

Prateek

Former Member
0 Kudos

hi prateek,

i have not used this below code in my java proxy code

if (method.equals("U0024messageSpecifier")) {

but while i am deploying the java proxy, it is showing

the following path

E:/usr/sap/BWS/DVEBMGS00/j2ee/cluster/server0/apps/sap.com/ldaptofileear/EJBContainer/temp/temp1209360116023/com/sap/aii/proxy/xiruntime/core/_AbstractProxyInboundRemote4ObjectImpl0_0_Tie.java:98: illegal escape character

and giving this error

Deploy of the ear has errors :

java.rmi.RemoteException: Cannot deploy application sap.com/ldaptofileear..

Reason: Errors while compiling:

plz check this error

regards,

Madhav