• 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

prob with weblogic 5.1

 
Ranch Hand
Posts: 46
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends,
I am very new to Java Ranch infact this is my first query, so hope i wud get the response soon.
i am not able to run Web logic on my NT based computer.it throws a host not found exception.on the other hand SQL server is running on localhost.can any one tell that why its giving me HOST UNKNOWN.
Thanks,
vikas
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you attaching to the correct port with the correct URL? If you are just entering 'localhost:xxxx' you should try substituting the actual IP address (and the port that WLS uses) of your NT box. I've found the same thing (ie host not found) when using WLS 5.1 on NT and using localhost as the address.
 
Vikas Kaushik
Ranch Hand
Posts: 46
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello George,
Thanks for the immediate reply. well i am not able to even start the weblogic server it gives the error 'host unknown' while starting the server and terminate therafter.So i am not reaching upto the point of writing localhost:xxxx in my browser.
regards
Vikas
 
George Brown
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you post the precise output that is output when you try to start it? And what are you using to start it?
 
Vikas Kaushik
Ranch Hand
Posts: 46
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi George,
this is the precise out put my weblogic server gives.
Failed to determineyour host name:java.net.unknownhostexception:
!!!
Weblogic Server terminated with an abnormal condition of -1
>>>>>>>>>>>>>>>>>>>Return to continue>>>>>>>>>>>>>>>
Thanks
 
George Brown
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to the Java 2 SDK documentation the java.net.UnknownHostException is "Thrown to indicate that the IP address of a host could not be determined."
Have you allocated an IP address to your NT box ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic