This is coming from the RMI codebase. Try adding this
-Dsun.rmi.loader.logLevel=VERBOSE
to your server and client command line to see where it is coming from.

Additional rmi debugging flags that may help are:
-Dsun.rmi.log.debug=true
-Dsun.rmi.transport.logLevel=VERBOSE
-Dsun.rmi.transport.tcp.logLevel=VERBOSE
-Dsun.rmi.server.logLevel=VERBOSE


----- Original Message -----
From: "Hiram Chirino" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 24, 2001 8:17 AM
Subject: [JBoss-dev] (no subject)


> So has anybody figured out why runing JBoss 2.4.0 on Windows with spaces
in
> the path that is installed to causes problems???
>
> It looks like a URL is trying to be built that has a space in it which is
a
> no no...  Where is this problem steming from???
>
> Here is my stack trace:
>
> [WebContainer.Jetty] LoginServlet: System error prevented your login,
please
> try again later.
> javax.naming.CommunicationException.  Root exception is
> java.net.MalformedURLException: no protocol:
> 4.0/enet-appserver/tmp/deploy/Default/lib1003.jar
>         at java.net.URL.<init>(URL.java:473)
>         at java.net.URL.<init>(URL.java:376)
>         at java.net.URL.<init>(URL.java:330)
>         at sun.rmi.server.LoaderHandler.pathToURLs(LoaderHandler.java:387)
>         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:132)
>         at
>
sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:143)
>         at
> java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:918)
>         at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
>         at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
>         at
> java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2263)
>         at
> java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:519)
>         at
> java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1412)
>         at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
>         at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
>         at
>
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.readExternal(HomeProxy.java:
212)
>         at



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to