You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@us.ibm.com on 2002/08/30 14:24:43 UTC

[ATTN R Sitze] Re: [GUMP] Build Failure - Axis

Hey, Richard, what did you do to discovery?  I ran WSDL2Java by hand
against InteropTest.wsdl and got the following error:

Exception in thread "main" java.lang.ExceptionInInitializerError: org.
apache.commons.discovery.DiscoveryException: Unable to instantiate
implementation class fo r org.apache.commons.logging.LogFactory
*****
java.lang.NullPointerException
        at org.apache.commons.discovery.tools.ResourceUtils.
loadProperties(ResourceUtils.java:175)
        at org.apache.commons.discovery.tools.PropertiesHolder.
getProperties(PropertiesHolder.java:102)
        at org.apache.commons.discovery.tools.DiscoverClass.
find(DiscoverClass.java:360)
        at org.apache.commons.discovery.tools.DiscoverClass.
newInstance(DiscoverClass.java:579)
        at org.apache.commons.discovery.tools.DiscoverSingleton.
find(DiscoverSingleton.java:418)
        at org.apache.commons.discovery.tools.DiscoverSingleton.
find(DiscoverSingleton.java:378)
        at org.apache.axis.components.logger.LogFactory.
<clinit>(LogFactory.java:70)
        at org.apache.axis.utils.JavaUtils.<clinit>(JavaUtils.java:101)
        at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java:105)
        at org.apache.commons.discovery.tools.DiscoverSingleton.
find(DiscoverSingleton.java:426)
        at org.apache.commons.discovery.tools.DiscoverSingleton.
find(DiscoverSingleton.java:378)
        at org.apache.axis.components.logger.LogFactory.
<clinit>(LogFactory.java:70)
        at org.apache.axis.utils.JavaUtils.<clinit>(JavaUtils.java:101)
        at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java:105)

Russell Butek
butek@us.ibm.com


Sam Ruby/Raleigh/IBM@IBMUS on 08/30/2002 06:02:27 AM

Please respond to axis-dev@xml.apache.org

To:    axis-dev@xml.apache.org
cc:
Subject:    [GUMP] Build Failure - Axis



----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2002-08-30/xml-axis.html>
----------------------------------------------------

Buildfile: build.xml

setenv:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/classes
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/lib
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/work

printEnv:
     [echo]
     -----------------------------------------------------------------
     [echo]        Build environment for Axis beta3+ [2002]
     [echo]
     -----------------------------------------------------------------
     [echo] Building with Apache Ant version 1.6alpha compiled on August 30
     2002
     [echo] using build file /home/rubys/jakarta/xml-axis/java/build.xml
     [echo] Java 1.3.1_04 located at /usr/java/jdk1.3.1_04/jre
     [echo]
     -----------------------------------------------------------------
     [echo] --- Flags (Note: If the {property name} is displayed,
     [echo]            then the component is not present)

     [echo] build.dir = /home/rubys/jakarta/xml-axis/java/build
     [echo] build.dest = /home/rubys/jakarta/xml-axis/java/build/classes

     [echo] === Required Libraries ===
     [echo] wsdl4j.present=true
     [echo] commons-logging.present=true
     [echo] commons-discovery.present=${commons-discovery.present}
     [echo] log4j.present=true
     [echo] activation.present=true

     [echo] --- Optional Libraries ---
     [echo] servlet.present=true
     [echo] regexp.present=true
     [echo] junit.present=true
     [echo] mailapi.present=true
     [echo] attachments.present=true
     [echo] jimi.present=true
     [echo] security.present=${security.present}
     [echo] jsse.present=true
     [echo] commons-httpclient.present=true
     [echo] axis-ant.present=${axis-ant.present}

     [echo] --- Property values ---
     [echo] debug=on
     [echo] deprecation=true
     [echo] axis_nojavadocs=${env.axis_nojavadocs}

     [echo] -- Test Environment for AXIS ---

     [echo] test.functional.remote = no
     [echo] test.functional.local = yes
     [echo] test.functional.both = no
     [echo] test.functional.reportdir = /home/rubys/jakarta/xml-
     axis/java/test-reports
     [echo] test.functional.SimpleAxisPort = 8080
     [echo] test.functional.TCPListenerPort = 8088
     [echo] test.functional.fail = yes


compile:
    [javac] Compiling 532 source files to /home/rubys/jakarta/xml-
    axis/java/build/classes
    [javac] /home/rubys/jakarta/xml-
    axis/java/src/org/apache/axis/transport/http/CommonsHTTPSender.java:
    128: warning: setRequestBody(java.lang.String) in org.apache.commons.
    httpclient.methods.PostMethod has been deprecated
    [javac]             method.setRequestBody(new String(baos.
    toByteArray()));
    [javac]                   ^
    [javac] 1 warning
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes/org/apache/axis/server
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes/org/apache/axis/client
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes/org/apache/axis/utils
      [jar] Building jar: /home/rubys/jakarta/xml-axis/java/build/lib/axis.
      jar
      [jar] Building jar: /home/rubys/jakarta/xml-
      axis/java/build/lib/jaxrpc.jar
      [jar] Building jar: /home/rubys/jakarta/xml-axis/java/build/lib/saaj.
      jar
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/lib
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/lib
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/lib
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/lib

compile:
     [echo] Building ForEach
     [echo] Building RunAxisFunctionalTest
    [javac] Compiling 1 source file to /home/rubys/jakarta/xml-
    axis/java/build/classes
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/test/functional/ant/RunAxisFunctionalTestsTask.java uses or
    overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [echo] wsdl2java and java2wsdl
    [javac] Compiling 2 source files to /home/rubys/jakarta/xml-
    axis/java/build/classes
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/test/wsdl/Wsdl2javaAntTask.java uses or overrides a
    deprecated API.
    [javac] Note: Recompile with -deprecation for details.

setenv:

clean:
     [echo] Removing /home/rubys/jakarta/xml-
     axis/java/build/tools/org/apache/axis/tools/ant

copy:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/tools

compile:
     [echo] Compiling tools.ant
     [echo] Building ForEach
    [javac] Compiling 1 source file to /home/rubys/jakarta/xml-
    axis/java/build/tools
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/tools/org/apache/axis/tools/ant/foreach/ForeachTask.java uses
    or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [echo] Building RunAxisFunctionalTest
    [javac] Compiling 1 source file to /home/rubys/jakarta/xml-
    axis/java/build/tools
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/tools/org/apache/axis/tools/ant/axis/RunAxisFunctionalTestsTask.
java uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [echo] wsdl2java and java2wsdl
    [javac] Compiling 2 source files to /home/rubys/jakarta/xml-
    axis/java/build/tools
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/tools/org/apache/axis/tools/ant/wsdl/Wsdl2javaAntTask.java
    uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [copy] Copying 2 files to /home/rubys/jakarta/xml-
      axis/java/build/org/apache/axis/tools/ant/foreach
      [jar] Building jar: /home/rubys/jakarta/xml-axis/java/build/lib/axis-
      ant.jar

test:

setenv:

clean:

copy:

compile:
     [echo] Testing Tools

post-compile:

