2018 Update
ColdFusion (2018 release) Update 1
This updates below are cumulative and the later ones contain all updates from previous ones. If you are skipping updates, you can apply the latest update, not those you are skipping. Further, you must take note of any changes that are implemented in each of the updates you are skipping.
To see a list of all previous ColdFusion updates, refer to the update page.
For Application Servers
Additionally, on JEE installations, set the following JVM flag, "-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**", in the respective startup file depending on the type of Application Server being used.
For example:
Set the JVM flags on a JEE installation of ColdFusion, not on a standalone installation.
ColdFusion (2018 release) Update 1 (release date, 11 September 2018) includes the following changes:
For more information, refer to the release notes.
To view all ColdFusion (2018 release) updates, see the Updates page.
ColdFusion must always be running as a service.
If you want to apply Update 1 in case you server has been locked down using Server Auto-Lockdown, here's how you can do so:
Uppdating via Administrators will not proceed as expected as the required permissions will not be present with a few folders.
In Linux, you can apply the update via the Administrator.
After the installation, there will be a few files with permission-related issues.
As a work-around, run the following:
Lock down the ColdFusion instance.
Download the latest update and install it using the java -jar command.
After the installation, there will be a few files with permission-related issues. The update installer changes the file permissions of all the files inside the directory of the instance.
As a work-around, run the following:
For the detailed list of bugs fixed in this update, refer to Bugs fixed list.
For instructions on how to install this update, see Server Update section. For any questions related to updates, see this FAQ.
The Update 1 includes connector fixes for IIS. To incorporate these fixes, upgrade the connector by using either the GUI or the command line, as mentioned below:
<cf_home>/<instance_name>/runtime/bin/wsconfig.exe -upgrade
For more information on configuring the connector using the GUI, see Using GUI mode.
In the GUI mode, launch wsconfig , select the configurations, and click Upgrade.
Windows: <cf_root>/jre/bin/java.exe -jar <jar-file-dir>/hotfix-001-311402.jar
Linux-based platforms: <cf_root>/jre/bin/java -jar <jar-file-dir>/hotfix-001-311402.jar
Ensure that the JRE bundled with ColdFusion is used for executing the downloaded JAR. For standalone ColdFusion, this must be at, <cf_root>/jre/bin.
Install the update from a user account that has permissions to restart ColdFusion services and other configured webservers .
For further details on how to manually update the application, see the help article.
After applying this update, the ColdFusion build number should be 2018,0,01,311402.
To uninstall the update, perform one of the following:
If you can't uninstall the update using the above-mentioned uninstall options, the uninstaller could be corrupted. However, you can manually uninstall the update by doing the following:
2018 Update |
Connector recreation required |
---|---|
Update 1 |
Yes |
登入您的帳戶