On pitblade, the file /tmp/wlproxy.log is filling the filesystem and crashing the server. Apparently, this file is debug information generated by apache about the weblogic proxy plug in. It probably causes a severe drain on resources and should not be generally active. Here is the relevant stanza from httpd.conf:
Note: The specified location of the log file seems to be ignored. There would not have been a problem if the log file was actually located where it was directed in the configuration.
<IfModule mod_weblogic.c> WebLogicHost pitblade WebLogicPort 7001 MatchExpression *.jsp #MatchExpression /ptagis/home/regTagAction WebLogicHost=pitblade|WebLogicPort=7001|Idempotent=OFF Debug ON WLLogFile /var/log/bea/wlproxy.log HungServerRecoverSecs 30000 </IfModule>
After changing this setting, apache needs a restart like this:
apache2/bin/apachectl restart
No comments:
Post a Comment