Service Temporarily Unavailable, cant connect to Tomcat
Hello everybody,
I want to set up an IIS in front of my engine. I already executed the batch script as in the integration-guide described.
Now if I want to access the engine I get the following message:
"Service Temporarily Unavailable!
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Tomcat/ISAPI/isapi_redirector/1.2.42"
I also took a look into the log-file of isapi_redirect_1.2.42 and got the following entries:
"[Tue May 29 13:22:42.100 2018] [1936:5868] [info] jk_open_socket::jk_connect.c (817): connect to 127.0.0.1:8009 failed (errno=61)
[Tue May 29 13:22:42.101 2018] [1936:5868] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1068): (AxonIvyEngine) Failed opening socket to (127.0.0.1:8009) (errno=61)
[Tue May 29 13:22:42.101 2018] [1936:5868] [error] ajp_send_request::jk_ajp_common.c (1728): (AxonIvyEngine) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=61)
[Tue May 29 13:22:42.101 2018] [1936:5868] [info] ajp_service::jk_ajp_common.c (2778): (AxonIvyEngine) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1)
[Tue May 29 13:22:43.227 2018] [1936:5868] [info] jk_open_socket::jk_connect.c (817): connect to 127.0.0.1:8009 failed (errno=61)
[Tue May 29 13:22:43.227 2018] [1936:5868] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1068): (AxonIvyEngine) Failed opening socket to (127.0.0.1:8009) (errno=61)
[Tue May 29 13:22:43.227 2018] [1936:5868] [error] ajp_send_request::jk_ajp_common.c (1728): (AxonIvyEngine) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=61)
[Tue May 29 13:22:43.227 2018] [1936:5868] [info] ajp_service::jk_ajp_common.c (2778): (AxonIvyEngine) sending request to tomcat failed (recoverable), because of error during request sending (attempt=2)
[Tue May 29 13:22:43.227 2018] [1936:5868] [error] ajp_service::jk_ajp_common.c (2799): (AxonIvyEngine) connecting to tomcat failed (rc=-3, errors=1, client_errors=0).
[Tue May 29 13:22:43.227 2018] [1936:5868] [error] HttpExtensionProc::jk_isapi_plugin.c (2240): service() failed with http error 503
[Tue May 29 13:23:15.651 2018] [1936:5568] [info] TerminateFilter::jk_isapi_plugin.c (2299): Tomcat/ISAPI/isapi_redirector/1.2.42 stopping"
Can you help me to get this thing started?
Thanks in advance and best regards
Sebastian