SageTV Community  

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

Notices

SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #201  
Old 04-25-2011, 04:06 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by Fonceur View Post
Sure, they know that in service mode, when they do a restart they are only restarting the UI, not the service itself, which is useless... Why they haven't fixed it since I brought it up 6+ months ago, I don't know...
I don't see this behaviour. A Sage triggered restart of my server (in service mode, on WinXP Home 32bit SP3) does completely restart the entire Sage server service. Jars always update/cleanup/etc. with this action. Are you on something newer than XP? 64bit? That might be the issue or I'm just lucky.
__________________
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
  #202  
Old 04-25-2011, 04:26 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by Slugger View Post
I don't see this behaviour. A Sage triggered restart of my server (in service mode, on WinXP Home 32bit SP3) does completely restart the entire Sage server service.
I've just updated 3 plugins, and indeed everything went fine. So I guess it's not as systematic as when I originally reported it.
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #203  
Old 04-25-2011, 06:03 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by jreichen View Post
Sure. It's hard to know how much detail to go into

What to Look For
I'll start by answering your second question. That's probably what most people care about. There aren't any special steps for users. After you update Jetty and restart Sage, ant-1.6.5.jar should no longer exist in the JARs folder and there should now be an ant.jar file.

What Happens During the Update
Versions of the Jetty before 2.3.0 were delivered with an Ant file named ant-1.6.5.jar. That file has been removed in Jetty 2.3.0 and a dependency has been placed on the new Ant library plugin instead. When you upgrade Jetty to 2.3.0, it uninstalls the old version of the Jetty plugin including removing ant-1.6.5.jar from the JARs folder. Then it installs the new version of the Jetty plugin. But first it checks to make sure all dependencies are installed. Since there's a new dependency on this Ant library (which just has the ant.jar), that is installed before the new version of Jetty.

What is Ant?
Ant is a platform-neutral XML- and Java-based build tool. Jetty uses it to compile JavaServer Pages (JSP) into servlets when a page is first requested. The servlets actually generate the pages, not the JSPs, but JSPs make it easier for developers to write the user interface of a web app. Ant is an Apache project that's used in a lot of projects but up until now no other Sage plugins have used it.

Why This Matters
I had a request from Slugger to move it to a library so he could use it in another plugin. If his plugin (not yet released) were to be installed before Jetty is updated - or if I didn't make this change - then you'd end up with two copies of Ant in your JARs folder, and that's never a good thing. That's why we decided to do this as soon as possible to give users a chance to update Jetty and limit the possibility of that happening.

Jason
This messed up the Metadata tools they look for 1.65 Ant. It was the commons-codec that complained about missing ant 1.6.5 jar. I completely removed all my plugins... reinstalled now everything seems ok.


PS this also caused my Sagetv server to become unstable until I removed and reinstalled all my plugins. My recordings were being interrupted and broken up into pieces. Screen Cap attached.
Attached Images
File Type: jpg missingjar.jpg (93.2 KB, 193 views)
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 04-25-2011 at 06:43 PM.
Reply With Quote
  #204  
Old 04-25-2011, 07:39 PM
ptzink ptzink is offline
Sage Aficionado
 
Join Date: Mar 2008
Posts: 300
Well, I manually shut down the SageTV service. Then I went to Task Manager to make sure there were no "sagetvservice.exe"s running (that has been know to happen from time to time ). Then I restarted the service. There are still both the ant-1.6.5.jar and the ant.jar files in the JARs folder. From the sounds of it, maybe I am glad they are both still there, since I use BMT a lot. Also, it appears my issues earlier were related to my internet/cache situation. Everything seems fine when browsing locally now.
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space
Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD
Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD

Last edited by ptzink; 04-25-2011 at 07:40 PM. Reason: typo
Reply With Quote
  #205  
Old 04-25-2011, 08:06 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by ptzink View Post
Then I went to Task Manager to make sure there were no "sagetvservice.exe"s running (that has been know to happen from time to time ).
Typically, the proper way to shutdown the service is by launching SageTVService.exe from the SageTV menu and pressing stop...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #206  
Old 04-25-2011, 08:34 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by nyplayer View Post
This messed up the Metadata tools they look for 1.65 Ant. It was the commons-codec that complained about missing ant 1.6.5 jar. I completely removed all my plugins... reinstalled now everything seems ok.


PS this also caused my Sagetv server to become unstable until I removed and reinstalled all my plugins. My recordings were being interrupted and broken up into pieces. Screen Cap attached.
The commons-codec plugin does not provide the ant-1.6.5.jar. The error message is either a false positive or a sign that your filetracker.properties file was corrupted. Either scenario would probably prompt me to open a bug report with SageTV. Uninstalling and reinstalling all your plugins would, presumably, address the latter scenario, if that were indeed the issue.

Quote:
Originally Posted by ptzink View Post
Well, I manually shut down the SageTV service. Then I went to Task Manager to make sure there were no "sagetvservice.exe"s running (that has been know to happen from time to time ). Then I restarted the service. There are still both the ant-1.6.5.jar and the ant.jar files in the JARs folder. From the sounds of it, maybe I am glad they are both still there, since I use BMT a lot. Also, it appears my issues earlier were related to my internet/cache situation. Everything seems fine when browsing locally now.
You do not want both jars present in your JARs directory. Nothing good will come of such a scenario. I don't know why both remain after a complete SageTV restart, but running SageTV with both jars present in that directory will inevitably lead to issues (with the plugins that use the ant jar file). You may want to open a support ticket with Sage to address why the plugin manager isn't cleaning up the old ant-1.6.5.jar file. Either way, you never want both present.
__________________
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
  #207  
Old 04-25-2011, 08:45 PM
Skirge01's Avatar
Skirge01 Skirge01 is offline
SageTVaholic
 
Join Date: Jun 2007
Location: New Jersey
Posts: 2,599
Quote:
Originally Posted by Slugger View Post
I don't see this behaviour. A Sage triggered restart of my server (in service mode, on WinXP Home 32bit SP3) does completely restart the entire Sage server service. Jars always update/cleanup/etc. with this action. Are you on something newer than XP? 64bit? That might be the issue or I'm just lucky.
My client PC is on 64-bit Windows 7 Home Premium and the server is WHS v1. I will say that it sometimes works, so maybe there's something different between the plugins. I'll have to try and take notice each time it happens.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case
Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB
Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion
Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT
Software: SageTV 7
Reply With Quote
  #208  
Old 04-25-2011, 10:12 PM
ptzink ptzink is offline
Sage Aficionado
 
Join Date: Mar 2008
Posts: 300
Okay, I have rebooted the entire server and still have both JAR files. Is it safe to just rename the old file to a .bak or will that not remedy the issue (or cause other issues)? I want to make sure I don't screw anything up but I also don't want to make things more difficult than they have to be.
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space
Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD
Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD
Reply With Quote
  #209  
Old 04-26-2011, 01:14 AM
DIBU's Avatar
DIBU DIBU is offline
Sage Expert
 
Join Date: Jul 2004
Location: Germany / Hessen / RheinMain
Posts: 512
Hi, after update i will become this error:

