Re: Database connection problems

2008-05-12 Thread Andy Stevens
2008/5/8 Derek Hohls [EMAIL PROTECTED]: Andy Also, there does not appear to be ant errors.log or handled-errors.log files in the cocoon/WEB-INF/logs directory ... should there be? Maybe the default configuration (in logkit.xconf) is different in 2.1.8, but that's where it created them for me

Re: Database connection problems

2008-05-08 Thread Derek Hohls
Jeroen 1. AFAIK there is no firewall - at least, the app has been working on an internal server (port 8080) which has been accessible up to now. 2. I thought of this one too - and realized I was not sure (a) how to check if it is actually full and (b) what/how it gets full (c) how to ensure

Re: Database connection problems

2008-05-08 Thread Derek Hohls
Andy I am assuming that Cocoon cannot connect to the DB; the issue is why. The browser hangs indefinitely, and there is no message in the cocoon.log. Also, there does not appear to be ant errors.log or handled-errors.log files in the cocoon/WEB-INF/logs directory ... should there be? The app

Database connection problems

2008-05-07 Thread Derek Hohls
Using Cocoon 2.1.8 I have an app which has been working fine... up to now. I am now in a situation where: * the plain pages on the website (ie. not accessing the database) display just fine * I can access the database from a 3rd party tool (the MySQL Query Browser) without any problems BUT I

Re: Database connection problems

2008-05-07 Thread Jeroen Reijn
Hi Derek, a few things come to mind: - Might there be a firewall in between of which the settings changed? - You JDBC connection pool is full? - Did you try to put the log level a bit higher to see what the database connection is doing? - What cocoon component are you using to connect to the

Re: Database connection problems

2008-05-07 Thread Andy Stevens
2008/5/7 Derek Hohls [EMAIL PROTECTED]: Using Cocoon 2.1.8 I have an app which has been working fine... up to now. I am now in a situation where: * the plain pages on the website (ie. not accessing the database) display just fine * I can access the database from a 3rd party tool (the MySQL

Re: Database connection problems during upgrade

2007-08-07 Thread Derek Hohls
Actually, both were right. The only problem I had was trying to find a suitable mysql-***.jar version. Despite the fact that both the server and my PC are running Java 1.4 and Cocoon 1.8 :- mysql-connector-java-5.1.2-beta-bin.jar works on the server, and

Database connection problems during upgrade

2007-08-06 Thread Derek Hohls
I am in the process of upgrading to Cocoon 2.1.8 on the server. At present , I am testing with Jetty (port ). I have copied all the database connection settings to the new cocoon.xconf file, from my local (test) PC (where everything works fine) e.g. all the XML snippets that take the form:

Re: Database connection problems during upgrade

2007-08-06 Thread Johannes Textor
Betreff: Database connection problems during upgrade I am in the process of upgrading to Cocoon 2.1.8 on the server. At present , I am testing with Jetty (port ). I have copied all the database connection settings to the new cocoon.xconf file, from my local (test) PC (where everything works

Re: Database connection problems during upgrade

2007-08-06 Thread Tobia Conforto
Johannes Textor wrote: this is probably because you have not included com.mysql.jdbc.Driver (not sure if this is the exact class name) in web.xml. Or maybe he didn't copy the actual driver class. For example, mine is: WEB-INF/lib/mysql-connector-java-5.0.6-bin.jar Tobia

Re: Database connection problems during upgrade

2007-08-06 Thread Johannes Textor
this is probably because you have not included com.mysql.jdbc.Driver (not sure if this is the exact class name) in web.xml. Or maybe he didn't copy the actual driver class. For example, mine is: WEB-INF/lib/mysql-connector-java-5.0.6-bin.jar Tobia That might also be, although I'd