0 Replies Latest reply on Jun 22, 2005 5:11 AM by eftun

    403 Error with socket exception

    eftun

      We are working on a project based on ssl and jaas. The problem is; depending on the capabilities of the test environment we get HTTP 403 error.
      We have the jboss-service.xml as below:

      <mbean code="org.jboss.security.plugins.JaasSecurityManagerService" name="jboss.security:service=JaasSecurityManager">
      
       <attribute name="SecurityManagerClassName">
       org.jboss.security.plugins.JaasSecurityManager
       </attribute>
      
       <attribute name="DefaultCacheTimeout">1800</attribute>
      
      <!-- <attribute name="DefaultCacheResolution">60 </attribute> -->
       </mbean>

      When first time we get this error after restarting the server we get an output from the server like:

      ERROR [PoolTcpEndpoint] Remote Host /127.0.0.1 SocketException: Software caused connection abort: recv failed

      Any help is welcome:) thanx.