1 Reply Latest reply on Dec 9, 2003 2:13 PM by doflynn

    startup failure under java.security.manager

      Hi all,

      I can't get JBoss 3.2x to start under the grant all server.policy. It quits during the startup fase.
      Is this known?

      The options are:

      rem Security manager options. Uncomment and modify as appropriate to enable .
      set JAVA_OPTS=-Djava.security.manager -Djava.security.policy=../server/default/conf/server.policy -Djava.security.debug=access %JAVA_OPTS%


      Sanne

        • 1. Re: startup failure under java.security.manager
          doflynn

          I had a similar problem. JBoss failed to start and threw the following exception:

          java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write)

          I changed the java.security.policy to point to a fully qualified path and was able to run JBoss (under WinXP).