[ https://issues.apache.org/jira/browse/CMIS-881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257127#comment-14257127 ]
Kris commented on CMIS-881: --------------------------- Yes, the OpenCMIS server running on GlasFish 4.1 as well. > GlassFish 4.1 incompatibilities > ------------------------------- > > Key: CMIS-881 > URL: https://issues.apache.org/jira/browse/CMIS-881 > Project: Chemistry > Issue Type: Bug > Components: build&release > Affects Versions: OpenCMIS 0.12.0 > Environment: GlassFish 4.1, Windows > Reporter: Kris > > I can deploy my application to GlassFish 3.1; however, it doesn't work on > GlassFish 4.1. I upgraded the OpenCMIS to version 0.12.0. > Here is the error. > [2014-12-22T16:31:57.551-0500] [glassfish 4.1] [SEVERE] [] > [javax.enterprise.web] [tid: _ThreadID=36 _ThreadName=http-listener-2(5)] > [timeMillis: 1419283917551] [levelValue: 1000] [[ > WebModule[/stepstone/explorer]Exception while dispatching incoming RPC call > com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public > abstract com.exelisinc.explorer.client.mvp.model.ResponseWrapper > com.exelisinc.explorer.client.rpc.ExplorerService.initSession() throws > com.exelisinc.explorer.shared.ExplorerCmisException' threw an unexpected > exception: > org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Error: > Client received SOAP Fault from server: > com.sun.xml.ws.api.message.Message.getHeaders()Lcom/sun/xml/ws/api/message/HeaderList; > Please see the server log to find more detail regarding exact cause of the > failure. > at > com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:389) > at > com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:579) > at > com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208) > at > com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248) > at > com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) > at > org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1682) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:344) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) > at > com.stepstoneeditor.security.StepstoneServletFilter.doFilter(StepstoneServletFilter.java:774) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) > at > com.stepstoneeditor.simgcds.SimGCDSFilter.doFilter(SimGCDSFilter.java:84) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:316) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160) > at > org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673) > at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174) > at > org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:415) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:282) > at > com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459) > at > com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167) > at > org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:201) > at > org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:175) > at > org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235) > at > org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) > at > org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:284) > at > org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:201) > at > org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:133) > at > org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112) > at > org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) > at > org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:561) > at > org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) > at > org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) > at > org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) > at > org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) > at > org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565) > at > org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545) > at java.lang.Thread.run(Thread.java:724) > Caused by: > org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Error: > Client received SOAP Fault from server: > com.sun.xml.ws.api.message.Message.getHeaders()Lcom/sun/xml/ws/api/message/HeaderList; > Please see the server log to find more detail regarding exact cause of the > failure. > at > org.apache.chemistry.opencmis.client.bindings.spi.webservices.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:120) > at > org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:69) > at > org.apache.chemistry.opencmis.client.runtime.SessionImpl.connect(SessionImpl.java:711) > at > org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.createSession(SessionFactoryImpl.java:90) > at > org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.createSession(SessionFactoryImpl.java:64) > at > com.exelisinc.explorer.server.helper.ServiceHelper.createNewSession(ServiceHelper.java:161) > at > com.exelisinc.explorer.server.ExplorerServiceImpl.initSession(ExplorerServiceImpl.java:454) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:561) > ... 41 more > Caused by: com.sun.xml.ws.fault.ServerSOAPFaultException: Client received > SOAP Fault from server: > com.sun.xml.ws.api.message.Message.getHeaders()Lcom/sun/xml/ws/api/message/HeaderList; > Please see the server log to find more detail regarding exact cause of the > failure. > at > com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:193) > at > com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:131) > at > com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:253) > at > com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:203) > at > com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:290) > at > com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119) > at > com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:92) > at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:161) > at com.sun.proxy.$Proxy320.getRepositoryInfo(Unknown Source) > at > org.apache.chemistry.opencmis.client.bindings.spi.webservices.RepositoryServiceImpl.getRepositoryInfo(RepositoryServiceImpl.java:116) > ... 52 more > ]] -- This message was sent by Atlassian JIRA (v6.3.4#6332)