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
  #841  
Old 06-01-2010, 10:05 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by ewelin View Post
There is about 1.5gb of free space on that particular drive. Is there any way to open the sqlite file to extract the jobs
So my guess is at some point the disk ran out of space and then some was freed (maybe by Sage?) to get it back to 1.5GB. Seems the most likely scenario.

Can you extract the jobs from the current db file? Yes, if you're familiar with SQL then grab the SQLite CLP tool (www.sqlite.org), load the sjq.sqlite db file and you can extract the details from the db file, dump it to a txt file, start SJQ with no db file (it'll create a new one) then load those details back into the new one. If you're not familiar with SQL/SQLite then I'm afraid there's nothing I can do (writing such extraction/loading tools just isn't anywhere near the top of my todo list right now, nor will it be anytime soon).
__________________
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
  #842  
Old 06-01-2010, 10:21 AM
QueOnda's Avatar
QueOnda QueOnda is offline
Sage Icon
 
Join Date: Jan 2008
Posts: 1,093
I ran into connection problem because documentation states port 8008 for client to be set but isn't the server set for 8080? If so, please change user's guide or just ignore this knoob.
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone'

Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!!
Reply With Quote
  #843  
Old 06-01-2010, 10:27 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by QueOnda View Post
I ran into connection problem because documentation states port 8008 for client to be set but isn't the server set for 8080? If so, please change user's guide or just ignore this knoob.
The port is whatever port you're running Jetty on. There very first sentence under the example sjqc.properties file in the docs reads:

Quote:
Replace the values as appropriate for your Jetty plugin installation.
__________________
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
  #844  
Old 06-01-2010, 10:28 AM
ewelin ewelin is offline
Sage Advanced User
 
Join Date: Sep 2008
Location: Cambridge, MA
Posts: 165
Send a message via AIM to ewelin Send a message via MSN to ewelin Send a message via Yahoo to ewelin
Cool, thanks for the tool. I'm familiar with mysql so I should be able to navigate through it. I did remove the sqlite file and now it seems to be running without an issue.

Thanks again.
Reply With Quote
  #845  
Old 06-01-2010, 10:33 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by ewelin View Post
Cool, thanks for the tool. I'm familiar with mysql so I should be able to navigate through it. I did remove the sqlite file and now it seems to be running without an issue.

Thanks again.
Ok, since you're familiar with it all, here are some helpful SQL queries to run against the db:

Code:
SELECT val FROM settings WHERE var='ruleset';
This will dump your current ruleset. (There are options with the clp tool to dump the output of the query to a file.)

Code:
SELECT * FROM client;
This will dump the client configs.

Code:
.schema
Will dump the schema of the db, in case you're looking for something else in there (it's a pretty small/standard db schema). Alternatively, you may want to backup the settings and client table such that they can then be restored into the new db. The exact details aren't in my head, but if you browse around sqlite.org then you'll find the details.
__________________
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
  #846  
Old 06-01-2010, 10:42 AM
ewelin ewelin is offline
Sage Advanced User
 
Join Date: Sep 2008
Location: Cambridge, MA
Posts: 165
Send a message via AIM to ewelin Send a message via MSN to ewelin Send a message via Yahoo to ewelin
Yes, it was a pretty easy db to navigate. I think I extracted everything I needed. It was interesting to note that I was unable to do anything with the log table, so that must have been the issue somehow.
Reply With Quote
  #847  
Old 06-01-2010, 11:39 AM
QueOnda's Avatar
QueOnda QueOnda is offline
Sage Icon
 
