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-09-2023, 08:52 AM
gdippel gdippel is offline
Sage Aficionado
 
Join Date: Oct 2003
Location: Bayside, New York
Posts: 301
SJQ4 not working under Docker Java 11

Has anyone gotten SJQ4 working with the Java 11 docker? It installs but I keep getting error messages when I try to run a task. Based on the error messages I suspect some jars are missing in the Java 11 install. Any thoughts?
Reply With Quote
  #2  
Old 01-09-2023, 02:22 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
No. I have been having this problem for about a year. I was playing around with different docker installs, and I think I may have got it working in one, but it does not work in the docker that I have been using for over a year.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #3  
Old 01-10-2023, 05:57 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Is this an issue I have reviewed in the past? I cannot recall.

If not then can the OP post some logs and I can try and review what the issue is.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #4  
Old 01-10-2023, 07:53 AM
gdippel gdippel is offline
Sage Aficionado
 
Join Date: Oct 2003
Location: Bayside, New York
Posts: 301
Here's the log and groovy script (email info deleted)
Attached Images
File Type: jpg SJQ log.jpg (209.1 KB, 17 views)
Attached Files
File Type: txt late_night_talk_alerts.groovy.txt (3.5 KB, 15 views)
Reply With Quote
  #5  
Old 01-10-2023, 08:18 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I think there was a little bit of discussion here. I mentioned this to you about a year ago when I moved to the Java 11 docker that I was having issues with SJQ, I don't know if that was in the forums, or emails. But I gave up at that time as I wasn't really using SJQ as much.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #6  
Old 01-10-2023, 10:57 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by wayner View Post
I think there was a little bit of discussion here. I mentioned this to you about a year ago when I moved to the Java 11 docker that I was having issues with SJQ, I don't know if that was in the forums, or emails. But I gave up at that time as I wasn't really using SJQ as much.
I found our email conversation and I am not sure a solution was found. The conversation seems to just end... perhaps one or both of us moved on

I can dig into this again.

@gdippel. Can you please provide the full sagetv_0.txt log plus the contents for the logs folder (zipped if needed). Ideally these logs would be from after a restart and after reproducing the failure.

I will then review and see what we can do about this issue.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #7  
Old 01-10-2023, 01:46 PM
gdippel gdippel is offline
Sage Aficionado
 
Join Date: Oct 2003
Location: Bayside, New York
Posts: 301
Quote:
Originally Posted by jusjoken View Post

@gdippel. Can you please provide the full sagetv_0.txt log plus the contents for the logs folder (zipped if needed). Ideally these logs would be from after a restart and after reproducing the failure.

I will then review and see what we can do about this issue.

k
Here you go. Thanks.
Attached Files
File Type: zip logs.zip (5.0 KB, 17 views)
File Type: zip sagetv_0.zip (419.1 KB, 15 views)
Reply With Quote
  #8  
Old 01-16-2023, 06:44 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
I reviewed the logs and nothing really stood out to me. I of course have never use SJQ so not familiar with what should be in the logs such as in this part...

Code:
Tue 1/10 8:24:11.662 [EventRouter-525400a8a743@252dd5a5] SJQ: Getting AgentClient for 192.168.0.190:23344
Tue 1/10 8:24:11.663 [EventRouter-525400a8a743@252dd5a5] SJQ: Invoking update for 192.168.0.190:23344
Tue 1/10 8:24:11.832 [EventRouter-525400a8a743@252dd5a5] processOptionsMenu optionsMenu=default:SJQv400-572080|OptionsMenu:Update successful
Tue 1/10 8:24:11.905 [FinalRender-525400a8a743@66af0051] unloadImageMini(103)
Tue 1/10 8:24:11.907 [FinalRender-525400a8a743@66af0051] unloadImageMini(88)
Tue 1/10 8:24:13.154 [EventRouter-525400a8a743@252dd5a5] processUserEvent-UserEvent[anything] evtTime=Tue 1/10 8:24:13.124
Tue 1/10 8:24:13.525 [EventRouter-525400a8a743@252dd5a5] SJQ: Found clients = 1
Tue 1/10 8:24:13.527 [EventRouter-525400a8a743@252dd5a5] SJQ: Failed to reset Client focus after Ping.
Not sure if that failed to reset Client.... is a problem or not.

Hopefully someone with SJQ experience can review these and point us in a direction to look.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
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
new SageTV Docker install not exactly working terribly well... SomeWhatLost SageTV for unRAID/Docker 4 02-29-2020 01:18 PM
newer java working with Sagetv? Galaxysurfer SageTV Software 3 11-04-2019 09:49 PM
SageTV Docker not working ptaylor SageTV for unRAID/Docker 10 06-02-2017 03:40 PM
SageTV docker Java crash wayner SageTV for unRAID/Docker 6 03-31-2017 07:08 PM
Any tips on working with docker containers wayner SageTV for unRAID/Docker 7 02-03-2017 09:38 AM


All times are GMT -6. The time now is 11:10 AM.


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