javadocs:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/javadocs
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package javax.xml.messaging...
  [javadoc] Loading source files for package javax.xml.namespace...
  [javadoc] Loading source files for package javax.xml.rpc...
  [javadoc] Loading source files for package javax.xml.rpc.encoding...
  [javadoc] Loading source files for package javax.xml.rpc.handler...
  [javadoc] Loading source files for package javax.xml.rpc.handler.soap...
  [javadoc] Loading source files for package javax.xml.rpc.holders...
  [javadoc] Loading source files for package javax.xml.rpc.server...
  [javadoc] Loading source files for package javax.xml.rpc.soap...
  [javadoc] Loading source files for package javax.xml.soap...
  [javadoc] Loading source files for package javax.xml.transform...
  [javadoc] Loading source files for package javax.xml.transform.dom...
  [javadoc] Loading source files for package javax.xml.transform.sax...
  [javadoc] Loading source files for package javax.xml.transform.stream...
  [javadoc] Loading source files for package org.apache.axis...
  [javadoc] Loading source files for package org.apache.axis.attachments...
  [javadoc] Loading source files for package org.apache.axis.client...
  [javadoc] Loading source files for package org.apache.axis.components.
  compiler...
  [javadoc] Loading source files for package org.apache.axis.components.
  logger...
  [javadoc] Loading source files for package org.apache.axis.components.
  net...
  [javadoc] Loading source files for package org.apache.axis.components.
  image...
  [javadoc] Loading source files for package org.apache.axis.
  configuration...
  [javadoc] Loading source files for package org.apache.axis.deployment.
  wsdd...
  [javadoc] Loading source files for package org.apache.axis.deployment.
  wsdd.providers...
  [javadoc] Loading source files for package org.apache.axis.description...
  [javadoc] Loading source files for package org.apache.axis.encoding...
  [javadoc] Loading source files for package org.apache.axis.encoding.
  ser...
  [javadoc] Loading source files for package org.apache.axis.enum...
  [javadoc] Loading source files for package org.apache.axis.handlers...
  [javadoc] Loading source files for package org.apache.axis.handlers.
  http...
  [javadoc] Loading source files for package org.apache.axis.handlers.
  soap...
  [javadoc] Loading source files for package org.apache.axis.message...
  [javadoc] Loading source files for package org.apache.axis.providers...
  [javadoc] Loading source files for package org.apache.axis.providers.
  java...
  [javadoc] Loading source files for package org.apache.axis.holders...
  [javadoc] Loading source files for package org.apache.axis.schema...
  [javadoc] Loading source files for package org.apache.axis.security...
  [javadoc] Loading source files for package org.apache.axis.security.
  servlet...
  [javadoc] Loading source files for package org.apache.axis.security.
  simple...
  [javadoc] Loading source files for package org.apache.axis.server...
  [javadoc] Loading source files for package org.apache.axis.session...
  [javadoc] Loading source files for package org.apache.axis.soap...
  [javadoc] Loading source files for package org.apache.axis.strategies...
  [javadoc] Loading source files for package org.apache.axis.transport.
  http...
  [javadoc] Loading source files for package org.apache.axis.transport.
  local...
  [javadoc] Loading source files for package org.apache.axis.transport.
  java...
  [javadoc] Loading source files for package org.apache.axis.utils...
  [javadoc] Loading source files for package org.apache.axis.utils.
  bytecode...
  [javadoc] Loading source files for package org.apache.axis.utils.cache...
  [javadoc] Loading source files for package org.apache.axis.types...
  [javadoc] Loading source files for package org.apache.axis.wsdl...
  [javadoc] Loading source files for package org.apache.axis.wsdl.
  fromJava...
  [javadoc] Loading source files for package org.apache.axis.wsdl.gen...
  [javadoc] Loading source files for package org.apache.axis.wsdl.
  symbolTable...
  [javadoc] Loading source files for package org.apache.axis.wsdl.toJava...
  [javadoc] Constructing Javadoc information...
  [javadoc] javadoc: warning - Import not found: javax.imageio.IIOImage -
  ignoring!
  [javadoc] javadoc: warning - Import not found: javax.imageio.ImageWriter
  - ignoring!
  [javadoc] Building tree for all the packages and classes...
  [javadoc] javadoc: warning - getValue: @return tag has no arguments.
  [javadoc] javadoc: warning - getXMLType: @return tag has no arguments.
  [javadoc] javadoc: warning - getNilQName: @return tag has no arguments.
  [javadoc] javadoc: warning - getNilQName: @return tag has no arguments.
  [javadoc] javadoc: warning - getNilQName: @return tag has no arguments.
  [javadoc] javadoc: warning - getNilQName: @return tag has no arguments.
  [javadoc] javadoc: warning - getAttachmentByReference: @return tag has no
  arguments.
  [javadoc] javadoc: warning - readTillFound: @return tag has no arguments.
  [javadoc] javadoc: warning - addAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getRootPart: @return tag has no arguments.
  [javadoc] javadoc: warning - createAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - addAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getAttachments: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createMP: @return tag has no arguments.
  [javadoc] javadoc: warning - getContentLength: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createDimeMessage: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContentType: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContentLength: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContentType: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getEngine: @return tag has no arguments.
  [javadoc] javadoc: warning - getFactory: @return tag has no arguments.
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  SocketFactoryFactory: @author tag has no arguments.
  [javadoc] javadoc: warning - getSecureFactory: @return tag has no
  arguments.
  [javadoc] javadoc: warning - create: @return tag has no arguments.
  [javadoc] javadoc: warning - getValueAsString: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getStyle: @return tag has no arguments.
  [javadoc] javadoc: warning - available: @return tag has no arguments.
  [javadoc] javadoc: warning - delete: @return tag has no arguments.
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - getAcceptedIssuers: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getActivationDataHandler: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getActors: @return tag has no arguments.
  [javadoc] javadoc: warning - getAttachmentCount: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getAttachmentCount: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContentId: @return tag has no arguments.
  [javadoc] javadoc: warning - getContentType: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContext: @return tag has no arguments.
  [javadoc] javadoc: warning - getFirstMimeHeader: @return tag has no
  arguments.
  [javadoc] javadoc: warning - org.apache.axis.utils.XMLUtils.
  getInputSourceFromURI(String): Tag @see: can't find
  getInputSourceFromURI(String uri, String username, String password) in
  org.apache.axis.utils.XMLUtils
  [javadoc] javadoc: warning - getMatchingMimeHeaders: @return tag has no
  arguments.
  [javadoc] javadoc: warning - org.apache.axis.Part.getMimeHeader(String):
  Tag @see: can't find setMimeHeader(java.lang.String, java.lang.String) in
  org.apache.axis.Part
  [javadoc] javadoc: warning - getName: @return tag has no arguments.
  [javadoc] javadoc: warning - getNonMatchingMimeHeaders: @return tag has
  no arguments.
  [javadoc] javadoc: warning - getOutputStream: @return tag has no
  arguments.
   [javadoc] javadoc: warning - org.apache.axis.components.net.
   DefaultHTTPTransportClientProperties.getProxyPassword(): Tag @see: can't
   find getPassword() in org.apache.axis.components.net.
   TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyPassword(): Tag @see: can't
  find getPassword() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyPort(): Tag @see: can't find
  getPort() in org.apache.axis.components.net.TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyPort(): Tag @see: can't
  find getPort() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyUser(): Tag @see: can't find
  getUser() in org.apache.axis.components.net.TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyUser(): Tag @see: can't
  find getUser() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - getServiceActors: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getXsdURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsdURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsdURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsdURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsiURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsiURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsiURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsiURI: @return tag has no arguments.
  [javadoc] javadoc: warning - isClientTrusted: @return tag has no
  arguments.
  [javadoc] javadoc: warning - isServerTrusted: @return tag has no
  arguments.
  [javadoc] javadoc: warning - markSupported: @return tag has no arguments.
  [javadoc] javadoc: warning - newStreamNo: @return tag has no arguments.
  [javadoc] javadoc: warning - read: @return tag has no arguments.
  [javadoc] javadoc: warning - read: @return tag has no arguments.
  [javadoc] javadoc: warning - read: @return tag has no arguments.
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.Transformer
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.Transformer
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.sax.SAXTransformerFactory
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.Transformer
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.sax.SAXTransformerFactory
  [javadoc] javadoc: warning - Tag @link: Class or Package not found: org.
  xml.sax.helpers.XMLReaderFactory
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyPort(): Tag @see: can't
  find getPort() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyUser(): Tag @see: can't
  find getUser() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyPassword(): Tag @see: can't
  find getPassword() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyPort(): Tag @see: can't find
  getPort() in org.apache.axis.components.net.TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyUser(): Tag @see: can't find
  getUser() in org.apache.axis.components.net.TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyPassword(): Tag @see: can't
  find getPassword() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /home/rubys/jakarta/xml-
  axis/java/build/javadocs/stylesheet.css...
  [javadoc] 91 warnings

