question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HABridge suddenly not starting despite having been running for a long time

See original GitHub issue

Sorry 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:closed
  • Created 6 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
bwssytemscommented, Mar 29, 2017

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.

1reaction
wisoudercommented, Mar 29, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found