A guess from me is that when executing
nohup java -jar orion.jar &
stdout goes to console. If the console quits maybe an IOException occurs
which will terminate orion.
It is a guess.
try redirect it orion.jar 1>errorlog.txt 2>stdout.txt
forgot the correct way to write it, but it is something like that.
Or you can try running with a config file where you have specified
outstreams.
regards
Johan Fredriksson
----- Original Message -----
From: "Nilesh Patel" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, January 31, 2001 9:34 PM
Subject: Re: server goes down after upgrade from 1.3.8 to 1.4.5
> Hi,
>
> Thanks for replies. Actually I forgot to mention in my previous emails
> about nohup. I also tried
>
> nohup java -jar orion.jar & .
>
> But it still terminates after I logoff.
>
> TIA
>
> Nilesh
>
> ----- Original Message -----
> From: "Ismael Blesa Part" <[EMAIL PROTECTED]>
> Date: Wednesday, January 31, 2001 11:23 am
> Subject: Re: server goes down after upgrade from 1.3.8 to 1.4.5
>
> > If you dont specify nohup then your process is attached to your
> > terminal. You should use
> > nohup java -jar orion.jar &
> >
> > Nilesh Patel wrote:
> >
> > > Hi,
> > >
> > > We upgraded orion server from 1.3.8 to 1.4.5. Now server goes down
> > > once you exit from window. Server is running on SunOS 5.7. I start
> > > server using
> > >
> > > java -jar orion.jar &
> > >
> > > with 1.3.8, server was running even after log off.
> > >
> > > Please help!!
> > >
> > > thanks,
> > >
> > > Nilesh
> >
> >
> >
>