Hi there, Sorry for my stupid questions: I don't have yet the feeling to know where errors come from. But may be you do.
If the error would indicate *which* component merlin is about to instanciate, it would already help a lot. I am not handling with constructors in my code at the moment! So how can I have multiple constructors. Thanks for any hints. Daniel ---- exception report ---------------------------------------------------------- Exception: org.apache.avalon.merlin.KernelException Message: Kernel startup failure. ---- cause --------------------------------------------------------------------- Exception: org.apache.avalon.merlin.KernelException Message: Cannot deploy application. ---- cause --------------------------------------------------------------------- Exception: org.apache.avalon.activation.LifecycleException Message: Unable to create a new component instance in appliance [/application/main-entry] due to a component deployment failure. ---- cause --------------------------------------------------------------------- Exception: java.lang.reflect.UndeclaredThrowableException Message: null ---- cause --------------------------------------------------------------------- Exception: org.apache.avalon.activation.LifecycleException Message: Multiple constructor ambiguity. ---- stack trace --------------------------------------------------------------- org.apache.avalon.activation.LifecycleException: Multiple constructor ambiguity. org.apache.avalon.activation.impl.DefaultComponentFactory.getConstructor(Def aultComponentFactory.java:568) org.apache.avalon.activation.impl.DefaultComponentFactory.instantiate(Defaul tComponentFactory.java:474) org.apache.avalon.activation.impl.DefaultComponentFactory.incarnation(Defaul tComponentFactory.java:263) org.apache.avalon.activation.impl.DefaultComponentFactory.incarnate(DefaultC omponentFactory.java:141) org.apache.avalon.activation.impl.TransientLifestyleManager.handleResolve(Tr ansientLifestyleManager.java:102) org.apache.avalon.activation.impl.AbstractLifestyleManager.resolve(AbstractL ifestyleManager.java:116) org.apache.avalon.activation.impl.DefaultAppliance.resolve(DefaultAppliance. java:168) org.apache.avalon.activation.impl.ApplianceInvocationHandler.getInstance(App lianceInvocationHandler.java:175) org.apache.avalon.activation.impl.ApplianceInvocationHandler.invoke(Applianc eInvocationHandler.java:113) $Proxy1.start(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) java.lang.reflect.Method.invoke(Method.java:324) org.apache.avalon.activation.impl.BlockInvocationHandler.invoke(BlockInvocat ionHandler.java:103) $Proxy1.start(Unknown Source) ch.xmatrix.gui.application.Application.service(Application.java:61) org.apache.avalon.framework.container.ContainerUtil.service(ContainerUtil.ja va:182) org.apache.avalon.activation.impl.DefaultComponentFactory.incarnation(Defaul tComponentFactory.java:322) org.apache.avalon.activation.impl.DefaultComponentFactory.incarnate(DefaultC omponentFactory.java:141) org.apache.avalon.activation.impl.TransientLifestyleManager.handleResolve(Tr ansientLifestyleManager.java:102) org.apache.avalon.activation.impl.TransientLifestyleManager.commission(Trans ientLifestyleManager.java:70) org.apache.avalon.activation.impl.DefaultAppliance.commission(DefaultApplian ce.java:96) org.apache.avalon.activation.impl.DefaultRuntime.commission(DefaultRuntime.j ava:100) org.apache.avalon.composition.model.impl.DefaultSystemContext.commission(Def aultSystemContext.java:356) org.apache.avalon.composition.model.impl.DefaultDeploymentModel.commission(D efaultDeploymentModel.java:124) org.apache.avalon.composition.model.impl.Commissioner.run(Commissioner.java: 195) java.lang.Thread.run(Thread.java:534) ---------------------------------------------------------------------------- ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
