Dear all,

I'm using Cocoon, Hibernate & Spring together with Acegi-security and I have
a problem for which I cannot find the root-cause:

When starting up jetty, I get the following error message & I cannot figure
out whether it is related to jetty, cocoon, spring or acegi.
Anyone with similar experience / expert knowledge ?

Previously (other versions), everything worked fine.

My configuration
cocoon 2.1.9
hibernate 3.2
spring-framework 2.0
acegi-security 1.0.3

the output

Listening for transport dt_socket at address: 8000
-------------------- Loading --------------------
Processing repository: F:\tools\cocoon-2.1.9\tools\jetty\lib
Adding jar: F:\tools\cocoon- 2.1.9\tools\jetty\lib\acegi-
security-jetty-1.0.3.jar

Adding jar: F:\tools\cocoon-2.1.9\tools\jetty\lib\jetty-4.2.23.jar
Adding jar: F:\tools\cocoon-2.1.9\tools\jetty\lib\servlet-2.3.jar
Processing repository: F:\tools\cocoon- 2.1.9\lib\endorsed
Adding jar: F:\tools\cocoon-2.1.9\lib\endorsed\jakarta-bcel-20040329.jar
Adding jar: F:\tools\cocoon-2.1.9\lib\endorsed\jakarta-regexp-1.4.jar
Adding jar: F:\tools\cocoon-2.1.9\lib\endorsed\xalan-2.7.0.jar
Adding jar: F:\tools\cocoon-2.1.9\lib\endorsed\xercesImpl-2.8.0.jar
Adding jar: F:\tools\cocoon-2.1.9\lib\endorsed\xml-apis-1.3.03.jar
-------------------- Executing -----------------
Main Class: org.mortbay.jetty.Server
11:08:31.103 EVENT  Checking Resource aliases
11:08:31.588 EVENT  Starting Jetty/4.2.23
11:08:33.525 EVENT  Started
WebApplicationContext[/,F:\projects\hrplan\tools\coc
oon\webapp]
11:08:33.572 EVENT  Loading Spring root WebApplicationContext
11:08:40.228 WARN!! Delete existing temp dir
C:\DOCUME~1\bremmer\LOCALS~1\Temp\J
etty__8888__ for
WebApplicationContext[/,F:\projects\hrplan\tools\cocoon\webapp]

11:08:42.838 EVENT  Started SocketListener on 0.0.0.0:8888
11:08:42.838 WARN!!
org.mortbay.util.MultiException[javax.servlet.ServletException: Class of
type or
g.acegisecuirty.intercept.web.FilterSecurityInterceptor not found in
classloader
]
       at org.mortbay.http.HttpServer.start(HttpServer.java:640)
       at org.mortbay.jetty.Server.main(Server.java:429)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:25)
       at java.lang.reflect.Method.invoke (Method.java:585)
       at Loader.invokeMain(Unknown Source)
       at Loader.run(Unknown Source)
       at Loader.main(Unknown Source)
[0]=javax.servlet.ServletException: Class of type
org.acegisecuirty.intercept.we
b.FilterSecurityInterceptor not found in classloader
       at org.acegisecurity.util.FilterToBeanProxy.doInit(
FilterToBeanProxy.jav
a:139)
       at org.acegisecurity.util.FilterToBeanProxy.init(
FilterToBeanProxy.java :
189)
       at org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java
:162)
       at
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(We
bApplicationHandler.java:145)
       at org.mortbay.jetty.servlet.WebApplicationContext.start
(WebApplicationC
ontext.java:458)
       at org.mortbay.http.HttpServer.start(HttpServer.java:663)
       at org.mortbay.jetty.Server.main(Server.java:429)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at Loader.invokeMain(Unknown Source)
       at Loader.run(Unknown Source)
       at Loader.main(Unknown Source)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to