Petals ESB Container

Unable to stop Petals container as daemon if configured with SNMP agent

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 5.0.2
  • Fix Version/s: 5.1.0
  • Component/s: Launcher, Micro-kernel
  • Security Level: Public
  • Description:
    Hide

    If a Petals ESB container is:

    • installed from Debian packaged to be used as daemon,
    • configured enabling SNMP agent,


    we are not able to stop the daemon using:

    sudo -u petals petals-esb -u <url> stop

    The following error occurs:

    Erreur: Impossible de démarrer l'adaptateur SNMP avec l'adresse: /0.0.0.0:16161 (Adresse déjà utilisée)
    Show
    If a Petals ESB container is:
    • installed from Debian packaged to be used as daemon,
    • configured enabling SNMP agent,

    we are not able to stop the daemon using:
    sudo -u petals petals-esb -u <url> stop
    The following error occurs:
    Erreur: Impossible de démarrer l'adaptateur SNMP avec l'adresse: /0.0.0.0:16161 (Adresse déjà utilisée)
  • Environment:
    -

Activity

Hide
Victor NOËL added a comment - Tue, 10 Oct 2017 - 10:44:42 +0200

Could we get the stacktrace too? (with -e option I think)

Show
Victor NOËL added a comment - Tue, 10 Oct 2017 - 10:44:42 +0200 Could we get the stacktrace too? (with -e option I think)
Hide
Christophe DENEUX added a comment - Thu, 12 Oct 2017 - 09:46:12 +0200

There is no stack trace available. The problem occurs when starting the JVM because of the embedded SNMP agent that is already started with the same listening port. The SNMP agent is running into the JVM running the Petals container that we want to stop.

Show
Christophe DENEUX added a comment - Thu, 12 Oct 2017 - 09:46:12 +0200 There is no stack trace available. The problem occurs when starting the JVM because of the embedded SNMP agent that is already started with the same listening port. The SNMP agent is running into the JVM running the Petals container that we want to stop.
Hide
Christophe DENEUX added a comment - Fri, 1 Dec 2017 - 11:29:52 +0100

Fixed in trunk

Show
Christophe DENEUX added a comment - Fri, 1 Dec 2017 - 11:29:52 +0100 Fixed in trunk

People

Dates

  • Created:
    Mon, 9 Oct 2017 - 18:11:19 +0200
    Updated:
    Fri, 1 Dec 2017 - 11:29:52 +0100
    Resolved:
    Fri, 1 Dec 2017 - 11:29:52 +0100