Spell check form [message #442811] |
Wed, 10 February 2010 13:39 |
meena.g
Messages: 14 Registered: February 2010 Location: Hyderabad (A.P)
|
Junior Member |
|
|
Hi Friends,
I am worknig in oracle froms 10g .Iam getting some problem when i click spell chek
button in jspell from. i searched in google from spell check from i got this link.
I followed they guide lines in that link.
1) I coped the JSpelling.jar and jazzy-SpellChecker.jar files in
E:\10g\DevSuiteHome\forms\java this folder .
2) i Added it to the archive tags of the
E:\10g\DevSuiteHome/forms/server/formsweb.cfg file
like these:
archive_jini=frmall_jinit.jar,jazzy-SpellChecker.jar,JSpelling.jar,ValidateEmail.ja
r,JSpellIntegration.jar
3) I changed the dictionaries on the path referenced for the property
SET_DICTIONARY(E:\gsr\sih\sihspellcheck\JSpelling\dic)
4)E:\gsr\sih\sihspellcheck\JSpelling\src have 4 files that is
JSpellChecker,JSpellDialog,JSpellForm & JSpelling .in that file have java package
code package name is "package oracle.forms.jvr.spelling" .i mentioned in The
implementation class of the Bean Item
:oracle.forms.jvr.spelling.JSpellChecker.JSpellDialog.JSpellForm.JSpelling
when i run the from form will open without error.
when i entered one sentence in that item and I clicked the button it's not opening
any think and i am not getting any error.
5) I checked in java console i got these error:
proxyHost=null
proxyPort=0
connectMode=HTTP, native.
Forms Applet version is : 10.1.2.0
java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at oracle.forms.handler.UICommon.instantiate(Unknown Source)
at oracle.forms.handler.UICommon.onCreate(Unknown Source)
at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
at oracle.forms.engine.Runform.processMessage(Unknown Source)
at oracle.forms.engine.Runform.processSet(Unknown Source)
at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
at oracle.forms.engine.Runform.onMessage(Unknown Source)
at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
at oracle.forms.engine.Runform.startRunform(Unknown Source)
at oracle.forms.engine.Main.createRunform(Unknown Source)
at oracle.forms.engine.Main.start(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
If any one faced this problem or if any one know that error please help me
Thank You
gsr
|
|
|
Re: Spell check form [message #446907 is a reply to message #442811] |
Wed, 10 March 2010 23:38 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Sorry that I have been so long in replying. Have you solved your problem?
Are you able to run any other java component? I suggest searching this forum for 'spell' and PM the Original Posters asking if they have had a similar problem.
David
|
|
|