SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-24-2018, 05:09 PM
mgpaulus mgpaulus is offline
Sage Advanced User
 
Join Date: Mar 2011
Location: Colorado Springs, CO
Posts: 193
OpenDCT - timing issue causing "Halt detected in Recording" messages?

Hi,

I just rebooted and cleared out my System Messages, and I noticed that I have gotten several "Halt detected in Recordings" messages. So I decided to go investigate.

Seems like there is some kind of either error, or a timing issue. I will attach the relevant OpenDCT.log and sagetv_x.txt files. However, one thing I see are several of these messages in my sagetv_x.txt file:
Sat 2/24 13:57:26.360 [Seeker@1479697] Error communicating with encoding server:java.lang.NumberFormatException: For input string: "ERROR failed request"

This makes it look like the request never got to OpenDCT, and then when Seeker goes to look for data, it isn't there, because the encoder was never informed to start doing anything.

There is a problem with a Bobby Flay episode "LikeFatherLikeDaughter", and there is a problem with an olympics episode, "2018WinterOlympics-SpeedSkatingMensCrossCountrySkiing" and a couple of others. Timing seems to be all right around 13:57 or 13:58, and there are 5 messages all at once.

I've also attached the segment of wrapper.log which covers today, where I noticed there is a Java Fatal Error - Maybe this is the root of my problem??

INFO | jvm 1 | 2018/02/24 13:57:19.340 | #
INFO | jvm 1 | 2018/02/24 13:57:19.340 | # A fatal error has been detected by the Java Runtime Environment:
INFO | jvm 1 | 2018/02/24 13:57:19.340 | #
INFO | jvm 1 | 2018/02/24 13:57:19.340 | # Internal Error (numberSeq.cpp:102), pid=2100, tid=7836
INFO | jvm 1 | 2018/02/24 13:57:19.340 | # guarantee(var >= 0.0) failed: variance should not be negative
INFO | jvm 1 | 2018/02/24 13:57:19.340 | #
INFO | jvm 1 | 2018/02/24 13:57:19.340 | # JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
INFO | jvm 1 | 2018/02/24 13:57:19.340 | # Java VM: Java HotSpot(TM) Client VM (24.80-b11 mixed mode windows-x86 )
INFO | jvm 1 | 2018/02/24 13:57:19.340 | # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
INFO | jvm 1 | 2018/02/24 13:57:19.340 | #
INFO | jvm 1 | 2018/02/24 13:57:19.340 | # An error report file with more information is saved as:
INFO | jvm 1 | 2018/02/24 13:57:19.340 | # c:/ProgramData/OpenDCT/logs/hs_err_pid2100.log
INFO | jvm 1 | 2018/02/24 13:57:19.440 | #
INFO | jvm 1 | 2018/02/24 13:57:19.440 | # If you would like to submit a bug report, please visit:
INFO | jvm 1 | 2018/02/24 13:57:19.440 | # http://bugreport.java.com/bugreport/crash.jsp
INFO | jvm 1 | 2018/02/24 13:57:19.440 | #
ERROR | wrapper | 2018/02/24 13:57:19.440 | JVM exited unexpectedly.
STATUS | wrapper | 2018/02/24 13:57:23.640 | Reloading Wrapper configuration...
STATUS | wrapper | 2018/02/24 13:57:23.642 | Launching a JVM...

and I've attached the hs_err_pid log file from the message.

Should I update my java version to see if that will clear up this fatal bug issue?
Attached Files
File Type: txt opendct.log.txt (547.0 KB, 116 views)
File Type: txt sagetv_2.txt (78.9 KB, 116 views)
File Type: txt wrapper.log.txt (395.6 KB, 112 views)
File Type: txt hs_err_pid2100.log.txt (43.3 KB, 126 views)

Last edited by mgpaulus; 02-24-2018 at 05:24 PM.
Reply With Quote
  #2  
Old 03-05-2018, 07:02 PM
EnterNoEscape's Avatar
EnterNoEscape EnterNoEscape is offline
SageTVaholic
 
Join Date: Jun 2010
Location: Harrisburg, PA
Posts: 2,657
I'm not 100% certain, but that crash looks like there's an issue with the version of Java you have installed. I say this because the JVM crashed getting the current time to write a log entry which is a little strange.
__________________
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
  #3  
Old 03-06-2018, 10:20 PM
mgpaulus mgpaulus is offline
Sage Advanced User
 
Join Date: Mar 2011
Location: Colorado Springs, CO
Posts: 193
Quote:
Originally Posted by EnterNoEscape View Post
I'm not 100% certain, but that crash looks like there's an issue with the version of Java you have installed. I say this because the JVM crashed getting the current time to write a log entry which is a little strange.
I thought I responded to this and mentioned that I upgrade to jdk1.7.0_161, but maybe I was having a nightmare and thought I typed it in. Anyway, I decided to upgrade to the latest 170 that I could find. Keeping my eyes peeled to see if it happens again. Thanks for the reply and 2nd set of eyes.
Reply With Quote
  #4  
Old 03-11-2018, 06:40 PM
EnterNoEscape's Avatar
EnterNoEscape EnterNoEscape is offline
SageTVaholic
 
Join Date: Jun 2010
Location: Harrisburg, PA
Posts: 2,657
Quote:
Originally Posted by mgpaulus View Post
I thought I responded to this and mentioned that I upgrade to jdk1.7.0_161, but maybe I was having a nightmare and thought I typed it in. Anyway, I decided to upgrade to the latest 170 that I could find. Keeping my eyes peeled to see if it happens again. Thanks for the reply and 2nd set of eyes.
I think you responded on another thread, but I didn't see that until I had already responded. Good luck with the new Java release.
__________________
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
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
Weird Encoder Halt Detected and Recovery Issue kpbrwn SageTV Github Development 11 03-30-2017 12:16 PM
Halt detected...or recording "warm up?" Tomahawk51 SageTV for unRAID/Docker 19 03-19-2017 10:04 AM
Hundreds of "Halt Detected in Recording" (no errors to be found) MrVining SageTV Software 10 04-03-2011 01:26 PM
"No Signal" & "Halt Detected" errors puulima Hardware Support 5 07-07-2010 11:19 AM
Halt recording "Fringe" SundanceTV SageTV Software 6 05-02-2010 01:22 PM


All times are GMT -6. The time now is 02:06 PM.


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