Hi,
It would be helpful if you provide at least the platform and apache version
running.
 
We did observe such behavior, but it involve deleting shm file while the
httpd was running, but only on FreeBSD.
The only help was to restart the OS, but then the bug could not be
reproduced any more.

Also if I understood you correctly, you've created the shm file? Why? The
jk2 will create that file by itself. Doing that by yourself will create the
zero length file that cannot be attached to, and will probably create the
mentioned error.

Also, the preferred way of using shm is using 'anonymous' for shm file name.
Doing that will use the anonymous shared memory instead file based. The file
based is only for the platforms that lack the anon shm support.

MT.

> -----Original Message-----
> From: SH Solutions [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, March 27, 2004 3:51 PM
> To: 'Tomcat Users List'
> Subject: JK2 and SHM
> 
> Hi
> 
> I get the following errors in apache2s log:
> 
> [error] shm.create(): error creating shm 70014 End of file 
> found [error] shm.create(): error creating shm /isp/apache2.shm
> 
> Can someone tell me what to do ?
> 
> The shm file mentioned in workers2.properties exists (created 
> using touch) and has 777 rights.
> 
> Regards,
>   Steffen
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to