"A potential server error occurred during spell check. See your Domino administrator." (on spell check in web mail)

Just upgraded server from 8.5 to 8.5.2 by installing 8.5.2 over the existing install. Everything worked well but spell checking from a browser results in “A potential server error occurred during spell check. See your Domino administrator” displayed in the message bar.

Is there some setting somewhere that I have to configure on the server? I have looked and I can’t seem to find anything to configure and these error messages aren’t found anywhere either!

The following is in the console (of the browser):

"Domino Release 8.5.2 (Windows NT/Intel)

$HaikuForm - 401

Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0E)

09/20/2010 11:26:57AM Starting spell check… (L_SPELLCHECK)

09/20/2010 11:26:57AM A potential server error occurred during spell check. See your Domino administrator."

Subject: solved

I deleted and reinstalled everything, that seemed to work. sigh.

Actually, now that I think about it, it took less than an hour to install Server, Symantec & Traveler.

Subject: 8.5.2 spell check and HTTPDisable=1

although you have it solved you just reinstalled

I found that 8.5.2 spell check not working because it requires java to run, in previous versions (8.5.x) if java was disabled it just continued on with no error. Now it errors and stops.

So in the INI file on the server you probably had something like.

HTTPDisableJVM=1

which disables java, you would of notice a JVM error when HTTP was starting…

doing a ‘set config HTTPDisable=’ in the console then a ‘restart task http’ will get it going with out reboot

at least it worked for me after that.

Subject: A potential Server Error Occurred…

Laine Jones’ solution worked for me. Thanks,