Sunday, March 10, 2013

Common issues

Weblogic log file could not rotate:

At the top of all reasons your restart failures is the log is locked and that mean jvm is running. Find out and +kill the jvm process running( in windows check task ctrl+alt+del task manager)

and last thing is go to the location "..\Oracle\Middleware_3\user_projects\domains\<you domain>\servers\<managed server name>\tmp". There must be a file with <managed server name >.lck. remove the lock and restart your server.

Log files are piling up quickly and disk full issue?

Create a script for compressing log file and one script for cleanup of log and compressed log files.

<BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>


The admin stopped due to the reason that JVM in Weblogic, monitors and catches OS signals(CTRL+C, CTRL+D) and alerts WLS to shutdown. It will not throw any error in such conditions however allows Weblogic to clean and destroy the resources and shutdown.



No comments:

Post a Comment