Re: Forrest+Tomcat: continuously reloading

2005-09-02 Thread David Crossley
Gunther Sablon wrote:
> Hi
> We are running Forrest 0.6 dynamically as a webapp under Tomcat 5.
> Until a few weeks ago all went well.
> Apparently nobody has changed anything, yet now the Tomcat server is 
> reloading continuously,
> so that almost nobody gets any result from it.  Below part of the log 
> file. 
> The reload by which this fragment begins happens over and over again.
> 
> Does anybody recognize this problem?

Not me.

> Any suggestions how to solve it?

Restart Tomcat perhaps?

Are there informative messages in Cocoon's logfiles?
I am not sure were they are located: Is it WEB-INF/logs
anyway search for core.log

-David

> Thanks!
> Gunther
> 
> Sep 1, 2005 6:42:37 PM org.apache.catalina.core.StandardContext reload
> INFO: Reloading this Context has started
> Sep 1, 2005 6:42:38 PM 
> org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache optimizeFile
> INFO: Optomizing file keyHash.size()=0
> Sep 1, 2005 6:42:38 PM 
> org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache tempToPrimary
> INFO: main -- oldData.length() = 0
> Sep 1, 2005 6:42:38 PM 
> org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache tempToPrimary
> INFO: main -- newData.length() = 0
> Sep 1, 2005 6:42:38 PM 
> org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache tempToPrimary
> INFO:  rename success = true
> Sep 1, 2005 6:42:38 PM 
> org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache tempToPrimary
> INFO: 1 dataFile.length() 0
> Sep 1, 2005 6:42:38 PM org.apache.jcs.auxiliary.disk.indexed.IndexedDisk 
> reset
> WARNING: Resetting data file
> Sep 1, 2005 6:42:38 PM org.apache.jcs.auxiliary.disk.indexed.IndexedDisk 
> reset
> WARNING: Resetting data file
> Sep 1, 2005 6:42:38 PM 
> org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache disposeInternal
> WARNING: Closing files, base filename: main
> Sep 1, 2005 6:42:38 PM org.apache.jcs.engine.control.CompositeCache dispose
> WARNING: Called close for main
> Sep 1, 2005 6:42:38 PM 
> org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache optimizeFile
> INFO: Optomizing file keyHash.size()=0
> ...


Re: Forrest+Tomcat: continuously reloading

2005-09-06 Thread Gunther Sablon

Hi,
thanks for your response.
We did try restart, obviously, but it didn't help.
I did not find any logfiles in WEB-INF/logs.
I'll check whether there is some configuration for logging...
Thanks.
Gunther


David Crossley wrote:


Gunther Sablon wrote:
 


Hi
We are running Forrest 0.6 dynamically as a webapp under Tomcat 5.
Until a few weeks ago all went well.
Apparently nobody has changed anything, yet now the Tomcat server is 
reloading continuously,
so that almost nobody gets any result from it.  Below part of the log 
file. 
The reload by which this fragment begins happens over and over again.


Does anybody recognize this problem?
   



Not me.

 


Any suggestions how to solve it?
   



Restart Tomcat perhaps?

Are there informative messages in Cocoon's logfiles?
I am not sure were they are located: Is it WEB-INF/logs
anyway search for core.log

-David

 


Thanks!
Gunther

Sep 1, 2005 6:42:37 PM org.apache.catalina.core.StandardContext reload
INFO: Reloading this Context has started
Sep 1, 2005 6:42:38 PM 
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache optimizeFile

INFO: Optomizing file keyHash.size()=0
Sep 1, 2005 6:42:38 PM 
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache tempToPrimary

INFO: main -- oldData.length() = 0
Sep 1, 2005 6:42:38 PM 
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache tempToPrimary

INFO: main -- newData.length() = 0
Sep 1, 2005 6:42:38 PM 
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache tempToPrimary

INFO:  rename success = true
Sep 1, 2005 6:42:38 PM 
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache tempToPrimary

INFO: 1 dataFile.length() 0
Sep 1, 2005 6:42:38 PM org.apache.jcs.auxiliary.disk.indexed.IndexedDisk 
reset

WARNING: Resetting data file
Sep 1, 2005 6:42:38 PM org.apache.jcs.auxiliary.disk.indexed.IndexedDisk 
reset

WARNING: Resetting data file
Sep 1, 2005 6:42:38 PM 
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache disposeInternal

WARNING: Closing files, base filename: main
Sep 1, 2005 6:42:38 PM org.apache.jcs.engine.control.CompositeCache dispose
WARNING: Called close for main
Sep 1, 2005 6:42:38 PM 
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache optimizeFile

INFO: Optomizing file keyHash.size()=0
...
   




 



--
Gunther Sablon 
Luciad ** Parijsstraat 74 ** 3000 Leuven

tel:+32 / 16 / 26 28 30
mailto:[EMAIL PROTECTED]



Re: Forrest+Tomcat: continuously reloading

2005-09-06 Thread David Crossley
Gunther Sablon wrote:
> Hi,
> thanks for your response.
> We did try restart, obviously, but it didn't help.
> I did not find any logfiles in WEB-INF/logs.
> I'll check whether there is some configuration for logging...

Did you search for the generated core.log or sitemap.log?

Config is in forrest_06_branch/src/core/context/WEB-INF/

You might also need to remove cocoon's cache before restarting.
Search for "cocoon-work/".

-David


Re: Forrest+Tomcat: continuously reloading

2005-09-07 Thread Gunther Sablon

Hi David,

I just restarted.  I do find some log files now:  
access.log

core.log
debug.log
error.log
flow.log
idgen.log
linkrewriter.log
sitemap.log
xmlform.log

They all have size 0.
It look as if logging is not on...

Gunther




David Crossley wrote:


Gunther Sablon wrote:
 


Hi,
thanks for your response.
We did try restart, obviously, but it didn't help.
I did not find any logfiles in WEB-INF/logs.
I'll check whether there is some configuration for logging...
   



Did you search for the generated core.log or sitemap.log?

Config is in forrest_06_branch/src/core/context/WEB-INF/

You might also need to remove cocoon's cache before restarting.
Search for "cocoon-work/".

-David


 



--
Gunther Sablon 
Luciad ** Parijsstraat 74 ** 3000 Leuven

tel:+32 / 16 / 26 28 30
mailto:[EMAIL PROTECTED]