SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux > SageTV for unRAID/Docker
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-28-2019, 10:12 PM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
Exclamation 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
I remember something about this with the Java 10 version, which I'm running, during development. How to fix this?
__________________
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
Reply With Quote
  #2  
Old 01-29-2019, 03:17 PM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
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
Reply With Quote
  #3  
Old 01-29-2019, 07:43 PM
wnjj wnjj is online now
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Quote:
Originally Posted by Taddeusz View Post
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.
The brief Googling I did found someone else with the same issue and they said Java 11 worked.
Reply With Quote
  #4  
Old 01-29-2019, 08:26 PM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
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
Reply With Quote
  #5  
Old 02-02-2019, 07:21 PM
EnterNoEscape's Avatar
EnterNoEscape EnterNoEscape is offline
SageTVaholic
 
Join Date: Jun 2010
Location: Harrisburg, PA
Posts: 2,657
Quote:
Originally Posted by Taddeusz View Post
Java 10 is intended to be a short life release. I believe Java 11 is supposed to be the next LTS release.
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
Reply With Quote
  #6  
Old 02-10-2019, 01:44 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
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.
Reply With Quote
  #7  
Old 02-10-2019, 06:10 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by stuckless View Post
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.
Don;'t use the java11 container, since, my fears were correct. SageTV works, but, plugins like phoenix unfortunately use some of the features that java threw away. I'm doubtful things will ever work in Java 11.
Reply With Quote
  #8  
Old 02-10-2019, 06:12 PM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
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
Reply With Quote
  #9  
Old 02-13-2019, 10:22 PM
EnterNoEscape's Avatar
EnterNoEscape EnterNoEscape is offline
SageTVaholic
 
Join Date: Jun 2010
Location: Harrisburg, PA
Posts: 2,657
Quote:
Originally Posted by stuckless View Post
Don;'t use the java11 container, since, my fears were correct. SageTV works, but, plugins like phoenix unfortunately use some of the features that java threw away. I'm doubtful things will ever work in Java 11.
The breaking changes in Java 11 are vast and some feel kind of arbitrary without any justification or warning before they came to be.

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
Reply With Quote
  #10  
Old 02-16-2019, 02:26 PM
benjamintm benjamintm is offline
Sage Advanced User
 
Join Date: Jan 2007
Posts: 165
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
Reply With Quote
  #11  
Old 02-17-2019, 08:22 AM
jbuszkie's Avatar
jbuszkie jbuszkie is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Westminster, MA
Posts: 938
How do I fix this?? Mine is still broken!

Do I have to back to java8? How do I do that?

Jim
Reply With Quote
  #12  
Old 02-17-2019, 10:43 AM
wnjj wnjj is online now
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Quote:
Originally Posted by jbuszkie View Post
How do I fix this?? Mine is still broken!

Do I have to back to java8? How do I do that?

Jim
Java8 is here https://www.oracle.com/technetwork/j...s-2133155.html
Reply With Quote
  #13  
Old 02-17-2019, 11:21 AM
jbuszkie's Avatar
jbuszkie jbuszkie is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Westminster, MA
Posts: 938
Quote:
Originally Posted by wnjj View Post
Java 8 SAGE.. Not actual java 8

Thanks though...

Jim
Reply With Quote
  #14  
Old 02-17-2019, 02:31 PM
wnjj wnjj is online now
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Quote:
Originally Posted by jbuszkie View Post
Java 8 SAGE.. Not actual java 8

Thanks though...

Jim
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.
Reply With Quote
  #15  
Old 02-17-2019, 02:38 PM
jbuszkie's Avatar
jbuszkie jbuszkie is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Westminster, MA
Posts: 938
Quote:
Originally Posted by wnjj View Post
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.
This is a docker question... How do I switch back from a Java 10 container to a Java 8 container in unraid.
Reply With Quote
  #16  
Old 02-17-2019, 06:34 PM
KarylFStein KarylFStein is offline
Sage Fanatic
 
Join Date: Apr 2006
Location: Westland, Michigan, USA
Posts: 999
Quote:
Originally Posted by jbuszkie View Post
This is a docker question... How do I switch back from a Java 10 container to a Java 8 container in unraid.
Change the repository in the Docker configuration to stuckless/sagetv-server-java8.
__________________
Home Network: https://karylstein.com/technology.html
Reply With Quote
  #17  
Old 02-18-2019, 10:50 AM
rrhorer rrhorer is offline
Sage Advanced User
 
Join Date: Nov 2008
Posts: 211
Quote:
Originally Posted by jbuszkie View Post
This is a docker question... How do I switch back from a Java 10 container to a Java 8 container in unraid.
Because most times I need more explicit instructions:

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
Reply With Quote
  #18  
Old 03-13-2019, 08:01 PM
lewispm lewispm is offline
Sage User
 
Join Date: Mar 2009
Location: Collierville, TN
Posts: 73
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.
The ease of this fix made all the work building my unRaid server worth it.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 12:10 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.