Re: Database connection problems

2008-05-07 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 a

Re: Database connection problems

2008-05-07 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 it

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 Gallardo.

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 org.apache.cocoon

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 org.apache.cocoon.auth.impl.StandardAp

Re: Too many open files (was PDF Image Caching Problem)

2008-05-07 Thread Lehtonen, Mika
Hi Andy, it sounds like you are having slightly different malfunction than me. If I recall right, the files that were left open, were xmls' including some content that should have been fetched into the page. There were hundreds of tags in those xml's and fetching every single one of them opene

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 applicati

Re: RegexpRequestParameterSelector unable to get working.

2008-05-07 Thread Andy Stevens
2008/5/6 Gordore <[EMAIL PROTECTED]>: > > > > > > /> > > > > > > > > > > > > > > > >

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 (

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 d

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., Ma

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