HELP! Hud 3 not running on the server?

lowbug
Posts: 27
Member Since:
2008-08-16

Hi, Our HUD 3 seesms to have stopped, if i override server settings and put in the IP of the trix locally still nothing. What could this be, what should i check when i SSH into the old girl?

:s



lowbug
Posts: 27
Member Since:
2008-08-16
Hi, Update to this.. I SSh

Hi, Update to this..

I SSh into my trix did this

ps awx ¦ grep ircd

I got a

4835 pts/0 S+ 0:00 grep ircd

I though lets try the saxirc?

so I nice -n 10 ./saxirc `cat auth.cfg`

I then checked to see if it was running?

pgrep "saxirc"

it returned>

4975

Nothing :( In the hud directory there is a saxirc and a saxirc.new is this correct?



kwarnimo
Posts: 79
Member Since:
2008-05-19
The saxirc checks are for

The saxirc checks are for HUD2. I think the HUD3 server process is the line shown below (ps aux | grep hud)

nobody 4353 0.0 1.4 288812 59500 ? Sl Jan04 2:22 /usr/java/default/bin/java -Xmx128m -Dnetworkaddress.cache.ttl=30 -Dnetworkaddress.cache.negative.ttl=5 -cp hud-server.jar:lib/core-3.1.1.jar:lib/jetty-6.1.10.jar:lib/jetty-util-6.1.10.jar:lib/jsp-2.1.jar:lib/jsp-api-2.1.jar:lib/servlet-api-2.5-6.1.10.jar com.fonality.hudserver.HUDServerStarter daemon -p /var/run/HUDServer.pid

Usually you can just turn the HUD3 server off in the GUI and turn it back on, and that fixes the issue. Otherwise, I can monkey around with my test box and try to figure out how to start it manually

There's also some stuff under /usr/local/fonality/hud3.0/tools that may be useful.



nzkef
Posts: 171
Member Since:
2007-12-11
try this,

SSH onto your server and type

top

this will show all running processes. When you see java running note down the PID number (example 1234). quit the TOP process (ctrl -c). then type:

kill 1234
(obviously replace 1234 with real PID number)

Then FONmon will try to automatically restart the HUD process. Re-run the top command, if you don't see java again, then force start HUD by typing,

service FONmon restart

If your HUD still doesn't come up, then I doubt it's a server issue. Might be something on the network that needs rectifying.

Kevin.



lowbug
Posts: 27
Member Since:
2008-08-16
Thanks guys! :D O.k. I

Thanks guys! :D

O.k. I killed Java, it didn't restart. I then ran service FONmon restart and HUD popped up. I guess something it's running in the background? Is there a way I can set this to start up on reboot?



nzkef
Posts: 171
Member Since:
2007-12-11
in /etc/asterisk what is the

in /etc/asterisk what is the ownership of the FONmon.conf?

It should be 'nobody'. Make sure it's not 'root'



lowbug
Posts: 27
Member Since:
2008-08-16
Hi, O.k. i checked the

Hi, O.k. i checked the ownership of FONmon.conf and i have nobody ?

It stopped again for no reason after running for about a week. I did another FONmon restart and it's running again.

Very strange!



nzkef
Posts: 171
Member Since:
2007-12-11
FONmon.log

If you know when about it stopped running, check the /var/log/FONmon.log file. See if there is anything unusual around that time.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.