sergio alexander castaƱeda melchor created CMIS-929: -------------------------------------------------------
Summary: error in createSession. deployment in websphere 7. Key: CMIS-929 URL: https://issues.apache.org/jira/browse/CMIS-929 Project: Chemistry Issue Type: Bug Components: opencmis-client-bindings Environment: websphere 7.0.0.19 Reporter: sergio alexander castaƱeda melchor Priority: Blocker I've deploy a war in websphere 7.0.0.19, when I invoke the method createSession SessionFactory factory = SessionFactoryImpl.newInstance(); Session session = factory.createSession(parameter); it brings me this error: [7/21/15 17:47:42:165 PET] 0000004c SystemErr R org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Error: java.lang.NullPointerException [7/21/15 17:47:42:165 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.bindings.spi.webservices.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:131) [7/21/15 17:47:42:165 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:74) [7/21/15 17:47:42:165 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.runtime.SessionImpl.connect(SessionImpl.java:1051) [7/21/15 17:47:42:165 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.createSession(SessionFactoryImpl.java:106) [7/21/15 17:47:42:165 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.createSession(SessionFactoryImpl.java:68) [7/21/15 17:47:42:165 PET] 0000004c SystemErr R at sas.filenet.controller.FilenetController.retrieveListDocuments(FilenetController.java:96) [7/21/15 17:47:42:165 PET] 0000004c SystemErr R at sas.cotizar.controller.CotizacionController.lstFilenet(CotizacionController.java:7177) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.multiaction.MultiActionController.invokeNamedMethod(MultiActionController.java:471) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.multiaction.MultiActionController.handleRequestInternal(MultiActionController.java:408) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at sun.reflect.GeneratedMethodAccessor3831.invoke(Unknown Source) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at sas.acuerdo.aspecto.AuditaController.auditarController(AuditaController.java:74) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at sun.reflect.GeneratedMethodAccessor3832.invoke(Unknown Source) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at $Proxy635.handleRequest(Unknown Source) [7/21/15 17:47:42:166 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:718) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at sas.seguridad.filtro.LoginFilter.doFilter(LoginFilter.java:70) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3935) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) [7/21/15 17:47:42:167 PET] 0000004c SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R Caused by: javax.xml.ws.WebServiceException: java.lang.NullPointerException [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:175) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:70) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:128) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.execute(AxisInvocationController.java:586) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.doInvoke(AxisInvocationController.java:130) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl.invoke(InvocationControllerImpl.java:93) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invokeSEIMethod(JAXWSProxyHandler.java:364) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invoke(JAXWSProxyHandler.java:185) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at $Proxy652.getRepositoryInfo(Unknown Source) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.bindings.spi.webservices.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:127) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R ... 69 more [7/21/15 17:47:42:168 PET] 0000004c SystemErr R Caused by: java.lang.NullPointerException [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:892) [7/21/15 17:47:42:168 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.message.databinding.JAXBUtils.getJAXBContext(JAXBUtils.java:324) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.datasource.jaxb.JAXBDSContext.getJAXBContext(JAXBDSContext.java:214) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.datasource.jaxb.JAXBDSContext.getJAXBContext(JAXBDSContext.java:155) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.datasource.jaxb.JAXBDSContext.marshal(JAXBDSContext.java:365) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl._outputFromBO(JAXBBlockImpl.java:189) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.message.impl.BlockImpl.outputTo(BlockImpl.java:372) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.message.impl.BlockImpl.serialize(BlockImpl.java:296) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.internalSerializeAndConsume(OMSourcedElementImpl.java:725) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:967) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:996) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:271) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:233) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:996) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMNodeImpl.serializeAndConsume(OMNodeImpl.java:484) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:88) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.writeMessage(SOAPOverHTTPSender.java:3265) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.sendChunkedRequest(SOAPOverHTTPSender.java:894) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.sendSOAPRequest(SOAPOverHTTPSender.java:813) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:603) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.HTTPTransportSender.invoke(HTTPTransportSender.java:364) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:531) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.execute(AxisInvocationController.java:581) [7/21/15 17:47:42:169 PET] 0000004c SystemErr R ... 75 more [7/21/15 17:47:42:172 PET] 0000004c SystemErr R java.lang.NullPointerException [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at commons.mapper.Utils.getMessageORA(Utils.java:666) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sas.cotizar.controller.CotizacionController.lstFilenet(CotizacionController.java:7199) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.multiaction.MultiActionController.invokeNamedMethod(MultiActionController.java:471) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.multiaction.MultiActionController.handleRequestInternal(MultiActionController.java:408) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sun.reflect.GeneratedMethodAccessor3831.invoke(Unknown Source) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sas.acuerdo.aspecto.AuditaController.auditarController(AuditaController.java:74) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sun.reflect.GeneratedMethodAccessor3832.invoke(Unknown Source) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:47:42:172 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at $Proxy635.handleRequest(Unknown Source) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:718) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at sas.seguridad.filtro.LoginFilter.doFilter(LoginFilter.java:70) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3935) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186) [7/21/15 17:47:42:173 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) [7/21/15 17:47:42:174 PET] 0000004c SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604) [7/21/15 17:50:10:652 PET] 0000004c SystemErr R org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Error: java.lang.NullPointerException [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.bindings.spi.webservices.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:131) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:74) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.runtime.SessionImpl.connect(SessionImpl.java:1051) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.createSession(SessionFactoryImpl.java:106) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.createSession(SessionFactoryImpl.java:68) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at sas.filenet.controller.FilenetController.retrieveListDocuments(FilenetController.java:96) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at sas.cotizar.controller.CotizacionController.lstFilenet(CotizacionController.java:7177) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:50:10:653 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.multiaction.MultiActionController.invokeNamedMethod(MultiActionController.java:471) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.multiaction.MultiActionController.handleRequestInternal(MultiActionController.java:408) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at sun.reflect.GeneratedMethodAccessor3831.invoke(Unknown Source) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at sas.acuerdo.aspecto.AuditaController.auditarController(AuditaController.java:74) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at sun.reflect.GeneratedMethodAccessor3832.invoke(Unknown Source) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at $Proxy635.handleRequest(Unknown Source) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [7/21/15 17:50:10:654 PET] 0000004c SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:718) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at sas.seguridad.filtro.LoginFilter.doFilter(LoginFilter.java:70) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3935) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) [7/21/15 17:50:10:655 PET] 0000004c SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R Caused by: javax.xml.ws.WebServiceException: java.lang.NullPointerException [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:175) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:70) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:128) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.execute(AxisInvocationController.java:586) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.doInvoke(AxisInvocationController.java:130) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl.invoke(InvocationControllerImpl.java:93) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invokeSEIMethod(JAXWSProxyHandler.java:364) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invoke(JAXWSProxyHandler.java:185) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at $Proxy652.getRepositoryInfo(Unknown Source) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R at org.apache.chemistry.opencmis.client.bindings.spi.webservices.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:127) [7/21/15 17:50:10:656 PET] 0000004c SystemErr R ... 69 more [7/21/15 17:50:10:657 PET] 0000004c SystemErr R Caused by: java.lang.NullPointerException [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:892) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.message.databinding.JAXBUtils.getJAXBContext(JAXBUtils.java:324) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axis2.datasource.jaxb.JAXBDSContext.getJAXBContext(JAXBDSContext.java:214) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axis2.datasource.jaxb.JAXBDSContext.getJAXBContext(JAXBDSContext.java:155) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axis2.datasource.jaxb.JAXBDSContext.marshal(JAXBDSContext.java:365) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl._outputFromBO(JAXBBlockImpl.java:189) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.message.impl.BlockImpl.outputTo(BlockImpl.java:372) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.message.impl.BlockImpl.serialize(BlockImpl.java:296) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.internalSerializeAndConsume(OMSourcedElementImpl.java:725) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:967) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:996) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:271) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:233) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:996) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axiom.om.impl.llom.OMNodeImpl.serializeAndConsume(OMNodeImpl.java:484) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:88) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.writeMessage(SOAPOverHTTPSender.java:3265) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.sendChunkedRequest(SOAPOverHTTPSender.java:894) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.sendSOAPRequest(SOAPOverHTTPSender.java:813) [7/21/15 17:50:10:657 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:603) [7/21/15 17:50:10:658 PET] 0000004c SystemErr R at com.ibm.ws.websvcs.transport.http.HTTPTransportSender.invoke(HTTPTransportSender.java:364) [7/21/15 17:50:10:658 PET] 0000004c SystemErr R at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:531) [7/21/15 17:50:10:658 PET] 0000004c SystemErr R at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401) [7/21/15 17:50:10:658 PET] 0000004c SystemErr R at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228) [7/21/15 17:50:10:658 PET] 0000004c SystemErr R at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163) [7/21/15 17:50:10:658 PET] 0000004c SystemErr R at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.execute(AxisInvocationController.java:581) [7/21/15 17:50:10:658 PET] 0000004c SystemErr R ... 75 more [7/21/15 17:50:10:660 PET] 0000004c SystemErr R java.lang.NullPointerException [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at commons.mapper.Utils.getMessageORA(Utils.java:666) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at sas.cotizar.controller.CotizacionController.lstFilenet(CotizacionController.java:7199) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.multiaction.MultiActionController.invokeNamedMethod(MultiActionController.java:471) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.multiaction.MultiActionController.handleRequestInternal(MultiActionController.java:408) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) [7/21/15 17:50:10:660 PET] 0000004c SystemErr R at sun.reflect.GeneratedMethodAccessor3831.invoke(Unknown Source) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at sas.acuerdo.aspecto.AuditaController.auditarController(AuditaController.java:74) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at sun.reflect.GeneratedMethodAccessor3832.invoke(Unknown Source) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at java.lang.reflect.Method.invoke(Method.java:611) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at $Proxy635.handleRequest(Unknown Source) [7/21/15 17:50:10:661 PET] 0000004c SystemErr R at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:718) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at sas.seguridad.filtro.LoginFilter.doFilter(LoginFilter.java:70) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3935) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931) [7/21/15 17:50:10:662 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) [7/21/15 17:50:10:663 PET] 0000004c SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604) -- This message was sent by Atlassian JIRA (v6.3.4#6332)