hello,
I'm trying to implement the file upload functionality outlined here:
http://wiki.apache.org/cocoon/FileUploadsWithFlow
But when I try to upload, I'm getting the following error. It looks
like some kind of config error, but I think I've set things up per the
instructions. Any ideas?
WARN (2010-02-21) 22:00.46:904 [sitemap] (/owlTrans/
222c155c883e2a1c547854454282871d0c245b40.kont) PoolThread-4/
ExcaliburComponentManager: ComponentLocator exception from parent CM
during lookup.
org.apache.avalon.framework.component.ComponentException: Could not
find component (key
[org.apache.cocoon.components.upload.FileUploadManager])
at
org
.apache
.avalon
.excalibur
.component
.ExcaliburComponentManager.lookup(ExcaliburComponentManager.java:265)
at
org
.apache
.cocoon
.components.CocoonComponentManager.lookup(CocoonComponentManager.java:
354)
at
org
.apache
.avalon
.excalibur
.component
.ExcaliburComponentManager.lookup(ExcaliburComponentManager.java:194)
at
org
.apache
.cocoon
.components.CocoonComponentManager.lookup(CocoonComponentManager.java:
354)
at
org
.apache
.avalon
.excalibur
.component
.ExcaliburComponentManager.lookup(ExcaliburComponentManager.java:194)
at
org
.apache
.cocoon
.components.CocoonComponentManager.lookup(CocoonComponentManager.java:
354)
at org.apache.cocoon.components.ComponentContext
$ComponentManagerWrapper.lookup(ComponentContext.java:147)
at
org
.apache
.cocoon
.components
.flow
.javascript.fom.FOM_Cocoon.jsFunction_getComponent(FOM_Cocoon.java:331)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun
.reflect
.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:592)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:145)
at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:471)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:
3085)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2251)
at
org
.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:
161)
at
org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:340)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:
2758)
at
org
.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:
159)
at org.mozilla.javascript.Context.call(Context.java:489)
at
org
.mozilla.javascript.ScriptableObject.callMethod(ScriptableObject.java:
1556)
at
org
.mozilla.javascript.ScriptableObject.callMethod(ScriptableObject.java:
1526)
at
org
.apache
.cocoon
.components
.flow
.javascript
.fom
.FOM_JavaScriptInterpreter
.handleContinuation(FOM_JavaScriptInterpreter.java:841)