• 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

Weblogic starts successfully but I'm getting 'Service Unavailable'

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Weblogic 9.2 - 2 clustered servers running on Windows. They have been working perfectly for years. Today, when I try to start them, I get success messages - both seem to think they are successfully started and running normally, however when I try to access the console (or an app) from the browser, I get the message 'Service Unavailable'. I'm not seeing any other errors in the browser or in any log files.

I've tried starting the server manually from the command line but I get the same results.

I have no idea where to begin troubleshooting this. Any ideas on what I should look at?

Thanks for any info.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can you check the port number and the listen address which you are using to access the console/app from the browser?

Are you using HTTP port or HTTPS ?

If HTTP, then can you check whether the HTTP port is actually enabled or not in Weblogic ?

The best part to confirm this is to check the out file of the server and see on which port/ listen address the server is listening too and use this information you should be able to access the console and you application.


Regards,
Robin
 
reply
    Bookmark Topic Watch Topic
  • New Topic