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:
Can you help me to get this thing started? Thanks in advance and best regards Sebastian asked 29.05.2018 at 10:14 Sebastian Ko Reguel Werme... ♦♦ |
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.
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.
link
This answer is marked "community wiki".
answered 07.06.2018 at 02:28 Reguel Werme... ♦♦ 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
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 29.05.2018 at 10:14
Seen: 10,255 times
Last updated: 06.09.2018 at 06:32
Could it be the case that the port you configured for ivy engine has been taken by other services?