Created
April 3, 2014 12:03
-
-
Save jeanouii/9953123 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| avr. 03, 2014 1:58:39 PM org.apache.catalina.loader.WebappClassLoader findResourceInternal | |
| INFO: Illegal access: this web application instance has been stopped already. Could not load com/twitter/dev/api/ObjectFactory.class. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. | |
| java.lang.NullPointerException | |
| at org.apache.catalina.loader.WebappClassLoader.getResource(WebappClassLoader.java:1466) | |
| at java.lang.Class.getResource(Class.java:2132) | |
| at org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.objectFactoryOrIndexAvailable(AbstractJAXBProvider.java:542) | |
| at org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.isSupported(AbstractJAXBProvider.java:533) | |
| at org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.isReadable(AbstractJAXBProvider.java:407) | |
| at org.apache.cxf.jaxrs.utils.ResourceUtils.checkJaxbType(ResourceUtils.java:580) | |
| at org.apache.cxf.jaxrs.utils.ResourceUtils.getAllTypesForResource(ResourceUtils.java:529) | |
| at org.apache.cxf.jaxrs.utils.ResourceUtils.getAllRequestResponseTypes(ResourceUtils.java:501) | |
| at com.tomitribe.wadler.wadl.WadlGenerator.handleRequest(WadlGenerator.java:269) | |
| at com.tomitribe.tribestream.registry.services.loader.CxfServiceLoader.discoverServices(CxfServiceLoader.java:199) | |
| at com.tomitribe.tribestream.registry.services.loader.CxfServiceLoader.load(CxfServiceLoader.java:120) | |
| at com.tomitribe.tribestream.registry.services.loader.CxfServiceLoader.observe(CxfServiceLoader.java:88) | |
| at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at java.lang.reflect.Method.invoke(Method.java:606) | |
| at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:190) | |
| at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:172) | |
| at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:180) | |
| at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:99) | |
| at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at java.lang.reflect.Method.invoke(Method.java:606) | |
| at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:190) | |
| at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:172) | |
| at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:84) | |
| at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:255) | |
| at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:211) | |
| at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:307) | |
| at org.apache.openejb.core.ivm.EjbObjectProxyHandler$1.call(EjbObjectProxyHandler.java:283) | |
| at org.apache.openejb.async.AsynchronousPool$AsynchronousCall.call(AsynchronousPool.java:110) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:166) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| at java.lang.Thread.run(Thread.java:724) | |
| avr. 03, 2014 1:58:39 PM com.tomitribe.tribestream.registry.services.loader.CxfServiceLoader observe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment