cancel
Showing results for 
Search instead for 
Did you mean: 

Error deploying WS to remote J2EE engine

Former Member
0 Kudos

Any help with what I am doing wrong here would be GREAT!

I'm getting this message after I create a WS from a EJB:

Caught exception during application deployment from SAP J2EE Engine's deploy service:

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

Reason: Webservices deployment exception! The reason is: Error occured, trying to generate web services deployment files for application sap.com/ProdCatWsEAR. . The error refers to application: none, jar: , web service: .; nested exception is:

Any one have an idea?

Regards,

Mike Jakeway

Whirlpool Corporation

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Anilkumar,

Still no luck. I am not using any complex data types and the developer studio and J2EE engine are both at SP09.

Is there anything special I must do when deploying to a remote J2EE engine? I am running NDS on Windows box and attemtping to deploy to an AIX box the J2EE engine. I can deploy with no problem a simple J2EE app like the Calculator example. I only receive this error when I attempt a WS deploy.

Regards,

Mike

Former Member
0 Kudos

Hi,

Please verify the EAR project once again.Seems to be problem in the EAR and EJB Module.

Are you using any complex types in the project ?

Try to create a simple webservice (I mean with simple datatypes) and deploy.

Verify the NetWeaverStudio version and J2EE versions also.

Regards, Anilkumar

Former Member
0 Kudos

Anilkumar,

Thanks. I'll try you suggestions.

Regards,

Mike