The Eclipse Hawkbit project aims at providing a platform for rolling our software updates reliably to IoT Devices.
Questions tagged [eclipse-hawkbit]
24 questions
0
votes
0 answers
Hawkbit build with multiple users throw error
I am trying to build a hawkBit instance with multiple Users. But everytime it throws an error like this:
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.897 s <<< FAILURE! - in org.eclipse.hawkbit.app.CorsTest
[ERROR]…

lreinecke
- 1
- 1
0
votes
0 answers
Failed to start SWUpdate deamon on bootup
I am trying to set-up an embedded linux update system with SWUpdate and Hawkbit. I am using Yocto as build system. I am able to create an image with SWUpdate binaries installed as given in SWUpdate documentation. Now, I want to start SWUpdate deamon…

Preeti
- 535
- 1
- 6
- 30
0
votes
1 answer
SWupdate ERROR: No suitable .swu image found
I am rather new to eclipse hawkbit and SWupdate I have been trying to do a test implementation on a RPi before I go with the production implementation.
I have Hawkbit up and running but I am having several problems with SWupdate, I have built a…

artur_roomman
- 21
- 1
0
votes
1 answer
How to make an update image for a Raspberry Pi 3
I want to make a (firmware or application update or any update) update image for my raspberry pi 3, how do i go about doing that when i googled this same question I was quite confused with the results i read.
Could someone please point me in the…

artur_roomman
- 21
- 1
0
votes
1 answer
How to run eclipse hawkbit update server with java and use containers for rabbitmq/mysql/simulater
I am new to community, I am new to eclipse hawkbit i would really appreciate it if someone could help me fix this issue I have:
I want run hawkbit through java but if I do I have to disable rabbitmq but I need RabbitMQ. docker already starts the…

artur_roomman
- 21
- 1
0
votes
1 answer
Eclipse Hawkbit: Cannot integrate OpenId for the Management UI
Components:
Keycloak:11
Hawkbit-mysql
Runtime:
Docker ( Docker compose )
Hi,
I use Keycloak 11 to integrate OpenId to Hawkbit. This works with Management API but not with the Management UI.
I followed the instuctions in the docs and added the…

FishingIsLife
- 1,972
- 3
- 28
- 51
0
votes
1 answer
Hawkbit all pods are showing pending
I am installing hawkbit using helm charts,
But after installation all pods are showing pending state, its showing issue related to pvc.
I created pvc and pv but still same output:
-1
votes
0 answers
How to use curl API to download artifacts from hawkBit?
*** I get a list artifacts from a software module.**
[Request]
bluejin@bluejin-ubuntu:~$ curl 'http://192.168.0.236:8080/rest/v1/softwaremodules/1/artifacts' -s -H 'Authorization: Basic YWRtaW46YWRtaW4=' | jq .
[Response]
[
{
"createdBy":…

bluejin
- 1
- 1
-2
votes
2 answers
How to store curl response in bash script?
I am trying to download file from hawkbit using curl in a bash script. Below is the curl invocation
curl --fail -sS -O -C - --location "${HEADERS[@]}" -w "%{http_code}\n" -X GET "$temp_url"
Now I want to store any error message from curl --fail if…

Preeti
- 535
- 1
- 6
- 30