Previous Topic: Troubleshooting RiskMinder ErrorsNext Topic: Database-Related Errors


Installation Errors

Problem:

I cannot find arcotadmin.war in <install_location>/arcot/java/webapps directory.

Cause:

The installer failed to create the arcotadmin.war WAR file during installation.

Solution:

If the file was not automatically created, manually create it as follows:

  1. Open the command prompt window.
  2. Ensure that the ARCOT_HOME environment variable is set.
  3. Navigate to <install_location>/arcot/tools/common/bundlemanager directory.
  4. Run bundlemanager as follows:
    java -jar bundle-manager.jar
    

    The preceding command generates the arcotadmin.war file in <install_location>/arcot/java/webapps directory.

Problem:

I cannot start the RiskMinder Server (Arcot RiskFort Service). I see the following error in arcotriskfortstartup.log:

Failed DBPoolManager initialization

or

Datasource Name Not Found

Cause:

One of the following issues may be the cause of this problem:

Solution:

You can verify the DSN-related issues in arcotcommon.ini. If the problem is DSN-related, then:

  1. To resolve the first cause, ensure that the DSN is a System DSN as follows:
    1. Run the ODBCConfig tool as root.
    2. Activate the System DSN tab, and verify that your DSN exists here. If the DSN does not exist, re-create it with the same name as earlier.
    3. Restart the service.
  2. To resolve the second issue (if you are using a 64-bit platform), use the 32-bit version of the ODBC Manager.

Note: For detailed information about arcotcommon.ini and other configuration files, see Configuration Files and Options.

Problem:

I cannot start the RiskMinder Server (Arcot RiskFort Service). The error message indicates that the service starts and stops automatically.

Cause:

A possible cause for this issue may be that you specified details for a database during installation, but the data source was not successfully created.

Solution:

To resolve this issue:

  1. Verify if there is a corresponding entry for the DSN in arcotcommon.ini.
  2. Restart the RiskMinder Server.

Problem:

When I launch the Administration Console for the first time ("Logging In to Administration Console" in Chapter 5) as the Master Administrator, I see the following message:

The server encountered an internal error that prevented it from fulfilling this request."

I see the following error in the arcotadmin.log file:

adminLog: java.lang.UnsatisfiedLinkError: no ArcotAccessKeyProvider in java.library.path

Cause:

The JAVA library does not include the path to one of the following files:

Solution:

Perform the following steps:

  1. Ensure that the LD_LIBRARY_PATH variable includes the absolute path to the following files:

    Depending on the type of deployment, see one of the following sections for information about the location of these files:

  2. Restart the application server.

Problem:

I do not see the log file (arcotadmin.log, arcotuds.log, casemanagementserver.log, or riskfortserver.log) in the logs directory in ARCOT_HOME.

Cause:

One of the following issues may be the cause of this problem:

Solution:

To resolve these issues, you must:

Problem:

I deployed the UDS WAR (arcotuds.war), but the UDS is not coming up.

Cause:

One of the possible causes may be that the application server JAVA HOME may be pointing to the JRE instead of the JDK HOME.

Solution:

To resolve this issue:

Ensure that you have copied the libArcotAccessKeyProvider.so and arcot-crypto-util.jar files in the application server JAVA HOME location. Depending on the type of deployment, see one of the following sections for information about the location of these files: