SageTV Community  

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

Notices

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-30-2017, 11:22 PM
tvmaster2's Avatar
tvmaster2 tvmaster2 is offline
SageTVaholic
 
Join Date: Jun 2005
Location: tarana
Posts: 4,240
Sagetv Webserver

logged in today and was greeted with this mess:

“Error fetching content. Server Response:
HTTP ERROR 500

Problem accessing /sage/menu.groovy. Reason: jetty\webapps\nielm_sagewebserver\webapp\ddmenu.txt (The system cannot find the file specified)”


Anyone else see this, or know what causes it?

Edit: I’ll check for updates in software plugins.
Edit Edit: Okay, no updates that I see. Any other ideas?
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson

Last edited by tvmaster2; 11-30-2017 at 11:36 PM.
Reply With Quote
  #2  
Old 12-01-2017, 09:00 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I haven't seen this. Can you restore that file from a backup? Looking at the source it looks like that is a list of plugins. I am not home right now so I can't check it out to see what it is supposed to have.

Code:
def xml = new XmlSlurper().parse(new File('jetty/webapps/nielm_sagewebserver/webapp/ddmenu.txt'))
PluginAPI.GetInstalledPlugins().findAll { PluginAPI.IsPluginEnabled(it) }.each {
		def src = new File(PluginAPI.GetPluginResourcePath(it), 'web.menu')
		if(src.canRead() && src.parentFile.absoluteFile != new File('.').absoluteFile)
				injectSource(src, xml)
}
__________________
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
  #3  
Old 12-01-2017, 09:19 AM
tvmaster2's Avatar
tvmaster2 tvmaster2 is offline
SageTVaholic
 
Join Date: Jun 2005
Location: tarana
Posts: 4,240
Quote:
Originally Posted by wayner View Post
I haven't seen this. Can you restore that file from a backup? Looking at the source it looks like that is a list of plugins. I am not home right now so I can't check it out to see what it is supposed to have.

Code:
def xml = new XmlSlurper().parse(new File('jetty/webapps/nielm_sagewebserver/webapp/ddmenu.txt'))
PluginAPI.GetInstalledPlugins().findAll { PluginAPI.IsPluginEnabled(it) }.each {
		def src = new File(PluginAPI.GetPluginResourcePath(it), 'web.menu')
		if(src.canRead() && src.parentFile.absoluteFile != new File('.').absoluteFile)
				injectSource(src, xml)
}
typical gremlins - went to bed, didn’t do anything to my server aka rebooting or the like. Tried to access webserver today, and everything was as it should be, aka the login screen appeared, I entered my ID and pass, and all is well. I use no-ip as a tunnel, so it’s likely they were having some trouble, that’s all I can think of, since last night the login requester never presented itself, just that failure text.
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson
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
SageTV Webserver tvmaster2 SageTV Customizations 0 05-25-2016 04:29 PM
Problems with the Jetty webserver plugin and SageTV web interface hagur SageTV v7 Customizations 0 06-06-2011 05:28 PM
SageTv Webserver questions/suggestions patotoole SageTV Customizations 0 10-02-2009 09:09 AM
Nielm's webserver works with Linux SageTV laurenglenn SageTV Customizations 22 06-05-2009 08:18 PM
Cool! Fujitsu tablet PC as remote w/SageTV Webserver IVB SageTV Customizations 2 08-02-2006 08:27 PM


All times are GMT -6. The time now is 08:03 PM.


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