[jboss-jira] [JBoss JIRA] Commented: (JBREM-811) Privileged Block to create Class Loader

Ron Sigal (JIRA) jira-events at lists.jboss.org
Thu Oct 11 01:27:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBREM-811?page=comments#action_12381580 ] 
            
Ron Sigal commented on JBREM-811:
---------------------------------

Fix applied to branch remoting_2_2_2_GA_CP for release 2.2.2.GA_CP01.

> Privileged Block to create Class Loader
> ---------------------------------------
>
>                 Key: JBREM-811
>                 URL: http://jira.jboss.com/jira/browse/JBREM-811
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: security
>    Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA
>            Reporter: Anil Saldhana
>         Assigned To: Trustin Lee
>            Priority: Blocker
>             Fix For: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01, 2.2.2.SP2
>
>         Attachments: diff.patch
>
>
> Please add a Privileged Block to create the class loader.
> ===================================
> Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassLoader)
> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
> 	at java.security.AccessController.checkPermission(AccessController.java:427)
> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
> 	at java.lang.SecurityManager.checkCreateClassLoader(SecurityManager.java:594)
> 	at java.lang.ClassLoader.<init>(ClassLoader.java:201)
> 	at org.jboss.remoting.loading.ClassByteClassLoader.<init>(ClassByteClassLoader.java:62)
> 	at org.jboss.remoting.AbstractInvoker.<init>(AbstractInvoker.java:76)
> 	at org.jboss.remoting.transport.local.LocalClientInvoker.<init>(LocalClientInvoker.java:71)
> 	at org.jboss.remoting.InvokerRegistry.createClientInvoker(InvokerRegistry.java:304)
> 	at org.jboss.remoting.Client.connect(Client.java:459)
> ====================================

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list