Re: [Rife-users] loader constraints violation

2007-05-09 Thread Christian Vest Hansen
It did help on that issue, and shrunk the war by 2 megs. Now it just fails to start with a generic ServletException with no explaining message, and no clue in the log as to why. Wonderful. This codebase just don't like people. :) 2007/5/8, Geert Bevin [EMAIL PROTECTED]: You probably have

Re: [Rife-users] loader constraints violation

2007-05-09 Thread Geert Bevin
Hi Christian, what is the stacktrace? Are sure that you didn't remove the xml parser that your servlet container needs to parse its xml files. Might be that this is bound to a particular version. Take care, Geert On 09 May 2007, at 02:10, Christian Vest Hansen wrote: It did help on

Re: [Rife-users] loader constraints violation

2007-05-08 Thread Geert Bevin
You probably have several versions of the XML jars in your classpath. You can also try removing the XML jars from your web application and putting them in a global location for your servlet container. Hope this helps, Geert On 07 May 2007, at 08:19, Christian Vest Hansen wrote: Hello.

[Rife-users] loader constraints violation

2007-05-07 Thread Christian Vest Hansen
Hello. I'm trying to convert an existing web application to rife, with the hope that it'll become easier to maintain. However, the rife filter fails to start with the following exception. Exception starting filter RIFE javax.servlet.ServletException: loader constraints violated when linking