You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Anou Manavalan <an...@hotmail.com> on 2006/07/01 13:45:56 UTC

[GUMP@vmgump]: Project ws-juddi (in module ws-juddi) failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project ws-juddi has an issue affecting its community integration.
This issue affects 2 projects,
 and has been outstanding for 5 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - ws-juddi :  ws-juddi -- UDDI Toolkit/Repository
    - ws-juddi-test :  ws-juddi -- UDDI Toolkit/Repository


Full details are available at:
    http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [juddi-01072006.jar] identifier set to project name
 -DEBUG- Dependency on ant exists, no need to add for property ant.home.
 -INFO- Optional dependency checkstyle failed with reason build failed
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/gump_work/build_ws-juddi_ws-juddi.html
Work Name: build_ws-juddi_ws-juddi (Type: Build)
Work ended in a state of : Failed
Elapsed: 9 secs
Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dant.home=/usr/local/gump/public/workspace/ant/dist -DDATE_STAMP=01072006 -f build.xml gump 
[Working Directory: /usr/local/gump/public/workspace/ws-juddi]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ws-juddi/build/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/axis.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/saaj.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/axis-ant.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/jaxrpc.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-01072006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-01072006.jar:/usr/local/gump/public/workspace/jakarta-commons/dbcp/dist/commons-dbcp.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-01072006.jar:/usr/local/gump/public/workspace/jakarta-commons/pool/dist/commons-pool.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/usr/local/gump/public/workspace/checkstyle/target/dist/checkstyle-01072006/checkstyle-01072006.jar
---------------------------------------------
    [javac] location: class org.apache.juddi.datatype.publisher.Publisher
    [javac]     element.setAttribute("maxBusinessEntities",String.valueOf(publisher.getMaxBusinessEntities()));
    [javac]                                                                        ^
    [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/registry/RegistryServlet.java:134: cannot find symbol
    [javac] symbol  : variable PROPNAME_MAX_BUSINESS_ENTITIES_PER_USER
    [javac] location: class org.apache.juddi.registry.RegistryEngine
    [javac]         props.put(RegistryEngine.PROPNAME_MAX_BUSINESS_ENTITIES_PER_USER,
    [javac]                                 ^
    [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/registry/RegistryServlet.java:135: cannot find symbol
    [javac] symbol  : variable DEFAULT_MAX_BUSINESS_ENTITIES_PER_USER
    [javac] location: class org.apache.juddi.registry.RegistryEngine
    [javac]                   Integer.toString(RegistryEngine.DEFAULT_MAX_BUSINESS_ENTITIES_PER_USER));
    [javac]                                                  ^
    [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/registry/RegistryServlet.java:137: cannot find symbol
    [javac] symbol  : variable PROPNAME_MAX_BUSINESS_SERVICES_PER_BUSINESS
    [javac] location: class org.apache.juddi.registry.RegistryEngine
    [javac]         props.put(RegistryEngine.PROPNAME_MAX_BUSINESS_SERVICES_PER_BUSINESS,
    [javac]                                 ^
    [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/registry/RegistryServlet.java:138: cannot find symbol
    [javac] symbol  : variable DEFAULT_MAX_BUSINESS_SERVICES_PER_BUSINESS
    [javac] location: class org.apache.juddi.registry.RegistryEngine
    [javac]                   Integer.toString(RegistryEngine.DEFAULT_MAX_BUSINESS_SERVICES_PER_BUSINESS));
    [javac]                                                  ^
    [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/registry/RegistryServlet.java:140: cannot find symbol
    [javac] symbol  : variable PROPNAME_MAX_BINDING_TEMPLATES_PER_SERVICE
    [javac] location: class org.apache.juddi.registry.RegistryEngine
    [javac]         props.put(RegistryEngine.PROPNAME_MAX_BINDING_TEMPLATES_PER_SERVICE,
    [javac]                                 ^
    [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/registry/RegistryServlet.java:141: cannot find symbol
    [javac] symbol  : variable DEFAULT_MAX_BINDING_TEMPLATES_PER_SERVICE
    [javac] location: class org.apache.juddi.registry.RegistryEngine
    [javac]                   Integer.toString(RegistryEngine.DEFAULT_MAX_BINDING_TEMPLATES_PER_SERVICE));
    [javac]                                                  ^
    [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/registry/RegistryServlet.java:143: cannot find symbol
    [javac] symbol  : variable PROPNAME_MAX_TMODELS_PER_USER
    [javac] location: class org.apache.juddi.registry.RegistryEngine
    [javac]         props.put(RegistryEngine.PROPNAME_MAX_TMODELS_PER_USER,
    [javac]                                 ^
    [javac] /x1/gump/public/workspace/ws-juddi/src/java/org/apache/juddi/registry/RegistryServlet.java:144: cannot find symbol
    [javac] symbol  : variable DEFAULT_MAX_TMODELS_PER_USER
    [javac] location: class org.apache.juddi.registry.RegistryEngine
    [javac]                   Integer.toString(RegistryEngine.DEFAULT_MAX_TMODELS_PER_USER));
    [javac]                                                  ^
    [javac] 9 errors
    [javac] 9 warnings

BUILD FAILED
/x1/gump/public/workspace/ws-juddi/build.xml:151: Compile failed; see the compiler error output for details.

Total time: 9 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/rss.xml
- Atom: http://vmgump.apache.org/gump/public/ws-juddi/ws-juddi/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 27000001072006, vmgump.apache.org:vmgump-public:27000001072006
Gump E-mail Identifier (unique within run) #87.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org