Note that there are some explanatory texts on larger screens.

plurals
  1. POStackOverflowError coming when cxf security authentication webservice deployed in jboss 5.0
    text
    copied!<p>deployed webservice in jboss 5 with ws authentication related stuff mentioned in </p> <p>beans.xml file.</p> <p>same service worked well in tomcat 6 and when i deploy same service getting </p> <p>java.lang.StackOverflowError</p> <p>in jboss 5.in server.log apart form this error i didn't find any error.</p> <p>when i comment from to then its working</p> <p>fine.</p> <p>I suspect jars conflict with cxf jars and jboss jars. </p></p> <pre><code>&lt;jaxws:endpoint id="ping" implementor="cxfdemo.ws10.impl.PingServiceImpl" address="/PingService"&gt; &lt;jaxws:inInterceptors&gt; &lt;bean id="xxx" class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"&gt; &lt;property name="properties"&gt; &lt;map&gt; &lt;entry key="action" value="UsernameToken"/&gt; &lt;entry key="passwordType" value="PasswordText" /&gt; &lt;/map&gt; &lt;/property&gt; &lt;/bean&gt; &lt;/jaxws:inInterceptors&gt; &lt;/jaxws:endpoint&gt; </code></pre> <p>2013-01-22 03:20:08,667 INFO QuartzScheduler_BpmClusteredScheduler-that missed their </p> <p>scheduled fire-time.</p> <p>2013-01-22 03:20:32,559 ERROR http-0.0.0.0-38080-3 [org.apache.catalina.core.ContainerBase</p> <p>.[jboss.web].[localhost].[/PingWS].[cxf]] Servlet.service() for servlet cxf threw exception</p> <p>java.lang.StackOverflowError</p> <pre><code>at java.security.AccessController.doPrivileged(Native Method) at java.io.PrintWriter.&lt;init&gt;(PrintWriter.java:78) at java.io.PrintWriter.&lt;init&gt;(PrintWriter.java:62) &lt;/code&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload