I am running CF10, Java 1.7. Recently setup 4 instances on my local machine, each instance being in its own cluster. Each instance is its own site within IIS, and has its own entry in my hosts file.
So, all was working until something happened yesterday. I can't pinpoint exactly when this started. When I start the CF service for one of my instances, it appears to start for just a moment, then it goes right back to Starting. It never will actually stay started. On to debugging... from my isapi_redirect.log, I get this [Fri Sep 25 09:11:15.288 2015] [3336:9912] [debug] ajp_service::jk_ajp_common.c (2622): processing cxp-ordertracck with 2 retries [Fri Sep 25 09:11:15.291 2015] [3336:9912] [debug] ajp_send_request::jk_ajp_common.c (1706): (cxp-ordertracck) all endpoints are disconnected. [Fri Sep 25 09:11:15.294 2015] [3336:9912] [debug] jk_open_socket::jk_connect.c (616): socket TCP_NODELAY set to On [Fri Sep 25 09:11:15.296 2015] [3336:9912] [debug] jk_open_socket::jk_connect.c (740): trying to connect socket 772 to 127.0.0.1:8014 *[Fri Sep 25 09:11:16.299 2015] [3336:9912] [info] jk_open_socket::jk_connect.c (758): connect to 127.0.0.1:8014 <http://127.0.0.1:8014> failed (errno=61)* *[Fri Sep 25 09:11:16.303 2015] [3336:9912] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1068): Failed opening socket to (127.0.0.1:8014 <http://127.0.0.1:8014>) (errno=61)* *[Fri Sep 25 09:11:16.307 2015] [3336:9912] [error] ajp_send_request::jk_ajp_common.c (1712): (cxp-ordertracck) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=61)* So, something appears to be goofed up with my Tomcat config. IN the server.xml file in this CF instance, I found this <Service name="Catalina"> <Executor name="tomcatThreadPool" minSpareThreads="4" maxThreads="150" namePrefix="catalina-exec-"> </Executor> <Connector port="8014" protocol="AJP/1.3" redirectPort="8447" tomcatAuthentication="false"> </Connector> I am way out of my comfort zone debugging this. Not really sure what I am looking for. It appears that Tomcat is listening on port 8014 (the correct port for this CF instance). Does this mean that requests to this instance on port 8014 are redirected to port 8447? I ran a netstat -ano on my machine and didn't see any port conflict on either of those. Anyone familiar with this stuff? Am I way off base in my debugging? Appreciate any help. Mark -- -- You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list. To unsubscribe, send email to [email protected] For more options, visit http://groups.google.com/group/houcfug?hl=en --- You received this message because you are subscribed to the Google Groups "Houston ColdFusion Users' Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
