Received GET request at 'http://127.0.0.1:8080/rest/' for the unknown sitemap 'demo'

Hi Group:
I upgrade openhab2 a few days ago and now I cannot ssh into the console or access the web interface.

I’m receiving the following in the openhab.log:

openhab.log:2017-09-06 14:00:43.122 [INFO ] [est.sitemap.internal.SitemapResource] - Received HTTP GET request at ‘http://192.168.1.222:8080/rest/’ for the unknown sitemap ‘demo’.

When I ssh -p 8101 openhab@192.168.1.222 I receive:

ssh: connect to host 192.168.1.222 port 8101: Connection refused

When I attempt to view the UI in the browser at http://192.168.1.222:8080/ I received the following:

This site can’t be reached
192.168.1.222 refused to connect
Search Google for 192.168 222 8080
ERR_CONNECTION_REFUSED

Ideas?
Thank you.

By default you can’t login to the karaf console via remote, you have to login via

ssh openhab@localhost -p8101

Of course you could use 127.0.0.1 instead of localhost.

So please first login to you computer:

ssh 192.168.1.222

and after that, login “locally” to openhab

Hi Udo:

Thank you. Just worked as you describe!

I just the the upgrade to the new unstable release and the web interface works again.

Now good to go!

Regards,
Lou