Join Date: Jan 2008
Posts: 1,093
Ok, I see things queued up and start to run but then go to the failed tasks. if I look at a log at a failed task it looks good to me
Quote:
Executing command line: C:/Program Files (x86)/Comskip/Comskip program/comskip.exe "\\chupacabra\recorded_shows\MonsterQuest-Chupacabra-1623171-0.mpg"
Here is the server log:
Code:
2010-06-01 10:31:22,308 INFO  [SJQServlet]: Checking client '127.0.0.1': 0 resources free.
2010-06-01 10:31:22,309 INFO  [SJQServlet]: Client '127.0.0.1' cannot pop a task of type 'COMSKIP': Requires 50 resources, but only 0 available.
2010-06-01 10:31:22,310 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-01 10:31:22,313 INFO  [SJQServlet]: Checking client '127.0.0.1': 0 resources free.
2010-06-01 10:31:22,313 INFO  [SJQServlet]: Client '127.0.0.1' cannot pop a task of type 'COMSKIP': Requires 50 resources, but only 0 available.
2010-06-01 10:31:22,314 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:31:22,319 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:31:22,388 INFO  [DataStore]: Flushed 1 log message(s) in 130ms
2010-06-01 10:31:22,389 INFO  [SJQServlet]: Servlet POST request completed [133ms]
2010-06-01 10:31:22,402 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-01 10:31:22,488 INFO  [DataStore]: Flushed 1 log message(s) in 157ms
2010-06-01 10:31:22,488 INFO  [SJQServlet]: Servlet POST request completed [158ms]
2010-06-01 10:31:22,564 INFO  [SJQServlet]: Servlet POST request completed [145ms]
2010-06-01 10:31:22,640 INFO  [SJQServlet]: Checking client '127.0.0.1': 100 resources free.
2010-06-01 10:31:22,640 INFO  [SJQServlet]: Servlet POST request completed [142ms]
2010-06-01 10:31:22,641 INFO  [SJQServlet]: Servlet POST request completed [73ms]
2010-06-01 10:31:22,641 INFO  [SJQServlet]: Servlet POST request completed [125ms]
2010-06-01 10:31:22,716 INFO  [DataStore]: Flushed 1 log message(s) in 69ms
2010-06-01 10:31:22,717 INFO  [SJQServlet]: Servlet POST request completed [71ms]
2010-06-01 10:31:22,724 INFO  [SJQServlet]: Checking client '127.0.0.1': 50 resources free.
2010-06-01 10:31:22,725 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-01 10:31:22,730 INFO  [SJQServlet]: Servlet POST request completed [8ms]
2010-06-01 10:31:22,807 INFO  [DataStore]: Flushed 1 log message(s) in 68ms
2010-06-01 10:31:22,807 INFO  [SJQServlet]: Servlet POST request completed [73ms]
2010-06-01 10:31:22,817 INFO  [SJQServlet]: Checking client '127.0.0.1': 0 resources free.
2010-06-01 10:31:22,817 INFO  [SJQServlet]: Client '127.0.0.1' cannot pop a task of type 'COMSKIP': Requires 50 resources, but only 0 available.
2010-06-01 10:31:22,818 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-01 10:31:22,828 INFO  [SJQServlet]: Checking client '127.0.0.1': 0 resources free.
2010-06-01 10:31:22,830 INFO  [SJQServlet]: Client '127.0.0.1' cannot pop a task of type 'COMSKIP': Requires 50 resources, but only 0 available.
2010-06-01 10:31:22,835 INFO  [SJQServlet]: Servlet POST request completed [9ms]
2010-06-01 10:31:22,854 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-01 10:31:22,906 INFO  [DataStore]: Flushed 1 log message(s) in 167ms
2010-06-01 10:31:22,907 INFO  [SJQServlet]: Servlet POST request completed [170ms]
2010-06-01 10:31:22,917 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-01 10:31:23,366 INFO  [DataStore]: Flushed 1 log message(s) in 502ms
2010-06-01 10:31:23,366 INFO  [SJQServlet]: Servlet POST request completed [503ms]
2010-06-01 10:31:23,430 INFO  [SJQServlet]: Servlet POST request completed [487ms]
2010-06-01 10:31:23,526 INFO  [SJQServlet]: Servlet POST request completed [134ms]
2010-06-01 10:31:23,527 INFO  [SJQServlet]: Checking client '127.0.0.1': 100 resources free.
2010-06-01 10:31:23,528 INFO  [SJQServlet]: Servlet POST request completed [98ms]
2010-06-01 10:31:23,531 INFO  [SJQServlet]: Servlet POST request completed [156ms]
2010-06-01 10:31:23,584 INFO  [DataStore]: Flushed 1 log message(s) in 48ms
2010-06-01 10:31:23,585 INFO  [SJQServlet]: Servlet POST request completed [50ms]
2010-06-01 10:31:23,591 INFO  [SJQServlet]: Checking client '127.0.0.1': 50 resources free.
2010-06-01 10:31:23,592 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:31:23,596 INFO  [SJQServlet]: Checking client '127.0.0.1': 50 resources free.
2010-06-01 10:31:23,597 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-01 10:31:23,599 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:31:23,659 INFO  [DataStore]: Flushed 1 log message(s) in 56ms
2010-06-01 10:31:23,660 INFO  [SJQServlet]: Servlet POST request completed [58ms]
2010-06-01 10:31:23,675 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:31:23,768 INFO  [SJQServlet]: Servlet POST request completed [52ms]
2010-06-01 10:31:23,774 INFO  [SJQServlet]: Checking client '127.0.0.1': 100 resources free.
2010-06-01 10:31:23,775 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:31:37,686 INFO  [SystemMessageQueueLoader]: Run completed [58ms]
2010-06-01 10:31:46,665 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-01 10:31:54,626 INFO  [SJQServlet]: Servlet POST request completed [4ms]
2010-06-01 10:31:54,658 INFO  [SJQServlet]: Servlet POST request completed [8ms]
2010-06-01 10:31:56,635 INFO  [SJQServlet]: Servlet POST request completed [6ms]
2010-06-01 10:31:56,680 INFO  [SJQServlet]: Servlet POST request completed [11ms]
2010-06-01 10:31:58,670 INFO  [SJQServlet]: Servlet POST request completed [13ms]
2010-06-01 10:31:58,754 INFO  [SJQServlet]: Servlet POST request completed [66ms]
2010-06-01 10:32:03,694 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-01 10:32:04,776 INFO  [SJQServlet]: Servlet POST request completed [4ms]
2010-06-01 10:32:21,091 WARN  [Butler]: Tue Jun 01 10:32:21 PDT 2010: SJQ Application Dump
	MediaQueueLoader thread is alive...
		java.lang.Thread.sleep(Native Method)
		com.google.code.sagetvaddons.sjq.server.MediaFileQueueLoader.run(MediaFileQueueLoader.java:97)
		java.lang.Thread.run(Unknown Source)
	SysMsgQueueLoader thread is alive...
		java.lang.Thread.sleep(Native Method)
		com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:79)
		java.lang.Thread.run(Unknown Source)
	ClientMonitor thread is alive...
		java.lang.Thread.sleep(Native Method)
		com.google.code.sagetvaddons.sjq.server.ClientMonitor.run(ClientMonitor.java:38)
		java.lang.Thread.run(Unknown Source)
	InteralTaskClient thread is alive...
		java.lang.Thread.sleep(Native Method)
		com.google.code.sagetvaddons.sjq.server.InternalTaskClient.run(InternalTaskClient.java:68)
		java.lang.Thread.run(Unknown Source)
	Most recent LogCleaner thread is dead (this is normal behaviour)!
	Most recent FileCleaner thread is dead (this is normal behaviour)!
	Most recent VacuumCleaner thread is dead (this is normal behaviour)!

