|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#1101
|
||||
|
||||
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 |
#1102
|
|||
|
|||
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... |
#1103
|
||||
|
||||
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 |
#1104
|
|||
|
|||
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"
__________________
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... |
#1105
|
||||
|
||||
Quote:
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.... |
#1106
|
||||
|
||||
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 Last edited by davephan; 10-22-2010 at 06:46 PM. |
#1107
|
||||
|
||||
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)" |
#1108
|
|||
|
|||
Quote:
__________________
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... |
#1109
|
||||
|
||||
Quote:
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 |
#1110
|
|||
|
|||
Quote:
|
#1111
|
|||
|
|||
Quote:
__________________
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... |
#1112
|
|||
|
|||
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? |
#1113
|
|||
|
|||
Quote:
__________________
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... |
#1114
|
|||
|
|||
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... |
#1115
|
|||
|
|||
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.
|
#1116
|
|||
|
|||
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... |
#1117
|
|||
|
|||
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:
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... |
#1118
|
||||
|
||||
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 |
#1119
|
|||
|
|||
Quote:
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... |
#1120
|
||||
|
||||
Quote:
Thanks for the info, Jim |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |