HABridge suddenly not starting despite having been running for a long time
See original GitHub issueSorry all, not sure if I’m doing this the right way…never needed to get help for anything like this before. I’m a bit of a newb but usually find my own answers with a bit of searching but can’t fix this one.
HABridge has been running fine for months now and without any changes to my system, suddenly it’s not running.
pi@raspberrypi:~/habridge $ sudo systemctl status habridge.service -l
● habridge.service - HA Bridge
Loaded: loaded (/etc/systemd/system/habridge.service; enabled)
Active: failed (Result: signal) since Wed 2017-03-29 13:35:56 UTC; 5min ago
Process: 4145 ExecStart=/usr/bin/java -jar -Dconfig.file=/home/pi/habridge/data/habridge.config /home/pi/habridge/ha-bridge.jar (code=killed, signal=SEGV)
Main PID: 4145 (code=killed, signal=SEGV)
Mar 29 13:35:56 raspberrypi systemd[1]: Starting HA Bridge...
Mar 29 13:35:56 raspberrypi systemd[1]: Started HA Bridge.
Mar 29 13:35:56 raspberrypi systemd[1]: habridge.service: main process exited, code=killed, status=11/SEGV
Mar 29 13:35:56 raspberrypi systemd[1]: Unit habridge.service entered failed state.
Any ideas from this error?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
HA Bridge is no longer working or accessible
Home Genie is up and running, HA-Bridge is not. What are the SSH commands to start the service? This was from the Tuiciman...
Read more >Control Home Assistant devices with Logitech Harmony Elite ...
I now have everything added back except for Hue. But it just sits on the “press the button” page indefinitely. That's what made...
Read more >News Stories - Institute for Policy Research
The COVID-19 pandemic has significantly increased virtual meetings. Although some research shows that this adjustment might not impact workplace ...
Read more >How To: Install Amazon Echo HA Bridge using Synology NAS
I have not been successful using the Docker GUI to install properly. ... Do you know if this Amazon Echo HA Bridge can...
Read more >Domoticz suddenly totally empty
I was working on MQTT scripts to set selector switches and then it went wrong ... although domoticz is offline, domoticz.service is running....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So, you cannot even run the jvm for version. Looks like you have a corrupted java install. Clean out the java install and re-install.
Another thing I’ve done to debug other issues is using strace… it “MAY” provide additional information that could be useful to you or this forum:
strace [rest of command here]
EXAMPLE: sudo strace /usr/bin/java -jar -Dconfig.file=/home/pi/habridge/data/habridge.config /home/pi/habridge/ha-bridge.jar