Re: [Rife-users] Problem adding database support to rife

2007-03-23 Thread Mork Ork
Hi Geert, this is my site structure (pub.xml) http://rifers.org/paste/show/4031 This is universalAuthElement.xml http://rifers.org/paste/show/4032 This is loginBoxElement.xml http://rifers.org/paste/show/4033 And this is the complete stack trace. http://rifers.org/paste/show/4034 Thanks

Re: [Rife-users] Problem adding database support to rife

2007-03-23 Thread Mork Ork
I did some debugging, perhaps this is helpful: The error occurs in PurgingDatabaseAuthenticatedDeployer.java where a Datasource object tries to be created (line 59). This line is executed twice. First time the correct datasource object is created (with my mysql settings). The second time in

Re: [Rife-users] Problem adding database support to rife

2007-03-23 Thread Geert Bevin
Which version of RIFE are you using? On 23 Mar 2007, at 03:00, Mork Ork wrote: I did some debugging, perhaps this is helpful: The error occurs in PurgingDatabaseAuthenticatedDeployer.java where a Datasource object tries to be created (line 59). This line is executed twice. First time the

Re: [Rife-users] Problem adding database support to rife

2007-03-23 Thread Geert Bevin
I can't find anything form the snippets you pasted, indeed. Would you mind zipping up your project and sending it to me privately (not to the list). I can step through it myself then and pinpoint why this happens. Take care, Geert On 23 Mar 2007, at 07:33, Geert Bevin wrote: Which

Re: [Rife-users] Problem adding database support to rife

2007-03-23 Thread Geert Bevin
Hang on, can you quickly try something for me, don't use the MySQL jar that is in your project (mysql-connector-java-5.0.5-bin.jar). MySQL's JDBC drivers have a tendency to be frequently unstable and incompatible, can you try with this one that's in here http://