ERROR

Segmentation fault when starting ArcIMS Administrator

Last Published: April 25, 2020

Error Message

When issuing the aimsadmin command, the following error is yielded:....../bin/aimsadmin: line 87: 2346 Segmentation fault $JAVA_HOME/bin/java $Options -cp $JARHOME/jaxp.jar:$JARHOME/parser.jar:$JARHOME/esri_mo10.jar:$JARHOME/esri_mo10res.jar:$JARHOME/arcims_aej.jar:$JARHOME/arcims_admincore.jar:$JARHOME/arcims_admin.jar:$JARHOME/arcims_designer.jar:$JARHOME/jcert.jar:$JARHOME/jnet.jar:$JARHOME/jsse.jar:$JARHOME/arcims_resadmin.jar com.esri.aims.admin.console.AdminMain

Cause

The presence of an LD_ASSUME_KERNEL environment variable can cause this problem. You can check for the existence of this variable in a C shell environment by using the env command:

>>env
......
LD_ASSUME_KERNEL=2.2.5
......

Usually this variable is used during the installation of Oracle.

Solution or Workaround

Unset the LD_ASSUME_KERNEL variable before running standalone administrator. For example, in the C shell environment:

>>unset LD_ASSUME_KERNEL
>>aimsadmin

    Article ID:000005805

    Software:
    • Legacy Products

    Get help from ArcGIS experts

    Contact technical support

    Download the Esri Support App

    Go to download options

    Discover more on this topic