[jboss-user] [Remoting] - AccessControlException
colomb
do-not-reply at jboss.com
Wed May 9 14:41:59 EDT 2007
I've got a web start application that is trying to communicate with a server using jboss messaging. When trying to connect though, I'm getting this exception. Any clues on what I could do to alleviate this issue?
| Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission createCl
| assLoader)
| at java.security.AccessControlContext.checkPermission(Unknown Source)
| at java.security.AccessController.checkPermission(Unknown Source)
| at java.lang.SecurityManager.checkPermission(Unknown Source)
| at java.lang.SecurityManager.checkCreateClassLoader(Unknown Source)
| at java.lang.ClassLoader.<init>(Unknown Source)
| at org.jboss.remoting.loading.ClassByteClassLoader.<init>(ClassByteClassLoader.java:62)
| at org.jboss.remoting.AbstractInvoker.<init>(AbstractInvoker.java:76)
| at org.jboss.remoting.MicroRemoteClientInvoker.<init>(MicroRemoteClientInvoker.java:52)
| at org.jboss.remoting.RemoteClientInvoker.<init>(RemoteClientInvoker.java:45)
| at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.<init>(MicroSocketClientInvoker.java:217)
| at org.jboss.remoting.transport.socket.SocketClientInvoker.<init>(SocketClientInvoker.java:72)
| at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.<init>(BisocketClientInvoker.java:133)
| at org.jboss.remoting.transport.bisocket.TransportClientFactory.createClientInvoker(TransportClient
| Factory.java:44)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044445#4044445
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044445
More information about the jboss-user
mailing list