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

"comsat-jetty-loader" fails to instrument Jersey's suspendables on standalone servlet container (cargo) #22

Open
circlespainter opened this issue Dec 23, 2014 · 0 comments
Assignees
Labels

Comments

@circlespainter
Copy link
Member

Jetty v.9.2.1

WARNING: Uninstrumented methods on the call stack (marked with **): 
        at co.paralleluniverse.fibers.Fiber.checkInstrumentation(Fiber.java:1590)
        at co.paralleluniverse.fibers.Fiber.verifySuspend(Fiber.java:1561)
        at co.paralleluniverse.fibers.Fiber.sleep(Fiber.java:618)
        at co.paralleluniverse.fibers.Fiber.sleep(Fiber.java:610)
        at testgrp.NOPPersistenceServiceImpl.store(NOPPersistenceServiceImpl.java:19)
        at testgrp.Resource.store(Resource.java:37)
        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:483)
        at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) **
        at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:151) **
        at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:171) **
        at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:136) **
        at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:104) **
        at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:387) **
        at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:331) **
        at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:103) **
        at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) **
        at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) **
        at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) **
        at org.glassfish.jersey.internal.Errors.process(Errors.java:315) **
        at org.glassfish.jersey.internal.Errors.process(Errors.java:297) **
        at org.glassfish.jersey.internal.Errors.process(Errors.java:267) **
        at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:297) **
        at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:254) **
        at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1028) **
        at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) **
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:381) **
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:344) **
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221) **
        at co.paralleluniverse.fibers.jersey.ServletContainer.service(ServletContainer.java:92)
        at co.paralleluniverse.fibers.servlet.FiberHttpServlet$1.run(FiberHttpServlet.java:130)
        at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:42)
        at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:30)
        at co.paralleluniverse.fibers.Fiber.run(Fiber.java:1003)
        at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:998)
@circlespainter circlespainter self-assigned this Dec 23, 2014
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

1 participant