People have definitely used CXF on WebLogic.   Some instructions are:

http://cxf.apache.org/docs/application-server-specific-configuration-guide.html#ApplicationServerSpecificConfigurationGuide-WebLogic

However, you are also using an old version of CXF.   WSDLQueryHandler was 
removed some time ago.  I'd suggest upgrading to a newer version of CXF to see 
if that helps.

Finally, there should be a "Caused by: " line after this trace with more 
information that may be more important.  

Dan




On Wednesday, July 11, 2012 08:23:41 AM sravankumarv wrote:
> 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(WSDLQueryHand
> ler.java:237) at
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletControlle
> r.java:169) at
> org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServ
> let.java:148) at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(Abstrac
> tHTTPServlet.java:179) at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPSer
> vlet.java:108) at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
> at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPS
> ervlet.java:159) at
> weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(Stub
> SecurityHelper.java:225) at
> weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHel
> per.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(AuthenticatedSubj
> ect.java:321) at
> weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
> at
> weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServle
> tContext.java:1973) at
> weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContex
> t.java:1880) at
> weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1
> 310) 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.
-- 
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to