Uploaded image for project: 'Hawkular'
  1. Hawkular
  2. HAWKULAR-557

Bus broken on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Alpha6
    • 1.0.0.Alpha4
    • Bus
    • None

    Description

      Hawkular is broken on Windows because of the recent streaming support added to the bus.

      In standalone.xml we place this snippet in the activemq-rar resource adapter section:

      <config-property name="ServerUrl">vm://org.hawkular.bus.broker.${jboss.node.name}?create=false&jms.blobTransferPolicy.uploadUrl=file:${jboss.server.data.dir}/hawkular-bus-blobs</config-property>

      This value must be a valid URI, and that means forward slashing. But ${jboss.server.data.dir} resolves to a win path and the backslashes make the value invalid. I did not see an easy way around this. Perhaps we'll need to generate our own property, with forward-slashing, and use that property instead.

      The current workaround is to manually edit the standalone.xml prior to starting, replacing the token with the actual path, adapted to forward slashes.

      Attachments

        Activity

          People

            rhn-engineering-jshaughn Jay Shaughnessy
            rhn-engineering-jshaughn Jay Shaughnessy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: