You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Anthony W. Marino" <an...@AWMObjects.com> on 2002/05/19 14:11:04 UTC

jk2.shm (2,147,483,647 bytes)

Using connector source from cvs, from yesterday afternoon, I built mod_jk2.so 
for use with Apache2.0.36/TC4.1.2/SuSE Linux.  I copy "workers2.properties" 
into "a2/conf" and then add a LoadModule statement to "a2/conf/httpd.conf".
TC starts seemingly ok then after a minute or so I start httpd which is 
extremely slow.  I notice an extremely large file "a2/logs/jk2.shm" which 
eventually consumes almost all my available disk space (2,147,483,647bytes)
I had to shutdown both "httpd" then TC.

Any thoughts???

Thank You,
Anthony


 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: jk2.shm (2,147,483,647 bytes)

Posted by "Anthony W. Marino" <an...@AWMObjects.com>.
Costin,

The following is an excerpt from my a2 error_log which shows the creation of 
"jk2.shm":

[Sun May 19 10:01:58 2002] [notice] Digest: generating secret for digest 
authentication ...
[Sun May 19 10:01:58 2002] [notice] Digest: done
[Sun May 19 10:01:58 2002] [warn] shm.create(): file open 
/mydirpath/apache2/logs/jk2.shm 1000000 0


Anthony


> Costin,
> The file grew to 893,981,696 bytes by the time I was able to get everything
> stopped.  What next???
>
> Thanks,
> Anthony
>
> > Current [shm] settings:
> >
> > [shm:]
> > info=Scoreboard. Required for reconfiguration and status with
> > multiprocess servers
> > file=${serverRoot}/logs/jk2.shm
> > size=1000000
> > debug=0
> > disabled=0
> >
> >
> > I will add "debug=1" and then advise.
> >
> >
> > Thanks,
> > Anthony
> >
> > > On Sun, 19 May 2002, Anthony W. Marino wrote:
> > > > Using connector source from cvs, from yesterday afternoon, I built
> > > > mod_jk2.so for use with Apache2.0.36/TC4.1.2/SuSE Linux.  I copy
> > > > "workers2.properties" into "a2/conf" and then add a LoadModule
> > > > statement to "a2/conf/httpd.conf". TC starts seemingly ok then after
> > > > a minute or so I start httpd which is extremely slow.  I notice an
> > > > extremely large file "a2/logs/jk2.shm" which eventually consumes
> > > > almost all my available disk space (2,147,483,647bytes) I had to
> > > > shutdown both "httpd" then TC.
> > >
> > > Can you add 'debug=1' in the [shm] section ? What's the size param ?
> > >
> > >
> > > Costin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: jk2.shm (2,147,483,647 bytes)

Posted by "Anthony W. Marino" <an...@AWMObjects.com>.
Costin,
The file grew to 893,981,696 bytes by the time I was able to get everything 
stopped.  What next???

Thanks,
Anthony

> Current [shm] settings:
>
> [shm:]
> info=Scoreboard. Required for reconfiguration and status with multiprocess
> servers
> file=${serverRoot}/logs/jk2.shm
> size=1000000
> debug=0
> disabled=0
>
>
> I will add "debug=1" and then advise.
>
>
> Thanks,
> Anthony
>
> > On Sun, 19 May 2002, Anthony W. Marino wrote:
> > > Using connector source from cvs, from yesterday afternoon, I built
> > > mod_jk2.so for use with Apache2.0.36/TC4.1.2/SuSE Linux.  I copy
> > > "workers2.properties" into "a2/conf" and then add a LoadModule
> > > statement to "a2/conf/httpd.conf". TC starts seemingly ok then after a
> > > minute or so I start httpd which is extremely slow.  I notice an
> > > extremely large file "a2/logs/jk2.shm" which eventually consumes almost
> > > all my available disk space (2,147,483,647bytes) I had to shutdown both
> > > "httpd" then TC.
> >
> > Can you add 'debug=1' in the [shm] section ? What's the size param ?
> >
> >
> > Costin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: jk2.shm (2,147,483,647 bytes)

Posted by "Anthony W. Marino" <an...@AWMObjects.com>.
Current [shm] settings:

[shm:]
info=Scoreboard. Required for reconfiguration and status with multiprocess 
servers
file=${serverRoot}/logs/jk2.shm
size=1000000
debug=0
disabled=0


I will add "debug=1" and then advise.


Thanks,
Anthony



> On Sun, 19 May 2002, Anthony W. Marino wrote:
> > Using connector source from cvs, from yesterday afternoon, I built
> > mod_jk2.so for use with Apache2.0.36/TC4.1.2/SuSE Linux.  I copy
> > "workers2.properties" into "a2/conf" and then add a LoadModule statement
> > to "a2/conf/httpd.conf". TC starts seemingly ok then after a minute or so
> > I start httpd which is extremely slow.  I notice an extremely large file
> > "a2/logs/jk2.shm" which eventually consumes almost all my available disk
> > space (2,147,483,647bytes) I had to shutdown both "httpd" then TC.
>
> Can you add 'debug=1' in the [shm] section ? What's the size param ?
>
>
> Costin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: jk2.shm (2,147,483,647 bytes)

Posted by co...@covalent.net.
On Sun, 19 May 2002, Anthony W. Marino wrote:

> Using connector source from cvs, from yesterday afternoon, I built mod_jk2.so 
> for use with Apache2.0.36/TC4.1.2/SuSE Linux.  I copy "workers2.properties" 
> into "a2/conf" and then add a LoadModule statement to "a2/conf/httpd.conf".
> TC starts seemingly ok then after a minute or so I start httpd which is 
> extremely slow.  I notice an extremely large file "a2/logs/jk2.shm" which 
> eventually consumes almost all my available disk space (2,147,483,647bytes)
> I had to shutdown both "httpd" then TC.

Can you add 'debug=1' in the [shm] section ? What's the size param ? 


Costin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>