Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 25449 invoked from network); 16 Jul 2003 23:21:57 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 16 Jul 2003 23:21:56 -0000 Received: (qmail 27774 invoked by uid 97); 16 Jul 2003 23:24:34 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 27767 invoked from network); 16 Jul 2003 23:24:33 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 16 Jul 2003 23:24:33 -0000 Received: (qmail 23998 invoked by uid 500); 16 Jul 2003 23:21:43 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 23982 invoked from network); 16 Jul 2003 23:21:42 -0000 Received: from unknown (HELO beta.xtech.ca) (216.126.80.64) by daedalus.apache.org with SMTP; 16 Jul 2003 23:21:42 -0000 Received: from orion (orion [192.168.1.2]) by beta.xtech.ca (8.11.6/8.11.6) with SMTP id h6GNP8e09497 for ; Wed, 16 Jul 2003 19:25:18 -0400 Message-ID: <002501c34c0a$31aa1580$0201a8c0@orion> From: "Rick" To: "Tomcat Users List" References: <5.2.1.1.0.20030717001857.00cf7780@imap.web.de> Subject: Re: Tomcat-ModJK2 --> [error] mod_jk child init 1 0 Date: Wed, 16 Jul 2003 19:21:45 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Here you go...hope there is something amiss in here that's causing it! TIA, Rick JK2 configuration and virtualhost of httpd.conf ------------------------------ LoadModule jk2_module modules/mod_jk2.so JkSet config.file /usr/local/apache2/conf/workers2.properties ServerName www.somesite.com DocumentRoot /usr/local/www/somesite.com Options Indexes FollowSymLinks DirectoryIndex index.html index.jsp JkSet uri:www.somesite.com/*.jsp.group ajp13:localhost:8009 JkSet uri:www.somesite.com/servlet/*.group ajp13:localhost:8009 workers2.properties -------------------------------------------------------- # Use only for debugging [logger.apache2] level=DEBUG # Shared memory handling. Needs to be set. [shm] file=/usr/local/apache2/logs/shm.file size=1048576 # Example socket channel, override port and host. [channel.socket:localhost:8009] port=8009 host=127.0.0.1 tomcatId=localhost:8009 # Define the ajp13 worker [ajp13:localhost:8009] channel=channel.socket:localhost:8009 # Define the status worker [status:status] info=Status worker for displaying runtime information # Map the status page url [uri:/jk2-status/*] group=status:status AJP Connector configuration of server.xml --------------------------------- jk2.properties -------------------------------------------------------------- handler.list=request,container,channelSocket channelSocket.port=8009 channelSocket.address=127.0.0.1 ----- Original Message ----- From: "Simon Pabst" To: "Tomcat Users List" Sent: Wednesday, July 16, 2003 3:25 PM Subject: Re: Tomcat-ModJK2 --> [error] mod_jk child init 1 0 > Post the JK2 configuration of your httpd.conf and workers2.properties > and your AJP Connector configuration of tomcat/conf/server.xml and > tomcat/conf/jk2.properties > > What Apache/mod_jk2/Tomcat version are you using? > > Is Tomcat running, are any errors in tomcat/logs/catalina.out? > > Did you build mod_jk2 with jni or any extra flags? > > > At 16:26 16.07.2003 -0700, you wrote: > >Hi, I can't figure this one out, I have Tomcat and Apache talking to each > >other thru jk2 all fine and dandy except for this error on startup of Apache: > > > >[error] mod_jk child init 1 0 > > > >which in turn, I suspect, spawns these errors: > > > >[error] Error ajp_process_callback - write failed > >[error] ajp13.service() ajpGetReply recoverable error 3 > >[error] Error ajp_process_callback - write failed > >[error] ajp13.service() ajpGetReply recoverable error 3 > >[error] ajp13.service() Error forwarding ajp13:localhost:8009 1 0 > >[error] mod_jk.handler() Error connecting to tomcat 3 > > > > > >I have lost the battle...looking for any insight at all! > > > >TIA, Rick > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org