-
Notifications
You must be signed in to change notification settings - Fork 98
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
ClassNotFound when run with -javaagent #45
Comments
Can you share the POM (or even better a small project) that triggers the problem? |
@naivefun Does it still happen? If you can't share a project or a POM, what's your project setup? Is there a chance that you have Kryo version conflicts or classloading issues or are you excluding it explicitly? Kryo is a direct compile-time and run-time (but not instrumentation-time) Quasar dependency so it's quite strange that it can't be loaded. Do you have Quasar as a dependency? |
Happens for me as well with
|
anyone managed to circumvent this problem? it works with spring-boot:run but fails while running regular java -jar..... |
Sorry @bbarin. I don’t remember if I solved this or not. This was an experimental task where I compared using various async IO frameworks. In tthe end of the day I decided to use AsyncHttpClient because it produced best results in my tests. |
Hey just to let anyone who is interested in this subject know. |
I'm also running into this with Quasar 0.7.9 and Sprint Boot 1.5.3.RELEASE. So far unable to get the uber jar to work using Maven shade plugin. However, I can run it with the mvn command, for example mvn test works fine. Going to fiddle with the shade config and see what I can do. |
Hi Guys, I've solved basically using Capsule.
|
Even I add the dependency to pom the same exception occurs. How to fix this? Thanks.
The text was updated successfully, but these errors were encountered: