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.

This section is applicable to Adeptia Connect v2.1. After the patch is applied successfully, clear Java cache using the following steps:

...

After you have applied the patch, you need to do the following:

  • Update the value of the properties
  • Clear Java cache

Updating Properties

Go to …/<AdeptiaInstallFolder/ServerKernel/etc folder and do the following:

  1. Open spring-context.xml file in the Text Editor and do the following:
    1. In the Entity Manger Factory group, remove the below property:

      <prop key="hibernate.hbm2ddl.auto">update</prop>
    2. In the Entity Manger Factory for Log Database group, remove the below property:

      <prop key="hibernate.hbm2ddl.auto">update</prop>
    3. In the Transaction Manager group, remove the below bean:
      <bean autowire="byType" class="com.adeptia.connect2.app.LookupRegistry" id="lookupRegistry"/>
      <bean autowire="byType" class="com.adeptia.connect2.app.CompanyRegistry" id="companyRegistry"/>
      <bean autowire="byType" class="com.adeptia.connect2.app.NetworkRegistry" id="networkRegistry"/>
      <bean autowire="byType" class="com.adeptia.connect2.app.RoleRegistry" id="roleRegistry"/>
      <bean autowire="byType" class="com.adeptia.connect2.app.UserRegistry" id="userRegistry"/>
    4. Save the file.
  2. Open adapters.properties file in the Text Editor and do the following:
    1. Go to the application group you are using and set the value of the <application_name>.enableProduction property to true.
      For example, if you are using Dropbox application then go to the Dropbox group and set the value of the property dropbox.enableProduction = true.
    2. Save the file.
  3. Restart Kernel and WebRunner.

Clearing Java Cache

  1. Go to Control Panel > Java
  2. On the General tab, click Settings.



  3. On the Temporary Files Settings window, click Delete Files.



  4. On the Delete Files and Applications window, select all check boxes and click OK.



  5. Click OK to close Temporary Files Settings window.
  6. On the Security tab, click Manage Certificates.
    Image Removed
    Image Added

  7. The list of existing Adeptia certificates appears. Select the certificate and click Remove.
  8. Click Close to close certificates Certificates window.
  9. Click OK to close Java dialog box.

Next Step 

...

Verifying Patch

See also

Recovering Adeptia Suite Patch