7.0.2 new install wont support Security Sandbox withMultiserver install

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 7.0.2 new install wont support Security Sandbox withMultiserver install

    Hello all,

    I have a new install of 7.0.2 enterprise, multiserver running on windows 2003
    IIS 6.

    The problem I am having is that when I turn on sandbox security the cfusion
    server will not restart. I have looked at the docs and added the suggested
    lines to the jvm.config file and restarted cfusion with no joy. I found
    another thread that suggested the documentation put the quotes in the wrong
    location, I tried that and still no joy.

    The documentation says that I must have the java.lang.security package
    installed, but I can not find where to get that for jrun and I think it should
    be part of the jrun package anyway...

    All help and advice is appreciated!

    Here are the lines I added to the jvm.config:

    Try 1:
    -Djava.security.manager

    -Djava.security.policy="F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF
    /cfusion/lib/coldfusion.policy"

    -Djava.security.auth.policy="F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WE
    B-INF/cfusion/lib/neo_jaas.policy"

    Try 2:
    -Djava.security.manager

    "-Djava.security.policy=F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF
    /cfusion/lib/coldfusion.policy"

    "-Djava.security.auth.policy=F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WE
    B-INF/cfusion/lib/neo_jaas.policy"


    G.

    Grant0 Guest

  2. Similar Questions and Discussions

    1. shockwave wont install
      i have tried atleast 5 times to install shockwave and after i click the install button i go to the finished page but where it should have a grapic...
    2. Flash Player wont install!
      please help. ive tryed everything i can think of but my flash player wont install. I went to the main site and tryed downloading it but it ended up...
    3. Flash 9 wont install on my MAC!! HELP!!
      Hi all- Everytime I try to install Flash 9 on my MAC (non-Intel) I get this weird error message: Error message 1008:5,-5000 It then says that I...
    4. Flash wont install
      When i double click on the Install file it opens a small box the box then dissapears and it doesnt install why isnt it working and how can i fix it
    5. Flash player wont install
      i have been trying to install flash player 8, on windows xp, for a few days now. Once i click install and the download page comes up nothing...
  3. #2

    Default Re: 7.0.2 new install wont support Security Sandbox withMultiserver install

    The java.args property is one long string. Did you actually have line breaks
    between each entry or after the last entry and these? If so just append the
    three arguments as a string to the other arguments. Make sure there is a space
    between each argument and no line breaks.

    HTH

    Ted Zimmerman


    tzimmerman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139