Getting below exceptions continuously for certain time. I have deployed the app on 7001 port, I could see the WSDL which has been deployed on this port. Here the issue is, getting the requests on default port[80] with same WSDL URL[only port is varied] where the application is taking up the request. Due to this it is reaching maximum heap utilization and application is timed out. Not sure where this comes from. Is this problem with weblogic9.1? Can you please help me to resove this please
org.apache.cxf.transport.http.WSDLQueryException: Exception occurred while trying to process http://:80/extension?wsdl at org.apache.cxf.transport.http.WSDLQueryHandler.writeResponse(WSDLQueryHandler.java:237) at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:169) at org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:148) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:108) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207) -- View this message in context: http://cxf.547215.n5.nabble.com/Is-weblogic9-1-is-compatible-with-CXF-WS-tp5710915.html Sent from the cxf-user mailing list archive at Nabble.com.
