Dear ,
Every Time Server restarted FOP2 dosnot work automatically like before ...
I have to start it manually & (pgrep fop2 )..
Kindly help how we can make it autmatically..
Dear ,
Every Time Server restarted FOP2 dosnot work automatically like before ...
I have to start it manually & (pgrep fop2 )..
Kindly help how we can make it autmatically..
Run this:
chkconfig --list | grep fop2
Do you see output? Does it say in the output "3:on" ? If so, fop2 is configured to start at boot. If not, you might need to add the service.
chkconfig --add fop2
Best regards,
After Checking 3 is on ..
What to do ?
Sorry for me, Im not @admin, but fop2 doesnt started after restart server or restart elastix? Which OS do you use? Did you try 'service fop2 status'? Or debud fop2 (add -X 511 and 'log dir' key for fop2)? It was written there how to debug fop2. I havnt fop2 server now to give you direct way, try to search here.
Sorry for my English(
Perhaps you have the old FOP1 starting and taking the tcp/4445 port... so FOP2 is unable to start because of it.
After a restart, try this command:
netstat -lnp | grep 4445
If you see a line of output with the process name "perl", it means you have FOP1 enabled. In that case you must disable it or change its port:
http://members.asternic.biz/knowledge_base/how-to-disable-fop1-on-elastix-systems