[Webtest] Re: Groovy Linkage Error StreamingMarkupBuilder
Robert Bodziony
Robert Bodziony" <robert.bodziony@gmail.com
Fri, 4 Jan 2008 10:49:41 +0100
------=_Part_29244_12810248.1199440181884
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
hi
ive got simmilar issue at windows with and and ibm jdk 1.5.0
ive fixed this issue replacing latest jars from groovy :
groovy-1.5.1.jar + asm-2.2.jar +antlr-2.7.6.jar
and works (but with this version of groovy i neeed to rename
WebTestMonitor.groovy to
WebTestMonitor2.groovy and now it works :)
Regards,
Robert
2008/1/4, Marc Guillemot <mguillemot@yahoo.fr>:
>
> Hi Craig,
>
> sorry for the delay. I have no special idea. I guess too that this is a
> classpath issue but except looking carefully at the classpath, I have no
> special idea.
> Btw: on AIX do you use IBM's JDK? And on your PC?
>
> Cheers,
> Marc.
> --
> Blog: http://mguillem.wordpress.com
>
>
> Craig Peterson wrote:
> > I'm still stumped on this one.
> >
> > Does anyone have suggestions for things to try?
> >
> > Should I be posting to a different mailing list, a Groovy one, perhaps?
> >
> > Other ideas?
> >
> > On Dec 19, 2007 2:44 PM, Craig Peterson <craig.peterson@gmail.com>
> wrote:
> >> I'm receiving the following error running webtest in the wt.htmlReportstarget:
> >>
> >> BUILD FAILED
> >> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/build-
> common.xml:
> >> 472: The following error occurred while executing this line:
> >> java.lang.LinkageError: groovy.xml.StreamingMarkupBuilder$25
> >>
> >> When I run on my PC from my IDE (Workshop / eclipse) or the DOS
> >> command prompt the process runs fine. When running the test on our
> >> development server (AIX 5.3) from bash the problem occurs. Both
> >> environments are using ant 1.6.5 and webtest R_1644
> >>
> >> The error occurs in the wt.htmlReports target. The mkdir, copy, and
> >> both xslt tasks run fine. The error hits on the <groovyScript> task of
> >> the wt.htmlReports target.
> >>
> >> My guess is that there's a conflicting class being loaded, but have
> >> not been able to identify the root cause. I see some posts on the
> >> Groovy forums about LinkageError issues and fixes applied in Groovy
> >> 1.1 or later (although only 1.0 and 1.5 are available for download).
> >> Is there a simple way to have WebTest use Groovy 1.5? Replacing the
> >> 1.0 jar with the 1.5 jar caused other errors (not surprising, but
> >> figured it was worth a shot).
> >>
> >> I linked ~/.ant/lib to the webtest.home/lib folder. After doing this
> >> java.class.path shows
> >> /proj/ec/tools/apache-ant-1.6.5/lib/ant-launcher.jar as the first
> >> entry. That's followed by all the webtest jars, so it's should be
> >> using all the webtest classes before any others. The error still
> >> occurs after making this change.
> >>
> >> I searched the webtest mailing list archive for "LinkageError" and for
> >> "StreamingMarkupBuilder" but didn't get any matches. My search for
> >> "groovy" turned up several matches, but those I read did not have the
> >> answer.
> >>
> >> Any suggestions on things to try or is there additional information
> >> that would help analyze the problem?
> >>
> >> Here is a more complete set of information about the problem.
> >>
> >> %> ant -Denvironment=dev -Dwt.headless=true test.services
> >> Buildfile: build.xml
> >>
> >> test.services:
> >> [echo]
> >> [echo] java.class.path is
> >> /proj/ec/tools/apache-ant-1.6.5/lib/ant-
> launcher.jar:/home/ecuser/.ant/lib/activation-1.1.jar:/home/ecuser/.a
> >> nt/lib/ant-
> 1.6.5.jar:/home/ecuser/.ant/lib/ant-apache-bsf-1.6.5.jar:/home/ecuser/.ant/lib/ant-junit-1.6.5.jar:/home/ecuser/.ant/lib/ant-launcher.jar:/home/ecuse
> >> r/.ant/lib/ant-
> nodeps-1.6.5.jar:/home/ecuser/.ant/lib/ant-trax-1.6.5.jar:/home/ecuser/.ant/lib/bsf-2.4.0.jar:/home/ecuser/.ant/lib/commons-codec-1.3.jar:/home/e
> >> cuser/.ant/lib/commons-
> collections-3.2.jar:/home/ecuser/.ant/lib/commons-httpclient-3.0.1.jar:/home/ecuser/.ant/lib/commons-io-1.3.1.jar:/home/ecuser/.ant/lib/c
> >>
> ommons-lang-2.3.jar:/home/ecuser/.ant/lib/commons-logging-1.0.4.jar:/home/ecuser/.ant/lib/dom4j-1.6.1.jar:/home/ecuser/.ant/lib/fontbox-0.1.0-dev-patched-200606
> >>
> 22.jar:/home/ecuser/.ant/lib/groovy-all-1.0.jar:/home/ecuser/.ant/lib/htmlunit-1.13.jar:/home/ecuser/.ant/lib/icu4j-2.6.1.jar:/home/ecuser/.ant/lib/jaxen-1.1.1
> .
> >> jar:/home/ecuser/.ant/lib/jdom-
> 1.0.jar:/home/ecuser/.ant/lib/jemmy-2.2.7.5.jar:/home/ecuser/.ant/lib/js-1.6R5.jar:/home/ecuser/.ant/lib/junit-3.8.2.jar:/home/ec
> >> user/.ant/lib/log4j-
> 1.2.14.jar:/home/ecuser/.ant/lib/mail-1.4.jar:/home/ecuser/.ant/lib/nekohtml-0.9.5.jar:/home/ecuser/.ant/lib/oro-2.0.6.jar:/home/ecuser/.ant
> >> /lib/pdfbox-
> 0.7.3-dev-log4j-20060612.jar:/home/ecuser/.ant/lib/poi-3.0.1-FINAL.jar:/home/ecuser/.ant/lib/webtest.jar:/home/ecuser/.ant/lib/webtest_T.jar:/home/e
> >> cuser/.ant/lib/xalan-
> 2.6.0.jar:/home/ecuser/.ant/lib/xercesImpl-2.6.2.jar:/home/ecuser/.ant/lib/xml-apis-1.3.02.jar:/home/ecuser/.ant/lib/xmlParserAPIs-2.2.1.ja
> >> r:/home/ecuser/.ant/lib/xom-
> 1.0.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-jai.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-antlr.jar:/proj/ec/tools/apache-ant-
> >> 1.6.5/lib/ant-
> apache-bcel.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-apache-bsf.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-apache-log4j.jar:/proj/ec/tools/apa
> >> che-ant-1.6.5/lib/ant-
> apache-oro.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-apache-regexp.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-apache-resolver.jar:/proj
> >> /ec/tools/apache-ant-1.6.5/lib/ant-
> commons-logging.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-commons-net.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-contrib.j
> >> ar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-
> icontract.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-javamail.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-jdepend.ja
> >> r:/proj/ec/tools/apache-ant-1.6.5/lib/ant-
> jmf.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-jsch.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-junit.jar:/proj/ec/to
> >> ols/apache-ant-1.6.5/lib/ant-
> launcher.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-netrexx.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-nodeps.jar:/proj/ec/tools/
> >> apache-ant-1.6.5/lib/ant-
> starteam.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-stylebook.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-swing.jar:/proj/ec/tools/apa
> >> che-ant-1.6.5/lib/ant-
> trax.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-vaj.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-weblogic.jar:/proj/ec/tools/apache-ant-1
> .
> >> 6.5/lib/ant-
> xalan1.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-xslp.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant.jar:/proj/ec/tools/apache-ant-1.6.5/lib/bsf.jar:
> >> /proj/ec/tools/apache-ant-1.6.5/lib/js-
> 1.6R5.jar:/proj/ec/tools/apache-ant-1.6.5/lib/xercesImpl.jar:/proj/ec/tools/apache-ant-1.6.5/lib/xml-apis.jar:/proj/ec/to
> >> ols/apache-ant-1.6.5/lib/junit.jar:/proj/ec/tools/apache-ant-1.6.5
> /lib/HPAntTasks.jar:/proj/ec/tools/apache-ant-1.6.5
> /lib/cvslib.jar:/proj/ec/tools/apache-ant-1
> >> .6.5/lib/jakarta-
> oro-2.0.7.jar:/proj/ec/tools/apache-ant-1.6.5/lib/jsch-0.1.16.jar:/proj/ec/tools/apache-ant-1.6.5/lib/maverick-ant.jar:/proj/ec/tools/apache-an
> >> t-1.6.5/lib/emma_ant.jar:/proj/ec/tools/apache-ant-1.6.5
> /lib/emma.jar:/proj/ec/usr/java15sr2/lib/tools.jar
> >> [echo]
> >>
> >> wt.init:
> >>
> >> wt.init.headless:
> >>
> >> wt.defineTimestamps:
> >>
> >> wt.defineTasks.init:
> >>
> >> wt.defineTasks:
> >>
> >> wt.webtestMonitor:
> >>
> >> wt.defineMacros:
> >> [echo] Defining project macros and custom steps (if any)
> >>
> >> wt.generateDtd:
> >> [groovyScript] Scanning for entities...
> >> [groovyScript] 0 entities found
> >> [groovyScript] Already uptodate:
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/dtd/Project.dtd
> >>
> >> wt.generateDefinitions:
> >> [groovyScript] Definitions dir not found:
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/definitions.
> >> Ignoring.
> >>
> >> wt.createReportsFolder:
> >>
> >> wt.deleteReports:
> >> [delete] Deleting 29 files from
> >> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results
> >> [delete] Deleted 5 directories from
> >> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results
> >>
> >> wt.testInWork:
> >> [echo] Execution allWebServiceTests.xml in dir
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/api/testing/webtest/HPTests/tests
> >>
> >> test:
> >>
> >> home:
> >>
> >> home:
> >>
> >> home:
> >>
> >> wt.htmlReports.init:
> >>
> >> wt.htmlReports:
> >> [mkdir] Created dir:
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/resources
> >> [copy] Copying 20 files to
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/resources
> >> [xslt] Transforming into
> >> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results
> >> [xslt] Processing
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/001_VerifyWebService/WebTestReport.xml
> >> to
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/001_VerifyWebService/WebTestReport.html
> >> [xslt] Loading stylesheet
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/api/testing/webtest/resources/WebTestReport.xsl
> >> [xslt] Processing
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/002_VerifyAccountlog/WebTestReport.xml
> >> to
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/002_VerifyAccountlog/WebTestReport.html
> >> [xslt] Processing
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/003_VerifyProfileCon/WebTestReport.xml
> >> to
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/003_VerifyProfileCon/WebTestReport.html
> >> [xslt] Transforming into
> >> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results
> >> [xslt] Processing
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/001_VerifyWebService/WebTestReport.xml
> >> to
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/001_VerifyWebService/WebTestSummary.xml
> >> [xslt] Loading stylesheet
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/api/testing/webtest/resources/WebTestReportSummaryExtractor.xsl
> >> [xslt] Processing
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/002_VerifyAccountlog/WebTestReport.xml
> >> to
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/002_VerifyAccountlog/WebTestSummary.xml
> >> [xslt] Processing
> >>
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/003_VerifyProfileCon/WebTestReport.xml
> >> to
> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/003_VerifyProfileCon/WebTestSummary.xml
> >>
> >> BUILD FAILED
> >> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/build-
> common.xml:
> >> 451: The following error occurred while executing this line:
> >> java.lang.LinkageError: groovy.xml.StreamingMarkupBuilder$25
> >>
> >> Total time: 11 seconds
> >>
> > _______________________________________________
> > WebTest mailing list
> > WebTest@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/webtest
> >
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>
------=_Part_29244_12810248.1199440181884
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
hi <br> ive got simmilar issue at windows with and and ibm jdk 1.5.0<br><br>ive fixed this issue replacing latest jars from groovy :<br><br> groovy-1.5.1.jar + asm-2.2.jar +antlr-2.7.6.jar<br><br> and works (but with this version of groovy i neeed to rename
WebTestMonitor.groovy to<br> WebTestMonitor2.groovy and now it works :)<br><br>Regards,<br> Robert<br><br><br><div><span class="gmail_quote">2008/1/4, Marc Guillemot <<a href="mailto:mguillemot@yahoo.fr">mguillemot@yahoo.fr
</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Craig,<br><br>sorry for the delay. I have no special idea. I guess too that this is a
<br>classpath issue but except looking carefully at the classpath, I have no<br>special idea.<br>Btw: on AIX do you use IBM's JDK? And on your PC?<br><br>Cheers,<br>Marc.<br>--<br>Blog: <a href="http://mguillem.wordpress.com">
http://mguillem.wordpress.com</a><br><br><br>Craig Peterson wrote:<br>> I'm still stumped on this one.<br>><br>> Does anyone have suggestions for things to try?<br>><br>> Should I be posting to a different mailing list, a Groovy one, perhaps?
<br>><br>> Other ideas?<br>><br>> On Dec 19, 2007 2:44 PM, Craig Peterson <<a href="mailto:craig.peterson@gmail.com">craig.peterson@gmail.com</a>> wrote:<br>>> I'm receiving the following error running webtest in the
wt.htmlReports target:<br>>><br>>> BUILD FAILED<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/build-common.xml:<br>>> 472: The following error occurred while executing this line:
<br>>> java.lang.LinkageError: groovy.xml.StreamingMarkupBuilder$25<br>>><br>>> When I run on my PC from my IDE (Workshop / eclipse) or the DOS<br>>> command prompt the process runs fine. When running the test on our
<br>>> development server (AIX 5.3) from bash the problem occurs. Both<br>>> environments are using ant 1.6.5 and webtest R_1644<br>>><br>>> The error occurs in the wt.htmlReports target. The mkdir, copy, and
<br>>> both xslt tasks run fine. The error hits on the <groovyScript> task of<br>>> the wt.htmlReports target.<br>>><br>>> My guess is that there's a conflicting class being loaded, but have
<br>>> not been able to identify the root cause. I see some posts on the<br>>> Groovy forums about LinkageError issues and fixes applied in Groovy<br>>> 1.1 or later (although only 1.0 and 1.5 are available for download).
<br>>> Is there a simple way to have WebTest use Groovy 1.5? Replacing the<br>>> 1.0 jar with the 1.5 jar caused other errors (not surprising, but<br>>> figured it was worth a shot).<br>>><br>>> I linked ~/.ant/lib to the
webtest.home/lib folder. After doing this<br>>> java.class.path shows<br>>> /proj/ec/tools/apache-ant-1.6.5/lib/ant-launcher.jar as the first<br>>> entry. That's followed by all the webtest jars, so it's should be
<br>>> using all the webtest classes before any others. The error still<br>>> occurs after making this change.<br>>><br>>> I searched the webtest mailing list archive for "LinkageError" and for
<br>>> "StreamingMarkupBuilder" but didn't get any matches. My search for<br>>> "groovy" turned up several matches, but those I read did not have the<br>>> answer.<br>>><br>
>> Any suggestions on things to try or is there additional information<br>>> that would help analyze the problem?<br>>><br>>> Here is a more complete set of information about the problem.<br>>>
<br>>> %> ant -Denvironment=dev -Dwt.headless=true test.services<br>>> Buildfile: build.xml<br>>><br>>> test.services:<br>>> [echo]<br>>> [echo] java.class.path
is<br>>> /proj/ec/tools/apache-ant-1.6.5/lib/ant-launcher.jar:/home/ecuser/.ant/lib/activation-1.1.jar:/home/ecuser/.a<br>>> nt/lib/ant-1.6.5.jar:/home/ecuser/.ant/lib/ant-apache-bsf-1.6.5.jar:/home/ecuser/.ant/lib/ant-junit-1.6.5.jar:/home/ecuser/.ant/lib/ant-launcher.jar:/home/ecuse
<br>>> r/.ant/lib/ant-nodeps-1.6.5.jar:/home/ecuser/.ant/lib/ant-trax-1.6.5.jar:/home/ecuser/.ant/lib/bsf-2.4.0.jar:/home/ecuser/.ant/lib/commons-codec-1.3.jar:/home/e<br>>> cuser/.ant/lib/commons-collections-3.2.jar:/home/ecuser/.ant/lib/commons-httpclient-3.0.1.jar:/home/ecuser/.ant/lib/commons-io-1.3.1.jar:/home/ecuser/.ant/lib/c
<br>>> ommons-lang-2.3.jar:/home/ecuser/.ant/lib/commons-logging-1.0.4.jar:/home/ecuser/.ant/lib/dom4j-1.6.1.jar:/home/ecuser/.ant/lib/fontbox-0.1.0-dev-patched-200606<br>>> 22.jar:/home/ecuser/.ant/lib/groovy-all-1.0.jar:/home/ecuser/.ant/lib/htmlunit-1.13.jar:/home/ecuser/.ant/lib/icu4j-2.6.1.jar:/home/ecuser/.ant/lib/jaxen-1.1.1
.<br>>> jar:/home/ecuser/.ant/lib/jdom-1.0.jar:/home/ecuser/.ant/lib/jemmy-2.2.7.5.jar:/home/ecuser/.ant/lib/js-1.6R5.jar:/home/ecuser/.ant/lib/junit-3.8.2.jar:/home/ec<br>>> user/.ant/lib/log4j-1.2.14.jar:/home/ecuser/.ant/lib/mail-1.4.jar:/home/ecuser/.ant/lib/nekohtml-0.9.5.jar:/home/ecuser/.ant/lib/oro-2.0.6.jar:/home/ecuser/.ant
<br>>> /lib/pdfbox-0.7.3-dev-log4j-20060612.jar:/home/ecuser/.ant/lib/poi-3.0.1-FINAL.jar:/home/ecuser/.ant/lib/webtest.jar:/home/ecuser/.ant/lib/webtest_T.jar:/home/e<br>>> cuser/.ant/lib/xalan-2.6.0.jar:/home/ecuser/.ant/lib/xercesImpl-2.6.2.jar:/home/ecuser/.ant/lib/xml-apis-1.3.02.jar:/home/ecuser/.ant/lib/xmlParserAPIs-2.2.1.ja
<br>>> r:/home/ecuser/.ant/lib/xom-1.0.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-jai.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-antlr.jar:/proj/ec/tools/apache-ant-<br>>> 1.6.5/lib/ant-apache-bcel.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-apache-bsf.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-apache-log4j.jar:/proj/ec/tools/apa
<br>>> che-ant-1.6.5/lib/ant-apache-oro.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-apache-regexp.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-apache-resolver.jar:/proj<br>>> /ec/tools/apache-ant-1.6.5/lib/ant-
commons-logging.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-commons-net.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-contrib.j<br>>> ar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-icontract.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-javamail.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-jdepend.ja
<br>>> r:/proj/ec/tools/apache-ant-1.6.5/lib/ant-jmf.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-jsch.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-junit.jar:/proj/ec/to<br>>> ols/apache-ant-1.6.5/lib/ant-launcher.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-netrexx.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-nodeps.jar:/proj/ec/tools/
<br>>> apache-ant-1.6.5/lib/ant-starteam.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-stylebook.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-swing.jar:/proj/ec/tools/apa<br>>> che-ant-1.6.5/lib/ant-trax.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-vaj.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-weblogic.jar:/proj/ec/tools/apache-ant-1
.<br>>> 6.5/lib/ant-xalan1.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant-xslp.jar:/proj/ec/tools/apache-ant-1.6.5/lib/ant.jar:/proj/ec/tools/apache-ant-1.6.5/lib/bsf.jar:<br>>> /proj/ec/tools/apache-ant-1.6.5/lib/js-
1.6R5.jar:/proj/ec/tools/apache-ant-1.6.5/lib/xercesImpl.jar:/proj/ec/tools/apache-ant-1.6.5/lib/xml-apis.jar:/proj/ec/to<br>>> ols/apache-ant-1.6.5/lib/junit.jar:/proj/ec/tools/apache-ant-1.6.5/lib/HPAntTasks.jar:/proj/ec/tools/apache-
ant-1.6.5/lib/cvslib.jar:/proj/ec/tools/apache-ant-1<br>>> .6.5/lib/jakarta-oro-2.0.7.jar:/proj/ec/tools/apache-ant-1.6.5/lib/jsch-0.1.16.jar:/proj/ec/tools/apache-ant-1.6.5/lib/maverick-ant.jar:/proj/ec/tools/apache-an
<br>>> t-1.6.5/lib/emma_ant.jar:/proj/ec/tools/apache-ant-1.6.5/lib/emma.jar:/proj/ec/usr/java15sr2/lib/tools.jar<br>>> [echo]<br>>><br>>> wt.init:<br>>><br>>> wt.init.headless:<br>
>><br>>> wt.defineTimestamps:<br>>><br>>> wt.defineTasks.init:<br>>><br>>> wt.defineTasks:<br>>><br>>> wt.webtestMonitor:<br>>><br>>> wt.defineMacros:<br>>> [echo] Defining project macros and custom steps (if any)
<br>>><br>>> wt.generateDtd:<br>>> [groovyScript] Scanning for entities...<br>>> [groovyScript] 0 entities found<br>>> [groovyScript] Already uptodate:<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/dtd/Project.dtd
<br>>><br>>> wt.generateDefinitions:<br>>> [groovyScript] Definitions dir not found:<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/definitions.<br>>> Ignoring.<br>>>
<br>>> wt.createReportsFolder:<br>>><br>>> wt.deleteReports:<br>>> [delete] Deleting 29 files from<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results<br>>> [delete] Deleted 5 directories from
<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results<br>>><br>>> wt.testInWork:<br>>> [echo] Execution allWebServiceTests.xml in dir<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/api/testing/webtest/HPTests/tests
<br>>><br>>> test:<br>>><br>>> home:<br>>><br>>> home:<br>>><br>>> home:<br>>><br>>> wt.htmlReports.init:<br>>><br>>> wt.htmlReports:<br>>> [mkdir] Created dir:
<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/resources<br>>> [copy] Copying 20 files to<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/resources
<br>>> [xslt] Transforming into<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results<br>>> [xslt] Processing<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/001_VerifyWebService/WebTestReport.xml
<br>>> to /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/001_VerifyWebService/WebTestReport.html<br>>> [xslt] Loading stylesheet<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/api/testing/webtest/resources/WebTestReport.xsl
<br>>> [xslt] Processing<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/002_VerifyAccountlog/WebTestReport.xml<br>>> to /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/002_VerifyAccountlog/WebTestReport.html
<br>>> [xslt] Processing<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/003_VerifyProfileCon/WebTestReport.xml<br>>> to /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/003_VerifyProfileCon/WebTestReport.html
<br>>> [xslt] Transforming into<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results<br>>> [xslt] Processing<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/001_VerifyWebService/WebTestReport.xml
<br>>> to /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/001_VerifyWebService/WebTestSummary.xml<br>>> [xslt] Loading stylesheet<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/api/testing/webtest/resources/WebTestReportSummaryExtractor.xsl
<br>>> [xslt] Processing<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/002_VerifyAccountlog/WebTestReport.xml<br>>> to /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/002_VerifyAccountlog/WebTestSummary.xml
<br>>> [xslt] Processing<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/003_VerifyProfileCon/WebTestReport.xml<br>>> to /proj/ec/automated-builds/build-dev/checkout/deployment-portal/results/003_VerifyProfileCon/WebTestSummary.xml
<br>>><br>>> BUILD FAILED<br>>> /proj/ec/automated-builds/build-dev/checkout/deployment-portal/build-common.xml:<br>>> 451: The following error occurred while executing this line:<br>>> java.lang.LinkageError
: groovy.xml.StreamingMarkupBuilder$25<br>>><br>>> Total time: 11 seconds<br>>><br>> _______________________________________________<br>> WebTest mailing list<br>> <a href="mailto:WebTest@lists.canoo.com">
WebTest@lists.canoo.com</a><br>> <a href="http://lists.canoo.com/mailman/listinfo/webtest">http://lists.canoo.com/mailman/listinfo/webtest</a><br>><br><br>_______________________________________________<br>WebTest mailing list
<br><a href="mailto:WebTest@lists.canoo.com">WebTest@lists.canoo.com</a><br><a href="http://lists.canoo.com/mailman/listinfo/webtest">http://lists.canoo.com/mailman/listinfo/webtest</a><br></blockquote></div><br>
------=_Part_29244_12810248.1199440181884--