javadocsdist:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/axis-1_0/docs
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/axis-
    1_0/docs/apiDocs
     [copy] Copying 1316 files to /home/rubys/jakarta/xml-axis/java/axis-
     1_0/docs/apiDocs

samples:

BUILD FAILED
file:/home/rubys/jakarta/xml-axis/java/build.xml:197: Error while
generating WSDL for samples/echo/InteropTest.wsdl

 Total time: 1 minute 23 seconds



Re: [ATTN R Sitze] Re: [GUMP] Build Failure - Axis

Posted by Richard Sitze <rs...@us.ibm.com>.
Ack.  I'll get right on that this morning.

?? why don't we see the 'real' error displayed when we run the build?

<ras>

*******************************************
Richard A. Sitze
IBM WebSphere WebServices Development




Russell Butek/Austin/IBM@IBMUS
08/30/2002 07:24 AM
Please respond to axis-dev
 
        To:     axis-dev@xml.apache.org
        cc: 
        Subject:        [ATTN R Sitze] Re: [GUMP] Build Failure - Axis

 


Hey, Richard, what did you do to discovery?  I ran WSDL2Java by hand
against InteropTest.wsdl and got the following error:

Exception in thread "main" java.lang.ExceptionInInitializerError: org.
apache.commons.discovery.DiscoveryException: Unable to instantiate
implementation class fo r org.apache.commons.logging.LogFactory
*****
java.lang.NullPointerException
        at org.apache.commons.discovery.tools.ResourceUtils.
