Giter VIP home page Giter VIP logo

docker-bubbleupnpserver's People

Contributors

link-webcreations avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-bubbleupnpserver's Issues

Stuck in "waiting for IGD" since 0.9-update39

Since 0.9-update39, the app is not starting properly.

Tested using:

  • RPi3 (raspbian stretch, docker 19.03.15)
  • Docker image: based on alpine, arch arm32v7
  • java package: openjdk8-jre-base

See logs:

OpenJDK Zero VM warning: No monotonic clock was available - timed services may be adversely affected if the time-of-day clock changes
Feb 01, 2033 3:26:32 AM com.bubblesoft.bubbleupnpserver.launcher.Main main
INFO: data dir: /opt/bubbleupnpserver
Feb 01, 2033 3:26:32 AM com.bubblesoft.bubbleupnpserver.launcher.Main main
INFO: first time setup: downloading BubbleUPnPServer.jar, please wait...
Feb 01, 2033 3:26:32 AM com.bubblesoft.bubbleupnpserver.launcher.Main main
INFO: downloaded BubbleUPnPServer.jar successfully
Feb 01, 2033 3:05:28 AM com.bubblesoft.bubbleupnpserver.server.Main initDataDir
INFO: data directory: /opt/bubbleupnpserver
Feb 01, 2033 3:06:16 AM com.bubblesoft.bubbleupnpserver.server.Main run
INFO: starting BubbleUPnP Server 0.9-update39...
logging to file enabled
[main (1) ] INFO     - -0:00:48.0     - .Main                       : starting BubbleUPnP Server 0.9-update39...
[main (1) ] INFO     - -0:00:48.0     - .Main                       : os.arch: arm, x86: false
[main (1) ] INFO     - -0:00:48.0     - .Main                       : os.name: Linux
[main (1) ] INFO     - -0:00:48.0     - .Main                       : os.version: 4.19.66-v7+
[main (1) ] INFO     - -0:00:48.0     - .Main                       : java.home: /usr/lib/jvm/java-1.8-openjdk/jre
[main (1) ] INFO     - -0:00:48.0     - .Main                       : java.vendor: IcedTea
[main (1) ] INFO     - -0:00:48.0     - .Main                       : java.version: 1.8.0_275
[main (1) ] INFO     - -0:00:48.0     - .Main                       : java.class.path: BubbleUPnPServerLauncher.jar
[main (1) ] INFO     - -0:00:48.0     - .Main                       : md5sum: f868a01da9a18c8b22837e7335fac1bc
[main (1) ] INFO     - -0:00:48.0     - .Main                       : restart_count: 0
[main (1) ] INFO     - -0:00:48.0     - .Main                       : file.encoding: UTF-8
[main (1) ] INFO     - -0:00:48.0     - .Main                       : default charset: UTF-8
[main (1) ] INFO     - -0:00:48.0     - .Main                       : bin dir: /opt/bubbleupnpserver
[main (1) ] INFO     - -0:02:24.0     - .d                          : >>> Starting UPnP service...
[main (1) ] INFO     - -0:02:24.0     - .d                          : Using configuration: com.bubblesoft.bubbleupnpserver.server.Main$b
[main (1) ] INFO     - -0:04:48.0     - .b                          : Creating Router: org.fourthline.cling.e.b
[main (1) ] INFO     - -0:05:36.0     - .f                          : Created socket (for receiving TCP streams) on: /192.168.1.11:35795
[main (1) ] INFO     - -0:05:36.0     - .g                          : Creating wildcard socket (for receiving multicast datagrams) on port: 1900
[main (1) ] INFO     - -0:05:36.0     - .g                          : Joining multicast group: /239.255.255.250:1900 on network interface: eth0
[main (1) ] INFO     - -0:05:36.0     - .a                          : Creating bound socket (for datagram input/output) on: /192.168.1.11
[main (1) ] INFO     - -0:02:24.0     - .d                          : <<< UPnP service started successfully
[main (1) ] INFO     - -0:02:24.0     - .h                          : Display name: eth0
[main (1) ] INFO     - -0:02:24.0     - .h                          : Name: eth0
[main (1) ] INFO     - -0:02:24.0     - .h                          : InetAddress: /192.168.1.11
[main (1) ] INFO     - -0:02:24.0     - .h                          :  Interface Address
[main (1) ] INFO     - -0:02:24.0     - .h                          :   Address: /192.168.1.11
[main (1) ] INFO     - -0:02:24.0     - .h                          :   Broadcast: /192.168.1.255
[main (1) ] INFO     - -0:02:24.0     - .h                          :   Prefix length: 24
[main (1) ] INFO     - -0:02:24.0     - .h                          : Up? true
[main (1) ] INFO     - -0:02:24.0     - .h                          : Loopback? false
[main (1) ] INFO     - -0:02:24.0     - .h                          : PointToPoint? false
[main (1) ] INFO     - -0:02:24.0     - .h                          : Supports multicast? true
[main (1) ] INFO     - -0:02:24.0     - .h                          : Virtual? false
[main (1) ] INFO     - -0:02:24.0     - .h                          : Hardware address: [-72, 39, -21, 74, -21, 117]
[main (1) ] INFO     - -0:02:24.0     - .h                          : MTU: 1500
[main (1) ] INFO     - -0:01:36.0     - .Main                       : started monitor network changes task, interval=30
[main (1) ] INFO     - -0:01:36.0     - .Main                       : waiting for IGD...

The network host cannot be used with services

Should we use docker run instead ?

Run:

$ docker service create \
>   --name bubbleupnpserver \
>   --replicas 1 \
>   --network host \
>   nventiveux/docker-bubbleupnpserver:latest

Error message:

Error response from daemon: The network host cannot be used with services. Only networks scoped to the swarm can be used, such as those created with the overlay driver.

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.