DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

2004-11-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=19965.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=19965


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-12-01 03:00 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

2003-11-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965

mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed





--- Additional Comments From [EMAIL PROTECTED]  2003-11-24 16:13 ---
I got the same problem, but when i try to correct it with the following lines 
in workers2.properties :

[shm]
file=${serverRoot}/logs/shm.file
size=1048576
debug=0

then i got the following error message in jk2.log :

[Mon Nov 24 15:45:54 2003]  (error) [jk_shm.c (358)]: shm.create(): error 
mmapping c:/program files/apache group/apache/logs/shm.file



I'm using apache 1.3.29 on Windows XP

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



DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

2003-11-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965

mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed





--- Additional Comments From [EMAIL PROTECTED]  2003-11-18 22:00 ---
I had nothing but trouble with JK2, constantly getting the same error message 
in the JK2 debug log workerEnv.init() create slot epStat.0 failed.  Then I 
ran across this bug report.  Once I turned SHM on, the problem was fixed, just 
as the former person reported.  I think that this should get into the docs, 
because this is probably about 50% of the problems that people have with JK2.  
It is not clear from the docs that SHM is required, it seems like an option.  
But it also doesn't seem to work without it.

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



DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

2003-10-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965

mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed





--- Additional Comments From [EMAIL PROTECTED]  2003-10-16 18:48 ---
I had the same problem.  A review of the JK2 code revealed that the epStat slot 
objects are created in the shared memory area.  Setting up a shared memory file 
should resolve this issue.

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



DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

2003-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965

mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version|Solaris |Linux
   Priority|Other   |Low
   Platform|Sun |PC
Version|4.1.24  |4.1.27



--- Additional Comments From [EMAIL PROTECTED]  2003-08-30 01:03 ---
Daniel Excellent Recommendations!

It works.

Now to should someone fix the fact that the worker2.properties files should
really be back in the $TOMCAT_HOME/conf directory.

It is a bit confusing that the worker2.properties file *should* be in the apache
Conf directory, but in reality needs to be in the SERVER_ROOT/conf directory -
which aren't necessarily the same thing – I followed the instructions on
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html

which state:  ./configure -prefix=/usr/local/apache2.0.43
--sysconfdir=/etc/apache --localstatedir=/var --enable-so

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



DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965

mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed





--- Additional Comments From [EMAIL PROTECTED]  2003-08-14 22:45 ---
Maybe it helps to add the following to the workers2.properties file:

[shm]
file=/programme/net/apache/logs/shm.file
size=1048576

Daniel Frey

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



DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

2003-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965

mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed





--- Additional Comments From [EMAIL PROTECTED]  2003-06-24 22:47 ---
Exactly the same with apache 2.0.46 on Solaris 8.

A quick workaround is to edit /jk/native2/common/jk_shm.c to supply a default 
name when shm-fname is blank.   This shared memory filename should probably 
come from some config file - but I just can't find it either.

jk_shm.c
332  if( shm-fname==NULL ) {
333  /*  env-l-jkLog(env, env-l, JK_LOG_ERROR, shm.init(): No file\n);
334  return JK_ERR;
335  */
336  shm-fname=/tmp/jk.shm;
337  }

-tom-

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



Re: DO NOT REPLY [Bug 19965] - mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed

2003-06-24 Thread NormW
Good morning.
The JK2 docs identify the properties for workers2.properties, and one of
those is:
[shm:]
file=path/fname

A default value may have been of benefit but I find I prefer to know what
decisions are being made for me so that I can agree with or change them.
Norm

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 8:47 AM
Subject: DO NOT REPLY [Bug 19965] - mod_jk2 connection fails,
workerEnv.init() create slot epStat.0 failed


 DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
 RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965.
 ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
 INSERTED IN THE BUG DATABASE.

 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965

 mod_jk2 connection fails, workerEnv.init() create slot epStat.0 failed





 --- Additional Comments From [EMAIL PROTECTED]  2003-06-24
22:47 ---
 Exactly the same with apache 2.0.46 on Solaris 8.

 A quick workaround is to edit /jk/native2/common/jk_shm.c to supply a
default
 name when shm-fname is blank.   This shared memory filename should
probably
 come from some config file - but I just can't find it either.

 jk_shm.c
 332  if( shm-fname==NULL ) {
 333  /*  env-l-jkLog(env, env-l, JK_LOG_ERROR, shm.init(): No
file\n);
 334  return JK_ERR;
 335  */
 336  shm-fname=/tmp/jk.shm;
 337  }

 -tom-

 -
 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]