Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Advanced troubleshooting Pandora_server crashes with error.

  • Pandora_server crashes with error.

    Posted by Blitzkrieg on June 27, 2012 at 16:50

    Pandora_server crashes with this error in pandora_server.error

    DBD::mysql::st execute failed: BIGINT UNSIGNED value is out of range in '((unix_timestamp() - `pandora`.`tagente_estado`.`current_interval`) - `pandora`.`tagente_estado`.`last_execution_try`)' at /usr/local/lib/perl5/site_perl/5.14.2/PandoraFMS/DB.pm line 399.
    Blitzkrieg replied 12 years, 6 months ago 2 Members · 7 Replies
  • 7 Replies
  • Sancho

    Administrator
    June 28, 2012 at 03:58
    2285 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Pandora_server crashes with this error in pandora_server.error

    DBD::mysql::st execute failed: BIGINT UNSIGNED value is out of range in '((unix_timestamp() - `pandora`.`tagente_estado`.`current_interval`) - `pandora`.`tagente_estado`.`last_execution_try`)' at /usr/local/lib/perl5/site_perl/5.14.2/PandoraFMS/DB.pm line 399.

    Version of pandora ?, what version of MySQL server are you running ?

  • Blitzkrieg

    Member
    June 28, 2012 at 09:30
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Sorry for my bad manners.

    mysql-server-5.5.25
    pandora_server-4.0.1_1
    pandora_console-4.0.1_1
  • Blitzkrieg

    Member
    June 28, 2012 at 09:39
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    And have another problem. Use WMI template to find network devices. It found devices with 3:3 but cant get values of that WMI parameters. It all 0. It is default WMI template. If i assign this template to the agent manually it works fine. But after restarting pandora server it is not working.

    In pandora_server.error i see following error.

    NTSTATUS: NT_STATUS_ACCESS_DENIED - Access denied
    NTSTATUS: NT_STATUS_ACCESS_DENIED - Access denied
    NTSTATUS: NT_STATUS_ACCESS_DENIED - Access denied
    NTSTATUS: NT_STATUS_ACCESS_DENIED - Access denied
    NTSTATUS: NT_STATUS_ACCESS_DENIED - Access denied
    NTSTATUS: NT_STATUS_CONNECTION_REFUSED - NT_STATUS_CONNECTION_REFUSED
    NTSTATUS: NT_STATUS_ACCESS_DENIED - Access denied

    I know that it is mean that user that i use to query WMI parameters have no access for this operation. But it is have it. It is work fine if i create agent manually.

  • Blitzkrieg

    Member
    June 28, 2012 at 13:45
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I fix error with Access denied. Sometimes WMI works without using domain prefix in username. But sometimes it is not.
    But every value of this monitoring is 0 in group that i have made to join discovered hosts. If i use this template to assign it manually it is works fine.

  • Blitzkrieg

    Member
    June 28, 2012 at 14:17
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    With tcpdump i see that WMI query done and data from monitored host was send. But in pandora_console i dont see any changes.

  • Sancho

    Administrator
    June 29, 2012 at 13:15
    2285 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Try to upgrade to 4.0.2, I think we solve a problem related with negative UNIX timestamp a few weeks ago in the server.

    If problem persist, we will try to identify the bug.

  • Blitzkrieg

    Member
    July 12, 2012 at 12:41
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Thanks for your answer. I will upgrade it when it appears in FreeBSD ports.