Ofbiz Application Need to Restart

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Ofbiz Application Need to Restart

ofbizprod
We have created one web based ERP solution using Ofbiz. Problem is that we
have to restart the application (apache-tomcat instance) every couple of
hours otherwise website is not opening. There are no errors found in
application as well as system log. Application is hosted on OpenSuse Linux
on X-Series IBM box.

Kindly suggest how to troubleshoot.
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz Application Need to Restart

BJ Freeman
explain your setup including you Start up memory

ofbiz prod sent the following on 11/23/2011 12:48 AM:
> We have created one web based ERP solution using Ofbiz. Problem is that we
> have to restart the application (apache-tomcat instance) every couple of
> hours otherwise website is not opening. There are no errors found in
> application as well as system log. Application is hosted on OpenSuse Linux
> on X-Series IBM box.
>
> Kindly suggest how to troubleshoot.
>
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz Application Need to Restart

Mike Z
In reply to this post by ofbizprod
Check if you have a bunch of "Running" jobs in the queue that keep climbing

https://yourhost.com/webtools/control/FindJob

Check your current "free memory" from an OFBiz standpoint
https://yourhost.com/webtools/control/FindUtilCache

Try clearing the cache and run garbage collection:
https://yourhost.com/webtools/control/FindUtilCacheClearAll
https://yourhost.com/webtools/control/ForceGarbageCollection

Ofbiz version:
Java version: java -version
Ofbiz command line: ps -ax|grep ofbiz.jar
Host memory: free

On Wed, Nov 23, 2011 at 12:48 AM, ofbiz prod <[hidden email]> wrote:
> We have created one web based ERP solution using Ofbiz. Problem is that we
> have to restart the application (apache-tomcat instance) every couple of
> hours otherwise website is not opening. There are no errors found in
> application as well as system log. Application is hosted on OpenSuse Linux
> on X-Series IBM box.
>
> Kindly suggest how to troubleshoot.
>