You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have installed Hawkbit on a machine and have devices getting uploads via DDI (HTTP).
In past versions (last update older than 1 month) everything worked fine, but yesterday we updated to the newest master and suddenly the downloads of artifacts aren't working anymore. The issue is that the download URL being provided starts with "http://localhost:8080" although Hawkbit is being contacted from outside of the machine.
Are there any changes in the configuration that we haven't done so far? Or is it an issue in Hawkbit?
Unfortunately I don't think I can provide which version was working fine until Tuesday.
The text was updated successfully, but these errors were encountered:
Yes it has been changed a little. Due in many cases you want that devices are not downloading directly from the hawkBit server (maybe through an external download-server) to reduce the load on the hawkBit-server during downloads which could be long running and resource intensive and so reduce the available threads for answering other poll-request. It was necessary to introduce a interface org.eclipse.hawkbit.api.ArtifactUrlHandler to render URLs to artifacts.
The default implementation org.eclipse.hawkbit.api.PropertyBasedArtifactUrlHandler uses properties for defining the download URL pattern and placeholders like hostname, filename etc, which must be specified as properties. The properties and defaults are specified in the org.eclipse.hawkbit.api.ArtifactUrlHandlerProperties
Currently you'll need to configure the hostname or IP address in your property-file.
We have installed Hawkbit on a machine and have devices getting uploads via DDI (HTTP).
In past versions (last update older than 1 month) everything worked fine, but yesterday we updated to the newest master and suddenly the downloads of artifacts aren't working anymore. The issue is that the download URL being provided starts with "http://localhost:8080" although Hawkbit is being contacted from outside of the machine.
Are there any changes in the configuration that we haven't done so far? Or is it an issue in Hawkbit?
Unfortunately I don't think I can provide which version was working fine until Tuesday.
The text was updated successfully, but these errors were encountered: