You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by anita kulshreshtha <a_...@yahoo.com> on 2006/11/09 14:00:22 UTC

server startup dispaly

   I would like to change the length of the line that displays
"starting configs....." from 70 to 80. It will help us see time taken
by each configuration:

[********************>   ] 85%  69s Starting
org.apache.geronimo.configs/webc...
[*********************   ] 87%  69s Starting
org.apache.geronimo.configs/webc...
[*********************-  ] 87%  69s  Loading
org.apache.geronimo.configs/remo...
[*********************>  ] 89%  70s  Loading
org.apache.geronimo.configs/remo...
[*********************>  ] 89%  70s Starting
org.apache.geronimo.configs/remo...
[**********************  ] 91%  70s Starting
org.apache.geronimo.configs/remo...
[**********************- ] 91%  70s  Loading
org.apache.geronimo.configs/hot-...
[**********************> ] 93%  70s  Loading
org.apache.geronimo.configs/hot-...
[**********************> ] 93%  70s Starting
org.apache.geronimo.configs/hot-...
[**********************> ] 93%  71s Starting
org.apache.geronimo.configs/hot-...
[*********************** ] 95%  71s Starting
org.apache.geronimo.configs/hot-...
[************************] 100%  71s Startup complete                  
         
  Listening on Ports:
    1099 0.0.0.0 RMI Naming
    1527 0.0.0.0 Derby Connector
    4201 0.0.0.0 ActiveIO Connector EJB
    4242 0.0.0.0 Remote Login Listener
    8009 0.0.0.0 Jetty Connector AJP13
    8080 0.0.0.0 Jetty Connector HTTP
    8443 0.0.0.0 Jetty Connector HTTPS

   WDYT?

Thanks
Anita


 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index

Re: server startup dispaly

Posted by Dain Sundstrom <da...@iq80.com>.
On Nov 9, 2006, at 8:19 AM, Aaron Mulder wrote:

> First, if you want to see the time taken for each module, use the
> --long startup option not the progress bar.
>
> Second, I think the best way to resolve the space issue is to show
> only the artifact ID (or artifact ID and version) instead of the whole
> Artifact name (group, artifact, version, type).  There's no particular
> reason we need to see "org.apache.geronimo..." at all.
>
> Third, I'd prefer to avoid changing the progress part of the  
> progress bar.

+1 This is exactly what I was going to write :)

-dain

Re: server startup dispaly

Posted by anita kulshreshtha <a_...@yahoo.com>.
    Thanks Paul! I had never used that before..

Anita

--- Paul McMahan <pa...@gmail.com> wrote:

> On 11/9/06, anita kulshreshtha <a_...@yahoo.com> wrote:
> >
> > --- Aaron Mulder <am...@alumni.princeton.edu> wrote:
> >
> > > First, if you want to see the time taken for each module, use the
> > > --long startup option not the progress bar.
> >
> >      I like to start the server using 'java -jar bin\server.jar',
> but I
> > can get used to using the script.. This is the console output
> generated
> > using script:
> 
> This works:  "java -jar server.jar --long"
> 



 
____________________________________________________________________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com

Re: server startup dispaly

Posted by Paul McMahan <pa...@gmail.com>.
On 11/9/06, anita kulshreshtha <a_...@yahoo.com> wrote:
>
> --- Aaron Mulder <am...@alumni.princeton.edu> wrote:
>
> > First, if you want to see the time taken for each module, use the
> > --long startup option not the progress bar.
>
>      I like to start the server using 'java -jar bin\server.jar', but I
> can get used to using the script.. This is the console output generated
> using script:

This works:  "java -jar server.jar --long"

Re: server startup dispaly

Posted by anita kulshreshtha <a_...@yahoo.com>.
--- Aaron Mulder <am...@alumni.princeton.edu> wrote:

> First, if you want to see the time taken for each module, use the
> --long startup option not the progress bar.

     I like to start the server using 'java -jar bin\server.jar', but I
can get used to using the script.. This is the console output generated
using script:
...................................
Module  6/23 org.apache.geronimo.configs/openejb/1.2-SNAPSHOT/car
  started in  3.937s
Module  7/23
org.apache.geronimo.configs/system-database/1.2-SNAPSHOT/car
  started in   .000s

> 
> Second, I think the best way to resolve the space issue is to show
> only the artifact ID (or artifact ID and version) instead of the
> whole
> Artifact name (group, artifact, version, type).  There's no
> particular
> reason we need to see "org.apache.geronimo..." at all.

   If there were pre-deployed apps with a different groupId, it might
be useful. I am OK with dropping it. 

> 
> Third, I'd prefer to avoid changing the progress part of the progress
> bar.

   I like it too.

thanks
Anita

> 
> Thanks,
>       Aaron
> 
> On 11/9/06, anita kulshreshtha <a_...@yahoo.com> wrote:
> >    I would like to change the length of the line that displays
> > "starting configs....." from 70 to 80. It will help us see time
> taken
> > by each configuration:
> >
> > [********************>   ] 85%  69s Starting
> > org.apache.geronimo.configs/webc...
> > [*********************   ] 87%  69s Starting
> > org.apache.geronimo.configs/webc...
> > [*********************-  ] 87%  69s  Loading
> > org.apache.geronimo.configs/remo...
> > [*********************>  ] 89%  70s  Loading
> > org.apache.geronimo.configs/remo...
> > [*********************>  ] 89%  70s Starting
> > org.apache.geronimo.configs/remo...
> > [**********************  ] 91%  70s Starting
> > org.apache.geronimo.configs/remo...
> > [**********************- ] 91%  70s  Loading
> > org.apache.geronimo.configs/hot-...
> > [**********************> ] 93%  70s  Loading
> > org.apache.geronimo.configs/hot-...
> > [**********************> ] 93%  70s Starting
> > org.apache.geronimo.configs/hot-...
> > [**********************> ] 93%  71s Starting
> > org.apache.geronimo.configs/hot-...
> > [*********************** ] 95%  71s Starting
> > org.apache.geronimo.configs/hot-...
> > [************************] 100%  71s Startup complete
> >
> >   Listening on Ports:
> >     1099 0.0.0.0 RMI Naming
> >     1527 0.0.0.0 Derby Connector
> >     4201 0.0.0.0 ActiveIO Connector EJB
> >     4242 0.0.0.0 Remote Login Listener
> >     8009 0.0.0.0 Jetty Connector AJP13
> >     8080 0.0.0.0 Jetty Connector HTTP
> >     8443 0.0.0.0 Jetty Connector HTTPS
> >
> >    WDYT?
> >
> > Thanks
> > Anita
> >
> >
> >
> >
>
____________________________________________________________________________________
> > Want to start your own business?
> > Learn how on Yahoo! Small Business.
> > http://smallbusiness.yahoo.com/r-index
> >
> 



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

Re: server startup dispaly

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
First, if you want to see the time taken for each module, use the
--long startup option not the progress bar.

Second, I think the best way to resolve the space issue is to show
only the artifact ID (or artifact ID and version) instead of the whole
Artifact name (group, artifact, version, type).  There's no particular
reason we need to see "org.apache.geronimo..." at all.

Third, I'd prefer to avoid changing the progress part of the progress bar.

Thanks,
      Aaron

On 11/9/06, anita kulshreshtha <a_...@yahoo.com> wrote:
>    I would like to change the length of the line that displays
> "starting configs....." from 70 to 80. It will help us see time taken
> by each configuration:
>
> [********************>   ] 85%  69s Starting
> org.apache.geronimo.configs/webc...
> [*********************   ] 87%  69s Starting
> org.apache.geronimo.configs/webc...
> [*********************-  ] 87%  69s  Loading
> org.apache.geronimo.configs/remo...
> [*********************>  ] 89%  70s  Loading
> org.apache.geronimo.configs/remo...
> [*********************>  ] 89%  70s Starting
> org.apache.geronimo.configs/remo...
> [**********************  ] 91%  70s Starting
> org.apache.geronimo.configs/remo...
> [**********************- ] 91%  70s  Loading
> org.apache.geronimo.configs/hot-...
> [**********************> ] 93%  70s  Loading
> org.apache.geronimo.configs/hot-...
> [**********************> ] 93%  70s Starting
> org.apache.geronimo.configs/hot-...
> [**********************> ] 93%  71s Starting
> org.apache.geronimo.configs/hot-...
> [*********************** ] 95%  71s Starting
> org.apache.geronimo.configs/hot-...
> [************************] 100%  71s Startup complete
>
>   Listening on Ports:
>     1099 0.0.0.0 RMI Naming
>     1527 0.0.0.0 Derby Connector
>     4201 0.0.0.0 ActiveIO Connector EJB
>     4242 0.0.0.0 Remote Login Listener
>     8009 0.0.0.0 Jetty Connector AJP13
>     8080 0.0.0.0 Jetty Connector HTTP
>     8443 0.0.0.0 Jetty Connector HTTPS
>
>    WDYT?
>
> Thanks
> Anita
>
>
>
> ____________________________________________________________________________________
> Want to start your own business?
> Learn how on Yahoo! Small Business.
> http://smallbusiness.yahoo.com/r-index
>

Re: server startup dispaly

Posted by Paul McMahan <pa...@gmail.com>.
On 11/9/06, Sachin Patel <sp...@gmail.com> wrote:
> I like the progress bar :(, if length is an issue, then perhaps we could
> change the look of the progress bar.. What about something simply like a
> revolving "-"?

good idea.

Paul

Re: server startup dispaly

Posted by Sachin Patel <sp...@gmail.com>.
I like the progress bar :(, if length is an issue, then perhaps we  
could change the look of the progress bar.. What about something  
simply like a revolving "-"?

On Nov 9, 2006, at 8:33 AM, Paul McMahan wrote:

> I think the [*********************>  ]  progress bar is cool but we
> should also consider dropping that to reclaim its 26 spaces.  Any
> points we get for having a cool progress bar are negated by the
> frustration of seeing a truncated component name :-)
>
> Best wishes,
> Paul
>
> On 11/9/06, anita kulshreshtha <a_...@yahoo.com> wrote:
>>    I would like to change the length of the line that displays
>> "starting configs....." from 70 to 80. It will help us see time taken
>> by each configuration:
>>
>> [********************>   ] 85%  69s Starting
>> org.apache.geronimo.configs/webc...
>> [*********************   ] 87%  69s Starting
>> org.apache.geronimo.configs/webc...
>> [*********************-  ] 87%  69s  Loading
>> org.apache.geronimo.configs/remo...
>> [*********************>  ] 89%  70s  Loading
>> org.apache.geronimo.configs/remo...
>> [*********************>  ] 89%  70s Starting
>> org.apache.geronimo.configs/remo...
>> [**********************  ] 91%  70s Starting
>> org.apache.geronimo.configs/remo...
>> [**********************- ] 91%  70s  Loading
>> org.apache.geronimo.configs/hot-...
>> [**********************> ] 93%  70s  Loading
>> org.apache.geronimo.configs/hot-...
>> [**********************> ] 93%  70s Starting
>> org.apache.geronimo.configs/hot-...
>> [**********************> ] 93%  71s Starting
>> org.apache.geronimo.configs/hot-...
>> [*********************** ] 95%  71s Starting
>> org.apache.geronimo.configs/hot-...
>> [************************] 100%  71s Startup complete
>>
>>   Listening on Ports:
>>     1099 0.0.0.0 RMI Naming
>>     1527 0.0.0.0 Derby Connector
>>     4201 0.0.0.0 ActiveIO Connector EJB
>>     4242 0.0.0.0 Remote Login Listener
>>     8009 0.0.0.0 Jetty Connector AJP13
>>     8080 0.0.0.0 Jetty Connector HTTP
>>     8443 0.0.0.0 Jetty Connector HTTPS
>>
>>    WDYT?
>>
>> Thanks
>> Anita
>>
>>
>>
>> _____________________________________________________________________ 
>> _______________
>> Want to start your own business?
>> Learn how on Yahoo! Small Business.
>> http://smallbusiness.yahoo.com/r-index
>>


-sachin



Re: server startup dispaly

Posted by Mark DeLaFranier <de...@hotmail.com>.
Cool, I didn't know that existed!

Mark

Paul McMahan wrote:
> On 11/9/06, Mark DeLaFranier <de...@hotmail.com> wrote:
>> Starting Modules...
>> [1/20] org.apache.geronimo.configs.A
>> [2/20] org.apache.geronimo.configs.B
>> ..
>> [20/20] my config
>>
>> This way any exceptions or messages printed out by the modules  would be
>> printed in between the lines of module starts.  Also, I believe that
>> modules are most like to get longer and truncating probably isn't the
>> best thing.  Possibly a wrap around?
>
> Geronimo will give you something like that if you add "--long" onto
> the startup command.
>
> Best wishes,
> Paul
>
>



Re: server startup dispaly

Posted by Paul McMahan <pa...@gmail.com>.
On 11/9/06, Mark DeLaFranier <de...@hotmail.com> wrote:
> Starting Modules...
> [1/20] org.apache.geronimo.configs.A
> [2/20] org.apache.geronimo.configs.B
> ..
> [20/20] my config
>
> This way any exceptions or messages printed out by the modules  would be
> printed in between the lines of module starts.  Also, I believe that
> modules are most like to get longer and truncating probably isn't the
> best thing.  Possibly a wrap around?

Geronimo will give you something like that if you add "--long" onto
the startup command.

Best wishes,
Paul

Re: server startup dispaly

Posted by Mark DeLaFranier <de...@hotmail.com>.
Paul,

I second that suggestion. I find it confusing to try and sort through 
the various start up lines of embedded [**** ...]    Maybe a new syntax 
of something like:

Starting Modules...
[1/20] org.apache.geronimo.configs.A
[2/20] org.apache.geronimo.configs.B
..
[20/20] my config

This way any exceptions or messages printed out by the modules  would be 
printed in between the lines of module starts.  Also, I believe that 
modules are most like to get longer and truncating probably isn't the 
best thing.  Possibly a wrap around?

Thanks
Mark

Paul McMahan wrote:
> I think the [*********************>  ]  progress bar is cool but we
> should also consider dropping that to reclaim its 26 spaces.  Any
> points we get for having a cool progress bar are negated by the
> frustration of seeing a truncated component name :-)
>
> Best wishes,
> Paul
>
> On 11/9/06, anita kulshreshtha <a_...@yahoo.com> wrote:
>>    I would like to change the length of the line that displays
>> "starting configs....." from 70 to 80. It will help us see time taken
>> by each configuration:
>>
>> [********************>   ] 85%  69s Starting
>> org.apache.geronimo.configs/webc...
>> [*********************   ] 87%  69s Starting
>> org.apache.geronimo.configs/webc...
>> [*********************-  ] 87%  69s  Loading
>> org.apache.geronimo.configs/remo...
>> [*********************>  ] 89%  70s  Loading
>> org.apache.geronimo.configs/remo...
>> [*********************>  ] 89%  70s Starting
>> org.apache.geronimo.configs/remo...
>> [**********************  ] 91%  70s Starting
>> org.apache.geronimo.configs/remo...
>> [**********************- ] 91%  70s  Loading
>> org.apache.geronimo.configs/hot-...
>> [**********************> ] 93%  70s  Loading
>> org.apache.geronimo.configs/hot-...
>> [**********************> ] 93%  70s Starting
>> org.apache.geronimo.configs/hot-...
>> [**********************> ] 93%  71s Starting
>> org.apache.geronimo.configs/hot-...
>> [*********************** ] 95%  71s Starting
>> org.apache.geronimo.configs/hot-...
>> [************************] 100%  71s Startup complete
>>
>>   Listening on Ports:
>>     1099 0.0.0.0 RMI Naming
>>     1527 0.0.0.0 Derby Connector
>>     4201 0.0.0.0 ActiveIO Connector EJB
>>     4242 0.0.0.0 Remote Login Listener
>>     8009 0.0.0.0 Jetty Connector AJP13
>>     8080 0.0.0.0 Jetty Connector HTTP
>>     8443 0.0.0.0 Jetty Connector HTTPS
>>
>>    WDYT?
>>
>> Thanks
>> Anita
>>
>>
>>
>> ____________________________________________________________________________________ 
>>
>> Want to start your own business?
>> Learn how on Yahoo! Small Business.
>> http://smallbusiness.yahoo.com/r-index
>>
>
>



Re: server startup dispaly

Posted by Paul McMahan <pa...@gmail.com>.
I think the [*********************>  ]  progress bar is cool but we
should also consider dropping that to reclaim its 26 spaces.  Any
points we get for having a cool progress bar are negated by the
frustration of seeing a truncated component name :-)

Best wishes,
Paul

On 11/9/06, anita kulshreshtha <a_...@yahoo.com> wrote:
>    I would like to change the length of the line that displays
> "starting configs....." from 70 to 80. It will help us see time taken
> by each configuration:
>
> [********************>   ] 85%  69s Starting
> org.apache.geronimo.configs/webc...
> [*********************   ] 87%  69s Starting
> org.apache.geronimo.configs/webc...
> [*********************-  ] 87%  69s  Loading
> org.apache.geronimo.configs/remo...
> [*********************>  ] 89%  70s  Loading
> org.apache.geronimo.configs/remo...
> [*********************>  ] 89%  70s Starting
> org.apache.geronimo.configs/remo...
> [**********************  ] 91%  70s Starting
> org.apache.geronimo.configs/remo...
> [**********************- ] 91%  70s  Loading
> org.apache.geronimo.configs/hot-...
> [**********************> ] 93%  70s  Loading
> org.apache.geronimo.configs/hot-...
> [**********************> ] 93%  70s Starting
> org.apache.geronimo.configs/hot-...
> [**********************> ] 93%  71s Starting
> org.apache.geronimo.configs/hot-...
> [*********************** ] 95%  71s Starting
> org.apache.geronimo.configs/hot-...
> [************************] 100%  71s Startup complete
>
>   Listening on Ports:
>     1099 0.0.0.0 RMI Naming
>     1527 0.0.0.0 Derby Connector
>     4201 0.0.0.0 ActiveIO Connector EJB
>     4242 0.0.0.0 Remote Login Listener
>     8009 0.0.0.0 Jetty Connector AJP13
>     8080 0.0.0.0 Jetty Connector HTTP
>     8443 0.0.0.0 Jetty Connector HTTPS
>
>    WDYT?
>
> Thanks
> Anita
>
>
>
> ____________________________________________________________________________________
> Want to start your own business?
> Learn how on Yahoo! Small Business.
> http://smallbusiness.yahoo.com/r-index
>