2010-06-01 10:32:21,093 INFO  [SJQServlet]: Servlet POST request completed [26ms]
2010-06-01 10:32:30,970 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-01 10:32:37,843 INFO  [SystemMessageQueueLoader]: Run completed [58ms]
2010-06-01 10:32:46,942 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-01 10:33:05,030 INFO  [SJQServlet]: Servlet POST request completed [179ms]
2010-06-01 10:33:08,458 INFO  [SJQServlet]: Servlet POST request completed [5ms]
2010-06-01 10:33:38,000 INFO  [SystemMessageQueueLoader]: Run completed [59ms]
2010-06-01 10:33:49,890 INFO  [SJQServlet]: Servlet POST request completed [41ms]
2010-06-01 10:34:06,190 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:34:30,969 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-01 10:34:31,974 INFO  [SJQServlet]: Servlet POST request completed [13ms]
2010-06-01 10:34:32,029 INFO  [SJQServlet]: Servlet POST request completed [31ms]
2010-06-01 10:34:35,499 INFO  [SJQServlet]: Servlet POST request completed [10ms]
2010-06-01 10:34:35,527 INFO  [SJQServlet]: Servlet POST request completed [10ms]
2010-06-01 10:34:38,190 INFO  [SystemMessageQueueLoader]: Run completed [57ms]
2010-06-01 10:34:46,946 INFO  [InternalTaskClient]: Run completed [1ms]
2010-06-01 10:35:08,494 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:35:38,348 INFO  [SystemMessageQueueLoader]: Run completed [58ms]
2010-06-01 10:36:06,212 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:36:23,783 INFO  [SJQServlet]: Checking client '127.0.0.1': 100 resources free.
2010-06-01 10:36:23,783 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:36:30,975 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-01 10:36:35,514 INFO  [SJQServlet]: Servlet POST request completed [8ms]
2010-06-01 10:36:38,505 INFO  [SystemMessageQueueLoader]: Run completed [59ms]
2010-06-01 10:36:46,665 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-01 10:36:46,946 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-01 10:37:02,837 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-01 10:37:08,469 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-01 10:37:38,630 INFO  [SystemMessageQueueLoader]: Run completed [59ms]
2010-06-01 10:37:47,777 INFO  [SJQServlet]: Servlet POST request completed [2ms]
Any suggestions?
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone'

Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!!
Reply With Quote
  #848  
Old 06-01-2010, 12:17 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Set the :RETURNCODE option in your client config. comskip returns 1 on success instead of the expected value of 0. Tell SJQ to expect 1 instead of 0 and those tasks will go to the completed list instead of the failed list.
__________________
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
  #849  
Old 06-01-2010, 02:48 PM
QueOnda's Avatar
QueOnda QueOnda is offline
Sage Icon
 
Join Date: Jan 2008
Posts: 1,093
Does this look right? I'm still getting failure.
Client:
Quote:
COMSKIP
{
:CPU LOW

:RESOURCES 50 # Up to 2 of these can run simultaneously
:MAXRUNRATIO 0.5

# Comskip returns 1 on success instead of the universally accepted zero; tell SJQ that
# a return code of 1 means success instead of the default value of zero
:RETURNCODE 1

"C:/Program Files (x86)/Comskip/Comskip program/comskip.exe \"%c%\"
}
Server:
Quote:
if [IsObjMediaFile == true && $.IsTVFile{} == true && $.IsNotManualOrFavorite{} == false] {
:PRIORITY 10 # Optional, default priority is zero
COMSKIP
}
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone'

Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!!
Reply With Quote
  #850  
Old 06-01-2010, 03:08 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Looks right. Are you trying to comskip recordings as they record? If so you need to remove the MAXRUNRATIO setting or increase it to like 1.5. Other than that, it all looks right to me.
__________________
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
  #851  
Old 06-02-2010, 11:45 AM
QueOnda's Avatar
QueOnda QueOnda is offline
Sage Icon
 
Join Date: Jan 2008
Posts: 1,093
Thanks. Got it working. It was a learning curve. Now to really get Jiggy wit it. Next I'm going to try to customize priority and not comskip some shows.

before I do, what INI file did it not find and does it matter?
Quote:
"C:\Program Files (x86)/Comskip/Comskip program/comskip.exe" "h:\Program Files\SnapStream Media\BTV Shows\TheInsider-7648677-0.mpg"
Opening h:\Program Files\SnapStream Media\BTV Shows\TheInsider-7648677-0.mpg
No INI file found in current directory. Searching PATH...
No INI file found in PATH...
No INI file found anywhere!!!!
Commercials were found.
If the comskip.ini file, I see it in in the comskip directory.
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone'

Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!!
Reply With Quote
  #852  
Old 06-02-2010, 12:19 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by QueOnda View Post
Thanks. Got it working. It was a learning curve. Now to really get Jiggy wit it. Next I'm going to try to customize priority and not comskip some shows.

before I do, what INI file did it not find and does it matter?


If the comskip.ini file, I see it in in the comskip directory.
It's looking for the comskip.ini file. You have to specifically point to one, unless you plan to only use the default settings, in which case you can just ignore the warnings.
__________________
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
  #853  
Old 06-02-2010, 12:21 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by QueOnda View Post
If the comskip.ini file, I see it in in the comskip directory.
The task client runs all exes from the sjqc install dir, which is why comskip can't find the ini file in the comskip dir. Either explicitly point to it or ignore the errors if you're fine with the default settings.
__________________
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
  #854  
Old 06-02-2010, 02:01 PM
QueOnda's Avatar
QueOnda QueOnda is offline
Sage Icon
 
Join Date: Jan 2008
Posts: 1,093
Quote:
Originally Posted by Slugger View Post
It's looking for the comskip.ini file. You have to specifically point to one, unless you plan to only use the default settings, in which case you can just ignore the warnings.
I understand it works fine without the ini but how do I point to it?
I point to the comskip.exe file like this:
Quote:
COMSKIP
{

"C:/Program Files (x86)/Comskip/Comskip program/comskip.exe \"%c%\"
}
The .ini is in the same directory.

(i know i can more the .ini over the sjqc directory but I don't think I'll learn this. lol)
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone'

Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!!
Reply With Quote
  #855  
Old 06-02-2010, 02:39 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Read up on the comskip docs - you need to pass the appropriate command line option to comskip.
__________________
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
  #856  
Old 06-02-2010, 03:50 PM
QueOnda's Avatar
QueOnda QueOnda is offline
Sage Icon
 
Join Date: Jan 2008
Posts: 1,093
The appropriate command to pass is the --ini=<file>

I try to set it up like this:
Quote:
"C:/Program Files (x86)/Comskip/Comskip program/comskip.exe" "--ini=C:/Program Files (x86)/Comskip/Comskip program/comskip.ini" \"%c%\"
I also tried
Quote:
"C:/Program Files (x86)/Comskip/Comskip program/comskip.exe" --ini="C:/Program Files (x86)/Comskip/Comskip program/comskip.ini" \"%c%\"
I get this in client error log
Quote:
Problem accessing /sjq/SJQ. Reason:

Unexpected '\' encountered on line 12
Caused by:

java.lang.RuntimeException: Unexpected '\' encountered on line 12
at com.google.code.sagetvaddons.sjq.server.ClientParser.readTask(ClientParser.java:399)
at com.google.code.sagetvaddons.sjq.server.ClientParser.<init>(ClientParser.java:244)
at com.google.code.sagetvaddons.sjq.server.SJQServlet.doPost(SJQServlet.java:185)
at com.google.code.sagetvaddons.sjq.server.SJQServlet.doGet(SJQServlet.java:100)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.handler.rewrite.RewriteHandler.handle(RewriteHandler.java:230)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)
Is it because the way I have my quotes?
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone'

Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!!

Last edited by QueOnda; 06-02-2010 at 03:52 PM.
Reply With Quote
  #857  
