SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #1101  
Old 10-22-2010, 03:28 AM
davephan's Avatar
davephan davephan is offline
Sage Icon
 
Join Date: Mar 2004
Location: Minnesota
Posts: 1,911
I am having a problem where the SJQ client is connected, but the SJQ jobs never being assigned to the SJQ client. The SJQ client was running on a second computer that was already rebuilt for another use. My ruleset did work before and Comskip does work my SageTV computer, where I am now trying to setup the SJQ client. I am using the client version 3.0.1.705.

I am using the following ruleset:
if [IsObjMediaFile == true && $.IsTVFile{} == true && $.IsFileCurrentlyRecording{} == false && ($.GetAiringChannelName{} !% "KTCADT.*|CSPAN.*|ENCR.*|ENCORE|HBO.*|MPLEX|IFC|SUNDAE|INDIE|RETR|FLIX|TCM")] {
COMSKIP
}

What might be the problem that is preventing the SQJ client from being assigned to SQJ jobs?

Dave
Attached Files
File Type: txt log.txt (11.3 KB, 170 views)
Reply With Quote
  #1102  
Old 10-22-2010, 06:22 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Are you saying that no tasks are ever being assigned to any client?
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1103  
Old 10-22-2010, 10:42 AM
davephan's Avatar
davephan davephan is offline
Sage Icon
 
Join Date: Mar 2004
Location: Minnesota
Posts: 1,911
Yes. I used to run the client on a separate computer. That computer was rebuilt for another use. Now I run the client on the SageTV computer, and tasks are never assigned to to the client, although the client is connected.

Dave
Reply With Quote
  #1104  
Old 10-22-2010, 10:50 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
So jobs are in the queue, just not being assigned? Look in SageTV/jetty/logs/ at the latest request log. Do you see any requests for work from the task client? They'd look like this:

