|
Bind Exception |
Top Previous Next |
|
User account receives Bind Exceptions in logs: Cause may be due to improper shutdown – e.g. server overload or not enough memory allocated to JVM (Refer to memory section in Requirements and Groups).
1)From shell command, execute the following: ps -ef | grep java | grep accountname
2)From the listed pids kill like so: kill -9 1245
3)Have customer restart their Application Server. This should be done by shutting down and waiting for about a minute before starting up again. |