I'm trying to deploy a test application into a Weblogic machine which has several servers configured. When Jdev asks about the server to deploy:
I'm selecting AdminServer but I'm getting this exception about the server which is down (bam_server1) !
[02:52:46 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application TestSen1_application1 on AdminServer.: [Deployer:149145]Unable to contact 'bam_server1'. Deployment is deferred until 'bam_server1' becomes available.; nested exception is:
java.rmi.UnknownHostException: Could not discover administration URL for server 'bam_server1'.
[02:52:46 PM] [Deployer:149193]Operation 'deploy' on application 'TestSen1_application1' has failed on 'AdminServer'
[02:52:46 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application TestSen1_application1 on AdminServer.: .
[02:52:46 PM] Weblogic Server Exception: weblogic.application.ModuleException:
[02:52:46 PM] Caused by: weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=dregadm for data source dregadm
[02:52:46 PM] See server logs or server console for more details.
[02:52:46 PM] weblogic.application.ModuleException:
[02:52:46 PM] #### Deployment incomplete. ####
[02:52:46 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)