Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 35903 invoked from network); 13 Feb 2006 04:55:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Feb 2006 04:55:26 -0000 Received: (qmail 85782 invoked by uid 500); 13 Feb 2006 04:55:10 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 85760 invoked by uid 500); 13 Feb 2006 04:55:09 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 85749 invoked by uid 99); 13 Feb 2006 04:55:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 20:55:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [199.45.247.103] (HELO windward.net) (199.45.247.103) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 20:55:08 -0800 Received: from belle ([192.168.200.129]) by windward.net with Microsoft SMTPSVC(6.0.3790.1830); Sun, 12 Feb 2006 21:54:47 -0700 From: "David Thielen" To: "'Tomcat Users List'" Subject: RE: Desperate for help with isapi_redirect.dll Date: Sun, 12 Feb 2006 21:54:47 -0700 Message-ID: <0a7901c63059$9d79b6e0$81c8a8c0@windward.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <43EF81C6.6040502@apache.org> Thread-Index: AcYwBEAYfP5xHghKTz+4oFgvP9PtTQAVM/8w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-OriginalArrivalTime: 13 Feb 2006 04:54:47.0809 (UTC) FILETIME=[9D6DF710:01C63059] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello; Ok, I upped the cachesize and now have a new problem First, it seems to not write all of the log entries. The final line is: [Sun Feb 12 21:14:08 2006] [warn] jk_uri_worker_map.c (42 Second, I am now getting this: [Sun Feb 12 13:34:23 2006] [error] jk_isapi_plugin.c (1049): could not get a worker for name ajp13 [Sun Feb 12 14:31:39 2006] [error] jk_isapi_plugin.c (1049): could not get a worker for name ajp13 [Sun Feb 12 15:29:22 2006] [error] jk_isapi_plugin.c (1049): could not get a worker for name ajp13 [Sun Feb 12 21:14:01 2006] [warn] jk_uri_worker_map.c (429): Uri http://www.page2stage.com is invalid. Uri must start with / [Sun Feb 12 21:14:02 2006] [warn] jk_uri_worker_map.c (429): Uri http://www.page2stage.com/reviews/index.htm is invalid. Uri must start with / ... more page2stage.com pages listed ... Which is not in my properties file at all. I just tried http://www.page2stage.com/reviews/index.htm and other pages and it comes up ok. But it looks like it is having a problem with this. This is with Mark's latest version - not the official release. Uriworkermap.properties is: /store/*=ajp13w /store=ajp13w /track/*=ajp13w /forums/*=ajp13w /forums=ajp13w /WindwardReportsServlet/*=ajp13w /WindwardReportsJsp/*=ajp13w /*.jsp=ajp13w /*.faces=ajp13w Any ideas? Thanks - dave David Thielen www.windwardreports.com 303-499-2544 -----Original Message----- From: Mark Thomas [mailto:markt@apache.org] Sent: Sunday, February 12, 2006 11:43 AM To: Tomcat Users List Subject: Re: Desperate for help with isapi_redirect.dll David Thielen wrote: > 3. I consistently get the following in the isapi_redirect.log file > (removed duplicates): > > [Fri Jan 27 12:40:39 2006] [error] HttpExtensionProc::jk_isapi_plugin.c > (1029): could not get a worker for name ajp13 > > [Fri Jan 27 13:53:06 2006] [info] ajp_send_request::jk_ajp_common.c (1178): > Socket 616 is not connected any more (errno=-1) > > [Fri Jan 27 13:53:06 2006] [info] ajp_send_request::jk_ajp_common.c (1225): > All endpoints are disconnected or dead > > [Fri Jan 27 13:53:06 2006] [info] ajp_service::jk_ajp_common.c (1749): > Sending request to tomcat failed, recoverable operation attempt=1 > > [Fri Jan 27 13:53:07 2006] [info] jk_open_socket::jk_connect.c (444): > connect to 127.0.0.1:8009 failed with errno=61 > > [Fri Jan 27 13:53:07 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c > (889): Failed opening socket to (127.0.0.1:8009) with (errno=61) > > [Fri Jan 27 13:53:07 2006] [info] ajp_send_request::jk_ajp_common.c (1248): > Error connecting to the Tomcat process. > > [Fri Jan 27 13:53:08 2006] [error] ajp_service::jk_ajp_common.c (1758): > Error connecting to tomcat. Tomcat is probably not started or is listening > on the wrong port. worker=ajp13w failed > > [Fri Jan 27 13:53:08 2006] [error] HttpExtensionProc::jk_isapi_plugin.c > (1022): service() failed Hmm. 61 is connection refused according to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/win sock/windows_sockets_error_codes_2.asp Have a look a Mladen's reply to a similar problem: http://marc.theaimsgroup.com/?l=tomcat-user&m=102553922207529&w=2 It essentially says, set worker.ajp13.cachesize=100 Looking at the docs (http://tomcat.apache.org/connectors-doc/config/workers.html) the default cachesize value for IIS is ten. I am pretty sure this is because non-server versions of windows limit the number of incoming connections to 10. On a server edition of Windows there is no limit so this will need to be higher. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org