On 23.09.2008 09:12, yosauron wrote:

Please, Does anybody know where is the error? I have been searching the error
for 5-6 days and I don't have any more clues... Can anyone help me?


Caused by: java.lang.NoSuchMethodError:
org.apache.cocoon.transformation.SQLTransformer.getLogger()Lorg/apache/commons/logging/Log;
        at
org.apache.cocoon.transformation.SQLTransformer.configure(SQLTransformer.java:278)
        at
org.apache.avalon.framework.container.ContainerUtil.configure(ContainerUtil.java:202)

Hi,

such errors usually result from incompatible jars. It means SQLTransformer.configure() is looking for a method getLogger() which it doesn't find. It's SQLTransformer's super class AbstractLogEnabled providing this method.

Joerg

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

Reply via email to