You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jarek Gawor <jg...@gmail.com> on 2008/03/19 19:58:17 UTC

timeout for geronimo/start-server

The geronimo/start-server command has a timeout option: -t (--timeout)
N               Specify the timeout for the server process in seconds.

What is this timeout for exactly? The time in which the server must
start up in (that is, the command fails if the server does not start
in X seconds) or the time for long to run the server (that is, run the
server for x seconds, and after x seconds shut it down)?

Jarek

Re: timeout for geronimo/start-server

Posted by Jarek Gawor <jg...@gmail.com>.
Jason,

I opened a bug on this issue
(https://issues.apache.org/jira/browse/GERONIMO-3934) and another
problem with gshell argument parsing
(https://issues.apache.org/jira/browse/GERONIMO-3935). I would
appreciate if you could comment on them. The argument parsing error
seems more serious and would be good to have a fix for it in 2.1.1.

Jarek

On Thu, Mar 20, 2008 at 10:20 AM, Jarek Gawor <jg...@gmail.com> wrote:
> Ok. I guess it's not working as expected then. It just shuts down the
>  server after the x number of seconds (when running in foreground or
>  background).
>
>  Jarek
>
>
>
>  On Thu, Mar 20, 2008 at 1:32 AM, Jason Dillon <ja...@planet57.com> wrote:
>  > Its the time the server must have started up, when using the --
>  >  background option.
>  >
>  >  --jason
>  >
>  >
>  >
>  >
>  >  On Mar 20, 2008, at 1:58 AM, Jarek Gawor wrote:
>  >
>  >  > The geronimo/start-server command has a timeout option: -t (--timeout)
>  >  > N               Specify the timeout for the server process in seconds.
>  >  >
>  >  > What is this timeout for exactly? The time in which the server must
>  >  > start up in (that is, the command fails if the server does not start
>  >  > in X seconds) or the time for long to run the server (that is, run the
>  >  > server for x seconds, and after x seconds shut it down)?
>  >  >
>  >  > Jarek
>  >
>  >
>

Re: timeout for geronimo/start-server

Posted by Jarek Gawor <jg...@gmail.com>.
Ok. I guess it's not working as expected then. It just shuts down the
server after the x number of seconds (when running in foreground or
background).

Jarek

On Thu, Mar 20, 2008 at 1:32 AM, Jason Dillon <ja...@planet57.com> wrote:
> Its the time the server must have started up, when using the --
>  background option.
>
>  --jason
>
>
>
>
>  On Mar 20, 2008, at 1:58 AM, Jarek Gawor wrote:
>
>  > The geronimo/start-server command has a timeout option: -t (--timeout)
>  > N               Specify the timeout for the server process in seconds.
>  >
>  > What is this timeout for exactly? The time in which the server must
>  > start up in (that is, the command fails if the server does not start
>  > in X seconds) or the time for long to run the server (that is, run the
>  > server for x seconds, and after x seconds shut it down)?
>  >
>  > Jarek
>
>

Re: timeout for geronimo/start-server

Posted by Jason Dillon <ja...@planet57.com>.
Its the time the server must have started up, when using the -- 
background option.

--jason


On Mar 20, 2008, at 1:58 AM, Jarek Gawor wrote:

> The geronimo/start-server command has a timeout option: -t (--timeout)
> N               Specify the timeout for the server process in seconds.
>
> What is this timeout for exactly? The time in which the server must
> start up in (that is, the command fails if the server does not start
> in X seconds) or the time for long to run the server (that is, run the
> server for x seconds, and after x seconds shut it down)?
>
> Jarek