You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2008/12/19 23:14:44 UTC

[jira] Resolved: (FELIX-844) java.net.MalformedURLException: unknown protocol: felix

     [ https://issues.apache.org/jira/browse/FELIX-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Pauls resolved FELIX-844.
------------------------------

    Resolution: Fixed

Should be fixed in trunk. This will make it into the upcoming 1.4.1 release. Thanks again for reporting and please close this issue if it works for you. 

> java.net.MalformedURLException: unknown protocol: felix
> -------------------------------------------------------
>
>                 Key: FELIX-844
>                 URL: https://issues.apache.org/jira/browse/FELIX-844
>             Project: Felix
>          Issue Type: Bug
>         Environment: Felix 1.4, Java 5, Windows Vista
>            Reporter: james yong
>            Assignee: Karl Pauls
>             Fix For: felix-1.4.1
>
>
> My client program has the following exception when retrieving workitem from openwfe (server) via rmi. 
> The client application embeds felix 1.2 while server program doesn't.
> No problem if felix is not running.
> java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
>         java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: 
>         java.net.MalformedURLException: unknown protocol: felix 
>         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:325) 
>         at sun.rmi.transport.Transport$1.run(Transport.java:153) 
>         at java.security.AccessController.doPrivileged(Native Method) 
>         at sun.rmi.transport.Transport.serviceCall(Transport.java:149) 
>         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) 
>         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) 
>         at java.lang.Thread.run(Thread.java:595) 
>         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source) 
>         at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source) 
>         at sun.rmi.server.UnicastRef.invoke(Unknown Source) 
>         at openwfe.org.worklist.impl.RmiWorkSession_Stub.get(Unknown Source) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.