[CF10] Requested template has been denied access to createobject(java)

Hello,

I recently applied an update to Java (from JDK 6 to JDK 7.55), plus a mandatory update and hotfixes to my CF10 Server, and ever since then I am getting Java-related error messages for a lot of things.

For one, when in CFAdmin, if I click on “ColdFusion Collections” under DATA & SERVICES, I get the following error message:
Security: The requested template has been denied access to localhost:0.
access denied (“java.net.SocketPermission” “localhost:0” “listen,resolve”)

For another, whenever I try to use CreateObject(java), I am presented with another error message:
Security: The requested template has been denied access to CreateObject(java).
access denied (“coldfusion.runtime.FunctionPermission” “createobject(java)”)

I recently ran across a blog article that claims ever since JDK 7.51, default network permissions have been restricted.

Any ideas as to what is going on, and if the above blog article is related?

Partially fixed.

One of the hotfixes, or the mandatory update, killed all my CF functions. Put all of them in ‘disabled’ status in the sandbox. I’ve got use of CreateObject(java), now. :smash:

But I still cannot see Collections.

Well done to you. Wish I could help you but I haven’t got a clue!