on 2008 Apr 28 12:46 PM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check the EAR file, if there are any additional jar files in the EAR. If this is the case, delete them.
Regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If in ur code, the method name equates with U0024messageSpecifier, then use
if (method.equals("
U0024messageSpecifier")) { instead of
if (method.equals("U0024messageSpecifier")) {
Regards,
Prateek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
70 | |
10 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.