Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

Expand
titleFor Linux

 

Before you apply this patch on Linux, ensure that you take back up of your existing startup.sh and stop.sh files. 
  1. Open the Terminal.
  2. Download the latest patch from the provided URL.
  3. Extract the downloaded zip file in a directory.
  4. Go to the directory where you have extracted the zip file.
  5. Run the following command to apply the patch:

    ./Apply-Patch.sh <Path where Adeptia Suite is installed till AdeptiaServer folder> 

    For example:

    ./Apply-Patch.sh /mnt/AdeptiaConnect-x.x/ConnectServer/AdeptiaServer

    or

    ./Apply-Patch.sh /mnt/AdeptiaSuite-x.x/AdeptiaServer

    Note: While applying the patch you may come across following warning messages that you should ignore.

    Warning: Not deploying connect2.0 accelerator because no change list is present.
    Warning: Not deploying EDI accelerator because no change list is present.

    Once the patch is applied, a confirmation message will be displayed.

Post Patch Deployment Steps:

Log File Changes

After you have applied the patch, PatchApplicationLog_<Date>.log file is created inside the logs folder. The logs folder is available in the same folder from where you have applied the patch. PatchApplicationLog_<Date>.log file contains the logs generated during patch application and can be used to troubleshoot any issue related to the patch application.

...

The patch will automatically rollback, in case of any error during the deployment.

Changes in launcher.properties File

In case, you have done custom changes in the launcher.properties file then follow the below step:

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc.
  2. Open launcher.properties file.
  3. Ensure that the manual changes which you have done in previous launcher.properties file is available in this file or not.
  4. If not then do the same manual changes in file that you have done in your previous launcher.properties file (that you had saved as backup).

Changes in jetty.xml File

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty location.
  2. Take backup of jetty.xml file from the above-mentioned location.
  3. Go to the downloaded Adeptia Connect zip folder and copy jetty.xml file.
  4. Replace the existing file with the copied file at the following location: …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty.
  5. In case, you have configured SSL certificate then update the jetty.xml file to configure the SSL certificate.

Changes in web.xml File

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF location.
  2. Open web.xml file.
  3. Do the same manual changes in the file that you have done in your previous web.xml file (that you had saved as backup).
  4. Save the file.

Changes in securityContext.xml File

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location.
  2. Open securityContext.xml file.
  3. Do the same manual changes that you have done in your previous securityContext.xml file (that you had saved as backup).
  4. Save the file.

...