• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What does this error mean -- targets are unreachable?

 
Ranch Hand
Posts: 436
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm running WebLogic 9.2.2 on Solaris. When deploying my application, I'm running into this error:

[wlst] Deployment Message : java.lang.Exception: [DeploymentService:290049]Deploy failed for id '1,215,441,949,273' since no targets are reachable.

Can anyone shed some light on what this means and how I might begin to troubleshoot?

Thanks, - Dave
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

looks like your target servers are not running when you're trying to deploy the application.

Check if you can reach the managed servers from the Admin console, if status are Running for these servers.

regards.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I got exacty the same problem.
My managed server seems to be RUNNING, but when i try to activate my application it says no targets are reachable.
Can you help me
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a zombie thread. Can you provide more information about your problem. Like weblogic version etc. The servers have the habit of saying they are running when they are not. Try issuing a restart or select Control -> Resume
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems you didnt restarted nodemanager and managed servers since long time. Please restart nodemanagers and Admin and managed servers and then check
 
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@kona comments is correct.

Also, always it is good to check if the admin server can reach those IP's
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic