Tests in Core module fail on Windows 
-------------------------------------

         Key: YOKO-48
         URL: http://issues.apache.org/jira/browse/YOKO-48
     Project: Yoko - CORBA Server
        Type: Task

 Environment: Windows
    Reporter: Prasad Kosuru
    Priority: Blocker


After running mvn install command on windows the following exception happens 
and the build hangs.

[surefire] Running org.apache.yoko.CodeSetTest
[client:err] Exception in thread "main" java.rmi.UnmarshalException: error 
unmarshalling return; neste
d exception is:
[client:err]    java.net.MalformedURLException: no protocol: and
[client:err]    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
[client:err]    at 
org.apache.yoko.processmanager.internal.ProcessAgentImpl.main(ProcessAgentImpl.java
:48)
[client:err] Caused by: java.net.MalformedURLException: no protocol: and
[client:err]    at java.net.URL.<init>(URL.java:567)
[client:err]    at java.net.URL.<init>(URL.java:464)
[client:err]    at java.net.URL.<init>(URL.java:413)
[client:err]    at 
sun.rmi.server.LoaderHandler.pathToURLs(LoaderHandler.java:747)
[client:err]    at 
sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:505)
[client:err]    at 
java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:628)
[client:err]    at 
java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:294)
[client:err]    at 
sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:238)
[client:err]    at 
java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1494)
[client:err]    at 
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1457)
[client:err]    at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
[client:err]    at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
[client:err]    at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
[client:err]    ... 2 more

Alan suggested to install a fixed RMI class loader to resolve this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to