On Thu, Mar 5, 2009 at 4:12 PM, Stuart McCulloch <[email protected]> wrote: > 2009/3/5 Niclas Hedhman <[email protected]>
> things I'd check: > > * version and path of java > * local java preferences / policy files > * firewall settings (just in case) Well, look at the Exception. A class "under test" can not be located by the RegistryImpl, which runs in the same JVM... There is only a single classpath for that JVM, and shouldn't then it always be found? I mean, "firewall settings" --> are you serious? The network connection between the classes in the same JVM works, otherwise the ServerException would not show in the calling code (which it does). > you could also turn on RMI debugging: > > http://java.sun.com/j2se/1.5.0/docs/guide/rmi/sunrmiproperties.html I will. Thanks. Cheers Niclas -- http://www.qi4j.org - New Energy for Java _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

