jscript error during monitoring
I just installed ServersCheck 6.1.2 free edition. During monitoring, whenever the screen refreshes, I get two jscript error messages:
1. Line 57: Error: Expected ')'
2. Line 58: Error: Expected ')'
Monitoring doesn't continue of course until I close these messages, which makes the whole thing useless.
Any ideas?
1. Line 57: Error: Expected ')'
2. Line 58: Error: Expected ')'
Monitoring doesn't continue of course until I close these messages, which makes the whole thing useless.
Any ideas?
This discussion has been closed.
Comments
This is just why there are 2 components: the availability or issues like you report have no impact on the monitoring itself.
In respect to the issue you report:
1/ What language is it installed in?
2/ In what page (URL of the page - within the frames) is the error returned?
2. The error is in the home page (the main monitoring screen, just http://localhost:1272/).
I looked at the HTML source and there IS an error in these two lines. I am posting them below with the Hebrew characters replaced by XXX to make it readable:
line 57:
<td bgcolor="#CCCCCC" class="3dtable" align=center><a STYLE="text-decoration:none" onmouseover="return overlib('XXX<span style='mso-spacerun:yes'> </span>XXX', LEFT);" onmouseout="return nd();"><font color=Black><b>XXX</b></font></a></td>
line 58:
<td bgcolor="#CCCCCC" class="3dtable" align=center><a STYLE="text-decoration:none" onmouseover="return overlib('XXX<span style='mso-spacerun:yes'></span>XXX', LEFT);" onmouseout="return nd();"><font color=Black><b>XXX</b></font></a><a href= "/main.html?order=down&computer=&group=&show=all" target="main"><img src= "/output/images/order.gif">
Both lines have some Hebrew text preceded by a single quote, NOT FOLLOWED by a closing quote, followed by a <span> that has quoted parameters, followed by some more text that DOES NOT have an opening quote but has a closing quote. Or to put it differently, both lines have a quoted Hebrew string that has an embedded <span> with quoted parameters. This of course causes an error.
edit your HE.lang file with notepad and remove it from the file. Then start the configuration server again.
We will fix it for the next release.