Hello again,

After a re-check of the start-all.config I noticed this:

jini_home = System.getenv("JINI_HOME");

And this was the problem (a silly one), I forgot to set the environment variable "JINI_HOME".

Thanks anyway!

--------------------------------------------------
From: "Fábio Ferreira" <[email protected]>
Sent: Friday, August 20, 2010 12:06 PM
To: <[email protected]>
Subject: ClassNotFoundException: PersistentOutriggerImpl

Hello everyone,

I'm getting this exception after in the start-all:

java.lang.ClassNotFoundException: com.sun.jini.outrigger.PersistentOutriggerImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at net.jini.loader.pref.PreferredClassLoader.loadClass(PreferredClassLoader.java:922)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at com.sun.jini.start.NonActivatableServiceDescriptor.create(NonActivatableServiceDescriptor.java:615)
at com.sun.jini.start.ServiceStarter.create(ServiceStarter.java:290)
at com.sun.jini.start.ServiceStarter.main(ServiceStarter.java:470)
at iesd.jini.utils.JiniServiceStarter.main(JiniServiceStarter.java:13)

And I have the outrigger-dl.jar in my codebase.

Any suggestion?

Thanks in advace!

Regards,
Fábio

Reply via email to