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
- Using PuTTY, log in with Admin credentials.
- Go to the $TOP folder by using the following
command.
-cd $TOP
- Go to the go folder by using the following
command.
-cd bin/go
- Stop all the local services by using the following command.
-./stop_local.sh
- After all the services stop, run the following command.
unset DISPLAY
- Start all the local services by using the following command.
-./start_local.sh