Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-6138

ACTIVEMQ_CLASSPATH not extendable

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.13.0
    • 5.13.1, 5.14.0
    • Broker
    • None
    • linux x86-64

    • Patch Available

    Description

      The current start script 'activemq' prevents the environment variable ACTIVEMQ_CLASSPATH from being extended from the outside.

      line #112:
      IS: ACTIVEMQ_CLASSPATH="$ACTIVEMQ_BASE/../lib/"
      SHOULD: ACTIVEMQ_CLASSPATH="$ACTIVEMQ_BASE/../lib/;$ACTIVEMQ_CLASSPATH"

      line #278:
      Delimiter should be semicolon, since this is used in org/apache/activemq/console/Main.java#274. Refer also to (AMQ-5913).
      IS: ACTIVEMQ_CLASSPATH="${ACTIVEMQ_CONF}:${ACTIVEMQ_CLASSPATH}"
      SHOULD: ACTIVEMQ_CLASSPATH="${ACTIVEMQ_CONF};${ACTIVEMQ_CLASSPATH}"

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            cshannon Christopher L. Shannon
            tom_guenter Thomas Günter
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment