Tom Jordahl wrote:
So, do we know why the build is failing all the time?

Now there seems to be at least 2 gump machines telling us that it is
failing...

see http://brutus.apache.org/gump/public/ws-axis/ws-axis/gump_work/build_ws-axis_ws-axis.txt :-


"Error while processing WSDL in Wsdl2javaAntTask for /usr/local/gump/public/workspace/ws-axis/java/samples/addr/AddressBook.wsdl"

-this points to Axis.

-But look further, look at line 1185 of JavaUtils: log.debug(Messages.getMessage("attachEnabled") + " " +
attachmentSupportEnabled);



-the issue is not that we have broken something, but that commons logger and log4j are no longer compatible at run time in Gump, at least for us. Maybe its a classpath thing, maybe it's something else.


I am escalating this to Those Who Know.


[java] [foreach] java.lang.NoSuchMethodError: org.apache.log4j.Logger.log(Ljava/lang/String;Lorg/apache/log4j/Priority;Ljava/lang/Object;Ljava/lang/Throwable;)V
[java] [foreach] at org.apache.commons.logging.impl.Log4JLogger.debug(Log4JLogger.java:98)
[java] [foreach] at org.apache.axis.i18n.ProjectResourceBundle$Context.loadBundle(ProjectResourceBundle.java:423)
[java] [foreach] at org.apache.axis.i18n.ProjectResourceBundle.getBundle(ProjectResourceBundle.java:311)
[java] [foreach] at org.apache.axis.i18n.ProjectResourceBundle.access$300(ProjectResourceBundle.java:52)
[java] [foreach] at org.apache.axis.i18n.ProjectResourceBundle$Context.getParentBundle(ProjectResourceBundle.java:432)
[java] [foreach] at org.apache.axis.i18n.ProjectResourceBundle.getBundle(ProjectResourceBundle.java:312)
[java] [foreach] at org.apache.axis.i18n.ProjectResourceBundle.getBundle(ProjectResourceBundle.java:281)
[java] [foreach] at org.apache.axis.i18n.MessagesConstants.<clinit>(MessagesConstants.java:32)
[java] [foreach] at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
[java] [foreach] at org.apache.axis.utils.JavaUtils.isAttachmentSupported(JavaUtils.java:1185)
[java] [foreach] at org.apache.axis.encoding.DefaultTypeMappingImpl.<init>(DefaultTypeMappingImpl.java:110)
[java] [foreach] at org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl.<init>(DefaultSOAPEncodingTypeMappingImpl.java:49)
[java] [foreach] at org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl.createWithDelegate(DefaultSOAPEncodingTypeMappingImpl.java:44)
[java] [foreach] at org.apache.axis.wsdl.toJava.Emitter$1.<init>(Emitter.java:702)
[java] [foreach] at org.apache.axis.wsdl.toJava.Emitter.setTypeMappingVersion(Emitter.java:700)
[java] [foreach] at org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask.execute(Wsdl2javaAntTask.java:232)



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



Reply via email to