loadProperties(ResourceUtils.java:175)
        at org.apache.commons.discovery.tools.PropertiesHolder.
getProperties(PropertiesHolder.java:102)
        at org.apache.commons.discovery.tools.DiscoverClass.
find(DiscoverClass.java:360)
        at org.apache.commons.discovery.tools.DiscoverClass.
newInstance(DiscoverClass.java:579)
        at org.apache.commons.discovery.tools.DiscoverSingleton.
find(DiscoverSingleton.java:418)
        at org.apache.commons.discovery.tools.DiscoverSingleton.
find(DiscoverSingleton.java:378)
        at org.apache.axis.components.logger.LogFactory.
<clinit>(LogFactory.java:70)
        at org.apache.axis.utils.JavaUtils.<clinit>(JavaUtils.java:101)
        at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java:105)
        at org.apache.commons.discovery.tools.DiscoverSingleton.
find(DiscoverSingleton.java:426)
        at org.apache.commons.discovery.tools.DiscoverSingleton.
find(DiscoverSingleton.java:378)
        at org.apache.axis.components.logger.LogFactory.
<clinit>(LogFactory.java:70)
        at org.apache.axis.utils.JavaUtils.<clinit>(JavaUtils.java:101)
        at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java:105)

Russell Butek
butek@us.ibm.com


Sam Ruby/Raleigh/IBM@IBMUS on 08/30/2002 06:02:27 AM

Please respond to axis-dev@xml.apache.org

To:    axis-dev@xml.apache.org
cc:
Subject:    [GUMP] Build Failure - Axis



----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2002-08-30/xml-axis.html>
----------------------------------------------------

Buildfile: build.xml

setenv:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/classes
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/lib
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/work

printEnv:
     [echo]
     -----------------------------------------------------------------
     [echo]        Build environment for Axis beta3+ [2002]
     [echo]
     -----------------------------------------------------------------
     [echo] Building with Apache Ant version 1.6alpha compiled on August 
30
     2002
     [echo] using build file /home/rubys/jakarta/xml-axis/java/build.xml
     [echo] Java 1.3.1_04 located at /usr/java/jdk1.3.1_04/jre
     [echo]
     -----------------------------------------------------------------
     [echo] --- Flags (Note: If the {property name} is displayed,
     [echo]            then the component is not present)

     [echo] build.dir = /home/rubys/jakarta/xml-axis/java/build
     [echo] build.dest = /home/rubys/jakarta/xml-axis/java/build/classes

     [echo] === Required Libraries ===
     [echo] wsdl4j.present=true
     [echo] commons-logging.present=true
     [echo] commons-discovery.present=${commons-discovery.present}
     [echo] log4j.present=true
     [echo] activation.present=true

     [echo] --- Optional Libraries ---
     [echo] servlet.present=true
     [echo] regexp.present=true
     [echo] junit.present=true
     [echo] mailapi.present=true
     [echo] attachments.present=true
     [echo] jimi.present=true
     [echo] security.present=${security.present}
     [echo] jsse.present=true
     [echo] commons-httpclient.present=true
     [echo] axis-ant.present=${axis-ant.present}

     [echo] --- Property values ---
     [echo] debug=on
     [echo] deprecation=true
     [echo] axis_nojavadocs=${env.axis_nojavadocs}

     [echo] -- Test Environment for AXIS ---

     [echo] test.functional.remote = no
     [echo] test.functional.local = yes
     [echo] test.functional.both = no
     [echo] test.functional.reportdir = /home/rubys/jakarta/xml-
     axis/java/test-reports
     [echo] test.functional.SimpleAxisPort = 8080
     [echo] test.functional.TCPListenerPort = 8088
     [echo] test.functional.fail = yes