Code:
-bash-3.2$ cd /progfiles/sagetv/sagetv/jetty/logs
-bash-3.2$ cat 2010_10_22.request.log|grep SJQc|grep cmd=pop
127.0.0.1 -  -  [22/Oct/2010:16:46:09 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV_SJQc/3.0.2.771 Java/1.6.0_21"
Do you see those lines? If so, what is the return code? It should be 200, as shown above. If you see 500 (or any value 500+) then there's a problem. If you see "200 4" like above then the server is telling the client it has no work for it to do, which means your client config might be wrong.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1105  
Old 10-22-2010, 11:30 AM
bikesquid's Avatar
bikesquid bikesquid is offline
Sage Aficionado
 
Join Date: Jan 2010
Location: California's North Coast
Posts: 392
Quote:
Originally Posted by davephan View Post
Yes. I used to run the client on a separate computer. That computer was rebuilt for another use. Now I run the client on the SageTV computer, and tasks are never assigned to to the client, although the client is connected.

Dave
I had this problem for a bit, if I remember the issue was the UNC syntax for the comskip command on the client config. I 'thought' jobs were just sitting there, but when I watched for a bit they would get assigned to the client and then disappear, getting put back in the queue next run, so it looked like nothing was happening. The client config was the problem, I don't remember if it was the quotes or forward/back slash that was the problem, but the following works for me on win7/64: "\"C:\\Program Files\\comskip\\comskip.exe\" \"%c%\""

Might be worth checking.

EDIT: nope, that wasn't it,... now I remember it was the client was NOT the server so needed a map command on the client side, I used:

MAPDIR "G:\\Recorded TV" "\\\\Master-PC\\g\\Recorded TV\\" to get my client config to work, your situation is opposite as I was moving from the server to a client, sorry to muddy the waters.

Last edited by bikesquid; 10-22-2010 at 11:35 AM. Reason: memory is slow....
Reply With Quote
  #1106  
Old 10-22-2010, 06:43 PM
davephan's Avatar
davephan davephan is offline
Sage Icon
 
Join Date: Mar 2004
Location: Minnesota
Posts: 1,911
I don't see those lines. I'm attaching the screen shot of the web GUI showing the jobs listed, but none of them ever are assigned. When clicking on 'client' the client is connected. The screen refreshes periodically, but no jobs are ever assigned. The request log file does not look at all like your sample. I'll attach that too.

Dave
Attached Images
File Type: jpg SJQ.jpg (40.2 KB, 189 views)

Last edited by davephan; 10-22-2010 at 06:46 PM.
Reply With Quote
  #1107  
Old 10-22-2010, 06:50 PM
davephan's Avatar
davephan davephan is offline
Sage Icon
 
Join Date: Mar 2004
Location: Minnesota
Posts: 1,911
Here is the request log. It did not attach to the last post.

Code:
192.168.1.99 -  -  [23/Oct/2010:00:01:22 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 -  -  [23/Oct/2010:00:06:22 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 -  -  [23/Oct/2010:00:11:22 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 -  -  [23/Oct/2010:00:14:15 +0000] "GET /sjq/ HTTP/1.1" 200 247 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:14:15 +0000] "GET /favicon.ico HTTP/1.1" 404 1279 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:14:18 +0000] "GET /sjq/WEB-INF/ HTTP/1.1" 404 1377 "http://192.168.1.99:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:14:18 +0000] "GET /favicon.ico HTTP/1.1" 404 1279 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:14:18 +0000] "GET /favicon.ico HTTP/1.1" 404 1279 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:14:20 +0000] "GET /sjq/ HTTP/1.1" 200 247 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:14:22 +0000] "GET /sjq/ HTTP/1.1" 200 247 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:14:26 +0000] "GET /sjq/WEB-INF/ HTTP/1.1" 404 1377 "http://192.168.1.99:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.98 -  -  [23/Oct/2010:00:14:36 +0000] "GET /sjq HTTP/1.1" 302 0 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)"
192.168.1.98 -  -  [23/Oct/2010:00:14:36 +0000] "GET /sjq/ HTTP/1.1" 200 247 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)"
192.168.1.98 -  -  [23/Oct/2010:00:14:40 +0000] "GET /sjq/WEB-INF/ HTTP/1.1" 404 1377 "http://sagetv:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:24:49 +0000] "GET /sjq/ HTTP/1.1" 401 1389 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:50 +0000] "GET /sjq/ HTTP/1.1" 200 2352 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:50 +0000] "GET /sjq/sjq/sjq.nocache.js HTTP/1.1" 200 5313 "http://192.168.1.99:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:50 +0000] "GET /sjq/SJQClient.css HTTP/1.1" 200 1576 "http://192.168.1.99:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:50 +0000] "GET /sjq/sjq/gwt/standard/standard.css HTTP/1.1" 200 26615 "http://192.168.1.99:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:50 +0000] "GET /sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html HTTP/1.1" 200 291832 "http://192.168.1.99:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:51 +0000] "GET /sjq/gfx/sagetv_logo.jpg HTTP/1.1" 200 4198 "http://192.168.1.99:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:51 +0000] "GET /sjq/sjq/gwt/standard/images/hborder.png HTTP/1.1" 200 1384 "http://192.168.1.99:8500/sjq/sjq/gwt/standard/standard.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:51 +0000] "GET /sjq/sjq/gwt/standard/images/vborder.png HTTP/1.1" 200 190 "http://192.168.1.99:8500/sjq/sjq/gwt/standard/standard.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:24:51 +0000] "GET /sjq/sjq/gwt/standard/images/corner.png HTTP/1.1" 200 1140 "http://192.168.1.99:8500/sjq/sjq/gwt/standard/standard.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:24:51 +0000] "GET /favicon.ico HTTP/1.1" 404 1279 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:24:53 +0000] "GET /favicon.ico HTTP/1.1" 404 1279 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:00 +0000] "POST /sjq/SJQ?proto=4&cmd=login HTTP/1.1" 200 7 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:00 +0000] "GET /sjq/sjq/clear.cache.gif HTTP/1.1" 200 43 "http://192.168.1.99:8500/sjq/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:00 +0000] "POST /sjq/SJQ?proto=4&cmd=login HTTP/1.1" 200 7 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:00 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=-864483410 HTTP/1.1" 403 13 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:00 +0000] "GET /sjq/SJQ?proto=4&cmd=runStats&sid=-864483410 HTTP/1.1" 403 13 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:00 +0000] "GET /sjq/SJQ?proto=4&cmd=runStats&sid=1560303426 HTTP/1.1" 200 43 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:10 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:20 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:25:24 +0000] "GET /sjq/SJQ?proto=4&cmd=getClients&sid=1560303426 HTTP/1.1" 200 2 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:26:18 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 - davephan [23/Oct/2010:00:26:51 +0000] "GET /sjq/SJQ?proto=4&cmd=runStats&sid=1560303426 HTTP/1.1" 200 43 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:04 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:04 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:08 +0000] "GET /sjq/SJQ?proto=4&cmd=getClients&sid=1560303426 HTTP/1.1" 200 70 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:21 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:31 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:41 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:27:51 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:28:01 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:28:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:28:21 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:28:31 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:28:41 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:28:51 +0000] "GET /sjq/SJQ?proto=4&cmd=runStats&sid=1560303426 HTTP/1.1" 200 43 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:28:51 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:29:01 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:29:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:29:21 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:29:31 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:29:41 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:29:51 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:30:01 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:30:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:30:21 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:30:31 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:30:41 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:30:51 +0000] "GET /sjq/SJQ?proto=4&cmd=runStats&sid=1560303426 HTTP/1.1" 200 43 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:30:51 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:31:01 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:31:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 -  -  [23/Oct/2010:00:31:18 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 - davephan [23/Oct/2010:00:31:21 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:31:31 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:31:41 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:31:51 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:32:01 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:32:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:32:21 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:32:31 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:32:41 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:32:51 +0000] "GET /sjq/SJQ?proto=4&cmd=runStats&sid=1560303426 HTTP/1.1" 200 43 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:32:51 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:33:01 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:33:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:33:21 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:33:31 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:33:41 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:33:51 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:34:01 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:34:11 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
192.168.1.99 - davephan [23/Oct/2010:00:34:21 +0000] "GET /sjq/SJQ?proto=4&cmd=showQ&sid=1560303426 HTTP/1.1" 200 52370 "http://192.168.1.99:8500/sjq/sjq/8762178917C5F3AA2E6220B22B3ACCF3.cache.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)"
Dave
Reply With Quote
  #1108  
Old 10-22-2010, 06:56 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by davephan View Post
Here is the request log. It did not attach to the last post.

Code:
192.168.1.99 -  -  [23/Oct/2010:00:01:22 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 -  -  [23/Oct/2010:00:06:22 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 -  -  [23/Oct/2010:00:11:22 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 -  -  [23/Oct/2010:00:26:18 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
192.168.1.99 -  -  [23/Oct/2010:00:31:18 +0000] "GET /sjq/SJQ?proto=4&cmd=pop HTTP/1.1" 200 4 "-" "SageTV SJQc/3.0.1.705 Java/1.6.0_22"
Dave
So here's your client calling in... each time it's getting a 200 response with 4 bytes, that message signature means the server is responding with "null" (i.e. the server says there's no work for the task client on 192.168.1.99 to do). So go the clients tab, click on 192.168.1.99, click config. Show me the client config for that client.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1109  
Old 10-22-2010, 08:32 PM
davephan's Avatar
davephan davephan is offline
Sage Icon
 
Join Date: Mar 2004
Location: Minnesota
Posts: 1,911
Quote:
Originally Posted by Slugger View Post
So here's your client calling in... each time it's getting a 200 response with 4 bytes, that message signature means the server is responding with "null" (i.e. the server says there's no work for the task client on 192.168.1.99 to do). So go the clients tab, click on 192.168.1.99, click config. Show me the client config for that client.
The SJQ client is working now. The client assigned to the job.

I found that the client config was blank.

I put this in the client config:

COMSKIP {
"C:/comskip/comskip.exe \"%c%\""
}

Thanks for your help Slugger. I will take some screen shots of how I have it setup so I can refer to them the next time I have to set it up again.

Dave
Reply With Quote
  #1110  
Old 10-25-2010, 04:58 PM
kevine kevine is offline
Sage Expert
 
Join Date: Aug 2007
Posts: 514
Quote:
Originally Posted by Slugger View Post
What seems to be written most often to this file? Jetty will dump loads of info to that file if you have DEBUG or TRACE (I believe) as the log level for Jetty. SJQ can write lots of info as well, but I've never seen 1GB - I'm usually 6-10MB per day.

EDIT: SJQv4 does not use Jetty for the server/engine and uses log4j logging only with a configured RollingFileAppender logger that will keep no more than 50MB of log output from SJQ.
It grew over 3GB today. Again, this is on my C drive and I need to know how to fix this. It is killing SageTV. What else writes to this? Where can I redirect this error file to. I'd like to know what is causing the errors. The only thing I am running is comskip through SJQ. Now my server won't start. Probably because it has no space. Gotta run. Any help would be appreciated.
Reply With Quote
  #1111  
Old 10-25-2010, 05:07 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by kevine View Post
It grew over 3GB today. Again, this is on my C drive and I need to know how to fix this. It is killing SageTV. What else writes to this? Where can I redirect this error file to. I'd like to know what is causing the errors. The only thing I am running is comskip through SJQ. Now my server won't start. Probably because it has no space. Gotta run. Any help would be appreciated.
What's in the file? SJQ just won't write 3GB of data in a single day to that file unless you're running hundreds of tasks in debug mode and capturing it all. Jetty is the biggest contributer to that file. As I said, if Jetty debug mode is set to TRACE or DEBUG then it'll dump tonnes of output to that file on a daily basis (perhaps GBs worth, but I've never seen that). I can't tell you how to fix it unless I know what's being written to the file. I'm not even sure what's writing to the file. I'm not even sure if it's SJQ (and, quite honestly, I doubt it is). I'm going to need a sample of the contents of the file. Obviously, I don't need (or want) all 3GB, but there has to be a common theme of what's getting dumped there (i.e. something that gets written over and over repeatedly)?
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1112  
Old 10-25-2010, 08:10 PM
kevine kevine is offline
Sage Expert
 
Join Date: Aug 2007
Posts: 514
Sorry. I should have mentioned that it is set to INFO. It is the default install. As a matter of fact, I just reinstalled it today. I am by no means saying SJQ is the culprit but I figured you'd know.

Also in jetty:
SAD, SRE, SAlert, BMT, Mobile web, Nielm Webserver

How do I split up that file? Will Wordpad open it up?
Reply With Quote
  #1113  
Old 10-25-2010, 08:35 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by kevine View Post
Sorry. I should have mentioned that it is set to INFO. It is the default install. As a matter of fact, I just reinstalled it today. I am by no means saying SJQ is the culprit but I figured you'd know.

Also in jetty:
SAD, SRE, SAlert, BMT, Mobile web, Nielm Webserver

How do I split up that file? Will Wordpad open it up?
Can't say I've dealt with too many 3GB txt files before (at least on Windows). On Linux, I'd use the head or tail commands to cut the file up. On Windows? Not sure. I'm sure some 3rd party text editors can probably handle it, but I don't know which ones.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1114  
Old 10-25-2010, 08:36 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Worst case scenario: uninstall all those apps in Jetty and bring them back one at a time - probably a day or two apart - until you find the one causing the issue.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1115  
Old 10-26-2010, 10:46 AM
kevine kevine is offline
Sage Expert
 
Join Date: Aug 2007
Posts: 514
Quote:
Originally Posted by Slugger View Post
Can't say I've dealt with too many 3GB txt files before (at least on Windows). On Linux, I'd use the head or tail commands to cut the file up. On Windows? Not sure. I'm sure some 3rd party text editors can probably handle it, but I don't know which ones.
It could be I was using the non-donator version of comskip in SJQ to run on MPEG4 from my HD-PVRs. They were running continuously. Either way, I have attached the error file that will have that issue before I fixed it this morning. However, the new file is already 39mb today after fixing that around 7 am. Still does not seem right.
Attached Files
File Type: zip 2010_10_26.stderrout.zip (705.9 KB, 139 views)
Reply With Quote
  #1116  
Old 10-26-2010, 11:44 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Good news: None of the output in the segment posted is from SJQ. Actually, all of the output appears to be generated by SageTV itself, some from Jetty and some from the CommercialDetector plugin, but the combined output from Jetty and CommercialDetector, as a percentage of what you've provided, is probably < 5%. The other 95% is all from SageTV doing its thing. If what you've provided is a typical sampling of the entire 3GB then simply turn off sagetv debug logging and that should be the end of it.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1117  
Old 10-26-2010, 11:50 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Actually, what you should do is disable Jetty debug logging and let Sage write its log output to sagetv_n.txt files. When written there, Sage only writes 10MB (or maybe it's 100MB) and then starts a new file. It only keeps the most recent 3 logs for 30MB (or maybe 300MB) of logs tops. When you redirect all stderr/stdout to Jetty's log files then there is no such limit and it'll just grow until you run out of disk space, as you've experienced. Can I gather from the log that your server is also used as a client? That might explain why you get so much more output than I typically see. Either way, you should only use Jetty debug logging when:
  1. You're actively developing apps for Jetty
  2. You've been asked by someone to produce the logs; you should immediately disable Jetty logging once you've produced the output requested

Details on how to disable Jetty debug logging can be found here.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1118  
Old 10-29-2010, 08:19 AM
jbuszkie's Avatar
jbuszkie jbuszkie is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Westminster, MA
Posts: 938
Database size...

How do I get my database file size down? It's about 76MB and I think it's slowing down my system a little..

Is my only recourse deleting the old and starting over again?
I deleted the completed queue information but that didn't seem to affect the size... Is it because I have a ton of shows recorded that the db is so big?

I actually had trouble logging in yesterday and Comskip stopped working for a couple of days. However comskip magically starting working again.. and I was able to log in this morning...

oh.. and I only use SJQ for comskip...

Thanks,

Jim
Reply With Quote
  #1119  
Old 10-29-2010, 08:42 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by jbuszkie View Post
How do I get my database file size down? It's about 76MB and I think it's slowing down my system a little..

Is my only recourse deleting the old and starting over again?
I deleted the completed queue information but that didn't seem to affect the size... Is it because I have a ton of shows recorded that the db is so big?

I actually had trouble logging in yesterday and Comskip stopped working for a couple of days. However comskip magically starting working again.. and I was able to log in this morning...

oh.. and I only use SJQ for comskip...

Thanks,

Jim
The db file is shrunk once a month. But a 76MB db file is nothing. It's not the cause of any system slow downs. The SQLite drivers can handle 76MB with absolutely no issues. Get it up to a few GBs and then we can start considering it a possible performance issue.

The other issue you describe was a recently discovered bug. Unfortunately, I don't think I'll be releasing the fix in an updated build because it's got potential to cause more problems than it fixes and I just haven't been able to thoroughly test it to my satisfaction. I'm now exclusively running SJQv4 (pre, pre, pre-alpha builds - no ETA on first public beta yet) now and am focused on that effort. SJQv4 does not use SQLite so the growing db file issue is no more.

The work around when you can't login to SJQv3 is to restart SJQv3 and/or SageTV. I know it's not ideal, but it's the work around. The issue is a starvation bug between the various threads of SJQ where the DataStore pool size count isn't being reset properly under certain circumstances. I have a fix, I was even running it for awhile, but I didn't do the thorough testing required for me to feel good about releasing the build.

Basically, I guess I'm asking for your patience at this point. As a I mentioned a week or two ago (further up this thread), SJQv3 is end of life as of Sunday. Technically, I guess we can say it's EOL now because as of about 4 hours ago, I no longer have any systems with SJQv3 installed.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #1120  
Old 10-29-2010, 08:53 AM
jbuszkie's Avatar
jbuszkie jbuszkie is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Westminster, MA
Posts: 938
Quote:
Originally Posted by Slugger View Post
The work around when you can't login to SJQv3 is to restart SJQv3 and/or SageTV. .
Is the a way to restart SJQ without restarting sage? Not a big deal.. just curious..

Thanks for the info,

Jim
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
Sage Job Queue (SJQ) new release notifications Slugger Customization Announcements 3 12-17-2009 09:59 AM
Plugin: Sage Job Queue (SJQ) Slugger SageTV Customizations 991 12-11-2009 03:52 PM
Sage Job Queue Completed tasks problem raffmanlt SageTV Customizations 2 08-18-2009 07:34 PM
Comskip Monitor VS Sage Job Queue SJQ personalt SageTV Customizations 6 03-02-2009 10:27 AM
Plugin: SJQ v1.1.0RC1 Available - Testers Needed Slugger SageTV Customizations 35 04-21-2008 08:12 AM


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


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