You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Elia Bhend <in...@gmail.com> on 2010/05/26 23:01:23 UTC

Shuttdown

Hi Guys

Unfortunately my ofbiz shutts down unexpected.

Can anyone give me an advise how can I solve this issue?

Regards

Mia

Re: Shuttdown

Posted by Patrick <pa...@gmail.com>.
run it with a log file, startofbiz > log.txt
look at the log file when it crashes

On Wed, May 26, 2010 at 4:01 PM, Elia Bhend <in...@gmail.com> wrote:
> Hi Guys
>
> Unfortunately my ofbiz shutts down unexpected.
>
> Can anyone give me an advise how can I solve this issue?
>
> Regards
>
> Mia
>

Re: Shuttdown

Posted by Matt Warnock <mw...@ridgecrestherbals.com>.
You can also start it from /etc/rc.local, or restart repeatedly from a
cron job, if it crashes or leaks memory for any reason.
-- 
Matt Warnock <mw...@ridgecrestherbals.com>
RidgeCrest Herbals, Inc.

On Wed, 2010-05-26 at 15:00 -0700, James McGill wrote:
> On Wed, May 26, 2010 at 2:01 PM, Elia Bhend <in...@gmail.com> wrote:
> 
> > Hi Guys
> >
> > Unfortunately my ofbiz shutts down unexpected.
> >
> > Can anyone give me an advise how can I solve this issue?
> >
> >
> On a linux server, I had a problem with the process that owned the java
> process being tied to a login shell.
> 
> Now I start it up with nohup:
> 
> cd ~ofbiz
> nohup sh ./startofbiz.sh 2>&1 > nohup.out &
> 
> That disconnects it from the login shell.  The "screen" terminal program
> would also work.
> http://www.oreillynet.com/linux/cmd/cmd.csp?path=s/screen
> 
> 


Re: Shuttdown

Posted by James McGill <ja...@ableengineering.com>.
On Wed, May 26, 2010 at 2:01 PM, Elia Bhend <in...@gmail.com> wrote:

> Hi Guys
>
> Unfortunately my ofbiz shutts down unexpected.
>
> Can anyone give me an advise how can I solve this issue?
>
>
On a linux server, I had a problem with the process that owned the java
process being tied to a login shell.

Now I start it up with nohup:

cd ~ofbiz
nohup sh ./startofbiz.sh 2>&1 > nohup.out &

That disconnects it from the login shell.  The "screen" terminal program
would also work.
http://www.oreillynet.com/linux/cmd/cmd.csp?path=s/screen


-- 
James McGill
Able Engineering