compile:
    [javac] Compiling 532 source files to /home/rubys/jakarta/xml-
    axis/java/build/classes
    [javac] /home/rubys/jakarta/xml-
    axis/java/src/org/apache/axis/transport/http/CommonsHTTPSender.java:
    128: warning: setRequestBody(java.lang.String) in org.apache.commons.
    httpclient.methods.PostMethod has been deprecated
    [javac]             method.setRequestBody(new String(baos.
    toByteArray()));
    [javac]                   ^
    [javac] 1 warning
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes/org/apache/axis/server
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes/org/apache/axis/client
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes
     [copy] Copying 1 file to /home/rubys/jakarta/xml-
     axis/java/build/classes/org/apache/axis/utils
      [jar] Building jar: 
/home/rubys/jakarta/xml-axis/java/build/lib/axis.
      jar
      [jar] Building jar: /home/rubys/jakarta/xml-
      axis/java/build/lib/jaxrpc.jar
      [jar] Building jar: 
/home/rubys/jakarta/xml-axis/java/build/lib/saaj.
      jar
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/lib
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/lib
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/lib
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/lib

compile:
     [echo] Building ForEach
     [echo] Building RunAxisFunctionalTest
    [javac] Compiling 1 source file to /home/rubys/jakarta/xml-
    axis/java/build/classes
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/test/functional/ant/RunAxisFunctionalTestsTask.java uses or
    overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [echo] wsdl2java and java2wsdl
    [javac] Compiling 2 source files to /home/rubys/jakarta/xml-
    axis/java/build/classes
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/test/wsdl/Wsdl2javaAntTask.java uses or overrides a
    deprecated API.
    [javac] Note: Recompile with -deprecation for details.

setenv:

clean:
     [echo] Removing /home/rubys/jakarta/xml-
     axis/java/build/tools/org/apache/axis/tools/ant

copy:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/tools

compile:
     [echo] Compiling tools.ant
     [echo] Building ForEach
    [javac] Compiling 1 source file to /home/rubys/jakarta/xml-
    axis/java/build/tools
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/tools/org/apache/axis/tools/ant/foreach/ForeachTask.java 
uses
    or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [echo] Building RunAxisFunctionalTest
    [javac] Compiling 1 source file to /home/rubys/jakarta/xml-
    axis/java/build/tools
    [javac] Note: /home/rubys/jakarta/xml-
 
axis/java/tools/org/apache/axis/tools/ant/axis/RunAxisFunctionalTestsTask.
java uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [echo] wsdl2java and java2wsdl
    [javac] Compiling 2 source files to /home/rubys/jakarta/xml-
    axis/java/build/tools
    [javac] Note: /home/rubys/jakarta/xml-
    axis/java/tools/org/apache/axis/tools/ant/wsdl/Wsdl2javaAntTask.java
    uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [copy] Copying 2 files to /home/rubys/jakarta/xml-
      axis/java/build/org/apache/axis/tools/ant/foreach
      [jar] Building jar: 
/home/rubys/jakarta/xml-axis/java/build/lib/axis-
      ant.jar

test:

setenv:

clean:

copy:

compile:
     [echo] Testing Tools

post-compile:

javadocs:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/javadocs
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package javax.xml.messaging...
  [javadoc] Loading source files for package javax.xml.namespace...
  [javadoc] Loading source files for package javax.xml.rpc...
  [javadoc] Loading source files for package javax.xml.rpc.encoding...
  [javadoc] Loading source files for package javax.xml.rpc.handler...
  [javadoc] Loading source files for package javax.xml.rpc.handler.soap...
  [javadoc] Loading source files for package javax.xml.rpc.holders...
  [javadoc] Loading source files for package javax.xml.rpc.server...
  [javadoc] Loading source files for package javax.xml.rpc.soap...
  [javadoc] Loading source files for package javax.xml.soap...
  [javadoc] Loading source files for package javax.xml.transform...
  [javadoc] Loading source files for package javax.xml.transform.dom...
  [javadoc] Loading source files for package javax.xml.transform.sax...
  [javadoc] Loading source files for package javax.xml.transform.stream...
  [javadoc] Loading source files for package org.apache.axis...
  [javadoc] Loading source files for package 
org.apache.axis.attachments...
  [javadoc] Loading source files for package org.apache.axis.client...
  [javadoc] Loading source files for package org.apache.axis.components.
  compiler...
  [javadoc] Loading source files for package org.apache.axis.components.
  logger...
  [javadoc] Loading source files for package org.apache.axis.components.
  net...
  [javadoc] Loading source files for package org.apache.axis.components.
  image...
  [javadoc] Loading source files for package org.apache.axis.
  configuration...
  [javadoc] Loading source files for package org.apache.axis.deployment.
  wsdd...
  [javadoc] Loading source files for package org.apache.axis.deployment.
  wsdd.providers...
  [javadoc] Loading source files for package 
