My Java installation changed and RepliGo Server will no longer start. How do I fix this?

When RepliGo Server is installed, it ties itself to the location of the Java Runtime Environment (JRE).  Uninstalling and reinstalling the JRE to a different location or updating to a new JRE may cause RepliGo Server to stop working.

Repair this situation by making the following two changes:

  • In the following registry location is the value JavaPath that needs to be updated to the new JRE location:
    HKLM\SOFTWARE\Cerience\RepliGo Server\(version)

    Where (version) is your RepliGo Server version.

  • The following text file has a line at the top that needs to be updated to the new location as well:
    (install)\webapps\srvcore\WEB-INF\srv\app\wrapper.conf

    Where (install) is your RepliGo Server installation directory.

Once those changes are made you should be able to start the RepliGo Server service in the Windows Services control panel.

This does not apply to RepliGo Server versions after 1.3 since those do not depend on an external JRE.