hi ,

we're running ulcserver on windows vista.
then the following error occurs:

2007/02/23 13:11:45.444 +0000 ch.abacus.server.servlet.ServerProperties log -> 
WARNUNG: AbaTomatoServletManager Exception
java.net.MalformedURLException: For input string: 
"0000:0000:0000:280d:1fb5:53ef:e9e0:40000"
        at java.net.URL.<init>(URL.java:601)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at 
com.ulcjava.container.servlet.server.ContainerCommand.a(ContainerCommand.java:0)
        at 
com.ulcjava.container.servlet.server.ContainerCommand.execute(ContainerCommand.java:46)
        at 
com.ulcjava.container.servlet.server.ServletContainerAdapterHelper.b(ServletContainerAdapterHelper.java:147)
        at 
com.ulcjava.container.servlet.server.ServletContainerAdapterHelper.service(ServletContainerAdapterHelper.java:121)
        at 
com.ulcjava.container.servlet.server.ServletContainerAdapter.service(ServletContainerAdapter.java:5)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
ch.abacus.server.servlet.ServletManager.service(ServletManager.java:45)
        at 
ch.abacus.server.servlet.Ajp12Connection.communicate(Ajp12Connection.java:289)
        at ch.abacus.lib.net.SocketServer$Client.run(SocketServer.java:36)
        at ch.abacus.lib.synch.ThreadPool$PooledThread.run(ThreadPool.java:63)

i did some investigation on this. the problem is that the webserver on vista 
returns an IPv6 address for the servername.
according to javadoc URL ipv6 addresses have to be put between []. i was able 
to solve this problem
because the servlet server is our own implementation.

but my question is now why does ulc need the host name of the webserver ?
ulc should not rely on this name because it might be a name which is not 
relsolvable from the ulc
client side. in this case for example it's the address of the local 
loopbackdevice...

regards
  Dejan                          
mailto:[EMAIL PROTECTED]

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to