PDA

View Full Version : The requested resource is in use


jkeggen
12th October 2007, 09:12 AM
Hi
Has anyone come across this one before?

IIS is working, and the JSpell service is started, but when we try to spell check it returns an error. With IE friendly messages turned ON the message is "HTTP 500 Internal Server Error - The website cannot display the page". With friendly messages turned OFF the error is "The requested resource is in use".

Thanks in advance.

jkeggen
12th October 2007, 09:35 AM
Just to add, the server is Windows 2K3.
We have also reregistered vbscript.dll and jscript.dll

staff
12th October 2007, 10:33 AM
Which version of JSpell are you using? Have you tried the test page at http://localhost:53170/jspellhtml2k4/test.html

jkeggen
12th October 2007, 12:00 PM
JSpell HTML 2004.
The test page comes up fine (we're actually using port 1353). The exact same configuration works on two/three other servers.
We appear to be able to start the spell check and get "Performing Spell Check..." and then we get "The requested resource is in use".

staff
12th October 2007, 01:39 PM
what are your jspell_proxy.asp settings?

jkeggen
15th October 2007, 10:29 AM
jspell_proxy.asp

<%@language=JScript%>
<%
var objSrvHTTP=Server.CreateObject("MSXML2.ServerXMLHTTP.4.0");
var url="http://localhost:53170/jspellhtml2k4/JSpell.jsp"
// var url="http://localhost:8080/jspellhtml/JSpell.jsp"

if (Request.ServerVariables("REQUEST_METHOD")=="POST") {
var DataToSend = Request.BinaryRead(Request.TotalBytes);
objSrvHTTP.open("POST",url,false);
objSrvHTTP.setRequestHeader("Content-type","application/x-www-form-urlencoded");
objSrvHTTP.send(DataToSend);
} else {
objSrvHTTP.open("GET",url+"?"+Request.ServerVariables("QUERY_STRING"),false);
objSrvHTTP.send();
}
Response.Write(objSrvHTTP.responseText);
%>

staff
16th October 2007, 09:07 AM
This looks like an old version of jspell_proxy.asp. How long ago did you purchase the software? You might need an upgrade, in which case it may be best to contact us on the help desk.

Note, there's also a space character in the MSXML2.ServerXMLHTTP.4.0 line above, which shouldn't be there.

jkeggen
17th October 2007, 08:24 AM
Thanks for the reply. Not sure how the space got there, but I've checked the actual file and there's no space there.

We bought the software (JSpell HTML Global Site License - UK Dictionary with Lifetime Support & Upgrades)in August 2006. I can provide the following details (but not perhaps in an open forum):
User Name: ********
Password: ********
Registration Code: ********

To obtain a later version of jspell_proxy.asp, should I be raising a support call?

Thanks

staff
17th October 2007, 11:00 AM
I've just sent you the newest version of the software after researching your purchase records. This should resolve the issue you're experiencing.