• 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

WebLogic9.1 Server StartUp issue in Redhat Linux4.0 Update2 OS

 
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,
Please help me out to resolve the following issue. I have installed the server succesfully in Radhat Linux 4.0. While running the server by running the startWebLoic.sh, it is giving me the following error message.

<critical> <WebLogicServer><BEA -000386> <Server subsystem failed. Reason: java.lang.AssertionError: Couldn't obtain the localhost Address. The most likely cause is an error in the network configuration of this machine.

What I have tried:
I have changed the host IP in the hosts file under /etc folder. The default IP is 127.0.0.1. I have changed this default IP to my Linux box IP. still it is giving the same error.!:-(

Pls.help me to debug this problem. Many thanks in advance!

Seera PSG
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have RHEL, but the hosts file should have a loopback address configured like so:

If you have a static IP address, add an entry that maps your IP to your machine's host name:

Can you perform other network tasks like ping, nslookup, browse the web and so on?
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Seera PSG",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
JavaRanch Sheriff
reply
    Bookmark Topic Watch Topic
  • New Topic