Copy link to clipboard
Copied
Afternoon folks
New build of coldfusion 2025 on Ubuntu. Apache version 2.4.52.
On starting the apache service, I periodically get this:
Sep 17 16:01:00 intranet01.tectcorp.com systemd[1]: Starting The Apache HTTP Server...
Sep 17 16:01:00 intranet01.tectcorp.com apachectl[1813]: Segmentation fault (core dumped)
Sep 17 16:01:00 intranet01.tectcorp.com apachectl[1813]: Action 'start' failed.
Sep 17 16:01:00 intranet01.tectcorp.com apachectl[1813]: The Apache error log may have more information.
Sep 17 16:01:00 intranet01.tectcorp.com systemd[1]: apache2.service: Control process exited, code=exited, status=139/n/a
Sep 17 16:01:00 intranet01.tectcorp.com systemd[1]: apache2.service: Failed with result 'exit-code'.
Sep 17 16:01:00 intranet01.tectcorp.com systemd[1]: Failed to start The Apache HTTP Server.
This only happens every few times that I try to start apache. If I try to start it again after the failure, it usually starts without error. Then after a couple of times of stopping and starting the apache service, I get the error again.
If I take the following config out of apache2.conf:
Include "/etc/apache2/mod_jk.conf"
Include "/opt/coldfusion2025/config/wsconfig/1/mod_jk_vhost.conf"
It works 100% of the time, so coldfusion appears to be at fault. I have looked through the log files, but don't see anything that stands out as being useful. Anyone seen this before?
Copy link to clipboard
Copied
While there may be more diagnostic info in any of various logs (apache or cf), it may prove rather simple to solve.
Do you find a workers.properties file in your /opt/coldfusion2025/config/wsconfig/1/ folder? In that change the value of heartbeat_interval to 0, which disables the connector heartbeat mechanism (used only by the cf pmt, which you may not even be using to monitor this cf instance). Restart apache, which will reload and pickup the change to that file. Let us know if that helps.
Or let us know if you may dig further into the various logs, to find any additional detail.
Copy link to clipboard
Copied
There is no workers.properties file in that location. Not sure if there is supposed to be? I'll review the log files again and see if I missed anything the first time around.
Copy link to clipboard
Copied
Found it in \etc\apache2. Making change and testing
Copy link to clipboard
Copied
No luck by modifying the heartbeat_interval to 0 unfortunately. Still the same issue, intermittently as before
Copy link to clipboard
Copied
Ok.
1: Then it seems your next stop is those logs I'd mentioned (apache error logs, logs in cf's logs folder).
But look carefully at the mod_jk.log (which should be found in the same folder as uriworkermap.properties), to see if there are any errors logged when you see these problems.
Finally, look also in cf's cfusion/bin folder (or instancename bin), to see if any log files are being created at this time. These would be jvm Hotspot crash logs.
2: Back to the your heartbeat change, as a sanity check it would be wise also to look in that mod_jk.log to make sure it does not track a "cf heartbeat started" line after restarting apache.
Copy link to clipboard
Copied
Sorry about the delay
For logs, this is what I have:
# systemctl status apache2.service
× apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2025-09-19 17:39:05 UTC; 3s ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 1710 ExecStart=/usr/sbin/apachectl start (code=exited, status=139)
CPU: 19ms
Sep 19 17:39:05 intranet01.tectcorp.com systemd[1]: Starting The Apache HTTP Server...
Sep 19 17:39:05 intranet01.tectcorp.com apachectl[1710]: Segmentation fault (core dumped)
Sep 19 17:39:05 intranet01.tectcorp.com apachectl[1710]: Action 'start' failed.
Sep 19 17:39:05 intranet01.tectcorp.com apachectl[1710]: The Apache error log may have more information.
Sep 19 17:39:05 intranet01.tectcorp.com systemd[1]: apache2.service: Control process exited, code=exited, status=139/n/a
Sep 19 17:39:05 intranet01.tectcorp.com systemd[1]: apache2.service: Failed with result 'exit-code'.
Sep 19 17:39:05 intranet01.tectcorp.com systemd[1]: Failed to start The Apache HTTP Server.
In the apache error..log, there is nothing for that timeframe. The last log is for when apache last stopped:
[Fri Sep 19 16:42:19.798344 2025] [mpm_event:notice] [pid 5611:tid 140541891319680] AH00492: caught SIGWINCH, shutting down gracefully
No logs in that timeframe for coldfusion-out.log:
Sep 19, 2025 16:43:19 PM Information [pool-1-thread-3] - Package awslambda started...
Sep 19, 2025 16:43:19 PM Information [pool-1-thread-3] - Starting sql...
Sep 19, 2025 16:43:19 PM Information [pool-1-thread-2] - Package axis started...
Sep 19, 2025 16:43:19 PM Information [main] - ColdFusion started
Sep 19, 2025 16:43:19 PM Information [main] - ColdFusion: application services are now available
Sep 19, 2025 16:43:20 PM Error [Thread-12] - Connect to 127.0.0.1:8997 [/127.0.0.1] failed: Connection refused http://127.0.0.1:8997/PDFgServlet/
Sep 19, 2025 16:43:20 WARN [main] - Unable to determine dialect of the StAX implementation at jar:file:/opt/coldfusion2025/cfusion/lib/bundleaxis/wstx-asl-3.2.9.jar!/
Sep 19, 2025 16:43:20 PM Warning [main] - Unable to determine dialect of the StAX implementation at jar:file:/opt/coldfusion2025/cfusion/lib/bundleaxis/wstx-asl-3.2.9.jar!/
Sep 19, 2025 16:43:24 PM Information [pool-3-thread-1] - Enterprise edition enabled
Sep 19, 2025 17:50:13 PM Information [scheduler-0] - Run Client Storage Purge
Same for Server.log:
"Information","pool-1-thread-3","09/19/25","16:43:19","","Starting sql..."
"Information","pool-1-thread-2","09/19/25","16:43:19","","Package axis started..."
"Information","main","09/19/25","16:43:19","","ColdFusion started"
"Information","main","09/19/25","16:43:19","","ColdFusion: application services are now available"
"Error","Thread-12","09/19/25","16:43:20","","Connect to 127.0.0.1:8997 [/127.0.0.1] failed: Connection refused http://127.0.0.1:8997/PDFgServlet/"
"Information","pool-3-thread-1","09/19/25","16:43:24","","Enterprise edition enabled"
Same for coldfusion-error.log:
Sep 19, 2025 4:43:04 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
WARNING: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [5,008] milliseconds.
Sep 19, 2025 4:43:05 PM org.apache.catalina.core.ApplicationContext log
INFO: ColdFusionStartUpServlet: ColdFusion: Starting application services
Sep 19, 2025 4:43:05 PM org.apache.catalina.core.ApplicationContext log
INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 21.0.6+8-LTS-188
Sep 19, 2025 4:43:20 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8500"]
Sep 19, 2025 4:43:20 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-nio-127.0.0.1-8024"]
Sep 19, 2025 4:43:20 PM com.adobe.coldfusion.launcher.Launcher run
INFO: Server startup in 22476 ms
There is some stuff in the mod_jk_global.log:
[Fri Sep 19 17:39:05.325 2025] [CONFIG] [1713:139735262832512] [debug] dump_options::mod_jk.c (889): JkOption 'ForwardURIProxy' set in server 'intranet01.tectcorp.com' (default)
[Fri Sep 19 17:39:05.325 2025] [CONFIG] [1713:139735262832512] [debug] dump_options::mod_jk.c (909): JkOption 'ForwardKeySize' set in server 'intranet01.tectcorp.com' (default)
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_open::jk_uri_worker_map.c (945): rule map size is 0
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (177): uri map dump after map open: id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (185): generation 0: size=0 nosize=0 capacity=0
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (185): generation 1: size=0 nosize=0 capacity=0
[Fri Sep 19 17:39:05.325 2025] [CONFIG] [1713:139735262832512] [debug] dump_options::mod_jk.c (889): JkOption 'ForwardURIProxy' set in server 'intranet01.tectcorp.com [*:80]' (default)
[Fri Sep 19 17:39:05.325 2025] [CONFIG] [1713:139735262832512] [debug] dump_options::mod_jk.c (909): JkOption 'ForwardKeySize' set in server 'intranet01.tectcorp.com [*:80]' (default)
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_open::jk_uri_worker_map.c (945): rule map size is 0
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (177): uri map dump after map open: id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (185): generation 0: size=0 nosize=0 capacity=0
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (185): generation 1: size=0 nosize=0 capacity=0
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_switch::jk_uri_worker_map.c (615): Switching uri worker map from index 0 to index 1
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/cfformgateway/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/CFFormGateway/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/flex2gateway/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/flex2gateway' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/cffileservlet/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/CFFileServlet/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.325 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/cfform-internal/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/flashservices/gateway/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/flex-internal/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/rest/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/restapps/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/mcs/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/mcs' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/__cf_connector_heartbeat__' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/cfapiresources/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.mxml' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.as' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.cfm' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.CFM' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.Cfm' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.cfm/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.CFM/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.Cfm/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.swc' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.cfml' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.CFML' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.Cfml' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.cfml/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.CFML/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.Cfml/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.cfc' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.CFC' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.Cfc' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.cfc/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.CFC/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.Cfc/*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.cfr' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.CFR' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.Cfr' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.cfswf' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.CFSWF' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.Cfswf' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.sws' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.jsp' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '/*.hbmxml' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property '!/CFIDE*' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_load::jk_uri_worker_map.c (1295): Loading urimaps from /opt/coldfusion2025/config/wsconfig/1/uriworkermap.properties with reload check interval 60 seconds
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/cfformgateway/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/CFFormGateway/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/flex2gateway/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (903): exact rule '/flex2gateway=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/cffileservlet/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/CFFileServlet/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/cfform-internal/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/flashservices/gateway/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/flex-internal/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/rest/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/restapps/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/mcs/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (903): exact rule '/mcs=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (903): exact rule '/__cf_connector_heartbeat__=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/cfapiresources/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.mxml=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.as=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.cfm=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.CFM=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.Cfm=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.cfm/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.CFM/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.Cfm/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.swc=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.cfml=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.CFML=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.Cfml=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.cfml/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.CFML/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.Cfml/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.cfc=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.CFC=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.Cfc=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.cfc/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.CFC/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.Cfc/*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.cfr=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.CFR=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.Cfr=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.cfswf=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.CFSWF=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.Cfswf=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.sws=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.jsp=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/*.hbmxml=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_add::jk_uri_worker_map.c (893): wildchar rule '/CFIDE*=cfusion' source 'uriworkermap' was added
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (177): uri map dump after file load: id=2, index=1 file='/opt/coldfusion2025/config/wsconfig/1/uriworkermap.properties' reject_unsafe=0 reload=60 modified=1756324835 checked=1758303545
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (185): generation 0: size=46 nosize=1 capacity=48
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (185): generation 1: size=0 nosize=0 capacity=0
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #0: uri=/flashservices/gateway/* worker=cfusion context=/flashservices/gateway/* source=uriworkermap type=Wildchar len=24
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #1: uri=/cfform-internal/* worker=cfusion context=/cfform-internal/* source=uriworkermap type=Wildchar len=18
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #2: uri=/cfapiresources/* worker=cfusion context=/cfapiresources/* source=uriworkermap type=Wildchar len=17
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #3: uri=/cfformgateway/* worker=cfusion context=/cfformgateway/* source=uriworkermap type=Wildchar len=16
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #4: uri=/CFFormGateway/* worker=cfusion context=/CFFormGateway/* source=uriworkermap type=Wildchar len=16
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #5: uri=/cffileservlet/* worker=cfusion context=/cffileservlet/* source=uriworkermap type=Wildchar len=16
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #6: uri=/CFFileServlet/* worker=cfusion context=/CFFileServlet/* source=uriworkermap type=Wildchar len=16
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #7: uri=/flex-internal/* worker=cfusion context=/flex-internal/* source=uriworkermap type=Wildchar len=16
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #8: uri=/flex2gateway/* worker=cfusion context=/flex2gateway/* source=uriworkermap type=Wildchar len=15
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #9: uri=/restapps/* worker=cfusion context=/restapps/* source=uriworkermap type=Wildchar len=11
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #10: uri=/*.cfml/* worker=cfusion context=/*.cfml/* source=uriworkermap type=Wildchar len=9
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #11: uri=/*.CFML/* worker=cfusion context=/*.CFML/* source=uriworkermap type=Wildchar len=9
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #12: uri=/*.Cfml/* worker=cfusion context=/*.Cfml/* source=uriworkermap type=Wildchar len=9
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #13: uri=/*.cfm/* worker=cfusion context=/*.cfm/* source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #14: uri=/*.CFM/* worker=cfusion context=/*.CFM/* source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #15: uri=/*.Cfm/* worker=cfusion context=/*.Cfm/* source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #16: uri=/*.cfc/* worker=cfusion context=/*.cfc/* source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #17: uri=/*.CFC/* worker=cfusion context=/*.CFC/* source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #18: uri=/*.Cfc/* worker=cfusion context=/*.Cfc/* source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #19: uri=/rest/* worker=cfusion context=/rest/* source=uriworkermap type=Wildchar len=7
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #20: uri=/mcs/* worker=cfusion context=/mcs/* source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #21: uri=/__cf_connector_heartbeat__ worker=cfusion context=/__cf_connector_heartbeat__ source=uriworkermap type=Exact len=27
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #22: uri=/flex2gateway worker=cfusion context=/flex2gateway source=uriworkermap type=Exact len=13
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #23: uri=/*.hbmxml worker=cfusion context=/*.hbmxml source=uriworkermap type=Wildchar len=9
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #24: uri=/*.cfswf worker=cfusion context=/*.cfswf source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #25: uri=/*.CFSWF worker=cfusion context=/*.CFSWF source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #26: uri=/*.Cfswf worker=cfusion context=/*.Cfswf source=uriworkermap type=Wildchar len=8
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #27: uri=/*.mxml worker=cfusion context=/*.mxml source=uriworkermap type=Wildchar len=7
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #28: uri=/*.cfml worker=cfusion context=/*.cfml source=uriworkermap type=Wildchar len=7
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #29: uri=/*.CFML worker=cfusion context=/*.CFML source=uriworkermap type=Wildchar len=7
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #30: uri=/*.Cfml worker=cfusion context=/*.Cfml source=uriworkermap type=Wildchar len=7
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #31: uri=/CFIDE* worker=cfusion context=/CFIDE* source=uriworkermap type=Unmount Wildchar len=7
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #32: uri=/*.cfm worker=cfusion context=/*.cfm source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #33: uri=/*.CFM worker=cfusion context=/*.CFM source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #34: uri=/*.Cfm worker=cfusion context=/*.Cfm source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #35: uri=/*.swc worker=cfusion context=/*.swc source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #36: uri=/*.cfc worker=cfusion context=/*.cfc source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #37: uri=/*.CFC worker=cfusion context=/*.CFC source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #38: uri=/*.Cfc worker=cfusion context=/*.Cfc source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #39: uri=/*.cfr worker=cfusion context=/*.cfr source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #40: uri=/*.CFR worker=cfusion context=/*.CFR source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #41: uri=/*.Cfr worker=cfusion context=/*.Cfr source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #42: uri=/*.sws worker=cfusion context=/*.sws source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #43: uri=/*.jsp worker=cfusion context=/*.jsp source=uriworkermap type=Wildchar len=6
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #44: uri=/*.as worker=cfusion context=/*.as source=uriworkermap type=Wildchar len=5
[Fri Sep 19 17:39:05.326 2025] [POST_CONFIG] [1713:139735262832512] [debug] uri_worker_map_dump::jk_uri_worker_map.c (199): NEXT (1) map #45: uri=/mcs worker=cfusion context=/mcs source=uriworkermap type=Exact len=4
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] init_jk::mod_jk.c (4439): Using fcntl() for locking.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] init_jk::mod_jk.c (4455): Setting default connection pool max size to 25
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'heartbeat_interval' with value '0' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'heartbeat_limit' with value '90' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'worker.list' with value 'cfusion' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'worker.cfusion.type' with value 'ajp13' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'worker.cfusion.host' with value 'localhost' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'worker.cfusion.port' with value '8024' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'worker.cfusion.connection_pool_timeout' with value '60' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'worker.cfusion.monitoringsecret' with value '5b1a656c-2378-4830-b455-8f20524087e9' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_read_property::jk_map.c (500): Adding property 'worker.cfusion.secret' with value '6c00a616-7be6-4926-a72c-e825e54da8b9' to map.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] jk_map_resolve_references::jk_map.c (782): Checking for references with prefix worker. with wildcard (recursion 1)
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [warn] init_jk::mod_jk.c (4494): The optimal shared memory size can now be determined automatically.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [warn] init_jk::mod_jk.c (4496): You can remove the JkShmSize directive if you want to use the optimal size.
[Fri Sep 19 17:39:05.326 2025] [JK_INIT] [1713:139735262832512] [debug] do_shm_open::jk_shm.c (619): Truncated shared memory to 1024640
[Fri Sep 19 17:39:05.328 2025] [JK_INIT] [1713:139735262832512] [debug] do_shm_open::jk_shm.c (666): Initialized shared memory /opt/coldfusion2025/config/wsconfig/shm/jk_shm.1713 size=1024640 free=1024000 addr=0x7f16a68bd000
[Fri Sep 19 17:39:05.328 2025] [JK_INIT] [1713:139735262832512] [debug] do_shm_open_lock::jk_shm.c (529): Opened shared memory lock /opt/coldfusion2025/config/wsconfig/shm/jk_shm.1713.lock
When apache fails to start, it always shows the shared memory as the last item in that log file, like above. Initially, there was no memory size set in the workers.properties. I added it during diagnostics, but it didn't help
There are no log files in the cfusion/bin directory. Nothing has changed in there since install.
Copy link to clipboard
Copied
Correction: I manually set the memory sze in mod_jk.conf:
JkShmSize 1000M
It didn't not resolve the issue
Copy link to clipboard
Copied
Like Charlie, I expected the location of the workers.properties file to be
/opt/coldfusion2025/config/wsconfig/1/workers.properties
or
/opt/coldfusion2025/config/wsconfig/2/workers.properties
depending on whether your connector instance number is "1" or "2".
Let's assume that the correct instance number is "1". Then do the following:
JkWorkersFile /opt/coldfusion2025/config/wsconfig/1/workers.properties
JkLogFile /opt/coldfusion2025/config/wsconfig/1/mod_jk.log
JkMountFile /opt/coldfusion2025/config/wsconfig/1/uriworkermap.properties
/opt/coldfusion2025/config/wsconfig/1/
Copy link to clipboard
Copied
Contents of workers.properties:
heartbeat_interval=0
heartbeat_limit=90
#Start of workers.properties associated with 'cfusion'
worker.list=cfusion
worker.cfusion.type=ajp13
worker.cfusion.host=localhost
worker.cfusion.port=8024
worker.cfusion.heartbeat_servlet_path=/__cf_connector_heartbeat__
worker.cfusion.connection_pool_timeout=60
worker.cfusion.monitoringsecret=5b1a656c-2378-4830-b455-8f20524087e9
worker.cfusion.secret=6c00a616-7be6-4926-a72c-e825e54da8b9
#End of workers.properties associated with 'cfusion'
Contents of mod_jk.conf, located in /etc/apache2/mod_jk.conf (there is no mod_jk.conf in /opt/coldfusion2025/config/wsconfig/1/)
# Where to find workers.properties
JkWorkersFile "/etc/apache2/workers.properties"
# Load mod_jk module
LoadModule jk_module "/etc/apache2/mod_jk.so"
# Where to put jk shared memory
JkShmFile "/opt/coldfusion2025/config/wsconfig/shm/jk_shm"
JkShmSize 1000M
# Worker File reload interval in seconds
JkWorkersFileReload "60"
# Where to put global jk logs
JkLogFile "/etc/apache2/mod_jk_global.log"
# Set the jk log level [debug/error/info]
JkLogLevel debug
The JkShmSize was manually added by me during diagnostics. It didn't help
Copy link to clipboard
Copied
@damned_virus , thanks for all the information. Useful.
Nevertheless, I have just noticed something important that I think we should look at before we go any further. You are using Apache 2.4.52 on ColdFusion 2025. But the ColdFusion 2025 Support Matrix says you should use "Apache 2.4.62 and later". Therefore, the mod_jk connector included with ColdFusion 2025 was almost certainly compiled and validated against Apache 2.4.62+.
Copy link to clipboard
Copied
Suggestion:
1. Upgrade from Apache 2.4.52 to Apache 2.4.62 or later (ideally to the latest Apache 2.4.x LTS release for Ubuntu).
2. Use ColdFusion's Web Server Configuration Tool (wsconfig) to make sure your mod_jk connector is reinstalled and relinked after the upgrade. Doing so regenerates the .so module against the new Apache version.
3. Test by means of repeated stop/start cycles, checking the logs.
Copy link to clipboard
Copied
And if that fails to work, I have a couple more suggestions.
First, there will certainly be SOME explanation for your failure. (I realize the logs seem unhelpful. We had to at least consider what they said.) And I appreciate you hoped someone may readily recognize what will solve your problem. Now you've heard from two of us...but there may be others who either HAVE gotten this combination working or who have NOT--and we may not hear from them here.
1) So if you either DON'T want to try that Apache update BKBK suggests, or you try it and it doesn't help, another possibility is that you have an additional Linux security later enabled. Often that's SELinux, but since you're on Ubuntu it offers AppArmor.
Can you run the aa-status command. If it reports "apparmor module is loaded. apparmor filesystem is not mounted.", then no, it's not enabled. If instead it reports that some number of profiles "are loaded" or "are in enforce mode", let us know what you see.
Consider also running sestatus, which is the status for SELinux. You COULD have that enabled even on Ubuntu. If it reports that the command is "not found", then it has not been installed let alone enabled. If it reports anything else, consider sharing that--or assess those things yourself to determine if there may be a connection to all this.
1a) Or you could consider temporarily disabling whichever is enabled (obviously only very briefly) to see if then a restart of apache works. If it does, then you KNOW it's about properly configuring it for CF. I'm not aware of any general docs on how to best configure selinux or apparmor for use with CF (but you may want to look also for how to configure them for use with Tomcat, which CF runs atop under the covers).
2) Moving on, if that bears no fruit, you started out saying this was "New build of coldfusion 2025 on Ubuntu." You might reasonably be presuming this is some bug with CF2025 and its wsconfig. But what were you running before cf2025? 2023 perhaps, or 2021, or 2018?
Whatever you were running, was that CF running on this same machine? Or might this be a new machine in which you're installing cf2025? I ask because maybe if you tried whatever you were running BEFORE (if on another machine), that may ALSO fail to work on this machine. ...which would support the point that the problem is not about CF2025 but something else.
2a) So another option to consider is to install that older CF version on this machine. That would at least be diagnostically useful for you--and shouldn't take too long to do. You don't need your APP working in the older CF version--you just want to see if you can connect Apache to it. (And that may well run into different issues of your Apache being too new for that older version, but you can also install an older Apache on the same machine--just like one can install multiple CF versions, if done carefully).
3) I appreciate that point 2a may seem like "too much work". Could you then at least answer the questions in points 1 and 2 (if BKBK's suggestion doesn't pan out for you)?
I'm not saying there's no bug in 2025. I'm just trying to help you "move the ball down the field" to get to resolution. And I've not tried to setup the exact same env you have--I leave today for CFSummit, so my time is constrained. But if someone else may be tempted to try it, my question in point 1 may be pertinent to them matching what you have.
I'm sorry if the discussion has not yet identified "the answer" you need, but some problems are more challenging--and can be complicated by factors that may not be readily considered (or found in web or AI searches). So we dig away, until everyone might give up for whatever reason.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now