Hi,
the dom.dbx and words.dbx files in exist-data folder of orbeon/WEB-INF are drastically increasing upto 5 GB over a period of 1 month approximately, Finally resulting in latency issues, once we delete theses files and restart the server , Application is working fine Any help on how to configure the exist-conf.xml for minimizing this size, or taking a back up of these files and creating new files automatically? Thanks Sowmya |
Administrator
|
Sowmya,
I am not sure we have a perfect answer to this question. Do you store your own files into eXist? If not, it means that eXist is only used to store XForms state information, and a safe thing to do would be to schedule a task to regularly remove those files. Most likely you would have to do so when Tomcat is not running. -Erik On Jan 29, 2009, at 5:08 PM, Sowmya Yellamilli wrote: > > Hi, > > the dom.dbx and words.dbx files in exist-data folder of orbeon/WEB- > INF are > drastically increasing upto 5 GB over a period of 1 month > approximately, > > Finally resulting in latency issues, once we delete theses files and > restart > the server , Application is working fine > > Any help on how to configure the exist-conf.xml for minimizing this > size, or > taking a back up of these files and creating new files automatically? > > Thanks > Sowmya > -- > View this message in context: http://www.nabble.com/orbeon-exist-data-folder-contents-size-increasing-tp21739737p21739737.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks Erik,
We were not using eXist independently.. After checking the logs we found that the actual problem was due to 'Resource not found' Exception. This was listed within BUG Tracker as bug id 311644 on priority 9 http://forge.objectweb.org/tracker/index.php?func=detail&aid=311644&group_id=168&atid=350207 Any quick fix available for this? or stopping usage of xforms session (scope-serializers or generators) would temporarily soothen the problem? -Sowmya
|
This post was updated on .
<quote author="Sowmya Yellamilli">
Thanks Erik, We were not using eXist independently.. After checking the logs we found that the actual problem was due to 'Resource not found' Exception. This was listed within BUG Tracker as bug id 311644 on priority 9 http://forge.objectweb.org/tracker/index.php?func=detail&aid=311644&group_id=168&atid=350207 Any quick fix available for this? or stopping usage of xforms session (scope-serializers or generators) would temporarily soothen the problem? -Sowmya Hi Erik, In Continuing the above sowmya's message I am adding some more details 1) We are using 2 clustered nodes with liferay + ops 3.7 ( build approximately September 2008 ) 2) We are using session in our XPL's also in log files We are getting 'Resource not found' 3) When the application becomes slow, to open the tomcat folders like webapps, .. bin .. exist-data etc folders it is taking more time 4) Once we restart the server and delete exist-data folder files application is working fast and folder also getting opened fast. 5) Some of our users are not logging off from the liferay. They are just closing the browser and opening the another browser . I thing there will be an increase of sessions (I think after 30 minutes those sessions will be removed automatically by liferay !) We could not schedule a task because it requres a tomcat restart every time . Earlier When exis-data folder size was 1.5 GB application went slow... today in one cluster exist-data was 400MB and second cluster exist-data was 350MB even it required restart and removing exist-data folder. Hope any suggestion to solve this issue. Regards Subrahmanyam |
Administrator
|
This is an issue we will have to look into. I am not sure there is a
quick fix for it at the moment. Try increasing the size of the application store in memory, which can possibly delay the problem a bit. Default is: <property as="xs:integer" name="oxf.xforms.store.application.size" value="20000000"/> -Erik On Feb 9, 2009, at 11:17 AM, subrahmanyam wrote: > > > > Thanks Erik, > > We were not using eXist independently.. > > After checking the logs we found that the actual problem was due to > 'Resource not found' Exception. > This was listed within BUG Tracker as bug id 311644 on priority 9 > > http://forge.objectweb.org/tracker/index.php?func=detail&aid=311644&group_id=168&atid=350207 > > Any quick fix available for this? > > or stopping usage of xforms session (scope-serializers or > generators) would > temporarily soothen the problem? > > -Sowmya > > Hi Erik, > In Continuing the above sowmya's message I am adding some more details > > 1) We are using 2 clustered nodes with liferay + ops 3.7 ( build > approximately September 2008 ) > 2) We are using session in our XPL's also in log files We are getting > 'Resource not found' > 3) When the application becomes slow, to open the tomcat folders like > webapps, .. bin .. exist-data etc folders it is taking more time > 4) Once we restart the server and delete exist-data folder files > application is working fast and folder also getting opened fast. > > > We could not schedule a task because it requres a tomcat restart > every time > . Earlier When exis-data folder size was 1.5 GB application went > slow... > today in one cluster exist-data was 400MB and second cluster exist- > data was > 350MB even it required restart and removing exist-data folder. > > Hope any suggestion to solve this issue. > > Regards > Subrahmanyam > > -- > View this message in context: http://www.nabble.com/orbeon-exist-data-folder-contents-size-increasing-tp21739737p21919011.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |