Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] BUILD STATUS:: trunk nightly build failed!

Think I found the problem... There is no etc/dbsetup_LogLevelValidation.sql file present!
and that it looks like that is what it is looking for when it failed:

<sql
        onerror="continue"
        keepformat="true"
        driver="${db.driver}"
        url="${db.url}"
        userid="${db.user}"
        password="${db.pwd}"
        classpathref="dbwsbldrtest.run.path"
        delimiter="|"
>
<fileset
          dir="./${etc.dir}"
>
<include name="dbsetup_@{testsuite-name}.sql"/>
</fileset>
</sql>

In this case the "testsuite-name" would be "LogLevelValidation". Such a file doesn't exist in the "etc" dir. Looks like there have been changes... And I didn't look closely enough at the log. Problem appears to be missed checkins needed in 9612.

Will respin once fixed.

-Eric

On 24/06/2011 8:11 AM, Eric Gwin wrote:
The builder test run failed after most of the testing ran. It was in:
runtests(LogLevelValidation)->SetupCompileRunTeardown->SetupDatabase->sql

When it failed with the error below (Source file or resource collection, transactions or sql statement must be set!).

The odd thing is that the other 14 suites ran through the script without an issue and it doesn't appear that the builder code/tests or ant scripts changed recently.

-Eric

On 24/06/2011 7:25 AM, Eric Gwin wrote:
ant detected a failure during dbws.builder testing. May be relates to new jdbc driver. investigating:

    [junit] Running dbws.testing.batchsql.BatchSQLTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.823 sec
[junitreport] Processing /shared/rt/eclipselink/trunk/utils/eclipselink.dbws.builder.test/reports/TESTS-TestSuites.xml to /shared/rt/eclipselink/trunk/utils/eclipselink.dbws.builder.test/reports/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/shared/common/apache-ant-1.7.1/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 74ms
      [sql] Executing resource: /shared/rt/eclipselink/trunk/utils/eclipselink.dbws.builder.test/etc/dbteardown_batchsql.sql
      [sql] 2 of 2 SQL statements executed successfully

BUILD FAILED
/opt/public/rt/eclipselink/bootstrap.xml:235: The following error occurred while executing this line:
/shared/rt/eclipselink/trunk/autobuild.xml:374: The following error occurred while executing this line:
/shared/rt/eclipselink/trunk/build.xml:854: The following error occurred while executing this line:
/shared/rt/eclipselink/trunk/utils/eclipselink.dbws.builder.test/build.xml:393: The following error occurred while executing this line:
/shared/rt/eclipselink/trunk/utils/eclipselink.dbws.builder.test/build.xml:323: The following error occurred while executing this line:
/shared/rt/eclipselink/trunk/utils/eclipselink.dbws.builder.test/build.xml:181: Source file or resource collection, transactions or sql statement must be set!

Total time: 118 minutes 23 seconds
Build completed at: Fri Jun 24 02:03:36 EDT 2011


On 24/06/2011 2:04 AM, eric.gwin@xxxxxxxxxx wrote:
Build summary for 2.4.0.v20110624-r9616
-----------------------------------
Non-critical compilation issues (if any) reported in
the format [BUILDLOG_LINE#: NUMBER_OF_ERRORS]:
-----------------------------------
Build log: (/shared/rt/eclipselink/logs/bsb-trunk_nightly_110624-0005.log)
Build logs can be found on the download server at:
     http://www.eclipse.org/eclipselink/downloads/build-failures.php
-----------------------------------

SVN Changes since Last Build:
------------------------------------------------------------------------
r9616 | egwin | 2011-06-23 21:43:29 -0400 (Thu, 23 Jun 2011)
Changed paths:
    M /trunk/autobuild.properties
------------------------------------------------------------------------
r9615 | mmacivor | 2011-06-23 15:31:13 -0400 (Thu, 23 Jun 2011)
Changed paths:
    M /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/externalizedmetadata/multiplebindings/simple-oxm1.xml
    M /trunk/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java
------------------------------------------------------------------------
r9614 | rbarkhous | 2011-06-23 15:30:19 -0400 (Thu, 23 Jun 2011)
Changed paths:
    M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/exceptions/JAXBException.java
    M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/exceptions/i18n/JAXBExceptionResource.java
    A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/dynamic/after.xml
    A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/dynamic/before.xml
    A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/dynamic/metadata.xml
    A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/dynamic/refresh.xsd
    M /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/dynamic/DynamicJAXBContextCreationTestCases.java
    M /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/dynamic/DynamicJAXBFromXSDTestCases.java
    A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/dynamic/DynamicJAXBRefreshTestCases.java
    M /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/dynamic/DynamicJAXBTestSuite.java
    M /trunk/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/JAXBContext.java
    M /trunk/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContext.java
    M /trunk/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java
    M /trunk/moxy/org.eclipse.persistence.moxy.dynamicxjc/src/org/eclipse/persistence/jaxb/dynamic/metadata/SchemaMetadata.java
------------------------------------------------------------------------
r9613 | dmccann | 2011-06-23 11:55:31 -0400 (Thu, 23 Jun 2011)
Changed paths:
    M /trunk/utils/eclipselink.dbws.builder.test/build.xml
    M /trunk/utils/eclipselink.dbws.builder.test/src/dbws/testing/DBWSTestSuite.java
    A /trunk/utils/eclipselink.dbws.builder.test/src/dbws/testing/loglevelvalidation
    A /trunk/utils/eclipselink.dbws.builder.test/src/dbws/testing/loglevelvalidation/LogLevelValidationTestSuite.java
    M /trunk/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/XRPackager.java
------------------------------------------------------------------------
r9612 | dmccann | 2011-06-23 11:52:25 -0400 (Thu, 23 Jun 2011)
Changed paths:
    A /trunk/dbws/org.eclipse.persistence.dbws/resource/org/eclipse/persistence/dbws/eclipselink-dbws_1.1.xsd
    A /trunk/utils/org.eclipse.persistence.dbws.builder/resource/org/eclipse/persistence/tools/dbws/eclipselink-dbws-builder_1.3.xsd
------------------------------------------------------------------------
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top