PDA

View Full Version : security problems with hosted web site


jburga
Feb 6th, 2006, 10:33 AM
Hi,

i have a hosted web site with some security restrictions that don't let my app run.

The web admin ask me if there's another way to get around this problem without changing security policies. Is this possible? What other access does spring need?

I'm getting this error:

org.springframework.beans.FatalBeanException: Could not instantiate class [org.springframework.aop.framework.autoproxy.Defaul tAdvisorAutoProxyCreator]; constructor threw exception; nested exception is java.lang.ExceptionInInitializerError: null
.
.
Caused by: java.security.AccessControlException: access denied (java.lang.reflect.ReflectPermission suppressAccessChecks)
at java.security.AccessControlContext.checkPermission (AccessControlContext.java:269)
at java.security.AccessController.checkPermission(Acc essController.java:401)
at java.lang.SecurityManager.checkPermission(Security Manager.java:524)
at java.lang.reflect.AccessibleObject.setAccessible(A ccessibleObject.java:107)
at net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils. java:56)
at java.security.AccessController.doPrivileged(Native Method)
at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46)
... 73 more

Jorge,

Thank you.