Exception while processing servlet:
java.lang.reflect.InvocationTargetException: Exception while executing SageApi: "GetShowSeasonNumber" numargs=1
java.lang.reflect.InvocationTargetException: Exception while executing SageApi: "GetShowSeasonNumber" numargs=1
at net.sf.sageplugins.sageutils.SageApi.Api(SageApi.java:20)
at net.sf.sageplugins.webserver.Airing.printAiringTableCell(Airing.java:291)
at net.sf.sageplugins.webserver.HomeServlet.doServletGet(HomeServlet.java:374)
at net.sf.sageplugins.webserver.SageServlet.doGet(SageServlet.java:86)
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)
Caused by: java.lang.reflect.InvocationTargetException
at sage.SageTV.api(Unknown Source)
at net.sf.sageplugins.sageutils.SageApi.Api(SageApi.java:17)
... 24 more
Caused by: sage.a.e: Error in method reflection of GetShowSeasonNumber of java.lang.NullPointerException
at sage.e$e.a(Unknown Source)
at sage.e.a(Unknown Source)
... 26 more
Caused by: java.lang.NullPointerException
... 28 more
Attached Images
File Type: png sagetv.png (202.5 KB, 187 views)
__________________
Sage V7x:
Server - Lenovo K320 with WindowsHomeServer2011, 10 Terabyte HD's on stablebit drivepool, (1 x DuoFlex CT Octopus PCIe DVB-C 4 Tuner all with LM-DVB-SmartRecorder, dbox2, run SageTV as Service, DeskNow Mail and Collaboration server, 2 Terabyte NAS (Ximeta) as seconf backup, 1Gb/s MSI ePower HD Network, 3xHD100, 1xHD200, 1xHD300, Panasonic LCD 55" TV, Sharp LCD TV, JVC LCD TV, Touchscreen LCD, PlaceShifter
cu at http://www.dbuschek.de
Reply With Quote
  #210  
Old 04-26-2011, 06:09 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by ptzink View Post
Okay, I have rebooted the entire server and still have both JAR files. Is it safe to just rename the old file to a .bak or will that not remedy the issue (or cause other issues)? I want to make sure I don't screw anything up but I also don't want to make things more difficult than they have to be.
Probably, but I'm not SageTV support so I can't make that statement with 100% certainty. If it were my system, I'd make sure Jetty reports itself as the latest version in the plugin manager, stop SageTV completely, delete the ant-1.6.5.jar, make sure the ant.jar file is still there and restart SageTV.

Again, I'm not SageTV support so following the above paragraph may or may not work for you. It may or may not cause more/new problems. I also have a full backup image of my SageTV directory I can restore should I run into problems, making me a little more brave in such situations.
__________________
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
  #211  
Old 04-26-2011, 07:26 AM
ptzink ptzink is offline
Sage Aficionado
 
Join Date: Mar 2008
Posts: 300
Quote:
Originally Posted by Slugger View Post
Probably, but I'm not SageTV support so I can't make that statement with 100% certainty. If it were my system, I'd make sure Jetty reports itself as the latest version in the plugin manager, stop SageTV completely, delete the ant-1.6.5.jar, make sure the ant.jar file is still there and restart SageTV.

Again, I'm not SageTV support so following the above paragraph may or may not work for you. It may or may not cause more/new problems. I also have a full backup image of my SageTV directory I can restore should I run into problems, making me a little more brave in such situations.
Sage plugin manager says Jetty Web Server v. 2.3.0.14 as does the web apps page. I have submitted a bug report to Sage and will wait for their feedback on this issue. Thanks for the reply.
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space
Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD
Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD
Reply With Quote
  #212  
Old 04-26-2011, 08:06 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by DIBU View Post
java.lang.reflect.InvocationTargetException: Exception while executing SageApi: "GetShowSeasonNumber" numargs=1
Sounds like you are not using the SageTV beta, but the web server is trying to make a call to a new function from the beta...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #213  
Old 04-26-2011, 09:27 AM
DIBU's Avatar
DIBU DIBU is offline
Sage Expert
 
Join Date: Jul 2004
Location: Germany / Hessen / RheinMain
Posts: 512
Quote:
Originally Posted by Fonceur View Post
Sounds like you are not using the SageTV beta, but the web server is trying to make a call to a new function from the beta...
uh thats right..hmm it is also bad
__________________
Sage V7x:
Server - Lenovo K320 with WindowsHomeServer2011, 10 Terabyte HD's on stablebit drivepool, (1 x DuoFlex CT Octopus PCIe DVB-C 4 Tuner all with LM-DVB-SmartRecorder, dbox2, run SageTV as Service, DeskNow Mail and Collaboration server, 2 Terabyte NAS (Ximeta) as seconf backup, 1Gb/s MSI ePower HD Network, 3xHD100, 1xHD200, 1xHD300, Panasonic LCD 55" TV, Sharp LCD TV, JVC LCD TV, Touchscreen LCD, PlaceShifter
cu at http://www.dbuschek.de
Reply With Quote
  #214  
