[Hypercontent-users] spell checker
Brought to you by:
alexvigdor
From: Amos <hyp...@ut...> - 2004-11-18 23:58:32
|
Got HC working with uP 2.4 after manually deploying the channel. I set the path explicitly, and so edited Project.xml before doing the 'ant' part. When I logged into uP with admin rights, selected the channel, then began the manual edit to finish the paths business. Anyway, after clicking on what might have been the last ">" (not sure about that though), it hang and never came back. When I checked the server log, it had: java.lang.NoClassDefFoundError: com/swabunga/spell/engine/SpellDictionaryDichoMapped at edu.columbia.hypercontent.dict.DictionaryFactory.getDictionary(DictionaryFactory.java:39) at edu.columbia.hypercontent.Project.getDictionary(Project.java:1805) at edu.columbia.hypercontent.editors.spellcheck.SpellCheck.loadDictionary(SpellCheck.java:83) at edu.columbia.hypercontent.editors.spellcheck.SpellCheck.startSession(SpellCheck.java:66) at edu.columbia.hypercontent.editors.EditorServant.setStaticData(EditorServant.java:86) at edu.columbia.hypercontent.contentmanager.commands.ChangeEditor.execute(ChangeEditor.java:58) at edu.columbia.hypercontent.contentmanager.CContentManager.setRuntimeData(CContentManager.java:192) at org.jasig.portal.MultithreadedChannelAdapter.setRuntimeData(MultithreadedChannelAdapter.java:61) at org.jasig.portal.ChannelRenderer$Worker.run(ChannelRenderer.java:417) at org.jasig.portal.utils.threading.Worker.run(Worker.java:88) Seems odd that I'd get that. What did I mess up? Amos |