Old 06-02-2010, 04:04 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Code:
"\"C:/Program Files (x86)/Comskip/Comskip program/comskip.exe\" \"--ini=C:\\Program Files (x86)\\Comskip\\Comskip program\\comskip.ini\" \"%c%\""
__________________
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
  #858  
Old 06-02-2010, 04:49 PM
QueOnda's Avatar
QueOnda QueOnda is offline
Sage Icon
 
Join Date: Jan 2008
Posts: 1,093
Quote:
Originally Posted by Slugger View Post
Code:
"\"C:/Program Files (x86)/Comskip/Comskip program/comskip.exe\" \"--ini=C:\\Program Files (x86)\\Comskip\\Comskip program\\comskip.ini\" \"%c%\""
Thank you sooooo much. I would have never figured it out.
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone'

Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!!
Reply With Quote
  #859  
Old 06-05-2010, 05:54 PM
Ericft Ericft is offline
Sage Advanced User
 
Join Date: Jul 2006
Posts: 249
I am new to sjq and having issues...have setup of sjq on server computer and set up WHS as task client with NT package and installed service. Client shows up on client list in web interface.
i then run media loader, get a whole list of active queue WAITING files..then i restart taskclient service on WHS and the the active queue starts to say running on the first 4 files and then all of a sudden whole list of active queue goes down to ZERO!!! no files are being processed...not sure what is wrong. when i rerun the medialoader the WAITING list of filees return and it never assigns them to a client..i have deleted all .edl, .txt files from my sage recording folders...any help would be appreciated...here are my rulesets..and also the failed/completed task list show up empty..

Server:
if [IsObjMediaFile == true && $.IsTVFile{} == true && FileExists != "%d%/%p%.edl" && $.IsNotManualOrFavorite{} == false && $.GetAiringChannelName{} !% "HBO.*|SHO.*|TMC.*|PPV\\d+"] {

COMSKIP
}

Client:
COMSKIP {
:RESOURCES 25 # Up to 4 comskips can be run simultaneously (every client has exactly 100 resources available)

# CPU priority to be used for this task process; one of LOW, NORMAL, HIGH (case sensitive)
:CPU "NORMAL" # Default is NORMAL if not specified

# Comskip returns 1 on success instead of the universally accepted zero; tell SJQ that
# a return code of 1 means success instead of the default value of zero
:RETURNCODE 1

"\"C:/Comskip/comskip.exe\" \"--ini=C:/Comskip/comskip.ini\" \"%c%\""
}
Reply With Quote
  #860  
Old 06-05-2010, 06:06 PM
Ericft Ericft is offline
Sage Advanced User
 
Join Date: Jul 2006
Posts: 249
copy of server logs..sorry about length. didn't know what to include

