|
From: Garvey, P. M \(GE C. Finance\) <pau...@ge...> - 2005-07-15 19:04:41
|
I am deploying a test app called SharedServices =
(struts+spring+hibernate) to JBoss 4.0/Oracle 9i that is using Acegi =
Security and I am getting the following error shown below. Do I need to =
copy the Acegi to JBoss's server/default/lib folder? Any thoughts? The =
application works fine when deployed to tomcat.
14:40:58,356 ERROR [[/SharedServices]] Exception starting filter =
securityFilter
javax.servlet.ServletException: Class of type =
net.sf.acegisecurity.util.FilterChainProxy not found in classloader
at =
net.sf.acegisecurity.util.FilterToBeanProxy.doInit(FilterToBeanProxy.java=
:192)
at =
net.sf.acegisecurity.util.FilterToBeanProxy.init(FilterToBeanProxy.java:1=
37)
at =
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFil=
terConfig.java:225)
at =
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Application=
FilterConfig.java:308)
at =
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilter=
Config.java:79)
at =
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java=
:3540)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at =
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java=
:39)
at =
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI=
mpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at =
org.jboss.portal.server.deployment.PortalWebTomcat5App.startFilter(Portal=
WebTomcat5App.java:96)
at =
org.jboss.portal.server.deployment.PortalWebTomcat5App.instrument(PortalW=
ebTomcat5App.java:69)
at =
org.jboss.portal.server.deployment.WebAppEnhancer.deploy(WebAppEnhancer.j=
ava:28)
at =
org.jboss.portal.server.deployment.WebAppIntercepter.handleNotification(W=
ebAppIntercepter.java:137)
at =
org.jboss.mx.modelmbean.XMBean.handleNotification(XMBean.java:485)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at =
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI=
mpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at =
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationLi=
stenerProxy.java:138)
at $Proxy38.handleNotification(Unknown Source)
at =
org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(=
JBossNotificationBroadcasterSupport.java:112)
|