Solution Required for Error msg: Failed at Could not get DeploymentManager
660264Sep 24 2008 — edited Sep 26 2008While deploying the process "SOA Order Booking BPEL flow using Ant" iam getting the following error message
--------------------------------------------------------------
| Deploying decision services for SOAOrderBooking on localhost, port 8888
--------------------------------------------------------------
[deployDecisionServices]
[deployDecisionServices]
[deployDecisionServices] Failed at "Could not get DeploymentManager".
[deployDecisionServices]
[deployDecisionServices] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
[deployDecisionServices]
[deployDecisionServices] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
[deployDecisionServices]
[deployDecisionServices]
BUILD FAILED
C:\soademo\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "localhost"
My Local server is up and the userid and pwsd is also correct. The RMI port is same as the one given in applcation server control.
Can any one provide a sloution for this?