dswitzer
06/01/2022, 7:33 PMdswitzer
06/02/2022, 9:31 PMxajp-path-info
header which contains the /item/a09sada1234/
value, which I can dump out to the URL summary, but it's not as clean as having it be part of the URL.
Is there a trick to get this working in FR?Adam Cameron
Dave Merrill
06/27/2022, 11:40 AMbirdy1980
07/05/2022, 9:06 AMbirdy1980
07/05/2022, 9:21 AMJohn Wilson
07/12/2022, 11:55 AMFusionReactor 8.8.0 is now available
message for a while now, but commandbox doesn't seem to be updating it. Is this a CB or FR issue?Daniel Mejia
07/15/2022, 4:36 PMbirdy1980
07/18/2022, 12:47 PMpasswordX
. I have confugured that instance to start and run with commandbox. I can access that fusion-reactor instance at <http://localhost:8088>
I register that instance at a windows installation of fusion-reactor with that url and password. That works fine.
After I restart the lucee instance, the dashboard wil show a pwd
on the instance icon. If I go to the instance URL I can log in with the configured password.
I have to go to the server manager of the dashboard and edit the monitored instance and put in the same password and save the instance. Then monitoring is fine again... until the next restart.
What is happening here? Why would the monitoring page lose access after a restart of the monitored instance?Daniel Mejia
07/20/2022, 10:43 AMJedihomer Townend
07/25/2022, 2:41 PMCaused by: javax.naming.CommunicationException: simple bind failed: {redacted}:636 [Root exception is <http://javax.net|javax.net>.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target],
which suggests it's not using/seeing the certificate?Daniel Mejia
07/28/2022, 10:44 PMDaniel Mejia
07/29/2022, 4:50 PMDaniel Mejia
07/29/2022, 5:11 PM0 connected clients
client? I do not know what that is.Dave Merrill
08/05/2022, 6:55 PMDave Merrill
08/05/2022, 9:41 PMDave Merrill
08/09/2022, 4:10 PM<http://localhost/__cf_connector_heartbeat__>
I tried adding an exact match restriction like this: __cf_connector_heartbeat__
, but it gets rejected, "The path you have entered is invalid, this will prevent restrictions from occurring. Press ok to continue or cancel to modify your request URL."
Same happens without the leading and trailing underscores.
EDIT: Using a regex of cf_connector_heartbeat
also doesn't work, the heartbeat requests are still recorded.
Same with *cf_connector_heartbeat*
.
What's the recommended approach?Slackbot
08/18/2022, 3:17 PMmflewittintergral
08/18/2022, 6:11 PMDave Merrill
09/08/2022, 7:42 PMDave Merrill
09/21/2022, 2:05 PMElement EXECUTIONMODE is undefined in THISTAG
Could not find the included template
The missing template error refers to a template that DOES exist and is used on lots of pages, and is also the one that throws the EXECUTIONMODE error.
These are the same errors we've seen before.
Clearing the template cache has fixed it, every time, but typically it comes back some days later.
In the #cfml-general discussion, one hypothesis is that there's some sort of race condition or conflict between the background processes that compile, cache and execute CFML code.
I wondered if FusionReactor has any visibility into those processes, or more generally, if you have any thoughts on what FR can tell us about the cause of these problems, or potential remediations.
(As it stands, our standard error handling catches these errors, logs them, and sends email to devs, so they don't show up in FR at all.
That's not what I'm asking about.
I'm looking for info that can help us understand the compilation and caching mechanisms in CF, and determine if somewhere in there is what's breaking.)
Any thoughts are welcome.Tim Badolato
09/28/2022, 3:12 PMdavidtat
09/28/2022, 3:12 PMTim Badolato
09/28/2022, 3:13 PMonError
handler built inTim Badolato
09/28/2022, 3:18 PMonError
method?davidtat
09/28/2022, 3:19 PMmflewittintergral
09/28/2022, 3:20 PMdavidtat
09/28/2022, 3:33 PMAdam Cameron
fradminpassword
(https://docs.fusion-reactor.com/Configuration/FusionReactor-System-Properties/) Now I would have assumed that that is the admin password for the FR UI. But it's... not. That is set in fusionreactor/conf/reactor.conf
. So what is that env var for?Anders Lars
12/18/2022, 3:20 PM