Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.rmi.UnknownHostException deploying an application

Jose ArósteguiOct 6 2014 — edited Oct 7 2014

Hi experts,


I'm using Jdev 11.1.1.7.

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:

http://snag.gy/NZkhy.jpg

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)

Thanks in advance,
Jose.

This post has been answered by dvohra21 on Oct 6 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2014
Added on Oct 6 2014
2 comments
382 views