I have a new install of CommandBox on Ubuntu using AJP to serve files through Apache. When I load up the Lucee admin in the web browser, 4 of the scripts and one image served by .cfm extensions fail to load with an HTTP Status Code of 503. This causes that overview page to not load the metrics at all. I can browse around the admin, but some functions will also return similar errors (e.g. trying to add a datasource). If I use a text-based browser on the server to get to the lucee admin directly on 127.0.0.1:8080, I can browse and successfully add datasources, etc. This also affects other cfm scripts in similar ways.
Can someone help point me in the right direction for a resolution?
Snippet from the CommandBox log (with DEBUG and TRACE enabled):
[TRACE] io.undertow.request: Created GZIP response conduit for HttpServerExchange{ GET /lucee/res/js/base.min.js.cfm}
[TRACE] io.undertow.server.HttpServerExchange: Starting to write response for HttpServerExchange{ GET /lucee/res/js/base.min.js.cfm}
[DEBUG] runwar.context: The response channel was closed prematurely. Request path: /lucee/res/js/base.min.js.cfm status-code: 200
[DEBUG] io.undertow.request.io: UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
at io.undertow.conduits.DeflatingStreamSinkConduit.write(DeflatingStreamSinkConduit.java:116) ~[runwar-4.7.16.jar:4.7.16]
at org.xnio.conduits.Conduits.writeFinalBasic(Conduits.java:132) ~[runwar-4.7.16.jar:4.7.16]
at io.undertow.conduits.DeflatingStreamSinkConduit.writeFinal(DeflatingStreamSinkConduit.java:174) ~[runwar-4.7.16.jar:4.7.16]
at org.xnio.conduits.ConduitStreamSinkChannel.writeFinal(ConduitStreamSinkChannel.java:104) ~[runwar-4.7.16.jar:4.7.16]
at io.undertow.channels.DetachableStreamSinkChannel.writeFinal(DetachableStreamSinkChannel.java:195) ~[runwar-4.7.16.jar:4.7.16]
Apache error log:
[Mon Jan 23 08:32:54.401881 2023] [proxy_ajp:error] [pid 1440666:tid 139845754992384] [client X.X.X.X:58246] AH00992: ajp_read_header: ajp_ilink_receive failed, referer: https://mydomain.com/lucee/admin/server.cfm?action=overview
[Mon Jan 23 08:32:54.401890 2023] [proxy_ajp:error] [pid 1440666:tid 139845754992384] (120007)APR does not understand this error code: [client X.X.X.X:58246] AH00893: dialog to (null) (*) failed, referer: https://mydomain.com/lucee/admin/server.cfm?action=overview