|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Mobile Web Search Broken
I'm not sure when this broke, but know it used to work. In the mobile web interface when I select Search Airings, Search Recordings, Listings or HD Listings I get the following error:
PWC6033: Unable to compile class for JSP PWC6199: Generated servlet error: The import java.util.Arrays cannot be resolved PWC6197: An error occured at line: 14 in the jsp file: /WEB-INF/tags/sage/functions/collections/ArrayToList. PWC6199: Generated servlet error: Arrays cannot be resolved. The regular web interface (non-mobile view) works fine with searches and listings.
__________________
Home Network: https://karylstein.com/technology.html |
#2
|
|||
|
|||
I get a similar error trying to schedule a recording on the mobile interface too .
__________________
Home Network: https://karylstein.com/technology.html |
#3
|
||||
|
||||
Are you running Java 1.8... this sounds like the same problems that we have with the "/apps" on Java 1.8 and this version of Jetty.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#4
|
|||
|
|||
Yes, I just upgraded to Java 1.8 because of the Phoenix/BMT updates . Is it possible to load an earlier version of a plugin? I suppose I can just use the "desktop" web interface as it works in that.
__________________
Home Network: https://karylstein.com/technology.html |
#5
|
||||
|
||||
No we can't "roll back" to an earlier version... but, I am working on an updated WebServer plugin... hopefully I can have "something" in the next couple weeks.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#6
|
|||
|
|||
No worries; we'll live. Thanks for all you do.
__________________
Home Network: https://karylstein.com/technology.html |
#7
|
||||
|
||||
*bump* this is still a thing. I just upgraded to SageTV 9 recently...
https://www.screencast.com/t/zLQBJEaUBCnQ |
#8
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#9
|
|||
|
|||
I like the Web interface, but it is showing its age. It sounds like a great idea to build a new one.
__________________
Hardware: Intel Core i5-3330 CPU; 8GB (2 x 4GB); 2-4TB WD Blue SATA 6.0Gb/s HDD; Windows 7 Servers: ChannelsDVR, Plex, AnyStream, PlayOn, Tuner: HDHomeRun Connect Quatro Tuner: HDHomeRun Connect Duo Sources: OTA, Sling Blue, Prime, Disney+, Clients: ShieldTV (2), Fire TV Stick 4K (4) |
#10
|
|||
|
|||
I had been using the old (non-Jetty) webserver, but last night it started returning "not found" for the URL, with a message saying it's generated by Jetty. My server is on Java 1.7. Advice, please? I really depend on the webserver for certain functions.
__________________
Server: Windows 8.1 4gb RAM; 4TB SATA + others. Homebrew quad core AMD. Inputs: Haup. 980, 850 & 950Q on ATSC; Haup 1600 on ATSC & Comcast 2 DTAs with USBUIRT for NTSC. Haup 1800 on ATSC. HDHR Dual (ATSC). Sage 9.22 64 bit. |
#11
|
|||
|
|||
The landing page that we used to use doesn't work but try going straight to the sage web URL - as in http://192.168.1.100:8080/sage/Home - and it is case sensitive
__________________
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 |
#12
|
|||
|
|||
That's what I use when at home (but with my lan IP address substituted). I get "not found." That just happened around 3:00am, when it had been find just an hour before. Around that time (I was watching something via PlaceShifter), I got a sudden "service lost" message. Even after I got the service restarted on the server, the web access remained broken. Doing the equivalent thing now (not at home) but with the locator-string (which just got fixed yesterday) or the external IP likewise yields:
HTTP ERROR: 404 Problem accessing /sage/Home. Reason: NOT_FOUND Powered by Jetty://
__________________
Server: Windows 8.1 4gb RAM; 4TB SATA + others. Homebrew quad core AMD. Inputs: Haup. 980, 850 & 950Q on ATSC; Haup 1600 on ATSC & Comcast 2 DTAs with USBUIRT for NTSC. Haup 1800 on ATSC. HDHR Dual (ATSC). Sage 9.22 64 bit. |
#13
|
|||
|
|||
I checked the log and see this:
[Tue Jun 06 04:30:45 EDT 2017] Server socket: java.net.BindException: Address already in use: JVM_Bind Does that suggest a fix to anyone who knows how to interpret it?
__________________
Server: Windows 8.1 4gb RAM; 4TB SATA + others. Homebrew quad core AMD. Inputs: Haup. 980, 850 & 950Q on ATSC; Haup 1600 on ATSC & Comcast 2 DTAs with USBUIRT for NTSC. Haup 1800 on ATSC. HDHR Dual (ATSC). Sage 9.22 64 bit. |
#14
|
|||
|
|||
Something is holding on to the same port that something else is trying to use. You said that you were using something pre Jetty so guessing that something else installed Jetty and they are fighting over port 8080?
__________________
Home Network: https://karylstein.com/technology.html |
#15
|
|||
|
|||
I discovered that the original web server is now working on port 8081 (alway used 8080 before). I tried configuring the Jetty server for port 8082, but that didn't fix it. I think what may have happened is that the jetty server stomped on the original server on 8080 but the original server works on 8081 and for some reason the jetty server doesn't want to work on either 8080 or 8082. Maybe there is yet another port that Jetty will like, but I but at least I have a web server again.
__________________
Server: Windows 8.1 4gb RAM; 4TB SATA + others. Homebrew quad core AMD. Inputs: Haup. 980, 850 & 950Q on ATSC; Haup 1600 on ATSC & Comcast 2 DTAs with USBUIRT for NTSC. Haup 1800 on ATSC. HDHR Dual (ATSC). Sage 9.22 64 bit. |
#16
|
|||
|
|||
Quote:
I can access with my tablet, cellphone, or even my Mom's computer while I'm there via a WiFi Hotspot from my phone (she still has dialup.... UGH!)
__________________
Wayne Dunham |
#17
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#18
|
||||
|
||||
Quote:
__________________
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 |
#19
|
|||
|
|||
The regular web UI works fine on a phone and since most phones have large screens these days you don't need specially designed web pages as much.
__________________
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 |
#20
|
||||
|
||||
the regular web U.I.? Sorry, not sure I understand. Are there guide listings? Do you have a screen grab of the page?
__________________
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Online video search broken | dwycoff | SageTV Software | 7 | 06-20-2013 01:31 PM |
Search Forum Broken? | kchase56 | General Discussion | 7 | 05-12-2011 08:30 PM |
Malore Search (from Program Guide) Defaults to Video Search Type | darcilicious | SageTV v7 Customizations | 4 | 10-06-2010 11:17 PM |
IMDB search broken? | saltlyck | SageTV Customizations | 4 | 12-23-2004 04:29 AM |
Music folder hierarchy, search unique, search alert, and Launchcast | Archerkit | SageTV Customizations | 1 | 07-01-2004 08:24 AM |