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

[jira] Updated: (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 ]

Richard S. Hall updated FELIX-844:
----------------------------------

    Fix Version/s:     (was: felix-1.4.0)
                   felix-1.4.1

> 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.