org.apache.axis.description...
  [javadoc] Loading source files for package org.apache.axis.encoding...
  [javadoc] Loading source files for package org.apache.axis.encoding.
  ser...
  [javadoc] Loading source files for package org.apache.axis.enum...
  [javadoc] Loading source files for package org.apache.axis.handlers...
  [javadoc] Loading source files for package org.apache.axis.handlers.
  http...
  [javadoc] Loading source files for package org.apache.axis.handlers.
  soap...
  [javadoc] Loading source files for package org.apache.axis.message...
  [javadoc] Loading source files for package org.apache.axis.providers...
  [javadoc] Loading source files for package org.apache.axis.providers.
  java...
  [javadoc] Loading source files for package org.apache.axis.holders...
  [javadoc] Loading source files for package org.apache.axis.schema...
  [javadoc] Loading source files for package org.apache.axis.security...
  [javadoc] Loading source files for package org.apache.axis.security.
  servlet...
  [javadoc] Loading source files for package org.apache.axis.security.
  simple...
  [javadoc] Loading source files for package org.apache.axis.server...
  [javadoc] Loading source files for package org.apache.axis.session...
  [javadoc] Loading source files for package org.apache.axis.soap...
  [javadoc] Loading source files for package org.apache.axis.strategies...
  [javadoc] Loading source files for package org.apache.axis.transport.
  http...
  [javadoc] Loading source files for package org.apache.axis.transport.
  local...
  [javadoc] Loading source files for package org.apache.axis.transport.
  java...
  [javadoc] Loading source files for package org.apache.axis.utils...
  [javadoc] Loading source files for package org.apache.axis.utils.
  bytecode...
  [javadoc] Loading source files for package 
org.apache.axis.utils.cache...
  [javadoc] Loading source files for package org.apache.axis.types...
  [javadoc] Loading source files for package org.apache.axis.wsdl...
  [javadoc] Loading source files for package org.apache.axis.wsdl.
  fromJava...
  [javadoc] Loading source files for package org.apache.axis.wsdl.gen...
  [javadoc] Loading source files for package org.apache.axis.wsdl.
  symbolTable...
  [javadoc] Loading source files for package 
org.apache.axis.wsdl.toJava...
  [javadoc] Constructing Javadoc information...
  [javadoc] javadoc: warning - Import not found: javax.imageio.IIOImage -
  ignoring!
  [javadoc] javadoc: warning - Import not found: javax.imageio.ImageWriter
  - ignoring!
  [javadoc] Building tree for all the packages and classes...
  [javadoc] javadoc: warning - getValue: @return tag has no arguments.
  [javadoc] javadoc: warning - getXMLType: @return tag has no arguments.
  [javadoc] javadoc: warning - getNilQName: @return tag has no arguments.
  [javadoc] javadoc: warning - getNilQName: @return tag has no arguments.
  [javadoc] javadoc: warning - getNilQName: @return tag has no arguments.
  [javadoc] javadoc: warning - getNilQName: @return tag has no arguments.
  [javadoc] javadoc: warning - getAttachmentByReference: @return tag has 
no
  arguments.
  [javadoc] javadoc: warning - readTillFound: @return tag has no 
