Giter VIP home page Giter VIP logo

Comments (23)

erkobg avatar erkobg commented on May 27, 2024 1

Hello @cniweb,
downloaded and installed :

  • it installed without any issues
  • status in running
  • info link for URL showing http://myip:8080/start/index
  • after waiting some time (> 2mins) - url showed "Welcome to openHAB 2.0"

Cheers!

from openhab-syno-spk.

erkobg avatar erkobg commented on May 27, 2024

When I run sudo sh start_runtime.sh
I receive :

Launching the openHAB runtime...
Error: Unable to access jarfile 5555

from openhab-syno-spk.

pedeho avatar pedeho commented on May 27, 2024

Hello erkobg
Having the same problem on my DS212j. Replaced 1.8 with 2.0.0-beta2-DSM6-RC. Could not start from package manager but could start with start_runtime.sh. Tried to reinstall the RC but ended up with not able to run it at all.
Wonder if DS212j and DS213+ have something missing since it seems to run on some other stations

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

Hi @pedeho,

can please look at your, if the port is not already in use 5555?
netstat -an | grep 5555

Chris

from openhab-syno-spk.

bytedealer avatar bytedealer commented on May 27, 2024

Hi,

same problem: DSM 6, openhab 2, same message as @erkobg.

No port in use after executing netstat (as above mentioned).

from openhab-syno-spk.

bytedealer avatar bytedealer commented on May 27, 2024

Ok, some more info.

I also get the error:
find: `server': No such file or directory

Call coming from start_runtime.sh: cp=$(find $eclipsehome -name "org.eclipse.equinox.launcher_*.jar" | sort | tail -n 1);

The call coming from start.sh is okay: exec "${DIRNAME}/runtime/karaf/bin/karaf" "${@}"

So my assumption is that the call from start_runtime.sh does not find any org.eclipse.equinox.launcher_*.jar
Is there a library like this anymore?

from openhab-syno-spk.

igorrobertifoc avatar igorrobertifoc commented on May 27, 2024

Yes, if I use start.sh all is working

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

OK, thanks. I change it in the start-stop-status.sh script in the next release!

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

Hi @erkobg,

can you try /volume1/@appstore/OpenHAB/start.sh, too?

Chris

from openhab-syno-spk.

erkobg avatar erkobg commented on May 27, 2024

Hello,
thanks for the updates.
I downloaded the latest release and manually installed.

Then started it through Package Center.
Port 8443 was in use so uninstalled the app which was using it and the run OpenHab again from Package Center - and it is with status Running!!!!!!

accessing the website it says : Problem accessing /openhab.app. Reason: Sitemap 'default' could not be found

which shows that OpenHab is running!

Thanks!

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

Can you try Release 2.0.0-beta3-DSM6, please?
And it´s OK, then I can close this Issue?

from openhab-syno-spk.

erkobg avatar erkobg commented on May 27, 2024

Installed the beta - status is running - but strange thing it was saying that service is running on port 8082
accessing the URL http://myip:8082/openhab.app - says site can't be reached

Any idea why?

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

Try Port 8081, please?

from openhab-syno-spk.

erkobg avatar erkobg commented on May 27, 2024

Already did : http://myip:8081/openhab.app This site can’t be reached

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

hmm, OK, Port 8080 ?
https://github.com/openhab/openhab-distro/blob/4c94da3f45b5ca414bbe49da23a6ac81b761f84f/distributions/distribution-resources/src/main/resources/bin/setenv#L57
Show netstat -an

from openhab-syno-spk.

erkobg avatar erkobg commented on May 27, 2024

Yes it was 8080
was redirected to :
http://myip:8080/start/index
which gave me Welcome to openHAB 2.0

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

OK, I is a Environment variables OPENHAB_HTTP_PORT.
It is not set, then 8080 is default!
I change the Port it in the INFO file from package, OK?

from openhab-syno-spk.

erkobg avatar erkobg commented on May 27, 2024

Yes - I think default to 8081 will be better... ( old one was like this by default)

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

I change the Port in the INFO file from package to 8080, this is default!

Here is a another Issue for a Port definition in the Package Admin UI:
#15

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

Hi @erkobg,

I released a new Package:
https://github.com/openhab/openhab-syno-spk/releases/tag/2.0.0-beta3-DSM6

Try please and give me feedback, then I can close this Issue.

Thanks

from openhab-syno-spk.

cniweb avatar cniweb commented on May 27, 2024

Thanks

from openhab-syno-spk.

dikkedimi avatar dikkedimi commented on May 27, 2024

I installed 2.0.0-beta3.spk on a DS411j and I'm also getting the "Site can't be reached" error. Already tried starting using ./start.sh, returns the following:

admin@dev:/volume1/@appstore/OpenHAB2$ ./start.sh Launching the openHAB runtime... Unable to update instance pid: /volume1/@appstore/OpenHAB2/runtime/karaf/instances/instance.properties (Permission denied) /volume1/@appstore/OpenHAB2/userdata/logs/openhab.log (Permission denied) Unable to update instance pid: /volume1/@appstore/OpenHAB2/runtime/karaf/instances/instance.properties (Permission denied) admin@dev:/volume1/@appstore/OpenHAB2$

from openhab-syno-spk.

dikkedimi avatar dikkedimi commented on May 27, 2024

after running sudo ./start.sh, the server started up. It was still giving the "Site can't be reached error". After that I ran it again through the package center interface, and now the error has changed to a 404, as is visible in this image
this

from openhab-syno-spk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.