Ispconfig does not pricess jobs in cluster servers

Discussion in 'Server Operation' started by Patick Tanis, Aug 12, 2023.

  1. Patick Tanis

    Patick Tanis New Member

    I am trying to update password for an user from ispconfig but igot these errors :
    12.08.2023-11:40 - DEBUG [plugins.inc:98] - Unable to register function 'member_insert' from plugin 'mlmmj_plugin' for event 'mail_ml_member_insert'
    12.08.2023-11:40 - DEBUG [plugins.inc:98] - Unable to register function 'member_update' from plugin 'mlmmj_plugin' for event 'mail_ml_member_update'
    12.08.2023-11:40 - DEBUG [plugins.inc:98] - Unable to register function 'member_delete' from plugin 'mlmmj_plugin' for event 'mail_ml_member_delete'
    12.08.2023-11:40 - DEBUG [server:217] - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if you added some kind of very old or third party plugin which broke your system. Have a look into the folder /usr/local/ispconfig/server/plugins-enabled/ most likely there is a symlink for a plugin named mlmmj_plugin or similar, which is broken. Delete that symlink.
     
  3. Patick Tanis

    Patick Tanis New Member

    T
    Thanks for the reply. I have disabled this plugin the errors gone but no jobs processing. I notice that only job of the master in the cluster are processed, but no jobs are processed on oters servers.

    Patrick Tanis
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Post which debug output you get now on the other servers.
     
  5. Patick Tanis

    Patick Tanis New Member

    I see only remove lock:
    2023-08-13 15:42 tnsmail.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    2023-08-13 15:42 tnsdb1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    2023-08-13 15:42 tnsns1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    2023-08-13 15:41 tnsmail.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    2023-08-13 15:41 tnsdb1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    2023-08-13 15:41 tnsns1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    2023-08-13 15:40 tnsns1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock

    I have a dns server an email server a database and a web server in the cluster. The web server is the master in the cluster.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, so the script works fine and there is nothing that needs to be processed. What did you do before the issues started? Did you maybe empty the sys_datalog table or something similar on the master?
     
  7. Patick Tanis

    Patick Tanis New Member

    Thanks for the reply. I have finally resolved the problem. I forgot to use the sync tool so the master has not be synchronized with others servers. After the synchronization everything is working fine.
     

Share This Page