|
SageTV for unRAID/Docker Discussion related to SageTV for unRAID/Docker. Questions, issues, problems, suggestions, etc. relating to SageTV for unRAID/Docker should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
OpenDCT on unRaid Docker failing
I've had OpenDCT running on unRAID for about 2 months. It was working great until today. I had a bunch of conflicts, which got me scratching my head. I went to the source setup screen and saw the OpenDCT HDHomeRun Prime tuners were functioning=false.
I restarted the OpenDCT docker and it keeps failing to start: Code:
INFO | jvm 1 | 2017/03/25 20:22:41.337 | 20:22:41.274 [DynamicAsyncInit-21] INFO DynamicConsumerImpl - Dynamic consumer default set to use opendct.consumer.MediaServerConsumerImpl INFO | jvm 1 | 2017/03/25 20:22:41.337 | 20:22:41.282 [DynamicAsyncInit-21] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.FFmpegTransSageTVConsumerImpl for [] INFO | jvm 1 | 2017/03/25 20:22:41.337 | 20:22:41.282 [DynamicAsyncInit-21] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.MediaServerConsumerImpl for [] INFO | jvm 1 | 2017/03/25 20:22:41.337 | 20:22:41.282 [DynamicAsyncInit-21] INFO DynamicConsumerImpl - Dynamic consumer set to use opendct.consumer.RawSageTVConsumerImpl for [] INFO | jvm 1 | 2017/03/25 20:22:41.337 | 20:22:41.314 [LineupAsyncInit:dct_hdhomerun-25] INFO ChannelManager - Updating the HDHomeRun channel lineup HDHomeRun DRI Tuner 13133DE5 (dct_hdhomerun). INFO | jvm 1 | 2017/03/25 20:22:41.437 | INFO | jvm 1 | 2017/03/25 20:22:41.437 | WrapperSimpleApp: Encountered an error running main: java.lang.NullPointerException INFO | jvm 1 | 2017/03/25 20:22:41.437 | java.lang.NullPointerException INFO | jvm 1 | 2017/03/25 20:22:41.437 | at opendct.tuning.hdhomerun.HDHomeRunDiscovery.getBroadcast(HDHomeRunDiscovery.java:552) INFO | jvm 1 | 2017/03/25 20:22:41.437 | at opendct.tuning.discovery.discoverers.HDHomeRunDiscoverer.<init>(HDHomeRunDiscoverer.java:78) INFO | jvm 1 | 2017/03/25 20:22:41.437 | at opendct.Main.main(Main.java:222) INFO | jvm 1 | 2017/03/25 20:22:41.437 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | 2017/03/25 20:22:41.437 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) INFO | jvm 1 | 2017/03/25 20:22:41.437 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2017/03/25 20:22:41.437 | at java.lang.reflect.Method.invoke(Method.java:498) INFO | jvm 1 | 2017/03/25 20:22:41.437 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240) INFO | jvm 1 | 2017/03/25 20:22:41.437 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2017/03/25 20:22:43.208 | [GC pause (G1 Evacuation Pause) (young) 25M->6566K(128M), 0.0135609 secs] INFO | jvm 1 | 2017/03/25 20:22:43.209 | 20:22:43.171 [ChannelManagerShutdown] INFO Main - Stopping all channel update threads... INFO | jvm 1 | 2017/03/25 20:22:43.209 | 20:22:43.171 [Shutdown] INFO Main - OpenDCT has received a signal to stop. INFO | jvm 1 | 2017/03/25 20:22:43.209 | 20:22:43.173 [Shutdown] INFO Main - Saving current configuration... INFO | jvm 1 | 2017/03/25 20:22:43.209 | 20:22:43.173 [ChannelManagerShutdown] INFO ChannelManager - Saving the channel lineup 'qam_hdhomerun_legacy'. INFO | jvm 1 | 2017/03/25 20:22:43.209 | 20:22:43.177 [SageTVManagerShutdown] INFO Main - Stopping all SageTV socket servers... INFO | jvm 1 | 2017/03/25 20:22:43.209 | 20:22:43.175 [PowerMessageManagerShutdown] INFO Main - Stopping power messages... INFO | jvm 1 | 2017/03/25 20:22:43.209 | 20:22:43.181 [PowerMessageManagerShutdown] WARN LinuxPowerMessagePump - System power state messages are currently not implemented for Linux. INFO | jvm 1 | 2017/03/25 20:22:43.209 | 20:22:43.186 [ChannelManagerShutdown] INFO ChannelManager - Saving the channel lineup 'dct_hdhomerun'. STATUS | wrapper | 2017/03/25 20:22:43.309 | <-- Wrapper Stopped
__________________
unRaid Server:Quad-Core Xenon, 20 GB Ram, openDCT/sageTV Dockers, HDHR,HDHR Prime Network Encoder:Dell Inspiron 1000 Laptop, 512MB Ram, Windows XP, HDPVR |
#2
|
||||
|
||||
I missed a special case were no broadcast address at all is defined. I'll release a build that fixes this later today.
Edit: All you need to do is restart the Docker container to upgrade.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG Last edited by EnterNoEscape; 03-26-2017 at 05:34 AM. |
#3
|
|||
|
|||
I got it working late last night. I shutdown my OpenVPN-AS docker, which closed a bunch of open network interfaces. Started opendct, and it came up, then restarted openvpn.
I guess I had never tried starting opendct with openvpn running before. I will keep an eye on this for the future.
__________________
unRaid Server:Quad-Core Xenon, 20 GB Ram, openDCT/sageTV Dockers, HDHR,HDHR Prime Network Encoder:Dell Inspiron 1000 Laptop, 512MB Ram, Windows XP, HDPVR |
#4
|
|||
|
|||
I see you released this update yesterday. Thanks! Are you saying just stop and restart the OpenDCT docker and it will upgrade to the new version? I thought Fuzzy would have to include it in a never version and I would have to re-install it.
|
#5
|
||||
|
||||
The Docker container as it is currently configured will always install the latest version when it starts.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Docker Image for unRaid | ChaOConnor | SageTV Linux | 73 | 05-28-2017 11:57 AM |
OpenDCT on Docker not finding HDHR | BobbyDing | SageTV for unRAID/Docker | 43 | 03-28-2017 06:40 AM |
Need help with OpenDCT on Docker | willieb | SageTV for unRAID/Docker | 5 | 03-07-2017 07:36 AM |
problem tuning single channel with OpenDCT Docker | matt91 | SageTV for unRAID/Docker | 1 | 01-25-2017 01:58 PM |
Is unRAID/Docker the right OS for me? | wayner | SageTV for unRAID/Docker | 32 | 01-12-2017 03:08 PM |