|
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
|
|||
|
|||
SD EPG Not Updating
I've just noticed that about a week ago my EPG stopped updating. It's getting the error:
Code:
Mon 1/28 4:41:46.042 SDEPG Exception thrown: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#2
|
|||
|
|||
I changed to the Java 8 version of the SageTV docker and I'm getting EPG again. I believe something is wrong with the root certificates in the Java 10 container.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#3
|
|||
|
|||
The brief Googling I did found someone else with the same issue and they said Java 11 worked.
|
#4
|
|||
|
|||
Java 10 is intended to be a short life release. I believe Java 11 is supposed to be the next LTS release.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#5
|
||||
|
||||
I'm not a fan of what they are trying to do with the rapid major releases. I understand that they are trying to introduce changes more gradually, but I feel like they are just stressing the devs out by making breaking changes publicly available faster than anyone could keep up with.
__________________
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 |
#6
|
||||
|
||||
FYI. I updated to the latest Java 10 version but that did not fix the issue.
So, I created a java 11 container the error goes away, and the EPG updates. I'm a little scared, though, since, Java 11 removed some modules that apparently I needed in order to get java 9/10 working, but, I'm not seeing any side effects, so far. I've pushed a new Java 11 templat for unraid. But, you can switch to java 11, by editing your current docker config and just change the 10 to 11 in the repository field, so that it looks like this. stuckless/sagetv-server-java11. Save and the Java 11 container version will be downloaded.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#7
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#8
|
|||
|
|||
I went back to the Java 8 version and am not planning on changing.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#9
|
||||
|
||||
Quote:
Something I should point out, however, is that Oracle is recommending that products ship with their intended Java version instead of having the user download it for this reason. SageTV is a Java 8 application. Running it on anything newer at this time without the purpose of fixing the code is just asking for problems.
__________________
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 |
#10
|
|||
|
|||
Yeah I reverted back to Java 8. Not sure how I got on the Java 10 train (I must have done it and forgot) but it suddenly stopped working about two weeks ago.
Going forward I'll not..go forward? Ben |
#11
|
||||
|
||||
How do I fix this?? Mine is still broken!
Do I have to back to java8? How do I do that? Jim |
#12
|
|||
|
|||
Quote:
|
#13
|
||||
|
||||
Quote:
Thanks though... Jim |
#14
|
|||
|
|||
I don't even know what that means. SageTV is a Java application that runs best under Java 8. There's no such thing as Java 8 Sage.
|
#15
|
||||
|
||||
This is a docker question... How do I switch back from a Java 10 container to a Java 8 container in unraid.
|
#16
|
|||
|
|||
Change the repository in the Docker configuration to stuckless/sagetv-server-java8.
__________________
Home Network: https://karylstein.com/technology.html |
#17
|
|||
|
|||
Quote:
Select your unraid server's Docker tab, then "stuckless-sagetv-server-java10" which opens the "Update Container" page. In the Repository: data field ("stuckless/sagetv-server-java10"), simply change the "10" to an "8" and Apply. This will not change the Docker name but will revert to java 8. After a short while, Sage will re-populate the epg.
__________________
unRAID Basic Server, Sage & OpenDCT Dockers, Core i3-8100, 8G Memory, HDHR Prime, HD300 Extender, Shield & Android Miniclient, Harmony Hub/Remote |
#18
|
|||
|
|||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
EPG not updating | feilerd | SageTV EPG Service | 1 | 10-06-2011 10:02 PM |
Updating | rnadeau | Phoenix | 5 | 06-24-2011 08:02 PM |
Updating TVs | snoopy | SageTV Software | 2 | 05-26-2011 06:42 PM |
updating mvp.bin - how? | webfire | SageTV Media Extender | 4 | 07-22-2006 05:25 PM |
Not updating? | invisible_ink | General Discussion | 2 | 12-01-2004 11:30 AM |