You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2012/07/11 15:50:35 UTC

[jira] [Commented] (CXF-4416) Compatability with weblogic 9.1

    [ https://issues.apache.org/jira/browse/CXF-4416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411507#comment-13411507 ] 

Glen Mazza commented on CXF-4416:
---------------------------------

Would you please ask this question on the CXF user's list (which has everybody reading JIRA but perhaps 1,000 people more?)--JIRA is after we ascertain CXF actually has a bug in it.  Did you search Google with parts of your error stack to see if it has come up before?  Here's what I personally know in case this helps: http://www.jroller.com/gmazza/entry/deploying_webservices_on_weblogic.
                
> Compatability with weblogic 9.1
> -------------------------------
>
>                 Key: CXF-4416
>                 URL: https://issues.apache.org/jira/browse/CXF-4416
>             Project: CXF
>          Issue Type: Bug
>          Components: Services
>    Affects Versions: 2.5
>         Environment: Java 1.5, Weblogic 9.1, CXF WS 2.5, Solaris 10 Webserver
>            Reporter: sravan
>            Priority: Critical
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Is weblogic9.1 is compatible with CXF WS?
> Getting below exceptions continuously for certain time. I have deployed the app on 7001 port even though cxf is accepting requests on port 80[default port] which is not expected. Due to this it is reaching maximum heap utilization and application is timed out. Please suggest a way to resolve this. 
> org.apache.cxf.transport.http.WSDLQueryException: Exception occurred while trying to process http://<IP>: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)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira