You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/03/06 10:22:39 UTC

DO NOT REPLY [Bug 48867] New: ISAPI Connector not connecting to Tomcat

https://issues.apache.org/bugzilla/show_bug.cgi?id=48867

           Summary: ISAPI Connector not connecting to Tomcat
           Product: Tomcat Connectors
           Version: 1.2.27
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: isapi
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: wilmer.tan@gmail.com


Created an attachment (id=25090)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25090)
server.xml, isapi debug logs and worker.properties

IIS and 4 Tomcat Instance are all up and running but the connector reports a
socket failure.

Server.xml




Sat Mar 06 01:27:12.394 2010] [1380:1292] [info] ajp_service::jk_ajp_common.c
(2407): (tomcat4) sending request to tomcat failed (recoverable), because of
error during request sending (attempt=2)
[Sat Mar 06 01:27:12.394 2010] [1380:1292] [error] ajp_service::jk_ajp_common.c
(2426): (tomcat4) connecting to tomcat failed.
[Sat Mar 06 01:27:12.394 2010] [1380:1292] [debug]
ajp_reset_endpoint::jk_ajp_common.c (743): (tomcat4) resetting endpoint with sd
= 4294967295 (socket shutdown)
[Sat Mar 06 01:27:12.394 2010] [1380:1292] [debug] ajp_done::jk_ajp_common.c
(2850): recycling connection pool slot=0 for worker tomcat4
[Sat Mar 06 01:27:12.394 2010] [1380:1292] [info] service::jk_lb_worker.c
(1347): service failed, worker tomcat4 is in error state
[Sat Mar 06 01:27:12.394 2010] [1380:1292] [debug] service::jk_lb_worker.c
(1358): recoverable error... will try to recover on other worker
[Sat Mar 06 01:27:12.394 2010] [1380:1292] [debug] service::jk_lb_worker.c
(1101): retry 1, sleeping for 100 ms before retrying
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info]
force_recovery::jk_lb_worker.c (577): worker tomcat1 is marked for forced
recovery
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info]
force_recovery::jk_lb_worker.c (577): worker tomcat2 is marked for forced
recovery
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info]
force_recovery::jk_lb_worker.c (577): worker tomcat3 is marked for forced
recovery
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info]
force_recovery::jk_lb_worker.c (577): worker tomcat4 is marked for forced
recovery
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info] service::jk_lb_worker.c
(1399): Forcing recovery once for 4 workers
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info] service::jk_lb_worker.c
(1416): All tomcat instances failed, no more workers left (attempt=0, retry=1)
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info] service::jk_lb_worker.c
(1416): All tomcat instances failed, no more workers left (attempt=1, retry=1)
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info] service::jk_lb_worker.c
(1416): All tomcat instances failed, no more workers left (attempt=2, retry=1)
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info] service::jk_lb_worker.c
(1416): All tomcat instances failed, no more workers left (attempt=3, retry=1)
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [info] service::jk_lb_worker.c
(1427): All tomcat instances are busy or in error state
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [error] service::jk_lb_worker.c
(1432): All tomcat instances failed, no more workers left
[Sat Mar 06 01:27:12.504 2010] [1380:1292] [error]
HttpExtensionProc::jk_isapi_plugin.c (2199): service() failed with http error
503

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 48867] ISAPI Connector not connecting to Tomcat

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48867

wilmer.tan@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows XP                  |Windows Server 2003

--- Comment #1 from wilmer.tan@gmail.com 2010-03-06 09:37:20 UTC ---
More Information:

Windows 2003 64 bit
IIS 6.0 64 bit mode
isapi_redirect.dll (64 bit)
IIS 6.0 running on IIS 5 Isolation Mode
Compression Enabled
Tomcat 5.5 running in 32bit mode

[info] ajp_connect_to_endpoint::jk_ajp_common.c (922): Failed opening socket to
(127.0.0.1:8209) (errno=-9995)
[Sat Mar 06 01:27:12.066 2010] [1380:1292] [error]
ajp_send_request::jk_ajp_common.c (1467): (tomcat2) connecting to backend
failed. Tomcat is probably not started or is listening on the wrong port
(errno=-9995)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 48867] ISAPI Connector not connecting to Tomcat

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48867

Mladen Turk <mt...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Mladen Turk <mt...@apache.org> 2010-03-06 12:05:14 UTC ---
Bugzilla is not support forum.
Please use Tomcat Users list for such types of questions.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org