cancel
Showing results for 
Search instead for 
Did you mean: 

Error when deploy Java Proxy Server EAR to PI

Former Member
0 Kudos

We are trying to deploy our Java Proxy Server EAR to PI using Visual Administrator. However, it gives the following error:

Deploy of the ear has errors :

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

Reason: Errors while compiling:

.... .java:91 illegal escape character

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

We have tried to deploy the same EAR to another PI system and it works fine. As a result, we think we might have missed something when installing or configuring this PI but don't have a clue where to start. We have also tried deploying using SDM but also didn't succeed.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Previously, I had used the J2EE Engine Visual Administrator to deploy the EAR and got the error. After I changed to deploy using NWDS, everything works fine...!

Former Member
0 Kudos

Hi Pikad !

I understand that it the very same EAR deployed with no hassle in another PI, here it should work ok, but I think you should check the backslash you are using. If you need to use the backslash character, you must use ("

U0024descriptor") or change the U to \u0024 for the dollar sign.

Check:

Regards,

Matias.