[jboss-dev-forums] [Design of POJO Server] - Re: VFS Permissions - JBMICROCONT-149
adrian@jboss.org
do-not-reply at jboss.com
Thu Nov 6 12:38:21 EST 2008
"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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187455#4187455
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187455
More information about the jboss-dev-forums
mailing list