Old 04-26-2011, 11:27 AM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
You get that error after updating Jetty? Did you also update the SageTV Web Interface plugin? What version of the web interface are you running?
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #215  
Old 04-26-2011, 12:27 PM
ptzink ptzink is offline
Sage Aficionado
 
Join Date: Mar 2008
Posts: 300
I submitted a bug report to Sage RE: Duplicate JARs and they said:
Quote:
If there's a reproducible case of this please ask the plugin devs to submit
a bug report on it so we can look into it.
Let me know if/what you need of me.
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space
Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD
Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD
Reply With Quote
  #216  
Old 04-26-2011, 10:22 PM
ptzink ptzink is offline
Sage Aficionado
 
Join Date: Mar 2008
Posts: 300
Well, I decided to go ahead and shut down Sage, rename the old jar file, and move it out of the SageTV directory. I kept it around in case I should need it for something. I have restarted Sage and everything looks fine as far as I can tell.
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space
Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD
Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD
Reply With Quote
  #217  
Old 04-26-2011, 11:51 PM
DIBU's Avatar
DIBU DIBU is offline
Sage Expert
 
Join Date: Jul 2004
Location: Germany / Hessen / RheinMain
Posts: 512
Quote:
Originally Posted by jreichen View Post
You get that error after updating Jetty? Did you also update the SageTV Web Interface plugin? What version of the web interface are you running?
V 2.30
__________________
Sage V7x:
Server - Lenovo K320 with WindowsHomeServer2011, 10 Terabyte HD's on stablebit drivepool, (1 x DuoFlex CT Octopus PCIe DVB-C 4 Tuner all with LM-DVB-SmartRecorder, dbox2, run SageTV as Service, DeskNow Mail and Collaboration server, 2 Terabyte NAS (Ximeta) as seconf backup, 1Gb/s MSI ePower HD Network, 3xHD100, 1xHD200, 1xHD300, Panasonic LCD 55" TV, Sharp LCD TV, JVC LCD TV, Touchscreen LCD, PlaceShifter
cu at http://www.dbuschek.de
Reply With Quote
  #218  
Old 04-27-2011, 01:48 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Enhancement suggestion - Hyperlink to TV network web site

One thing that I would find useful is in some of the EPG views on the web pages if you could click on the TV Station logo/name and go to the web page of the TV station/network. You could by default try to guess the web page (ie for WKBW you would try www.wkbw.com) but the user would have the option of changing the URL if the default didn't work.

This would be especially useful for me as one channel, Setanta Sport, often seems to send incorrect data to Zap2it and I have to go and set up manual recordings after checking the TV schedule on the station's web site. But I am sure that others would also find this of use.

Perhaps this could also be done with TV/movie show titles.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #219  
Old 04-30-2011, 11:29 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
I just updated to the latest Jetty (2.3.0.14) and it also left the ant-1.6.5.jar in the JARs directory. The update did not produce any errors.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #220  
Old 05-01-2011, 05:17 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
If you had a restore point of your system that you could go back to and then reproduce this for Sage support then maybe they could figure out the bug in the plugin manager. I was never able to reproduce this bug myself.
__________________
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
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
Plugin: SageTV Web Interface V2 for Jetty jreichen SageTV Customizations 256 02-09-2014 08:05 AM
Plugin: Jetty Starter 1.6 jreichen SageTV Customizations 122 09-07-2012 06:48 PM
error message with web server plugin edgley SageTV Customizations 3 01-15-2006 11:32 AM
Sage Web Server and existing web server compatibilty? Brent94Z SageTV Customizations 6 01-18-2005 11:29 AM


All times are GMT -6. The time now is 01:27 PM.


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