Migration from OH1 to OH2 problem

Hi
I started to migrate from my running OH1 to OH2. The OH1 is running on RaspberryPi 3. No I went through the migration guid and installed all needed package for OH2 over apt-get, fallowing this documentation: http://docs.openhab.org/installation/linux.html#package-repository-installation

If I start the service I get following output:

● openhab2.service - The openHAB 2 Home Automation Bus Solution
   Loaded: loaded (/lib/systemd/system/openhab2.service; disabled)
   Active: active (running) since Sun 2017-11-05 11:40:12 CET; 39s ago
     Docs: http://docs.openhab.org
 Main PID: 25460 (karaf)
   CGroup: /system.slice/openhab2.service
           ├─25460 /bin/bash /usr/share/openhab2/runtime/bin/karaf server
           └─25630 /usr/bin/java -Dopenhab.home=/usr/share/openhab2 -Dopenhab.conf=/etc/openhab2 -Dopenhab.runtime=/usr/share/openhab2/runtime -Dopenhab.userdata=/var/...

Nov 05 11:40:12 raspberrypi systemd[1]: Started The openHAB 2 Home Automation Bus Solution.
Nov 05 11:40:12 raspberrypi start.sh[25460]: Launching the openHAB runtime...

If I go to http://raspberrypi.local:8080/habmin/index.html#/bindings I get an popup error “Server is not running”.

I’m looking now for 3 day for this problem and tried several things, but nothing is working. Do someone have any idea?
Thank you in advance for your answer.

http://docs.openhab.org/tutorials/migration

Can you connecto to http://raspberrypi.local:8080/ ?

Hi BrutalBirdie
I can connect to http://raspberrypi.local:8080. And I can see the several pages like Habmin, PaperUi,…
But if I jump to Habmin or PaperUi I get an error.

  • Habmin -> server not running
  • PaperUi -> Error:503 Jersey is not ready

Mmmmh, I’m far to be an experimented user, but what about using the openHabian setup to fulfill all the requirement ?

Not the full image, just the setup, as described here:

http://docs.openhab.org/installation/openhabian.html#manual-setup

Then, run the openhabian-config to run the config step by step.