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

Configurable Cocoon webapp

2008-05-07 Thread Magnus Haraldsen Amundsen
Hi, Is there a smallest possible code example on how to develop a configurable (from property-files for portal owner and GUI for users) Cocoon webapp? Can I use the Cocoon Configuration subproject to do this? http://cocoon.apache.org/subprojects/configuration/1.0/1329_1_1.html Mvh.,

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: RegexpRequestParameterSelector unable to get working.

2008-05-07 Thread Andy Stevens
2008/5/6 Gordore [EMAIL PROTECTED]: map:match pattern=test map:generate src=content/group.xml / map:act type=request map:parameter name=parameters value=true / map:select type= request-param-regexp map:parameter

Too many open files (was PDF Image Caching Problem)

2008-05-07 Thread Andy Stevens
2008/5/5 Lehtonen, Mika [EMAIL PROTECTED]: Actually there might be another problem (or bug) lying around if you produce htmls' with 'noncaching' option. Cocoon seems to be leaving files open when using html-serializer with noncaching option in your pipeline. And eventually your application

Re: Auth block

2008-05-07 Thread Andre Juffer
Hi Martin, You were right. The 1.0.0-RC2 for cocoon-pipeline-components was fine. Note that there is small error at http://cocoon.apache.org/2.2/blocks/auth/1.0/1315_1_1.html The class org.apache.cocoon.auth.StandardApplication should be replaced with

Re: Auth block

2008-05-07 Thread Andre Juffer
Hi Martin, Still one more correction. The org.apache.cocoon.auth.acting.* package, from cocoon-auth-impl, version 1.0.0, gives another exception: java.lang.NoSuchMethodError: org.apache.cocoon.auth.acting.LoggedInAction.getLogger()Lorg/apache/commons/logging/Log; at

Re: Memory Leak - Cocoon 2.1.9

2008-05-07 Thread Antonio Gallardo
Hi Edward, I recall in a previous release was an issue with the ehcache, that basically made the cache grow unlimited. That could cause the issue. IIRC, the workaround is turn off the disk cache. Otherwise upgrade to a newer cocoon version. I hope this helps. Best Regards, Antonio