...
Info |
---|
Though every release of Adeptia comes with seamless upgrades and bug-free patches. For customer's complex use cases, we recommend applying the patch in a non-production environment first followed by testing. After the use cases run successfully without any errors or warnings, you can apply the patch in the production environment. |
Prerequisites
Ensure that you have:
- You have Read and Write permissions on all sub-folders and files of .../AdeptiaConnect-<Version>.
- Services such as Kernel, WebRunner, and AIMap are stopped.
- Take backup of jetty.xml file from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty location. This file will help you recover the patch manually, if required.
- No process flow or transaction should be in running, waiting or queued state.
Latest License details of Adeptia Connect. You can contact Adeptia Support for more details.
In case, you are using MySQL as a backend and Log database and applying the latest patch 'AdeptiaConnect_3_2_04_30April2020.zip' on the tags mentioned below then you must remove the manual changes from server-config.properties and qaurtz.properties files which were done earlier to deploy the patch.
- Release_AC_3_2_06March2020
- Release_AC_3_2_01_29March2020
- Release_AC_3_2_02_02April2020 Release_AC_3_2_03_09April2020
- Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc location.
- Open quartz.properties file.
- Go to Configure Datasources section and do the following changes:
- Update the property 'org.quartz.dataSource.aBPM.driver' value as com.mysql.jdbc.Driver.
Update the property 'abpm.jdo.url' by removing the value ?useSSL=false&serverTimezone=<time zone> at the end of the URL.
Save the file. - Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc location.
- Open server-configure.properties file.
- Go to Database Configuration section and do the following changes:
- Update the property 'abpm.jdo.driver' value as com.mysql.jdbc.Driver.
- Update the property 'abpm.jdo.url' by removing the value ?useSSL=false&serverTimezone=<time zone> at the end of the URL.
- Go to Database Appender section and do the following changes:
- Update the property 'log4j.appender.jdbc.dbclass' value as com.mysql.jdbc.Driver.
Update the property 'abpm.jdo.url' by removing the value ?useSSL=false&serverTimezone=<time zone> at the end of the URL.
Save the file.
Steps to remove the manual changes from qaurtz.properties file:
Info |
---|
You need to perform the below steps for Log, Backend, and Archival database. |
Steps to remove the manual changes from server-config.properties file:
Info |
---|
You need to perform the below steps for Log, Backend, and Archival database. |
Applying the patch
Expand | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Patch application may take some time, in case there are a large number of records in the backend and log database. The patch will automatically rollback, in case of any error during the deploymentdeployment. After applying this patch, refer to post patch deployment section for manual changes. |
Expand | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
Info | ||||||||||||||||
Patch application may take some time, in case there are a large number of records in the backend and log database. The patch will automatically rollback, in case of any error during the deployment. After applying this patch, refer to post patch deployment section for manual changes. |
Anchor | ||||
---|---|---|---|---|
|
Changes in jetty.xml File
- Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty location.
- Open jetty.xml file.
- Update the sslContextFactory bean class value by adding $Server at the end.
- Add one Array type item as <Item>TLSv1.1</Item> to exclude the TLSv1.1 protocol.
- Save the file.
Changes in web.xml File
- Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF location.
- Take backup of web.xml file from the above-mentioned location.
- Go to the downloaded Adeptia Connect zip folder and rename the web.xml_Server file to web.xml.
- Copy the renamed web.xml file.
- Replace the existing file with the copied file at the following location: …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF.
- Open web.xml file.
- Do the same manual changes in the file that you have done in your previous web.xml file (that you had saved as a backup).
- Save the file.
Changes in server-configure.properties File
In case you are using MySQL as Backend and Log database then do the following manual changes.
...
- Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
- Take backup of server-configure.properties file from the above-mentioned location.
- Open server-configure.properties file.
- Go to Database Configuration section and do the following changes:
- Update the property 'abpm.jdo.driver' value as com.mysql.cj.jdbc.Driver.
Update the property 'abpm.jdo.url' by appending the value ?useSSL=false&serverTimezone=<time zone> at the end of the URL.
Info - Append the value ?useSSL=false at the end of the URL. However, this argument is not required if SSL is configured on your MySQL database server.
- Append the value &serverTimezone=<time zone> at the end of the URL. For example, &serverTimezone=UTC+3:00. This argument is required only when an error related to the time zone is displayed while starting the Connect Kernel.
Here, <time zone> is the time zone of your MySQL server.
Save the file.
- Go to Database Appender section and do the following changes:
- Update the property 'log4j.appender.jdbc.dbclass' value as com.mysql.cj.jdbc.Driver.
Update the property 'abpmlog4j.appender.jdojdbc.url' by appending the value ?useSSL=false&serverTimezone=<time zone> at the end of the URL.
Info - Append the value ?useSSL=false at the end of the URL. However, this argument is not required if SSL is configured on your MySQL database server.
- Append the value &serverTimezone=<time zone> at the end of the URL. For example, &serverTimezone=UTC+3:00. This argument is required only when an error related to the time zone is displayed while starting the Connect Kernel.
Here, <time zone> is the time zone of your MySQL server.
Save the file.
...
- Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
- Take backup of quartz.properties file from the above-mentioned location.
- Open quartz.properties file.
- Go to Configure Datasources section and do the following changes:
- Update the property 'org.quartz.dataSource.aBPM.driver' value as com.mysql.cj.jdbc.Driver.
Update the property 'abpm.jdo.urlorg.quartz.dataSource.aBPM.URL' by appending the value ?useSSL=false&serverTimezone=<time zone> at the end of the URL.
Info - Append the value ?useSSL=false at the end of the URL. However, this argument is not required if SSL is configured on your MySQL database server.
- Append the value &serverTimezone=<time zone> at the end of the URL. For example, &serverTimezone=UTC+3:00. This argument is required only when an error related to time zone is displayed while starting the Connect Kernel.
Here, <time zone> is the time zone of your MySQL server.
- Save the file.
...