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 has test failures!

Hi Michael,

thanks for your hints. I tried out a JRockit VM as well but I'm still not able to reproduce the VM crash. 
I have opened a bugzilla ticket in order to track the problem: https://bugs.eclipse.org/bugs/show_bug.cgi?id=307047

Best regards,
Sabine


Sabine Heider
SAP AG

Pflichtangaben/Mandatory Disclosure Statements:
http://www.sap.com/company/legal/impressum.epx 


-----Original Message-----
From: eclipselink-dev-bounces@xxxxxxxxxxx [mailto:eclipselink-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael O'Brien
Sent: Dienstag, 23. März 2010 14:57
To: Dev mailing list for Eclipse Persistence Services
Subject: Re: [eclipselink-dev] BUILD STATUS:: trunk nightly build has test failures!

Sabine,
    Hi, for a related hung JVM during ddl-generation in July 2009 - 
check out the details of bug# 284314
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284314

    In that case it was reproducable on JRockit outside of the PPC IBM 
J9 JVM on the eclipse box.
    I was able to restart a the process containing the hung jdbc thread 
for  2.5 hours by connecting to the blocked JVM via jconsole - for some 
reason.
    JConsole will also show blocked threads if there are any.
    I have not see the SUN JVM hang as well.

    This was the reproduction
U:\>java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
BEA JRockit(R) (build 
R27.6.1-25_o-105709-1.6.0_05-20081111-1602-windows-ia32, compiled mode)
DB=Oracle 11 locally
OS=Vista
driver=
db.url=jdbc:oracle:thin:@tl*7.com:1521:TOPLINK
db.driver=oracle.jdbc.OracleDriver
db.platform=org.eclipse.persistence.platform.database.oracle.Oracle11Platform
jdbc.driver.jar=e:/view_libs/jlib/ojdbc6_11.jar

    /michael
   
Heider, Sabine wrote:
> Hi,
>
> is anyone investigating the VM crash in the WDF tests? It looks like a VM problem rather than a test issue, actually (at least the VM shouldn't crash, no matter what happens inside the test...).
>
> I tried it locally with a Sun Hotspot VM (Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)) and didn't get any errors.
> Apparently you are using an IBM VM, aren't you? Can you try out a different VM?
>
> Don't really know how we can help solving this :-(
>
> Best regards,
> Sabine
>
> --
>
> Sabine Heider
> SAP AG
>
> Pflichtangaben/Mandatory Disclosure Statements:
> http://www.sap.com/company/legal/impressum.epx 
>
> -----Original Message-----
> From: eclipselink-dev-bounces@xxxxxxxxxxx [mailto:eclipselink-dev-bounces@xxxxxxxxxxx] On Behalf Of eric.gwin@xxxxxxxxxx
> Sent: Dienstag, 23. März 2010 07:13
> To: ejgwin@xxxxxxxxx; eclipselink-dev@xxxxxxxxxxx
> Subject: [eclipselink-dev] BUILD STATUS:: trunk nightly build has test failures!
>
> Build summary for 2.1.0.v20100323-r6870
> -----------------------------------
> TEST-CORE
>   Tests run:11670 Failures:0 Errors:0
> TEST-JPA
>   Tests run:1848 Failures:0 Errors:0
> TEST-WDF
>   Tests run:476 Failures:0 Errors:1
> TEST-MOXY
>   Tests run:25351 Failures:0 Errors:0
> TEST-SDO
>   Tests run:4475 Failures:0 Errors:0
> TEST-DBWS
>   Tests run:17 Failures:0 Errors:0
> TEST-DBWS-UTILS
>   Tests run:28 Failures:0 Errors:0
> -----------------------------------
>
> Build log: (/shared/rt/eclipselink/logs/bsb-trunk_nightly_100323-0005.log)
> Test logs can be found on the download server at:
>     http://www.eclipse.org/eclipselink/downloads/nightly.php
> Build logs can be found on the download server at:
>     http://www.eclipse.org/eclipselink/downloads/build-failures.php
> -----------------------------------
>
> SVN Changes since Last Build:
> ------------------------------------------------------------------------
> r6870 | gyorke | 2010-03-22 15:10:55 -0400 (Mon, 22 Mar 2010)
> Changed paths:
>    M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/advanced/AdvancedJPAJunitTest.java
> ------------------------------------------------------------------------
> r6869 | ailitchev | 2010-03-22 14:42:04 -0400 (Mon, 22 Mar 2010)
> Changed paths:
>    M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/expressions/Expression.java
> ------------------------------------------------------------------------
> r6868 | etang | 2010-03-22 14:19:15 -0400 (Mon, 22 Mar 2010)
> Changed paths:
>    M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/jpql/JUnitJPQLComplexTestSuite.java
> ------------------------------------------------------------------------
> r6864 | tware | 2010-03-22 11:48:25 -0400 (Mon, 22 Mar 2010)
> Changed paths:
>    M /trunk/foundation/eclipselink.core.test/build.xml
>    M /trunk/foundation/eclipselink.core.test/test.properties
>    M /trunk/jpa/eclipselink.jpa.test/build.properties
>    M /trunk/jpa/eclipselink.jpa.test/build.xml
>    M /trunk/jpa/eclipselink.jpa.test/test.properties
> ------------------------------------------------------------------------
> r6863 | tware | 2010-03-22 10:42:13 -0400 (Mon, 22 Mar 2010)
> Changed paths:
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestCase.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/ConnectionPoolFailureTest.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/FullDatabaseFailureTest.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/SingleConnectionFailureTest.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryTimeoutConnectionReleasedTest.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryTimeoutTest.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/ClearQueryOptionsOnStatementTest.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/report/ReportQueryFunctionTypeTestCase.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesDeleteTest.java
>    M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/ProjectWithSpacesDeleteTest.java
>    M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/SymfowarePlatform.java
>    M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java
>    M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java
>    M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/criteria/AdvancedCriteriaQueryTestSuite.java
>    M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/jpql/JUnitJPQLSimpleTestSuite.java
> ------------------------------------------------------------------------
> r6860 | egwin | 2010-03-20 02:29:44 -0400 (Sat, 20 Mar 2010)
> Changed paths:
>    M /trunk/eclipselink-src.zip
>    M /trunk/eclipselink.jar
> ------------------------------------------------------------------------
> _______________________________________________
> 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