Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 09:04:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 207881] net/activemq: When running daemon script, activemq doesn't properly stop
Message-ID:  <bug-207881-7788-ic1RNYotwz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207881-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207881-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207881

--- Comment #7 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tobik
Date: Thu Apr 18 09:03:10 UTC 2019
New revision: 499241
URL: https://svnweb.freebsd.org/changeset/ports/499241

Log:
  net/activemq: Fix rc script stop command

  The stop command fails because it cannot connect to activemq, so
  the rc script currently always kills activemq which might lead to
  lost data, database corruption, left-over lock files, etc.  Run the
  stop command under the activemq user too like the jps command in
  activemq_check_pidfile() so that it can actually shutdown activemq.

  - While here fix log files location

  PR:           207881
  Reported by:  bwilliamson@bex.net

Changes:
  head/net/activemq/Makefile
  head/net/activemq/files/activemq.in
  head/net/activemq/files/patch-conf_log4j.properties

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207881-7788-ic1RNYotwz>