0 Replies Latest reply on Sep 27, 2004 5:57 AM by balkuji

    [JaasSecurityManagerService] Failed to locate auth CachePoli

    balkuji

      hi
      i'm running with the new version of JBoss(4.0) . I need to enable SSL with it . I did the following for that
      >>>>> JBoss-Service.xml file modification >>>>
      included
      mbean code="org.jboss.security.plugins.JaasSecurityDomain" name="jboss.security:service=JaasSecurityDomain,domain=RMI+SSL">
      constructor>
      arg type="java.lang.String" value="RMI+SSL"/>
      /constructor>
      attribute name="KeyStoreURL">ssl.keystore /attribute
      attribute name="KeyStorePass">password /attribute
      /mbean
      -->
      modified JRMP Invoker part ..
      <!-- RMI/JRMP invoker -->
      mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker"
      name="jboss:service=invoker,type=jrmp">
      attribute name="RMIObjectPort">4444
      attribute name="RMIClientSocketFactory">org.jboss.security.ssl.RMISSLClientSocketFactory
      attribute name="RMIServerSocketFactory">org.jboss.security.ssl.RMISSLServerSocketFactory
      !-- custom -->
      attribute name="SecurityDomain">java:/jaas/RMI+SSL
      depends>jboss:service=TransactionManager
      depends> jboss.security:service=JaasSecurityDomain,domain=RMI+SSL /depends >
      /mbean>


      After doing this when i tried starting Jboss it gives this Warning Message
      [JaasSecurityManagerService] Failed to locate auth CachePolicy at: java:/timedCacheFactory for securityDomain=RMI+SSL .Also JAAS securtiy Manager is Not Getting started

      Kindly help me on this to proceed further .