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

asked 29.05.2018 at 10:14

Sebastian%20Ko's gravatar image

Sebastian Ko
(suspended)
accept rate: 0%

edited 06.09.2018 at 06:32

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958

Could it be the case that the port you configured for ivy engine has been taken by other services?

(29.05.2018 at 23:40) ToanLC ToanLC's gravatar image

Things to check that AJP works properly on the Axon.ivy Engine side:

Check that AJP is Enabled

and verify that you try to connect to the correct Port. By default AJP is enabled and bound to TCP port 8009.

  • you can the AJP settings in the EngineConfigUI:
  • or in the Admin UI. See System Properties > Webserver.AJP.Enabled and Webserver.AJP.Port.
  • changes on these properties (EngineConfigUi oder AdminUI) always require a restart of the Engine to take effect!

Verify that the TCP Port was bound

By default this is TCP Port 8009 which must be bound during the Engine boot and is waiting to receive packets.


Examine IIS <-> Axon.ivyEngine communication

Enable isap-redirect trace logging to examine in detail the communication between the IIS and the Axon.ivy Engine.

  • Go to your IIS integration directory. By default [engineDir]/misc/iis/isapi_redirect-1.2.42.properties. In a productive installation you hopefully have copied that directory to another location outside your current installation directory.
  • Adjust the content of the file. Set log_level=debug, save it. And fire a request against the IIS frontend with your browser.
link
This answer is marked "community wiki".

answered 07.06.2018 at 02:28

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 07.06.2018 at 02:59

Thanks for your help. It helped me to find out that something with my port on the host worked wrong. Don't forget to set back the changes if your problem is solved, so that the performance of the engine and IIS won't be affected negativly.

(07.06.2018 at 02:58) Sebastian Ko Sebastian%20Ko's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×10
×4
×2

Asked: 29.05.2018 at 10:14

Seen: 9,653 times

Last updated: 06.09.2018 at 06:32