Hi,
"Out of the blue", I am suddenly getting strange exceptions (see
below), but more importantly, it happens when it communicates with all
kinds of hosts. Why is Jini doing that? (I have no Unicast discovery
in my code)
I am still using the "verify-install" start of the Mahalo and
Outrigger services.
Sep 29, 2008 11:34:16 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to
192.168.100.41:4160 with constraints InvocationConstraints[reqs: {},
prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:16 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to
192.168.98.1:54614 with constraints InvocationConstraints[reqs: {},
prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:16 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to
192.168.100.41:54613 with constraints InvocationConstraints[reqs: {},
prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:16 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to 10.37.129.2:54611
with constraints InvocationConstraints[reqs: {}, prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to
192.168.247.1:54612 with constraints InvocationConstraints[reqs: {},
prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to
192.168.100.41:4160 with constraints InvocationConstraints[reqs: {},
prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to localhost:54609
with constraints InvocationConstraints[reqs: {}, prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to 10.211.55.2:54608
with constraints InvocationConstraints[reqs: {}, prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to
192.168.98.1:54653 with constraints InvocationConstraints[reqs: {},
prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to 10.37.129.2:54656
with constraints InvocationConstraints[reqs: {}, prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to
192.168.100.41:54657 with constraints InvocationConstraints[reqs: {},
prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to 10.211.55.2:54655
with constraints InvocationConstraints[reqs: {}, prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to localhost:54658
with constraints InvocationConstraints[reqs: {}, prefs: {}]
<<exception see below>>
Sep 29, 2008 11:34:17 AM
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask run
INFO: exception occurred during unicast discovery to
192.168.247.1:54654 with constraints InvocationConstraints[reqs: {},
prefs: {}]
<<exception see below>>
<<exception in the above>>
java.lang.NoClassDefFoundError: com/sun/jini/start/ServiceProxyAccessor
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2259)
at java.lang.Class.getDeclaredField(Class.java:1852)
at
java.io.ObjectStreamClass.getDeclaredSUID(ObjectStreamClass.java:1582)
at java.io.ObjectStreamClass.access$700(ObjectStreamClass.java:52)
at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:408)
at java.security.AccessController.doPrivileged(Native Method)
at java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:400)
at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:297)
at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:531)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1552)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1552)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
at net.jini.io.MarshalledInstance.get(MarshalledInstance.java:358)
at
com.sun.jini.discovery.DiscoveryV1.doUnicastDiscovery(DiscoveryV1.java:397)
at net.jini.discovery.LookupDiscovery$13.run(LookupDiscovery.java:3327)
at java.security.AccessController.doPrivileged(Native Method)
at
net.jini.discovery.LookupDiscovery.doUnicastDiscovery(LookupDiscovery.java:3324)
at
net.jini.discovery.LookupDiscovery.doUnicastDiscovery(LookupDiscovery.java:3355)
at
net.jini.discovery.LookupDiscovery.access$3900(LookupDiscovery.java:696)
at
net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask.run(LookupDiscovery.java:1744)
at com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.java:331)