Cory Howitz
06/12/2023, 7:34 PMJordan Clark
06/13/2023, 4:21 PMchapmandu
06/19/2023, 7:21 AM{"profile": "production"}
?Jordan Clark
06/20/2023, 12:07 AMjclausen
06/20/2023, 12:29 AMjclausen
06/20/2023, 12:29 AMJordan Clark
06/20/2023, 12:30 AMjclausen
06/20/2023, 12:30 AMJordan Clark
06/20/2023, 1:20 AMdougcain
07/12/2023, 11:41 AMFor Application Servers
On JEE installations, set the following JVM flag, "-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**", in the respective startup file depending on the type of Application Server being used.
Is this something that should go into the base commandbox? I have added to my server.json for the moment but wondered if there is a better way of making sure the default commandbox already has them?Josh
07/17/2023, 12:40 AMdougcain
07/17/2023, 9:46 AMdougcain
07/20/2023, 1:16 PMjclausen
07/20/2023, 1:24 PMjclausen
07/20/2023, 2:13 PMdougcain
07/20/2023, 2:24 PMdougcain
07/20/2023, 2:36 PM-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**;!org.jgroups.**;!com.sun.rowset.**
From https://helpx.adobe.com/security/products/coldfusion/apsb23-47.htmljclausen
07/20/2023, 2:39 PMjclausen
07/20/2023, 2:39 PMdougcain
07/20/2023, 2:44 PMCory Howitz
07/20/2023, 2:45 PMbdw429s
07/20/2023, 3:20 PMjclausen
07/20/2023, 3:54 PM=
sign:
-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**;!org.jgroups.**;!com.sun.rowset.**
bdw429s
07/20/2023, 4:09 PMchapmandu
07/25/2023, 4:03 AMbox install commandbox-fusionreactor
in production.. Interested to hear your approach. Thanks in advance..bhartsfield
09/13/2023, 2:32 PMgmurphy
09/13/2023, 2:37 PMTim Badolato
09/13/2023, 8:43 PMYou've asked for the engine [lucee@5.3.12.1] to be started,
| but this server home already has [lucee@5.3.10+120] deployed to it!
| In order to get the new version, you need to run 'server forget' on t
| his server and start it again
If I ssh into the container and run 'box server forget', the whole instance shuts off before it completes.
Then I tried from the host, running the command on the app directory, which succeeds, but after restarting the container, I get the same error.
Any ideas? What does the box server forget
actually do? Can I just do a rm -rf
command on a directory to do it manually?gavinbaumanis
09/21/2023, 7:08 AMgavinbaumanis
09/28/2023, 3:16 AMflushAtRequestEnd
at play...)
this.ormSettings = {
datasource = "GSN",
dialect = "MySQL",
dbCreate = "none",
cfcLocation = "/gsncfc/db",
automanageSession = false,
flushAtRequestEnd = false,
useDBForMapping = false,
eventHandling = true,
eventHandler = "gsncfc.db.GlobalEventHandler",
logSQL = false
};