【发布时间】:2010-10-18 22:13:41
【问题描述】:
我每天早上都会遇到这个常规问题,我的构建服务器 (Hudson) 每天早上总是停止,所以我必须手动启动它,是否有任何原因或任何位置可以开始查找错误消息?
这是我所做的错误诊断:
蛔虫:~# ps -ef | grep -i hud 根 5959 5944 0 09:00 pts/0 00:00:00 grep -i hud 蛔虫:~# cd /etc/init.d 蛔虫:/etc/init.d# ./hudson start 蛔虫:/etc/init.d# ps -ef | grep -i hud 哈德逊 6004 1 0 09:00 ? 00:00:00 /usr/bin/daemon --name=hudson --继承 --env=HUDSON_HOME=/var/lib/hudson --output=/var/log/hudson/hudson.log --user=hudson --pidfile=/var/run/hudson/hudson.pid -- /usr/bin/java -Xms512m -Xmx1 024m -Dhttp.proxyHost=proxy.domain.com -Dhttp.proxyPort=3128 -Dhttp.nonProxyHo sts=" localhost|ascari|*.domain.com" -jar /usr/share/hudson/hudson.war --webroo t=/var/run/hudson/war 哈德逊 6005 6004 48 09:00 ? 00:00:01 /usr/bin/java -Xms512m -Xmx1024m -Dhttp.proxyHost=proxy.domain.com -Dhttp.proxyPort=3128 -Dhttp.nonProxyHosts= "localhost|ascari|*.domain.com" -jar / usr/share/hudson/hudson.war --webroot=/v ar/run/hudson/war 根 6008 5944 14 09:01 pts/0 00:00:00 grep -i hud 蛔虫:/etc/init.d# df -k -h 已使用的文件系统大小可用使用百分比已安装在 /dev/sda1 327M 125M 185M 41% / tmpfs 1.5G 0 1.5G 0% /lib/init/rw udev 10M 96K 10M 1% /dev tmpfs 1.5G 0 1.5G 0% /dev/shm /dev/sda9 4.7G 295M 4.1G 7% /home /dev/sda8 4.2G 155M 3.8G 4% /tmp /dev/sda5 4.6G 3.0G 1.4G 69% /usr /dev/sda6 65G 32G 30G 52% /var 蛔虫:/etc/init.d# uname -a Linux ascari 2.6.26-2-686 #1 SMP Sun Jun 21 04:57:38 UTC 2009 i686 GNU/Linux 蛔虫:/etc/init.d#【问题讨论】:
标签: linux apache tomcat hudson