This is a discussion on java.net.UnknownHostException Weblogic 7 - Weblogic ; I'm running Weblogic 7 service pack 2 on Windows 2000 server and using JDK 1.3.1_06 On start-up I get the exception: "ListenThread.Default" listening on port 7001> "SSLListenThread.Default" listening on port 7002> java.net.UnknownHostException: empty string at java.net.InetAddress.getAllByName(InetAddress.java :521) at weblogic.t3.srvr.ListenThread.run(ListenThread.jav a:221) ...
I'm running Weblogic 7 service pack 2 on Windows 2000 server and using
JDK 1.3.1_06
On start-up I get the exception:
<01-Mar-04 13:34:09 GMT><000354> "ListenThread.Default" listening on port 7001>
<01-Mar-04 13:34:09 GMT><000354> "SSLListenThread.Default" listening on port 7002>
<01-Mar-04 13:34:09 GMT><000209>
java.net.UnknownHostException: empty string
at java.net.InetAddress.getAllByName(InetAddress.java :521)
at weblogic.t3.srvr.ListenThread.run(ListenThread.jav a:221)
>
<01-Mar-04 13:34:10 GMT><000331> WebLogic Admin Server "myserver" for domain "mydomain" running in
Development Mode>
<01-Mar-04 13:34:10 GMT><000365> state changed to RUNNING>
<01-Mar-04 13:34:10 GMT><000360> started in RUNNING mode>
I am them unable to connect to the server using SSL with
https://localhost:7002
The non-secure connection on port 7001 works fine.
Anyone have an idea why I'm getting this problem?
Thanks in advance.