You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "M Carissimi (JIRA)" <ji...@apache.org> on 2014/12/12 10:07:13 UTC

[jira] [Created] (OLINGO-519) NullPointerException on EntityInfoAggregator

M Carissimi created OLINGO-519:
----------------------------------

             Summary: NullPointerException on EntityInfoAggregator
                 Key: OLINGO-519
                 URL: https://issues.apache.org/jira/browse/OLINGO-519
             Project: Olingo
          Issue Type: Bug
          Components: odata2-core
    Affects Versions: V2 1.2.0
            Reporter: M Carissimi


Hello,
we have an OData service built on Olingo 1.2.0 which has been running without issues for some time. On one occasion, attempting to load data feeds for an entity failed with a NullPointerException in the checkETagRelevant() method of class EntityInfoAggregator. Looking at the code in the class it would appear that the method received a null EdmProperty object. How could this issue arise? Loading data feeds from any other entity on the service worked fine, the issue was restricted to this single entity which was defined in a similar way to the other entities.

Forcing the recreation of the metadata (by forcing the creation of a new instance of the EdmProvider class for the service) resolved the issue.

Do you have any suggestion on how to avoid this issue in future?

Stack trace:
{code}
[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|java.lang.NullPointerException
        at org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator.checkETagRelevant(EntityInfoAggregator.java:434)
        at org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator.createPropertyInfoObjects(EntityInfoAggregator.java:364)
        at org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator.initialize(EntityInfoAggregator.java:324)
        at org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator.create(EntityInfoAggregator.java:115)
        at org.apache.olingo.odata2.core.ep.AtomEntityProvider.writeFeed(AtomEntityProvider.java:234)
        at org.apache.olingo.odata2.core.ep.ProviderFacadeImpl.writeFeed(ProviderFacadeImpl.java:123)
        at org.apache.olingo.odata2.api.ep.EntityProvider.writeFeed(EntityProvider.java:530)
        at com.energysys.odata.producer.ResourceEntitySetProcessor.createResponseFeed(ResourceEntitySetProcessor.java:625)
        at com.energysys.odata.producer.ResourceEntitySetProcessor.readEntitySet(ResourceEntitySetProcessor.java:180)
        at com.energysys.odata.producer.ResourceSingleProcessor.readEntitySet(ResourceSingleProcessor.java:102)
        at org.apache.olingo.odata2.core.Dispatcher.dispatch(Dispatcher.java:77)
        at org.apache.olingo.odata2.core.ODataRequestHandler.handle(ODataRequestHandler.java:129)
        at org.apache.olingo.odata2.core.rest.ODataSubLocator.handle(ODataSubLocator.java:155)
        at org.apache.olingo.odata2.core.rest.ODataSubLocator.handleGet(ODataSubLocator.java:56)
        at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:180)
        at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:198)
        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:261)
        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:100)
        at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
        at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271)
        at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
        at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:239)
        at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)
        at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:203)
        at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:137)
        at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:158)
        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:243)
        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:168)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:219)
        at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)
        at com.energysys.odata.producer.ODataServiceFilter.doFilter(ODataServiceFilter.java:65)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
        at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)
        at com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)
        at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
        at java.lang.Thread.run(Thread.java:744)
|#]

[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator.checkETagRelevant(EntityInfoAggregator.java:434)|#]

[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator.createPropertyInfoObjects(EntityInfoAggregator.java:364)|#]

[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator.initialize(EntityInfoAggregator.java:324)|#]

[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator.create(EntityInfoAggregator.java:115)|#]

[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.ep.AtomEntityProvider.writeFeed(AtomEntityProvider.java:234)|#]

[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.ep.ProviderFacadeImpl.writeFeed(ProviderFacadeImpl.java:123)|#]

[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.api.ep.EntityProvider.writeFeed(EntityProvider.java:530)|#]

[#|2014-12-11T16:56:25.873+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.energysys.odata.producer.ResourceEntitySetProcessor.createResponseFeed(ResourceEntitySetProcessor.java:625)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.energysys.odata.producer.ResourceEntitySetProcessor.readEntitySet(ResourceEntitySetProcessor.java:180)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.energysys.odata.producer.ResourceSingleProcessor.readEntitySet(ResourceSingleProcessor.java:102)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.Dispatcher.dispatch(Dispatcher.java:77)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.ODataRequestHandler.handle(ODataRequestHandler.java:129)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.rest.ODataSubLocator.handle(ODataSubLocator.java:155)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.olingo.odata2.core.rest.ODataSubLocator.handleGet(ODataSubLocator.java:56)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at java.lang.reflect.Method.invoke(Method.java:606)|#]

[#|2014-12-11T16:56:25.874+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:180)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:198)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:261)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:100)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:239)|#]

[#|2014-12-11T16:56:25.875+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:203)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:137)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:158)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:243)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:168)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:219)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)|#]

[#|2014-12-11T16:56:25.876+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.energysys.odata.producer.ODataServiceFilter.doFilter(ODataServiceFilter.java:65)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)|#]

[#|2014-12-11T16:56:25.877+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)|#]

[#|2014-12-11T16:56:25.878+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)|#]

[#|2014-12-11T16:56:25.879+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)|#]

[#|2014-12-11T16:56:25.879+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)|#]

[#|2014-12-11T16:56:25.879+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.ContextTask.run(ContextTask.java:71)|#]

[#|2014-12-11T16:56:25.879+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)|#]

[#|2014-12-11T16:56:25.879+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)|#]

[#|2014-12-11T16:56:25.879+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=163;_ThreadName=Thread-2;|        at java.lang.Thread.run(Thread.java:744)|#]

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)