You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Shawn Ellis (JIRA)" <ji...@apache.org> on 2013/07/05 16:47:49 UTC

[jira] [Updated] (RIVER-422) Missing reference-collections and high-scale-lib in Manifest for jsk-platform

     [ https://issues.apache.org/jira/browse/RIVER-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Ellis updated RIVER-422:
------------------------------

    Attachment: MANIFEST.patch

Patch with the additional jar files.
                
> Missing reference-collections and high-scale-lib in Manifest for jsk-platform
> -----------------------------------------------------------------------------
>
>                 Key: RIVER-422
>                 URL: https://issues.apache.org/jira/browse/RIVER-422
>             Project: River
>          Issue Type: Bug
>            Reporter: Shawn Ellis
>            Priority: Minor
>         Attachments: MANIFEST.patch
>
>
> I'm seeing the following exceptions when attempting to use the jsk-platform found in the trunk.
> Missing reference-collections-1.0.1.jar:
> Exception in thread "main" java.lang.NoClassDefFoundError: au/net/zeus/collection/Ref
> 	at com.sun.jini.start.AggregatePolicyProvider.<clinit>(AggregatePolicyProvider.java:90)
> 	at com.sun.jini.start.NonActivatableServiceDescriptor.create(NonActivatableServiceDescriptor.java:619)
> 	at com.sun.jini.start.ServiceStarter.create(ServiceStarter.java:287)
> 	at com.sun.jini.start.ServiceStarter.processServiceDescriptors(ServiceStarter.java:445)
> 	at com.sun.jini.start.ServiceStarter.main(ServiceStarter.java:476)
> Caused by: java.lang.ClassNotFoundException: au.net.zeus.collection.Ref
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> 	... 5 more
> Missing high-scale-lib.jar:
> Jun 26 8:41:43 INFO:thr 24:exception occurred during unicast discovery to champignon:59292 with constraints InvocationConstraints[reqs: {}, prefs: {}]
> java.rmi.server.RMIClassLoaderSpi: Provider net.jini.loader.pref.PreferredClassProvider could not be instantiated: java.lang.NoClassDefFoundError: org/cliffc/high_scale_lib/NonBlockingHashMap
> 	at java.util.ServiceLoader.fail(ServiceLoader.java:224)
> 	at java.util.ServiceLoader.access$100(ServiceLoader.java:181)
> 	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:377)
> 	at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
> 	at java.rmi.server.RMIClassLoader.initializeProvider(RMIClassLoader.java:708)
> 	at java.rmi.server.RMIClassLoader.access$000(RMIClassLoader.java:110)
> 	at java.rmi.server.RMIClassLoader$1.run(RMIClassLoader.java:120)
> 	at java.rmi.server.RMIClassLoader$1.run(RMIClassLoader.java:119)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.rmi.server.RMIClassLoader.<clinit>(RMIClassLoader.java:117)
> 	at net.jini.loader.RiverClassLoader$DefaultRiverClassLoaderSpi.loadClass(RiverClassLoader.java:113)
> 	at net.jini.loader.RiverClassLoader.loadClass(RiverClassLoader.java:76)
> 	at net.jini.loader.ClassLoading.loadClass(ClassLoading.java:137)
> 	at net.jini.io.MarshalInputStream.resolveClass(MarshalInputStream.java:295)
> 	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1610)
> 	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1769)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348)
> 	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
> 	at net.jini.io.MarshalledInstance.get(MarshalledInstance.java:358)
> 	at com.sun.jini.discovery.DiscoveryV1.doUnicastDiscovery(DiscoveryV1.java:394)
> 	at net.jini.discovery.LookupDiscovery$13.run(LookupDiscovery.java:3394)
> 	at com.sun.jini.start.AggregatePolicyProvider$AggregateSecurityContext$2.run(AggregatePolicyProvider.java:590)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at net.jini.discovery.LookupDiscovery.doUnicastDiscovery(LookupDiscovery.java:3391)
> 	at net.jini.discovery.LookupDiscovery.doUnicastDiscovery(LookupDiscovery.java:3422)
> 	at net.jini.discovery.LookupDiscovery.access$4000(LookupDiscovery.java:697)
> 	at net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask.doRun(LookupDiscovery.java:1763)
> 	at net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask.access$3700(LookupDiscovery.java:1714)
> 	at net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask$1.run(LookupDiscovery.java:1731)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at net.jini.security.Security$3.run(Security.java:501)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at net.jini.security.Security.doPrivileged(Security.java:498)
> 	at net.jini.discovery.LookupDiscovery$UnicastDiscoveryTask.run(LookupDiscovery.java:1729)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira