1 Reply Latest reply on Mar 26, 2015 5:04 PM by jaikiran

    difficulty resolving a security domain on jboss 7.1

    jeff_gaer

      I am getting the following error, which from other posts I have read indicates the security domain called out in the jboss-web.xml file can not be found.

      JBAS014775:New missing/unsatisfied dependencies: service jboss.security.security-domain.java:/jass/mysql (missing) dependents: [service jboss.web.deployment.default-host./as7project.realm]

      I've checked the spelling carefully in the standalone.xml file and it looks correct

          

      security-domain name="mysql" cache-type="default"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         

      After the application is rolled back the following message is logged in the server.log implying that the service is available.

      13:05:24,728 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment as7project.war in 11ms

      13:05:24,734 INFO  [org.jboss.as.controller] (MSC service thread 1-1) JBAS014774: Service status report JBAS014776:    Newly corrected services:       service jboss.security.security-domain.java:/jass/mysql (new available)

        redeploy and the errors repeat.