Code:
2010-06-05 17:36:58,420 INFO  [MediaFileQueueLoader]: Thread started
2010-06-05 17:36:58,421 INFO  [ClientMonitor]: Thread started
2010-06-05 17:36:58,439 INFO  [ClientMonitor]: Run completed [8ms]
2010-06-05 17:36:58,466 INFO  [InternalTaskClient]: Thread started
2010-06-05 17:36:58,466 INFO  [SystemMessageQueueLoader]: Thread started
2010-06-05 17:36:58,473 INFO  [InternalTaskClient]: Run completed [6ms]
2010-06-05 17:37:01,094 INFO  [DataStore]: SQLite driver implementation: 'native'
2010-06-05 17:37:01,128 INFO  [DataStore]: DataStore connection pool initialized with 5 connections.
2010-06-05 17:37:01,273 WARN  [MediaFileQueueLoader]: Skipping MediaFileQueueLoader run: ruleset is empty!
2010-06-05 17:37:01,433 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:37:01,559 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:37:01,759 INFO  [MediaFileQueueLoader]: Run completed [3337ms]
2010-06-05 17:37:01,761 INFO  [DataStore]: Thread 'SJQ-VacuumCleaner' is seeking an exclusive DataStore connection!
2010-06-05 17:37:01,762 INFO  [DataStore]: Thread 'SJQ-VacuumCleaner' has received an exclusive DataStore connection! [WAIT=1ms]
2010-06-05 17:37:01,763 INFO  [DataStore]: Thread 'SJQ-LogCleaner' is seeking an exclusive DataStore connection!
2010-06-05 17:37:01,764 INFO  [DataStore]: Thread 'SJQ-LogCleaner' is waiting for an exclusive DataStore connection! [AVAIL=4; MAX=5; WAIT=1ms]
2010-06-05 17:37:02,103 INFO  [DataStore]: 'SJQ-VacuumCleaner' has returned its exclusive DataStore connection!
2010-06-05 17:37:02,103 INFO  [VacuumCleaner]: Thread finished [343ms]
2010-06-05 17:37:02,104 INFO  [DataStore]: Thread 'SJQ-LogCleaner' is waiting for an exclusive DataStore connection! [AVAIL=4; MAX=5; WAIT=341ms]
2010-06-05 17:37:02,106 INFO  [DataStore]: Thread 'SJQ-LogCleaner' has received an exclusive DataStore connection! [WAIT=343ms]
2010-06-05 17:37:02,106 WARN  [FileCleaner]: Skipping because file cleaner settings are empty!
2010-06-05 17:37:02,253 INFO  [DataStore]: 'SJQ-LogCleaner' has returned its exclusive DataStore connection!
2010-06-05 17:37:02,253 INFO  [LogCleaner]: Thread finished [147ms]
2010-06-05 17:38:14,290 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:38:14,692 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:38:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:39:14,020 WARN  [SJQServlet]: IPv6 interface detected; client restriction settings ignored [restrictions do not support IPv6 addresses]
2010-06-05 17:39:14,023 INFO  [SJQServlet]: Servlet POST request completed [74ms]
2010-06-05 17:39:14,835 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:39:14,901 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:39:25,768 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 17:40:15,063 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:40:15,221 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:40:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:41:15,299 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:41:15,390 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:41:51,713 INFO  [SJQServlet]: Servlet POST request completed [11ms]
2010-06-05 17:41:51,903 INFO  [SJQServlet]: Servlet POST request completed [9ms]
2010-06-05 17:41:51,945 INFO  [SJQServlet]: Servlet POST request completed [28ms]
2010-06-05 17:41:58,465 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-05 17:42:15,824 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:42:15,960 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:42:25,960 INFO  [SJQServlet]: Servlet POST request completed [236ms]
2010-06-05 17:42:34,190 INFO  [SJQServlet]: Servlet POST request completed [15ms]
2010-06-05 17:42:49,793 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 17:42:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:43:02,967 INFO  [SJQServlet]: Servlet POST request completed [9ms]
2010-06-05 17:43:16,292 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:43:16,430 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:43:36,324 INFO  [SJQServlet]: Servlet POST request completed [2274ms]
2010-06-05 17:43:36,338 INFO  [SJQServlet]: Servlet POST request completed [8ms]
2010-06-05 17:44:11,125 INFO  [SJQServlet]: Servlet POST request completed [3185ms]
2010-06-05 17:44:11,132 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 17:44:16,533 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:44:16,622 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:44:49,800 INFO  [SJQServlet]: Servlet POST request completed [6ms]
2010-06-05 17:44:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:45:16,759 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:45:16,836 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:46:15,890 INFO  [SJQServlet]: Servlet POST request completed [1934ms]
2010-06-05 17:46:15,904 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-05 17:46:16,996 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:46:17,210 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:46:33,345 INFO  [SJQServlet]: Servlet POST request completed [40ms]
2010-06-05 17:46:49,791 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 17:46:58,466 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-05 17:46:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:47:17,316 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:47:17,442 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:48:17,603 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:48:17,957 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:48:49,795 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 17:48:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:49:18,040 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:49:18,157 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:50:18,235 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:50:18,327 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:50:49,798 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 17:50:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:51:18,396 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:51:18,497 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:51:58,466 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-05 17:52:18,625 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:52:18,716 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:52:49,799 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-05 17:52:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:53:18,819 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:53:18,894 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:54:18,964 WARN  [SystemMessageQueueLoader]: Skipping SystemMessageQueueLoader run: ruleset is empty!
2010-06-05 17:54:19,064 WARN  [DataStore]: Thread 'SJQ-SystemMessageQueueLoader' attempted to return a timed out connection!  Dropping connection.
2010-06-05 17:54:47,583 INFO  [SJQServlet]: Servlet POST request completed [60ms]
2010-06-05 17:54:49,793 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 17:54:52,808 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 17:54:52,854 INFO  [MediaFileQueueLoader]: sleep interrupted
2010-06-05 17:54:53,124 INFO  [MediaFileQueueLoader]: Run completed [270ms]
2010-06-05 17:54:53,125 INFO  [DataStore]: Thread 'SJQ-LogCleaner' is seeking an exclusive DataStore connection!
2010-06-05 17:54:53,125 INFO  [DataStore]: Thread 'SJQ-LogCleaner' is waiting for an exclusive DataStore connection! [AVAIL=4; MAX=5; WAIT=0ms]
2010-06-05 17:54:53,126 INFO  [DataStore]: Thread 'SJQ-LogCleaner' is waiting for an exclusive DataStore connection! [AVAIL=4; MAX=5; WAIT=1ms]
2010-06-05 17:54:53,126 INFO  [VacuumCleaner]: Thread finished [1ms]
2010-06-05 17:54:53,127 WARN  [FileCleaner]: Skipping because file cleaner settings are empty!
2010-06-05 17:54:53,127 INFO  [DataStore]: Thread 'SJQ-LogCleaner' has received an exclusive DataStore connection! [WAIT=2ms]
2010-06-05 17:54:53,206 INFO  [DataStore]: 'SJQ-LogCleaner' has returned its exclusive DataStore connection!
2010-06-05 17:54:53,206 INFO  [LogCleaner]: Thread finished [79ms]
2010-06-05 17:54:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:55:00,650 INFO  [SJQServlet]: Servlet POST request completed [142ms]
2010-06-05 17:55:00,664 INFO  [SJQServlet]: Servlet POST request completed [5ms]
2010-06-05 17:55:10,541 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-05 17:55:19,225 INFO  [SystemMessageQueueLoader]: Run completed [83ms]
2010-06-05 17:55:20,573 INFO  [SJQServlet]: Servlet POST request completed [14ms]
2010-06-05 17:55:30,557 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-05 17:55:40,553 INFO  [SJQServlet]: Servlet POST request completed [4ms]
2010-06-05 17:55:50,565 INFO  [SJQServlet]: Servlet POST request completed [5ms]
2010-06-05 17:56:00,565 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 17:56:10,551 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 17:56:19,487 INFO  [SystemMessageQueueLoader]: Run completed [100ms]
2010-06-05 17:56:20,568 INFO  [SJQServlet]: Servlet POST request completed [14ms]
2010-06-05 17:56:30,557 INFO  [SJQServlet]: Servlet POST request completed [3ms]
2010-06-05 17:56:40,558 INFO  [SJQServlet]: Servlet POST request completed [5ms]
2010-06-05 17:56:49,794 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 17:56:50,558 INFO  [SJQServlet]: Servlet POST request completed [4ms]
2010-06-05 17:56:58,466 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-05 17:56:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:57:00,572 INFO  [SJQServlet]: Servlet POST request completed [6ms]
2010-06-05 17:57:10,554 INFO  [SJQServlet]: Servlet POST request completed [5ms]
2010-06-05 17:57:19,781 INFO  [SystemMessageQueueLoader]: Run completed [83ms]
2010-06-05 17:57:20,558 INFO  [SJQServlet]: Servlet POST request completed [5ms]
2010-06-05 17:57:30,556 INFO  [SJQServlet]: Servlet POST request completed [4ms]
2010-06-05 17:57:40,553 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 17:58:15,594 INFO  [SJQServlet]: Servlet POST request completed [80ms]
2010-06-05 17:58:20,074 INFO  [SystemMessageQueueLoader]: Run completed [89ms]
2010-06-05 17:58:49,800 INFO  [SJQServlet]: Servlet POST request completed [7ms]
2010-06-05 17:58:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 17:59:20,294 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 17:59:20,379 INFO  [SystemMessageQueueLoader]: Run completed [85ms]
2010-06-05 17:59:50,623 INFO  [SJQServlet]: Servlet POST request completed [123ms]
2010-06-05 17:59:53,017 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 18:00:20,590 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:00:20,716 INFO  [SystemMessageQueueLoader]: Run completed [127ms]
2010-06-05 18:00:33,526 INFO  [SJQServlet]: Servlet POST request completed [307ms]
2010-06-05 18:00:33,545 WARN  [FileCleaner]: Deleted 'E:\Today-177461-0.txt'
2010-06-05 18:00:33,546 WARN  [FileCleaner]: Deleted 'E:\Today-219880-0.log'
2010-06-05 18:00:33,546 WARN  [FileCleaner]: Deleted 'E:\Today-219880-0.txt'
2010-06-05 18:00:33,583 WARN  [FileCleaner]: Deleted 'E:\WhereEaglesDare-165045-0.logo.txt'
2010-06-05 18:00:33,605 WARN  [FileCleaner]: Deleted 'D:\CanItBeBuilt-LeaningSkyscraper-154697-0.edl'
2010-06-05 18:00:33,605 WARN  [FileCleaner]: Deleted 'D:\Damages-BurnItShredItIDontCare-268648-0.edl'
2010-06-05 18:00:33,606 WARN  [FileCleaner]: Deleted 'D:\Damages-ILiedToo-268647-0.edl'
2010-06-05 18:00:33,627 WARN  [FileCleaner]: Deleted 'D:\EuropeanPGATourGolf-CelticManorWalesOpenSecondRound-223743-0.logo.txt'
2010-06-05 18:00:33,628 WARN  [FileCleaner]: Deleted 'D:\Justified-TheHammer-9955702-0.edl'
2010-06-05 18:00:33,628 WARN  [FileCleaner]: Deleted 'D:\MiamiMedical-LikeaHurricane-241982-0.logo.txt'
2010-06-05 18:00:33,629 WARN  [FileCleaner]: Deleted 'D:\Tennis-FrenchOpenMensQuarterfinals-178632-0.edl'
2010-06-05 18:00:33,629 INFO  [FileCleaner]: Thread finished [103ms]
2010-06-05 18:00:49,792 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 18:00:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 18:01:17,119 INFO  [SJQServlet]: Servlet POST request completed [318ms]
2010-06-05 18:01:17,124 INFO  [FileCleaner]: Thread finished [3ms]
2010-06-05 18:01:20,682 INFO  [MediaFileQueueLoader]: sleep interrupted
2010-06-05 18:01:20,690 INFO  [SJQServlet]: Servlet POST request completed [9ms]
2010-06-05 18:01:20,909 ERROR [MediaFileQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.MediaFileQueueLoader.run(MediaFileQueueLoader.java:73)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:01:20,937 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:01:21,019 INFO  [SystemMessageQueueLoader]: Run completed [83ms]
2010-06-05 18:01:21,208 INFO  [MediaFileQueueLoader]: Run completed [526ms]
2010-06-05 18:01:21,209 INFO  [VacuumCleaner]: Thread finished [1ms]
2010-06-05 18:01:21,210 INFO  [DataStore]: Thread 'SJQ-LogCleaner' is seeking an exclusive DataStore connection!
2010-06-05 18:01:21,210 INFO  [DataStore]: Thread 'SJQ-LogCleaner' has received an exclusive DataStore connection! [WAIT=0ms]
2010-06-05 18:01:21,286 INFO  [DataStore]: 'SJQ-LogCleaner' has returned its exclusive DataStore connection!
2010-06-05 18:01:21,286 INFO  [LogCleaner]: Thread finished [76ms]
2010-06-05 18:01:21,290 INFO  [FileCleaner]: Thread finished [80ms]
2010-06-05 18:01:24,458 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 18:01:24,521 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 18:01:30,890 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 18:01:58,466 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-05 18:02:21,207 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:02:21,286 INFO  [SystemMessageQueueLoader]: Run completed [80ms]
2010-06-05 18:02:49,810 INFO  [SJQServlet]: Servlet POST request completed [16ms]
2010-06-05 18:02:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 18:03:21,513 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:03:21,633 INFO  [SystemMessageQueueLoader]: Run completed [121ms]
2010-06-05 18:04:21,830 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:04:21,920 INFO  [SystemMessageQueueLoader]: Run completed [91ms]
2010-06-05 18:04:30,956 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 18:04:49,797 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 18:04:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 18:05:22,108 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:05:22,206 INFO  [SystemMessageQueueLoader]: Run completed [99ms]
2010-06-05 18:06:22,411 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:06:22,511 INFO  [SystemMessageQueueLoader]: Run completed [101ms]
2010-06-05 18:06:49,829 INFO  [SJQServlet]: Servlet POST request completed [34ms]
2010-06-05 18:06:58,466 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-05 18:06:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 18:07:22,802 INFO  [SystemMessageQueueLoader]: Run completed [97ms]
2010-06-05 18:07:30,898 INFO  [SJQServlet]: Servlet POST request completed [7ms]
2010-06-05 18:08:23,009 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:08:23,099 INFO  [SystemMessageQueueLoader]: Run completed [91ms]
2010-06-05 18:08:49,940 INFO  [SJQServlet]: Servlet POST request completed [64ms]
2010-06-05 18:08:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 18:09:23,287 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:09:23,369 INFO  [SystemMessageQueueLoader]: Run completed [83ms]
2010-06-05 18:10:23,579 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:10:23,653 INFO  [SystemMessageQueueLoader]: Run completed [75ms]
2010-06-05 18:10:30,902 INFO  [SJQServlet]: Servlet POST request completed [2ms]
2010-06-05 18:10:49,795 INFO  [SJQServlet]: Servlet POST request completed [1ms]
2010-06-05 18:10:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 18:11:23,835 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:11:23,917 INFO  [SystemMessageQueueLoader]: Run completed [83ms]
2010-06-05 18:11:58,466 INFO  [ClientMonitor]: Run completed [0ms]
2010-06-05 18:12:24,109 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at com.google.code.sagetvaddons.sjq.server.SystemMessageQueueLoader.run(SystemMessageQueueLoader.java:61)
	at java.lang.Thread.run(Unknown Source)
2010-06-05 18:12:24,220 INFO  [SystemMessageQueueLoader]: Run completed [126ms]
2010-06-05 18:12:49,921 INFO  [SJQServlet]: Servlet POST request completed [93ms]
2010-06-05 18:12:58,473 INFO  [InternalTaskClient]: Run completed [0ms]
2010-06-05 18:13:24,392 ERROR [SystemMessageQueueLoader]: Unexpected exception
java.lang.RuntimeException: Expected ']' missing on line 6
	at com.google.code.sagetvaddons.sjq.server.RulesParser.postShellChecker(RulesParser.java:408)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.loadQ(RulesParser.java:358)
	at com.google.code.sagetvaddons.sjq.server.RulesParser.(RulesParser.java:331)
	at co

Last edited by Opus4; 06-05-2010 at 09:37 PM. Reason: Added code tag; attach a text or zip file next time
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.