OpenMarine
Signal K Not Re-booting - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: Signal K Not Re-booting (/showthread.php?tid=4718)



Signal K Not Re-booting - Lazzz - 2023-06-24

I just updated SK to the latest version & now it will not start.

Do I have to re-install SK or is there something I can do??

Still running OP2 on a Pi4

TIA


RE: Signal K Re-booting - tkurki - 2023-06-24

There is probably some useful infomration in the syslog about what the error is?

Title says rebooting and message says will not start. Is it constantly rebooting or will not start at all?

Try manually reinstalling it.


RE: Signal K Re-booting - Lazzz - 2023-06-24

(2023-06-24, 07:00 AM)tkurki Wrote: There is probably some useful infomration in the syslog about what the error is?

Title says rebooting and message says will not start. Is it constantly rebooting or will not start at all?

Try manually reinstalling it.

SK will not start at all.


RE: Signal K Not Re-booting - Sailoog - 2023-06-24

works ok here with the last Signal k server version 2.0.0:

openplotter 3
debian bullseye
64bit
node 16

If I am not wrong openplotter 2 is built with node 12


RE: Signal K Not Re-booting - glaloggia - 2023-06-26

(2023-06-24, 09:10 PM)Sailoog Wrote: works ok here with the last Signal k server version 2.0.0:
openplotter 3
debian bullseye
64bit
node 16
If I am not wrong openplotter 2 is built with node 12

Sorry. I have same problem as Lazzz. After upgrade, signal k does not start: the message is

Error requesting access to Signal K server: HTTPConnectionPool(host='localhost', port=3000): ;ax retries exceeded with url: /signalk/v1/access/requests (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xafc73190>: Failed to establish a new connection: [Errno 111] Connection refused'))

I am running a PI4 Raspbian 32 bit

Thanks for any help.
Goffredo


RE: Signal K Not Re-booting - Lazzz - 2023-06-26

I re-installed SK and still have nothing!!

I'll be delaying upgrades in the future.


RE: Signal K Not Re-booting - glaloggia - 2023-06-26

(2023-06-26, 09:41 PM)Lazzz Wrote: I re-installed SK and still have nothing!!

I'll be delaying upgrades in the future.

Thanks! I’ll do the same!


RE: Signal K Not Re-booting - tkurki - 2023-06-27

(2023-06-26, 08:17 PM)glaloggia Wrote: the message is

Error requesting access to Signal K server: HTTPConnectionPool(host='localhost', port=3000): ;ax retries exceeded with url: /signalk/v1/access/requests (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xafc73190>: Failed to establish a new connection: [Errno 111] Connection refused'))

I am running a PI4 Raspbian 32 bit
That looks like an error from OpenCPN when Signal K server is not running and the connection attempt is refused.

What version of Node are you running? Use the command

Code:
node -v

Can you find anything Signal K related in the file /var/log/syslog (the system log)?

If you try manually reinstalling with

Code:
sudo npm install -g signalk-server

what does the output say?


RE: Signal K Not Re-booting - glaloggia - 2023-06-27

(2023-06-27, 08:00 PM)tkurki Wrote:
(2023-06-26, 08:17 PM)glaloggia Wrote: the message is

Error requesting access to Signal K server: HTTPConnectionPool(host='localhost', port=3000): ;ax retries exceeded with url: /signalk/v1/access/requests (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xafc73190>: Failed to establish a new connection: [Errno 111] Connection refused'))

I am running a PI4 Raspbian 32 bit
That looks like an error from OpenCPN when Signal K server is not running and the connection attempt is refused.

What version of Node are you running? Use the command

Code:
node -v

Can you find anything Signal K related in the file /var/log/syslog (the system log)?

If you try manually reinstalling with

Code:
sudo npm install -g signalk-server

what does the output say?

Thanks for your suggestions. The problem was related to the Node.js update to 18. Once done, everything is ok!
Regards
Goffredo