Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » no security manager: RMI class loader disabled (RMI - OSGi problems)
no security manager: RMI class loader disabled [message #977838] Fri, 09 November 2012 11:19 Go to previous message
Erik Vande Velde is currently offline Erik Vande Velde
Messages: 61
Registered: September 2012
Member
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!!
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Why we stopped using Virgo/OSGi in our project
Next Topic:New Import-Package not resolved on hot-deploy
Goto Forum:
  


Current Time: Fri May 24 05:46:22 EDT 2013

Powered by FUDForum. Page generated in 0.01573 seconds