Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoClassDefFoundError jsr166e after upgrading to 0.7.0 #91

Closed
paulosuzart opened this issue May 30, 2015 · 2 comments
Closed

NoClassDefFoundError jsr166e after upgrading to 0.7.0 #91

paulosuzart opened this issue May 30, 2015 · 2 comments
Labels

Comments

@paulosuzart
Copy link

Hello,

after upgrading I get this error. The java version is:
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)

The project I'm trying to run is this: https://github.com/paulosuzart/krust-pm/tree/quasar7, and it works perfectly with 0.6.2. Does Quasar need any specific jre build?

Exception in thread "main" java.lang.NoClassDefFoundError: jsr166e/ConcurrentHashMapV8
at co.paralleluniverse.concurrent.util.MapUtil.newConcurrentHashMap(MapUtil.java:20)
at co.paralleluniverse.fibers.instrument.JavaAgent.<clinit>(JavaAgent.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
Caused by: java.lang.ClassNotFoundException: jsr166e.ConcurrentHashMapV8
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
FATAL ERROR in native method: processing of -javaagent failed
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 8 more
@paulosuzart paulosuzart changed the title NoClassDefFoundError jsr166e after upgradint to 0.7.0 NoClassDefFoundError jsr166e after upgrading to 0.7.0 May 30, 2015
@circlespainter
Copy link
Member

Yes unfortunately there seems to be an issue with the published JDK8-optimised Quasar 0.7.0. It will be fixed soon, in the meantime please use the non-JDK8 one.

@circlespainter
Copy link
Member

It is fixed in current master, (soon-to-come) publishing for next release will be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants