RE: JK2 apache2 log errors

2003-06-04 Thread Allen Williams
Not that I can see, other than to restart.

TIA,
--
Allen



 -Original Message-
 From: Michael Cardon [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 02, 2003 12:30 PM
 To: Tomcat Users List
 Subject: RE: JK2 apache2 log errors


 Thanks for the info on the scoreboard Allen.  Do you know if
 there is anyway
 to clear the scoreboard?


 -Original Message-
 From: Allen Williams [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 31, 2003 8:01 AM
 To: Tomcat Users List
 Subject: RE: JK2 apache2 log errors


 In the process of digging through the mod_jk2 source code to solve my own
 problem (which still hasn't happened), I came across extensive
 references to
 the scoreboard.  It is a place in a workerEnv data structure that holds
 the process ID of a child process.  I'm not sure about who spawns what
 where, but at least it appears Apache spawns off the jk2 stuff, which then
 goes off and spawns worker threads.  It appears the scoreboard is a place
 in the worker environment to keep track of some of the housekeeping that
 goes on with these threads.

 I've only looked at it for about an hour, so this could be all wrong, but
 that's what it looks like.

 TIA,
 --
 Allen



  -Original Message-
  From: Chong Yu Meng [mailto:[EMAIL PROTECTED]
  Sent: Saturday, May 31, 2003 1:09 AM
  To: Tomcat Users List
  Subject: Re: JK2 apache2 log errors
 
 
  Geralyn M Hollerman wrote:
 
  Michael Cardon wrote:
  
  
  What does it mean when it says, Can't find child 2954 in
  scoreboard?  Is
  the 'scoreboard' have something to do with the shm.file?
  
  
  
  As far as I know, no, the two aren't related. My sysadmin had commented
  the stuff about a Scoreboard directive in httpd.conf out, and I'm not
  sure if I understand what it's intended to be used for.
 Perhaps there is
  someone out there more familiar with it?
  
  Sorry!
  
  
  
 
  Scoreboard refers to the jkstatus context which, if you are using the
  default worker2.properties that came with the rpm package for mod_jk2,
  you will see a section on. If you have jkstatus enabled, you will be
  able to see the status of your mod_jk2 connector by going to the URL :
  http://domain.com/jkstatus
 
  Regards,
  pascal chong
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JK2 apache2 log errors

2003-06-03 Thread Michael Cardon
Thanks for the info on the scoreboard Allen.  Do you know if there is anyway
to clear the scoreboard?


-Original Message-
From: Allen Williams [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 31, 2003 8:01 AM
To: Tomcat Users List
Subject: RE: JK2 apache2 log errors


In the process of digging through the mod_jk2 source code to solve my own
problem (which still hasn't happened), I came across extensive references to
the scoreboard.  It is a place in a workerEnv data structure that holds
the process ID of a child process.  I'm not sure about who spawns what
where, but at least it appears Apache spawns off the jk2 stuff, which then
goes off and spawns worker threads.  It appears the scoreboard is a place
in the worker environment to keep track of some of the housekeeping that
goes on with these threads.

I've only looked at it for about an hour, so this could be all wrong, but
that's what it looks like.

TIA,
--
Allen



 -Original Message-
 From: Chong Yu Meng [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 31, 2003 1:09 AM
 To: Tomcat Users List
 Subject: Re: JK2 apache2 log errors


 Geralyn M Hollerman wrote:

 Michael Cardon wrote:
 
 
 What does it mean when it says, Can't find child 2954 in
 scoreboard?  Is
 the 'scoreboard' have something to do with the shm.file?
 
 
 
 As far as I know, no, the two aren't related. My sysadmin had commented
 the stuff about a Scoreboard directive in httpd.conf out, and I'm not
 sure if I understand what it's intended to be used for. Perhaps there is
 someone out there more familiar with it?
 
 Sorry!
 
 
 

 Scoreboard refers to the jkstatus context which, if you are using the
 default worker2.properties that came with the rpm package for mod_jk2,
 you will see a section on. If you have jkstatus enabled, you will be
 able to see the status of your mod_jk2 connector by going to the URL :
 http://domain.com/jkstatus

 Regards,
 pascal chong



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JK2 apache2 log errors

2003-06-01 Thread Allen Williams
In the process of digging through the mod_jk2 source code to solve my own
problem (which still hasn't happened), I came across extensive references to
the scoreboard.  It is a place in a workerEnv data structure that holds
the process ID of a child process.  I'm not sure about who spawns what
where, but at least it appears Apache spawns off the jk2 stuff, which then
goes off and spawns worker threads.  It appears the scoreboard is a place
in the worker environment to keep track of some of the housekeeping that
goes on with these threads.

I've only looked at it for about an hour, so this could be all wrong, but
that's what it looks like.

TIA,
--
Allen



 -Original Message-
 From: Chong Yu Meng [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 31, 2003 1:09 AM
 To: Tomcat Users List
 Subject: Re: JK2 apache2 log errors


 Geralyn M Hollerman wrote:

 Michael Cardon wrote:
 
 
 What does it mean when it says, Can't find child 2954 in
 scoreboard?  Is
 the 'scoreboard' have something to do with the shm.file?
 
 
 
 As far as I know, no, the two aren't related. My sysadmin had commented
 the stuff about a Scoreboard directive in httpd.conf out, and I'm not
 sure if I understand what it's intended to be used for. Perhaps there is
 someone out there more familiar with it?
 
 Sorry!
 
 
 

 Scoreboard refers to the jkstatus context which, if you are using the
 default worker2.properties that came with the rpm package for mod_jk2,
 you will see a section on. If you have jkstatus enabled, you will be
 able to see the status of your mod_jk2 connector by going to the URL :
 http://domain.com/jkstatus

 Regards,
 pascal chong



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JK2 apache2 log errors

2003-06-01 Thread Neil Aggarwal
Hello:

How do I enable the jkstatus page?  I have not seen any docs on it.

Thanks,
Neil

--
Neil Aggarwal
JAMM Consulting, Inc.(972) 612-6056, http://www.JAMMConsulting.com
Custom Internet DevelopmentWebsites, Ecommerce, Java, databases


-Original Message-
From: Allen Williams [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 31, 2003 10:01 AM
To: Tomcat Users List
Subject: RE: JK2 apache2 log errors


In the process of digging through the mod_jk2 source code to solve my own
problem (which still hasn't happened), I came across extensive references to
the scoreboard.  It is a place in a workerEnv data structure that holds
the process ID of a child process.  I'm not sure about who spawns what
where, but at least it appears Apache spawns off the jk2 stuff, which then
goes off and spawns worker threads.  It appears the scoreboard is a place
in the worker environment to keep track of some of the housekeeping that
goes on with these threads.

I've only looked at it for about an hour, so this could be all wrong, but
that's what it looks like.

TIA,
--
Allen



 -Original Message-
 From: Chong Yu Meng [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 31, 2003 1:09 AM
 To: Tomcat Users List
 Subject: Re: JK2 apache2 log errors


 Geralyn M Hollerman wrote:

 Michael Cardon wrote:
 
 
 What does it mean when it says, Can't find child 2954 in
 scoreboard?  Is
 the 'scoreboard' have something to do with the shm.file?
 
 
 
 As far as I know, no, the two aren't related. My sysadmin had commented
 the stuff about a Scoreboard directive in httpd.conf out, and I'm not
 sure if I understand what it's intended to be used for. Perhaps there is
 someone out there more familiar with it?
 
 Sorry!
 
 
 

 Scoreboard refers to the jkstatus context which, if you are using the
 default worker2.properties that came with the rpm package for mod_jk2,
 you will see a section on. If you have jkstatus enabled, you will be
 able to see the status of your mod_jk2 connector by going to the URL :
 http://domain.com/jkstatus

 Regards,
 pascal chong



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JK2 apache2 log errors

2003-06-01 Thread Reynir Hübner
I think it's enough to add the following : 
- start here ---
[status:]
info=Status worker, displays runtime informations


[uri:/jkstatus/*]
info=Display status information and checks the config file for changes.
group=status:
- end here ---

To your workers2.properties.

Hope it helps
-reynir



 -Original Message-
 From: Neil Aggarwal [mailto:[EMAIL PROTECTED] 
 Sent: 31. maí 2003 15:55
 To: Tomcat Users List
 Subject: RE: JK2 apache2 log errors
 
 
 Hello:
 
 How do I enable the jkstatus page?  I have not seen any docs on it.
 
 Thanks,
   Neil
 
 --
 Neil Aggarwal
 JAMM Consulting, Inc.(972) 612-6056, http://www.JAMMConsulting.com
 Custom Internet DevelopmentWebsites, Ecommerce, Java, databases
 
 
 -Original Message-
 From: Allen Williams [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 31, 2003 10:01 AM
 To: Tomcat Users List
 Subject: RE: JK2 apache2 log errors
 
 
 In the process of digging through the mod_jk2 source code to 
 solve my own problem (which still hasn't happened), I came 
 across extensive references to the scoreboard.  It is a 
 place in a workerEnv data structure that holds the process ID 
 of a child process.  I'm not sure about who spawns what 
 where, but at least it appears Apache spawns off the jk2 
 stuff, which then goes off and spawns worker threads.  It 
 appears the scoreboard is a place in the worker environment 
 to keep track of some of the housekeeping that goes on with 
 these threads.
 
 I've only looked at it for about an hour, so this could be 
 all wrong, but that's what it looks like.
 
 TIA,
 --
 Allen
 
 
 
  -Original Message-
  From: Chong Yu Meng [mailto:[EMAIL PROTECTED]
  Sent: Saturday, May 31, 2003 1:09 AM
  To: Tomcat Users List
  Subject: Re: JK2 apache2 log errors
 
 
  Geralyn M Hollerman wrote:
 
  Michael Cardon wrote:
  
  
  What does it mean when it says, Can't find child 2954 in
  scoreboard?  Is
  the 'scoreboard' have something to do with the shm.file?
  
  
  
  As far as I know, no, the two aren't related. My sysadmin had 
  commented the stuff about a Scoreboard directive in 
 httpd.conf out, 
  and I'm not sure if I understand what it's intended to be 
 used for. 
  Perhaps there is someone out there more familiar with it?
  
  Sorry!
  
  
  
 
  Scoreboard refers to the jkstatus context which, if you are using 
  the default worker2.properties that came with the rpm package for 
  mod_jk2, you will see a section on. If you have jkstatus enabled, 
  you will be able to see the status of your mod_jk2 
 connector by going 
  to the URL : http://domain.com/jkstatus
 
  Regards,
  pascal chong
 
 
 
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JK2 apache2 log errors

2003-06-01 Thread Neil Aggarwal
Raynir:

That worked!

Thanks,
Neil

--
Neil Aggarwal
JAMM Consulting, Inc.(972) 612-6056, http://www.JAMMConsulting.com
Custom Internet DevelopmentWebsites, Ecommerce, Java, databases


-Original Message-
From: Reynir Hübner [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 31, 2003 10:57 AM
To: Tomcat Users List
Subject: RE: JK2 apache2 log errors


I think it's enough to add the following :
- start here ---
[status:]
info=Status worker, displays runtime informations


[uri:/jkstatus/*]
info=Display status information and checks the config file for changes.
group=status:
- end here ---

To your workers2.properties.

Hope it helps
-reynir



 -Original Message-
 From: Neil Aggarwal [mailto:[EMAIL PROTECTED]
 Sent: 31. maí 2003 15:55
 To: Tomcat Users List
 Subject: RE: JK2 apache2 log errors


 Hello:

 How do I enable the jkstatus page?  I have not seen any docs on it.

 Thanks,
   Neil

 --
 Neil Aggarwal
 JAMM Consulting, Inc.(972) 612-6056, http://www.JAMMConsulting.com
 Custom Internet DevelopmentWebsites, Ecommerce, Java, databases


 -Original Message-
 From: Allen Williams [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 31, 2003 10:01 AM
 To: Tomcat Users List
 Subject: RE: JK2 apache2 log errors


 In the process of digging through the mod_jk2 source code to
 solve my own problem (which still hasn't happened), I came
 across extensive references to the scoreboard.  It is a
 place in a workerEnv data structure that holds the process ID
 of a child process.  I'm not sure about who spawns what
 where, but at least it appears Apache spawns off the jk2
 stuff, which then goes off and spawns worker threads.  It
 appears the scoreboard is a place in the worker environment
 to keep track of some of the housekeeping that goes on with
 these threads.

 I've only looked at it for about an hour, so this could be
 all wrong, but that's what it looks like.

 TIA,
 --
 Allen



  -Original Message-
  From: Chong Yu Meng [mailto:[EMAIL PROTECTED]
  Sent: Saturday, May 31, 2003 1:09 AM
  To: Tomcat Users List
  Subject: Re: JK2 apache2 log errors
 
 
  Geralyn M Hollerman wrote:
 
  Michael Cardon wrote:
  
  
  What does it mean when it says, Can't find child 2954 in
  scoreboard?  Is
  the 'scoreboard' have something to do with the shm.file?
  
  
  
  As far as I know, no, the two aren't related. My sysadmin had
  commented the stuff about a Scoreboard directive in
 httpd.conf out,
  and I'm not sure if I understand what it's intended to be
 used for.
  Perhaps there is someone out there more familiar with it?
  
  Sorry!
  
  
  
 
  Scoreboard refers to the jkstatus context which, if you are using
  the default worker2.properties that came with the rpm package for
  mod_jk2, you will see a section on. If you have jkstatus enabled,
  you will be able to see the status of your mod_jk2
 connector by going
  to the URL : http://domain.com/jkstatus
 
  Regards,
  pascal chong
 
 
 
 
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JK2 apache2 log errors

2003-05-31 Thread Geralyn M Hollerman
Michael Cardon wrote:
 
 Can anyone explain the following errors to me?  This is from the error_log
 file of the httpd (apache2) server.
...
 [Fri May 30 12:24:12 2003] [error] jk2_init() Can't find child 2954 in
 scoreboard
 [Fri May 30 12:24:12 2003] [notice] workerEnv.init() ok
 /etc/httpd/conf/workers2.properties
 [Fri May 30 12:24:12 2003] [error] mod_jk child init 1 -2
 [Fri May 30 12:24:12 2003] [error] jk2_init() Can't find child 2956 in
 scoreboard

I'm not 100% sure about this, but I saw the same thing on my Solaris box
using jk2; I  *think* you can safely disregard that mod_jk child init 1
-2. As far as that jk2_init goes, I would get that if I started up
Apache before Tomcat had completed starting - I just got used to doing
something else in between the start of one and the start of the other to
avoid that error...

-- 
Lynn Hollerman.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JK2 apache2 log errors

2003-05-31 Thread John Turner
sleep 10

or

sleep 15

Unlike Apache, Tomcat does not start up instantly...it needs time to do so.

John

On Fri, 30 May 2003 14:48:42 -0500, Geralyn M Hollerman 
[EMAIL PROTECTED] wrote:

Michael Cardon wrote:
Can anyone explain the following errors to me?  This is from the 
error_log
file of the httpd (apache2) server.
...
[Fri May 30 12:24:12 2003] [error] jk2_init() Can't find child 2954 in
scoreboard
[Fri May 30 12:24:12 2003] [notice] workerEnv.init() ok
/etc/httpd/conf/workers2.properties
[Fri May 30 12:24:12 2003] [error] mod_jk child init 1 -2
[Fri May 30 12:24:12 2003] [error] jk2_init() Can't find child 2956 in
scoreboard
I'm not 100% sure about this, but I saw the same thing on my Solaris box
using jk2; I  *think* you can safely disregard that mod_jk child init 1
-2. As far as that jk2_init goes, I would get that if I started up
Apache before Tomcat had completed starting - I just got used to doing
something else in between the start of one and the start of the other to
avoid that error...


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: JK2 apache2 log errors

2003-05-31 Thread Michael Cardon
Thanks for your reply.

What does it mean when it says, Can't find child 2954 in scoreboard?  Is
the 'scoreboard' have something to do with the shm.file?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, May 30, 2003 12:49 PM
To: Tomcat Users List
Subject: Re: JK2 apache2 log errors


Michael Cardon wrote:

 Can anyone explain the following errors to me?  This is from the error_log
 file of the httpd (apache2) server.
...
 [Fri May 30 12:24:12 2003] [error] jk2_init() Can't find child 2954 in
 scoreboard
 [Fri May 30 12:24:12 2003] [notice] workerEnv.init() ok
 /etc/httpd/conf/workers2.properties
 [Fri May 30 12:24:12 2003] [error] mod_jk child init 1 -2
 [Fri May 30 12:24:12 2003] [error] jk2_init() Can't find child 2956 in
 scoreboard

I'm not 100% sure about this, but I saw the same thing on my Solaris box
using jk2; I  *think* you can safely disregard that mod_jk child init 1
-2. As far as that jk2_init goes, I would get that if I started up
Apache before Tomcat had completed starting - I just got used to doing
something else in between the start of one and the start of the other to
avoid that error...

--
Lynn Hollerman.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JK2 apache2 log errors

2003-05-31 Thread Geralyn M Hollerman
Michael Cardon wrote:
 
 What does it mean when it says, Can't find child 2954 in scoreboard?  Is
 the 'scoreboard' have something to do with the shm.file?

As far as I know, no, the two aren't related. My sysadmin had commented
the stuff about a Scoreboard directive in httpd.conf out, and I'm not
sure if I understand what it's intended to be used for. Perhaps there is
someone out there more familiar with it?

Sorry!

-- 
Lynn Hollerman.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JK2 apache2 log errors

2003-05-31 Thread Chong Yu Meng
Geralyn M Hollerman wrote:

Michael Cardon wrote:
 

What does it mean when it says, Can't find child 2954 in scoreboard?  Is
the 'scoreboard' have something to do with the shm.file?
   

As far as I know, no, the two aren't related. My sysadmin had commented
the stuff about a Scoreboard directive in httpd.conf out, and I'm not
sure if I understand what it's intended to be used for. Perhaps there is
someone out there more familiar with it?
Sorry!

 

Scoreboard refers to the jkstatus context which, if you are using the 
default worker2.properties that came with the rpm package for mod_jk2, 
you will see a section on. If you have jkstatus enabled, you will be 
able to see the status of your mod_jk2 connector by going to the URL : 
http://domain.com/jkstatus

Regards,
pascal chong


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]