views:

42

answers:

1

javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: (no security manager: RMI class loader disabled)]

+1  A: 

Try enabling java security:

In the Admin console go to security --> global security configuration [x] enforce Java security

After that restart the server.

Good luck.

Flo