Troubleshooting import job schedule issues

Use the following topic to resolve common issues with the import job schedule.

Symptoms

When you click Import, you get the following error.
Could not initialize class sun.awt.X11GraphicsEnvironment (initialization failure)

Resolving the problem

  1. Using PuTTY, log in with Admin credentials.
  2. Go to the $TOP folder by using the following command.
    -cd $TOP
  3. Go to the go folder by using the following command.
    -cd bin/go
  4. Stop all the local services by using the following command.
    -./stop_local.sh
  5. After all the services stop, run the following command.
    unset DISPLAY
  6. Start all the local services by using the following command.
    -./start_local.sh