Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Build Failed - EclipseLink Bootstrap Automated Builds

Here are the errors. If you have checked in a transaction over the last few days, can you ensure you did not cause these.

#1

<testcase classname="org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLUnitTestSuite" name="testSelectPhoneNumberNumberWithEmployeeWithFirstNameFirst" time="0.0060"> <error message="org.eclipse.persistence.indirection.IndirectList incompatible with java.util.LinkedList" type="java.lang.ClassCastException">java.lang.ClassCastException: org.eclipse.persistence.indirection.IndirectList incompatible with java.util.LinkedList at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLUnitTestSuite.testSelectPhoneNumberNumberWithEmployeeWithFirstNameFirst(JUnitJPQLUnitTestSuite.java:307) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:345)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
        at junit.extensions.TestSetup.run(TestSetup.java:25)
</error>

#2

<testcase classname="org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesJUnitTestCase$1" name="unknown" time="0.0">
    <error message="
Exception Description: Database platform class [org.eclipse.persistence.platform.database.MySQL4Platform] not found. Internal Exception: Exception [EclipseLink-3007] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080602)): org.eclipse.persistence.exceptions.ConversionException Exception Description: The object [org.eclipse.persistence.platform.database.MySQL4Platform], of class [class java.lang.String], could not be converted to [class java.lang.Class]. Please ensure that the class [org.eclipse.persistence.platform.database.MySQL4Platform] is on the CLASSPATH. You may need to use alternate API passing in the appropriate class loader as required, or setting it on the default ConversionManager Internal Exception: java.lang.ClassNotFoundException: org.eclipse.persistence.platform.database.MySQL4Platform" type="org.eclipse.persistence.exceptions.ValidationException">Local Exception Stack: Exception [EclipseLink-7042] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080602)): org.eclipse.persistence.exceptions.ValidationException Exception Description: Database platform class [org.eclipse.persistence.platform.database.MySQL4Platform] not found.

-Tom




peter.krogh@xxxxxxxxxx wrote:
     [echo] ---- Bootstrap ----

init:
<snip>
    [junit] Tests run: 920, Failures: 0, Errors: 2, Time elapsed: 2,240.467 sec
    [junit] Test org.eclipse.persistence.testing.tests.jpa.FullRegressionTestSuite FAILED
[junitreport] Processing /shared/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/reports/TESTS-TestSuites.xml to /shared/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/reports/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/shared/common/apache-ant-1.7.0/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 420ms

BUILD FAILED
/opt/public/technology/eclipselink/bootstrap.xml:166: The following error occurred while executing this line:
/shared/technology/eclipselink/trunk/autobuild.xml:158: The following error occurred while executing this line:
/shared/technology/eclipselink/trunk/build.xml:458: The following error occurred while executing this line:
/shared/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build.xml:350: The following error occurred while executing this line:
/shared/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build.xml:509: Some of the junit tests failed.  See the reports/junit-noframes.html file for details.

Total time: 77 minutes 16 seconds


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


Back to the top