Re: Merlin - JMX Demo

Cameron Fieber <[email protected]> Tue, 28 Sep 2004 11:41:06 -0700
Newsgroups gmane.comp.jakarta.avalon.user
Message-ID <[email protected]>
Peter Neubauer wrote:

>Hi,
>On Mon, 2004-09-27 at 14:27 -0700, S V Subramonian wrote:
>
>  
>
>>Exception: java.io.IOException
>>Message: javax.naming.CommunicationException [Root
>>exception is java.rmi.ServerE
>>xception: RemoteException occurred in server thread;
>>nested exception is:
>>        java.rmi.UnmarshalException: error
>>unmarshalling arguments; nested excep
>>tion is:
>>        java.net.MalformedURLException: no protocol:
>>and]
>>    
>>
>
>
>I had the same problem some time ago. I very strongly guess that it is a
>bug in to URL to the class file that looks something like
>jar:file://c:/Documents and settings/.magic/main...... etc.
>
>I have had that problem with validating XMLParsingtoo, where the Schema
>was packaged in a .jar and loaded via getClass().getResource() and gave
>a non-valid URI when the repo is under "Documents and Settings". The
>spaces should have been escaped but they where not.
>
>I guess that this is a bug in the java implementation.
>
>Try to set the MAGIC_HOME to e.g. "C:\magic_home" and the stuff should
>work.
>
>Cheers
>
>/peter
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
>
>
>  
>
That would explain why I'm having problems reproducing this... I have my 
windows profile path pointing to C:\cygwin\home\cfieber which has no spaces.