November 5, 2014

Error: oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer

I am developing a REST web service. While deploying the web service to the application server, I got the below error.

Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

The error occurred because my web service has two methods with the same path name. After changing the path names, the issue got resolved and the web service was deployed successfully to the server. 

No comments:

Post a Comment