PDA

View Full Version : Trial Version


delliott
27th December 2007, 03:19 PM
Hello

I am attempting to get the trial version working on Oracle Application Server 10.1.2. I can get the test.html file to perform a spell check, but it seems as though the library containing the dictionary is not loaded.

My exact steps for installing were this:

1. Deploy WAR file to an existing OC4J instance.
2. Change the web.xml file as such:
jspellLexicons parameter--switched the <param-value> tag to use a path that is applicable to where this file is on the application server. Therefore, I replaced "/jspell/" with "/u03/app/oracle/product/10.1.2.0/j2ee/OC4J_appISpvhs/applications/jspellhtml2k4/".

THis is the path to top folder where the WAR file was extracted.

I am suspicious this needs to be something else, but I cannot find any documentation to tell me for certain. If anyone knows, please advise.

Thanks,

staff
2nd January 2008, 10:29 AM
Are you getting any error messages? The steps you've taken seem correct.

sjoo822
5th February 2008, 11:45 AM
I'm getting the similar error.

I've deployed the WAR on Sun App server and editted the web.xml as following:

<param-name>jspellLexicons</param-name>
<param-value>e:\\jspell\\</param-value>

and put the lex_enUS.jdx file in my e:\jspell folder.

When I open the test.html page and click on "Spell Check", I get the following error message in the pop up window:

ERROR
The spell checker is unavailable. If you continue to receive this message, please contact your server administrator.

JSpell Has Not Been Properly Configured

-----------------------------------------

When I look at the log, I can see "JDX Path : Null".

[#|2008-02-05T10:28:08.043-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system
.stream.out|_ThreadID=11;|
| Version 0706.a |
|#]

[#|2008-02-05T10:28:08.058-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system
.stream.out|_ThreadID=11;|
| JDX Path: null


What should I do?