Message: "Error"
Problem Description:
When I open the subsonic webpage I get a Javascript MessageBox with the Content: "Error". Everything is working fine. Navigating the site does not display the error but when I refresh the whole thing the MessageBox pops up again. I narrowed it down to the "right.view" page. When I open this the Error MessageBox appears. The error was not there all the time but I can't remember when I first saw it.
The easiest solution would be to disable the chat entirely...
Subsonic Version:
4.6 (build 2583) – December 6, 2011
Server Version:
Apache Tomcat/6.0.35, java 1.6.0_30, Windows Server 2008 R2 (117.1 MB / 385.9 MB)
Hardware Platform:
Windows Server 2008 R2 x64
the subsonic log does not contain any errors (only indexing status messages)
here is a copy of the firebug log:
Image Version:
http://i42.tinypic.com/124cyg6.jpg
When I open the subsonic webpage I get a Javascript MessageBox with the Content: "Error". Everything is working fine. Navigating the site does not display the error but when I refresh the whole thing the MessageBox pops up again. I narrowed it down to the "right.view" page. When I open this the Error MessageBox appears. The error was not there all the time but I can't remember when I first saw it.
The easiest solution would be to disable the chat entirely...
Subsonic Version:
4.6 (build 2583) – December 6, 2011
Server Version:
Apache Tomcat/6.0.35, java 1.6.0_30, Windows Server 2008 R2 (117.1 MB / 385.9 MB)
Hardware Platform:
Windows Server 2008 R2 x64
the subsonic log does not contain any errors (only indexing status messages)
here is a copy of the firebug log:
Image Version:
http://i42.tinypic.com/124cyg6.jpg
- Code: Select all
POST https://xxxx/subsonic/dwr/call/plaincall/__System.pageLoaded.dwr
200 OK
116ms
engine.js (line 1)
HeadersPostResponse
throw 'allowScriptTagRemoting is false.';
//#DWR-INSERT
dwr.engine.remote.handleNewScriptSession("D376B23DD0EFECA0C5E3E410A06F25E6");
//#DWR-REPLY
dwr.engine.remote.handleCallback("0","0",null);
POST https://xxxx/subsonic/dwr/call/plaincall/nowPlayingService.getNowPlaying.dwr
200 OK
323ms
engine.js (line 1)
HeadersPostResponse
throw 'allowScriptTagRemoting is false.';
//#DWR-INSERT
//#DWR-REPLY
dwr.engine.remote.handleException("1","0",{javaClassName:"java.lang.Throwable",message:"Error"});
POST https://xxxx/subsonic/dwr/call/plaincall/chatService.addMessage.dwr
200 OK
470ms
engine.js (line 1)
HeadersPostResponse
throw 'allowScriptTagRemoting is false.';
//#DWR-INSERT
//#DWR-REPLY
dwr.engine.remote.handleCallback("2","0",null);
setErrorHandler()engine.js (line 1)
message = "Error: undefined, Error"
stacktrace = true
setErrorHandler()engine.js (line 1)
message = "Error"
ex = Object { javaClassName="java.lang.Throwable", message="Error"}
setErrorHandler()engine.js (line 1)
batchId = "1"
callId = "0"
ex = Object { javaClassName="java.lang.Throwable", message="Error"}
eval()3 (line 4)
setErrorHandler()engine.js (line 1)
script = "\r\n//#DWR-INSERT\r\n//#DWR...e",message:"Error"});\r\n"
setErrorHandler()engine.js (line 2)
batch = Object { async=true, charsProcessed=0, handlers=[1], more...}
setErrorHandler()engine.js (line 1)
Error: undefined, Error
engine.js (line 1)
POST https://xxxx/subsonic/dwr/call/plaincall/chatService.getMessages.dwr
200 OK
159ms
engine.js (line 1)
HeadersPostResponse
throw 'allowScriptTagRemoting is false.';
//#DWR-INSERT
//#DWR-REPLY
dwr.engine.remote.handleCallback("3","0",{messages:[],revision:277035414});