fop2_server dead but subsys locked

The FOP2 v2.25 stop working on a regular basis. If I do a /etc/init.d/fop2 status I get this:

fop2_server dead but subsys locked

So I ran it in from the console instead and after a while I got tons of this and the fop2 server stoped working :

Use of uninitialized value in concatenation (.) or string at script/fop2_server.pl line 6947

Any hint on what happening?

Regards
Daniel

Comments

  • You most probably have FOP1 running, and binding to port 4445. You have to stop FOP1:

    amportal stop_fop

    and disable it so it does not start on the next reboot, by setting FOPRUN=false in /etc/amportal.conf and removing an amportal start_fop in /etc/rc.d/rc.local if you have it.

    Best regards,
Sign In or Register to comment.