6.11 Unable to Log In to the Administration Console

If you experience problems logging in to the Administration Console, you might need to restart Tomcat.

  1. In a terminal window on the console machine, restart Tomcat:

    Linux: Enter the following command:

    /etc/init.d/novell-tomcat5 restart

    Windows: Enter the following commands:

    net stop Tomcat5

    net start Tomcat5

  2. If this does not solve the problem, check the log file:

    Linux: /var/opt/novell/tomcat5/logs/catalina.out

    Windows Server 2003: \Program Files\Novell\Tomcat\logs\stdout.log

    Windows Server 2008: \Program Files (x86)\Novell\Tomcat\logs\stdout.log

  3. Check for the following error:

    Error Starting up core services.
    Application manager is Shutting down the Device Manager suite.
    Shutting down Device Manager suite.
    
  4. (Linux) If you see this error, check the status of eDirectory:

    1. Enter the following command:

      /etc/init.d/ndsd status

      If the status command returns nothing, you need to manually start eDirectory

    2. Enter the following command:

      /etc/init.d/ndsd start

    3. Restart Tomcat.

  5. (Windows) If you see this error, check the status of eDirectory:

    1. Enter the following command:

      net start “nds server0”

      If the service has been started, this command returns a message that the service has been started. If the service has been stopped, its starts eDirectory.

    2. Verify that the agent is running. Click Control Panel > Novell eDirectory Services, then verify that the Server box does not contain an agent closed message.

    3. If the agent is closed, run dsrepair.

    4. Restart Tomcat.