[jboss-dev-forums] [Design of POJO Server] - Re: VFS Permissions - JBMICROCONT-149
anil.saldhana@jboss.com
do-not-reply at jboss.com
Thu Nov 6 12:56:13 EST 2008
"adrian at jboss.org" wrote : "anil.saldhana at jboss.com" wrote :
| | | 11:19:11,025 ERROR [AbstractKernelController] Error installing to Create: name=AspectManager state=Configured
| | | java.security.AccessControlException: access denied (java.io.FilePermission /home/anil/jboss-5.0/jboss-head/build/output/jboss-5.0.0.GA/server/default/tmp/aopdynclasses read)
| | | at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
| | |
| |
| | That is the error I am trying to get rid of that is not allowing a boot.
|
| You don't show the full stacktrace, but this is on the bootstrap thread
| isn't it?
| If you've correctly given all the jboss jars the AllPermission
| then there shouldn't be any problem here with accessing the file system.
|
| My guess is that you haven't given them the AllPermission because of the
| code source being a vfs url.
Yeah, this is on bootstrap, trying to deploy aop.xml
Even with java.security.debug=all setting, I am not getting any debug info (including the protection domain that is failing). All I get is the error that I showed.
I will get back on this one.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187463#4187463
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187463
More information about the jboss-dev-forums
mailing list