arguments.
  [javadoc] javadoc: warning - addAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getRootPart: @return tag has no arguments.
  [javadoc] javadoc: warning - createAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - addAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createAttachmentPart: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getAttachments: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createMP: @return tag has no arguments.
  [javadoc] javadoc: warning - getContentLength: @return tag has no
  arguments.
  [javadoc] javadoc: warning - createDimeMessage: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContentType: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContentLength: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContentType: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getEngine: @return tag has no arguments.
  [javadoc] javadoc: warning - getFactory: @return tag has no arguments.
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  SocketFactoryFactory: @author tag has no arguments.
  [javadoc] javadoc: warning - getSecureFactory: @return tag has no
  arguments.
  [javadoc] javadoc: warning - create: @return tag has no arguments.
  [javadoc] javadoc: warning - getValueAsString: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getStyle: @return tag has no arguments.
  [javadoc] javadoc: warning - available: @return tag has no arguments.
  [javadoc] javadoc: warning - delete: @return tag has no arguments.
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - getAcceptedIssuers: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getActivationDataHandler: @return tag has 
no
  arguments.
  [javadoc] javadoc: warning - getActors: @return tag has no arguments.
  [javadoc] javadoc: warning - getAttachmentCount: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getAttachmentCount: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContentId: @return tag has no arguments.
  [javadoc] javadoc: warning - getContentType: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getContext: @return tag has no arguments.
  [javadoc] javadoc: warning - getFirstMimeHeader: @return tag has no
  arguments.
  [javadoc] javadoc: warning - org.apache.axis.utils.XMLUtils.
  getInputSourceFromURI(String): Tag @see: can't find
  getInputSourceFromURI(String uri, String username, String password) in
  org.apache.axis.utils.XMLUtils
  [javadoc] javadoc: warning - getMatchingMimeHeaders: @return tag has no
  arguments.
  [javadoc] javadoc: warning - org.apache.axis.Part.getMimeHeader(String):
  Tag @see: can't find setMimeHeader(java.lang.String, java.lang.String) 
in
  org.apache.axis.Part
  [javadoc] javadoc: warning - getName: @return tag has no arguments.
  [javadoc] javadoc: warning - getNonMatchingMimeHeaders: @return tag has
  no arguments.
  [javadoc] javadoc: warning - getOutputStream: @return tag has no
  arguments.
   [javadoc] javadoc: warning - org.apache.axis.components.net.
   DefaultHTTPTransportClientProperties.getProxyPassword(): Tag @see: 
can't
   find getPassword() in org.apache.axis.components.net.
   TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyPassword(): Tag @see: 
can't
  find getPassword() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyPort(): Tag @see: can't 
find
  getPort() in org.apache.axis.components.net.TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyPort(): Tag @see: can't
  find getPort() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyUser(): Tag @see: can't 
find
  getUser() in org.apache.axis.components.net.TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyUser(): Tag @see: can't
  find getUser() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - getServiceActors: @return tag has no
  arguments.
  [javadoc] javadoc: warning - getXsdURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsdURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsdURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsdURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsiURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsiURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsiURI: @return tag has no arguments.
  [javadoc] javadoc: warning - getXsiURI: @return tag has no arguments.
  [javadoc] javadoc: warning - isClientTrusted: @return tag has no
  arguments.
  [javadoc] javadoc: warning - isServerTrusted: @return tag has no
  arguments.
  [javadoc] javadoc: warning - markSupported: @return tag has no 
arguments.
  [javadoc] javadoc: warning - newStreamNo: @return tag has no arguments.
  [javadoc] javadoc: warning - read: @return tag has no arguments.
  [javadoc] javadoc: warning - read: @return tag has no arguments.
  [javadoc] javadoc: warning - read: @return tag has no arguments.
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.Transformer
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.Transformer
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.sax.SAXTransformerFactory
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.Transformer
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.sax.SAXTransformerFactory
  [javadoc] javadoc: warning - Tag @link: Class or Package not found: org.
  xml.sax.helpers.XMLReaderFactory
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - Tag @link: Class or Package not found:
  javax.xml.transform.TransformerFactory#getFeature
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyPort(): Tag @see: can't
  find getPort() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyUser(): Tag @see: can't
  find getUser() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPSTransportClientProperties.getProxyPassword(): Tag @see: 
can't
  find getPassword() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyPort(): Tag @see: can't 
find
  getPort() in org.apache.axis.components.net.TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyUser(): Tag @see: can't 
find
  getUser() in org.apache.axis.components.net.TransportClientProperties
  [javadoc] javadoc: warning - org.apache.axis.components.net.
  DefaultHTTPTransportClientProperties.getProxyPassword(): Tag @see: can't
  find getPassword() in org.apache.axis.components.net.
  TransportClientProperties
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /home/rubys/jakarta/xml-
  axis/java/build/javadocs/stylesheet.css...
  [javadoc] 91 warnings

javadocsdist:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/axis-1_0/docs
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/axis-
    1_0/docs/apiDocs
     [copy] Copying 1316 files to /home/rubys/jakarta/xml-axis/java/axis-
     1_0/docs/apiDocs

samples:

BUILD FAILED
file:/home/rubys/jakarta/xml-axis/java/build.xml:197: Error while
generating WSDL for samples/echo/InteropTest.wsdl

 Total time: 1 minute 23 seconds