3 Replies Latest reply on Mar 29, 2013 11:20 AM by ctomc

    can inability to write index file for jboss 7 module prevent startup

    gsinghal

      I have a jboss module with a configuration like following:

       

      <module xmlns="urn:jboss:module:1.1" name="mymodule">

         <resources>

              <resource-root path="mymodule.jar"/>

              <resource-root path="../../../../../../u/users/myid/myexternalmodule.jar"/>

          </resources>

      </module>

       

      So the myexternalmodule.jar file resides somewhere outside of jboss installation directory and i did specify a relative path so it is able to find the file correctly. But it is also trying to create a .index file(myexternalmodule.jar.index) in the same external location, I cannot have write permissions to that directory though, would that prevent jboss from coming up? I don't see any error indicating that thats the reason JBoss is failing to come up but since i do see an index file for the first jar but not the external jar I was thinking it might be a reason.