[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [eclipselink-dev] FW: ECLIPSELINK: Nightly Test Results 2008-06-26
|
The JPA tests on OC4J 11g(the latest J2EE label) started to fail
on June 20th, because starting the server failed, the error message is shown
below.
My quistion is which OC4J version(s) EclipseLink needs to be
certified on, 11g, 10.1.3.x, or both. If we don't need to test on OC4J 11g any
more, I can switch to test on OC4J 10.1.3.4 in the nightly testing, given that
bug 237959
has been fixed.
Thanks,
Edwin
http://stame02.us.oracle.com/eclipselink/2008-06-20/server-start-oc4j-11g.log
==============================
server-start:
oc4j-start:
[java] 08/06/20 06:05:38 WARNING: Bulk-load class
'oracle.j2ee.ws.server.deployment.XMLHelper' not found in
/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/oc4j/webservices/lib/wsserver.jar
(from <code-source> in META-INF/boot.xml in
/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/oc4j/j2ee/home/oc4j.jar)
[java] 2008-06-20 06:05:43.304 Server start failed processing
configurationjava.lang.IllegalArgumentException: The path,
../../../oc4j/j2ee/home/config, should be
absolute.
[java] at
com.evermind.server.BasePathManager.validateIsAbsolute(BasePathManager.java:123)
[java] at
com.evermind.server.BasePathManager.setConfigPath(BasePathManager.java:112)
[java] at
com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:237)
[java] at
com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:657)
[java] at
oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:246)
[java] at
oracle.oc4j.server.ServerFactory$Worker.startServer(ApplicationServerFactory.java:267)
[java] at
oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:284)
[java] at
java.lang.Thread.run(Thread.java:595)
[java]
[java] 2008-06-20 06:05:43.307 Server
exiting: ApplicationServer entered state FAILED_IN_CONFIG
BUILD
FAILED
/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/trunk/jpa/eclipselink.jpa.test/build.xml:724:
The following error occurred while executing this
line:
/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/trunk/jpa/eclipselink.jpa.test/oc4j.xml:77:
Java returned: 1
Total time: 7 seconds
-----Original Message-----
From:
JAMES.SUTHERLAND@xxxxxxxxxx
Sent: June 26, 2008 9:24 AM
To:
Eclipselink-Dev@Eclipse. Org (E-mail)
Subject: [eclipselink-dev] FW:
ECLIPSELINK: Nightly Test Results
2008-06-26
Anyone know what's up
with our nightly tests? There have been major failures the last two
nights. The JPA SRG, LRG, and OC4J LRG failed (but WLS passed
somehow?).
The error is,
[junit] Exception in
thread "main" java.lang.reflect.InvocationTargetException
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at
java.lang.reflect.Method.invoke(Method.java:585)
[junit]
at
sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:141)
[junit] Caused by:
java.lang.reflect.InvocationTargetException
[junit]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at
java.lang.reflect.Method.invoke(Method.java:585)
[junit]
at
org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializerAgent.initializeFromAgent(JavaSECMPInitializerAgent.java:45)
[junit] at
org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializerAgent.premain(JavaSECMPInitializerAgent.java:38)
[junit] ... 5 more
[junit] Caused by:
java.lang.RuntimeException: Exception [EclipseLink-25008] (Eclipse Persistence
Services - 1.0 (Build SNAPSHOT - 20080626)):
org.eclipse.persistence.exceptions.XMLMarshalException
[junit] Exception Description: A descriptor with default root element {http://www.eclipse.org/xml/ns/persistence/orm}entity-mappings was not found in the project
[junit] at
org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader.read(XMLEntityMappingsReader.java:67)
[junit] at
org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader.read(XMLEntityMappingsReader.java:105)
[junit] at
org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor.loadSpecifiedMappingFiles(MetadataProcessor.java:306)
[junit] at
org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor.loadMappingFiles(MetadataProcessor.java:274)
[junit] at
org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.buildPersistentClassSetFromXMLDocuments(PersistenceUnitProcessor.java:128)
[junit] at
org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.buildClassSet(PersistenceUnitProcessor.java:91)
[junit] at
org.eclipse.persistence.internal.jpa.deployment.JPAInitializer.callPredeploy(JPAInitializer.java:83)
[junit] at
org.eclipse.persistence.internal.jpa.deployment.JPAInitializer.initPersistenceUnits(JPAInitializer.java:149)
[junit] at
org.eclipse.persistence.internal.jpa.deployment.JPAInitializer.initialize(JPAInitializer.java:135)
[junit] at
org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer.initializeFromAgent(JavaSECMPInitializer.java:145)
-----Original
Message-----
From: EDWIN.TANG@xxxxxxxxxx
Sent: Thursday, June 26, 2008
6:26 AM
To: DOUGLAS.CLARKE@xxxxxxxxxx; JAMES.SUTHERLAND@xxxxxxxxxx;
PETER.KROGH@xxxxxxxxxx; DAVID.TWELVES@xxxxxxxxxx; HUYEN.H.NGUYEN@xxxxxxxxxx;
pkrogh_directs_ww@xxxxxxxxxx; dtwelves_directs_ww@xxxxxxxxxx;
toplinkqa_ca@xxxxxxxxxx; ERIC.GWIN@xxxxxxxxxx
Subject: ECLIPSELINK: Nightly
Test Results 2008-06-26
Latest test results:
http://stame02.us.oracle.com/eclipselink/2008-06-26
All test results:
http://stame02.us.oracle.com/eclipselink
_______________________________________________
eclipselink-dev
mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev