JVM terminated - Exit code=13 error starting CCRC

why the error JVM terminated. Exit code=13occurs while attempting start the IBM® Rational® ClearCase® Remote Client (CCRC) on Microsft® Windows®, UNIX® or Linux®.
 
Cause

Scenario taken from Windows:

  1. Successfully installed the updated version of v6 CCRC (version 6.14.11) with no errors.
  2. Attempts to start CCRC result in the following error:

    JVM terminated.  Exit code=13

    C:\Program Files\...\CCRC\startup.jar org.exlipse.core.launcher.Main


Note: All previous installations of CCRC operated as expected.

The cause of this problem relates to the Java environment variables not loading correctly for CCRC.

 
Solution

To resolve this issue you must clean any cached JVM data to allow CCRC to load correctly.

  1. Shut down CCRC.

  2. Open a command prompt and cd to the CCRC installation directory:

    UNIX/Linux: /opt/IBM/Rational/ClearCase/CCRC

    Windows: C:\Program Files\IBM\Rational\CCRC

  3. Start up CCRC with the following parameter -clean.

    Example:


    C:\Program Files\IBM\Rational\CCRC\CCRC>ccrc -clean


Note: The -clean parameter, cleans the cached data used by the OSGi framework and Eclipse runtime.


This will allow the CCRC client to start and re-load any cached CCRC environment variables.

No comments:

Post a Comment