On Mon, 2003-10-27 at 21:03, Jeff Ramsdale wrote:
> I'm just beginning to mess with Woody and have hit an error. I've checked
> the archives and can't find other occurances of it, so it's time to ask the
> group.
> 
> Here's my error when I request my page:
> "resource://org/apache/cocoon/woody/flow/javascript/woody2.js", line 83:
> uncaught JavaScript exception: at woody
> (resource://org/apache/cocoon/woody/flow/javascript/woody2.js, Line 204) at
> Form (resource://org/apache/cocoon/woody/flow/javascript/woody2.js, Line
> 83): org.apache.avalon.framework.CascadingException: Could not parse form
> definition from file:/C:/Program Files/Apache Software Foundation/Tomcat
> 5.0/webapps/cocoon/flowtest/forms/browserWidgets.xml
> 
> 
> Here's the top of my stack trace:
> 
> Original Exception: org.apache.avalon.framework.CascadingException: Could
> not parse form definition from file:/C:/Program Files/Apache Software
> Foundation/Tomcat 5.0/webapps/cocoon/flowtest/forms/browserWidgets.xml

This exception is thrown if parsing the form definition file failed for
some reason, the exception which caused this is provided as a nested
exception, see below...

> 
>       at
> org.apache.cocoon.woody.DefaultFormManager.getFormDefinition(DefaultFormMana
> ger.java:142)
> at
> org.apache.cocoon.woody.DefaultFormManager.createForm(DefaultFormManager.jav
> a:128)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:230)
> at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1244)
> at
> org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(Conti
> nuationInterpreter.java:1105)
> at
> org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(Conti
> nuationInterpreter.java:190)
> at
> org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(Conti
> nuationInterpreter.java:138)
> at
> org.mozilla.javascript.continuations.InterpretedFunctionImpl.call(Interprete
> dFunctionImpl.java:121)
> at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1244)
> at
> org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.c
> allFunction(FOM_JavaScriptInterpreter.java:558)
> at
> org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(C
> allFunctionNode.java:181)

does the stacktrace go any further? Normally you should see a message
"caused by:" followed by the exception which caused this problem.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to