no security manager: RMI class loader disabled [message #977838] |
Fri, 09 November 2012 11:19  |
Eclipse User |
|
|
|
I created a service that's accessed by a client, using spring RMI remoting. The problem is: when I pass a domain object as an argument to my Service method, the server always generates a ClassNotFoundException on the domain object. Still, the domain object packages are included in the service manifest file, so I see no reason why the classloader wouldn't find it. The most striking thing in the client log (attached) seems to be the 'no security manager: RMI class loader disabled' message. According to some info on the internet this can be fixed by adding something like
'-Djava.security.policy=/Security/policy.all' to the server startup parameters. I tried adding the parameter to my virgo runtime configuration, but that doesn't change anything. Any suggestions on what might be wrong here?? Thanks in advance!!
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04198 seconds