8.2 The AuthAgent Hangs

If the AuthAgent hangs, kill it as follows:

Linux

  1. Enter the following command to get the process ID of AuthAgent:

    pgrep authdb

  2. At the command prompt, enter the following command:

    kill process ID

Alternatively, you can kill the AuthAgent by pressing Ctrl+C.

NetWare

  1. Enter the following at the command prompt:

    java -show

    The class name and ID for all Java applications running on your system are displayed in the following format:

    com.novell.bordermanager.proxy.auth.AuthDB......629
    
  2. Run the following command to kill the AuthAgent:

    j ava -kill classID

    classID is the class ID of the application. For example,

    java -kill629

Windows

  1. Go to the Windows Task Manager.

  2. Select the task corresponding to the AuthAgent. The task is an entry with:

    Command prompt - java-classpath ...

Alternatively, you can also kill the AuthAgent by pressing Ctrl+C.