On 08.11.2010 14:46, Anthony Tuffour wrote:
Hi all,

I managed to setup IIS ISAPI redirect successfully to feed a Geoserver
wms to IIS web application.
I used the configuration guide below to do the set up;
http://tomcat.apache.org/connectors-doc-archive/jk2/jk/iishowto.html
http://tomcat.apache.org/connectors-doc/reference/iis.html
http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html

My system setup is Windows 2003 Server, IIS 6.0, Tomcat 6.0 and the
Connector version is 1.2.31.
Everything was working successfully and tested it for almost 2days. But
all of a sudden the application went down with the following error
message:

Service Temporary Unavailable!
The server is temporarily unable to service your request due to
maintenance downtime or capacity problems. Please try again later.
Jakarta/ISAPI/isapi_redirector/1.2.31 (1026297)

I changed the application pool to a different one and I am getting the
error message "You are not authorized to view this page. HTTP Error 403
- Forbidden: Access is denied. "

The error below is from ISAPI_Redirect.log;

[Mon Nov 08 12:04:17.363 2010] [4604:3188] [info]
init_jk::jk_isapi_plugin.c (2562): Starting
Jakarta/ISAPI/isapi_redirector/1.2.31 (1026297)[Mon Nov 08 12:04:17.379
2010] [4604:3188] [warn] jk_map_handle_duplicates::jk_map.c (446):
Duplicate key '/geoserver/*' detected - previous value 'worker1' will be
overwritten with 'worker1;fail_on_status=-404,-500,503'.[Mon Nov 08
12:04:17.379 2010] [4604:3188] [warn] jk_map_handle_duplicates::jk_map.c
(446): Duplicate key '/geoserver/*' detected - previous value
'worker1;fail_on_status=-404,-500,503' will be overwritten with
'worker1;use_server_errors=400'.[Mon Nov 08 12:04:17.410 2010]
[4604:3188] [warn] jk_map_handle_duplicates::jk_map.c (446): Duplicate
key '/geoserver/*' detected - previous value
'worker1;use_server_errors=400' will be overwritten with
'worker1;use_server_errors=500'.[Mon Nov 08 12:04:17.441 2010]
[4604:3188] [error] ajp_validate::jk_ajp_common.c (2622): worker worker1
can't resolve tomcat address www.map.hackney.gov.uk:8080[Mon Nov 08
12:04:19.722 2010] [4604:3188] [error] ajp_validate::jk_ajp_common.c
(2622): worker worker2 can't resolve tomcat address otherhost[Mon Nov 08
12:04:19.738 2010] [4604:3188] [error]
uri_worker_map_ext::jk_uri_worker_map.c (506): Could not find worker
with name 'myworker' in uri map post processing. [Mon Nov 08
12:04:19.754 2010] [4604:3188] [error]
uri_worker_map_ext::jk_uri_worker_map.c (506): Could not find worker
with name 'defworker' in uri map post processing.
[Mon Nov 08 12:04:19.754 2010] [4604:3188] [error]
uri_worker_map_ext::jk_uri_worker_map.c (506): Could not find worker
with name 'defworker' in uri map post processing.[Mon Nov 08
12:04:19.754 2010] [4604:3188] [error]
uri_worker_map_ext::jk_uri_worker_map.c (506): Could not find worker
with name 'wlb' in uri map post processing.[Mon Nov 08 12:04:19.754
2010] [4604:3188] [error] uri_worker_map_ext::jk_uri_worker_map.c (506):
Could not find worker with name 'wlb' in uri map post processing.[Mon
Nov 08 12:04:19.754 2010] [4604:3188] [error]
uri_worker_map_ext::jk_uri_worker_map.c (506): Could not find worker
with name 'wlb' in uri map post processing.[Mon Nov 08 12:04:19.754
2010] [4604:3188] [error] uri_worker_map_ext::jk_uri_worker_map.c (506):
Could not find worker with name 'jkstatus' in uri map post
processing.[Mon Nov 08 12:04:19.754 2010] [4604:3188] [info]
init_jk::jk_isapi_plugin.c (2741): Jakarta/ISAPI/isapi_redirector/1.2.31
(1026297) initialized[Mon Nov 08 12:04:23.629 2010] [4604:2720] [info]
TerminateFilter::jk_isapi_plugin.c (2271):
Jakarta/ISAPI/isapi_redirector/1.2.31 (1026297) stopping
I have tried changing the permissions but not luck. Under IIS ISAPI
filters, the ISAPI redirector is loaded and the green arrow is pointing
upwards and priority is high.
Accessing the same URL from port 8080 displays the page without any
problems.

Is there anything that needs to get back to normal and searched and
tried everything in the book without success.

Lots of errors above, like e.g.

worker worker2 can't resolve tomcat address otherhost

which means you configured "otherhost" as worker address and this canot be resolved to an IP address.

Maybe time to present your complete configuration?

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to