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]
