| no_spam_please at logicacmg dot com 2004-03-01, 8:36 am |
| 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> <Notice> <WebLogicServer> <000354> <Thread
"ListenThread.Default" listening on port 7001>
<01-Mar-04 13:34:09 GMT> <Notice> <WebLogicServer> <000354> <Thread
"SSLListenThread.Default" listening on port 7002>
<01-Mar-04 13:34:09 GMT> <Emergency> <WebLogicServer> <000209>
<ListenThread.run() failed: java.net.UnknownHostException: empty string
java.net.UnknownHostException: empty string
at java.net.InetAddress.getAllByName(InetAddress.java:521)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:221)
>
<01-Mar-04 13:34:10 GMT> <Notice> <WebLogicServer> <000331> <Started
WebLogic Admin Server "myserver" for domain "mydomain" running in
Development Mode>
<01-Mar-04 13:34:10 GMT> <Notice> <WebLogicServer> <000365> <Server
state changed to RUNNING>
<01-Mar-04 13:34:10 GMT> <Notice> <WebLogicServer> <000360> <Server
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.
|