From jdo-dev-return-650-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Sun Jul 03 20:16:22 2005 Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 55637 invoked from network); 3 Jul 2005 20:16:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2005 20:16:22 -0000 Received: (qmail 32233 invoked by uid 500); 3 Jul 2005 20:16:22 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 32218 invoked by uid 99); 3 Jul 2005 20:16:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jul 2005 13:16:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jul 2005 13:16:22 -0700 Received: from fe3.sun.com (fe3.Sun.COM [192.18.108.80] (may be forged)) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id j63KGH8t029256 for ; Sun, 3 Jul 2005 14:16:17 -0600 (MDT) Received: from conversion-daemon.fe3.sun.com by fe3.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.02 (built Aug 25 2004)) id <0IJ200K01ILWIH00@fe3.sun.com> (original mail from Craig.Russell@Sun.COM) for jdo-dev@db.apache.org; Sun, 03 Jul 2005 14:16:17 -0600 (MDT) Received: from [192.168.0.10] ([24.6.172.77]) by fe3.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.02 (built Aug 25 2004)) with ESMTPSA id <0IJ200MHOIZ3BMJ2@fe3.sun.com> for jdo-dev@db.apache.org; Sun, 03 Jul 2005 14:16:17 -0600 (MDT) Date: Sun, 03 Jul 2005 13:16:20 -0700 From: Craig Russell Subject: Re: Trying to run one tck test In-reply-to: <42C83ED4.508@spree.de> To: jdo-dev@db.apache.org Message-id: <97A7F39C-CFB3-48BE-B141-480986782F4D@Sun.COM> MIME-version: 1.0 X-Mailer: Apple Mail (2.730) Content-type: multipart/signed; protocol="application/pkcs7-signature"; boundary=Apple-Mail-30-380661042; micalg=sha1 References: <88B0CA8A-BC4B-4612-999D-1D49A9C1D847@Sun.COM> <42C83ED4.508@spree.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-30-380661042 Content-Type: multipart/alternative; boundary=Apple-Mail-29-380660326 --Apple-Mail-29-380660326 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hi Michael, On Jul 3, 2005, at 12:39 PM, Michael Bouschen wrote: > Hi Craig, > > >> Hi, >> >> I'm trying to run the equivalent of maven -Dtest=x >> runtck.jdorisingle. >> >> I get a bunch of errors before the test I am trying to run >> actually runs. >> >> Any ideas? >> > > here is my idea: the value of the property jdo.tck.cfglist is > intended to be a list of test configuration files, not the name of > a file that including that list. I think you do not need the file > clr.list. You can directly pass the name of your test configuration > when defining the property jdo.tck.cfglist using the -D option: > maven -Djdo.tck.cfglist=clr.conf runtck.jdori This is what the problem was. I ran it just like you said, and it worked. I think it's mostly a matter of documentation. > > It might be confusing that the default list of test configurations > is taken from a file configuration.list. Maybe it is better to skip > the file and specify the default test configurations as property in > project.properties: > jdo.tck.cfglist = alltests.conf cfg2.conf > > I looked at the FileNotFoundException JDOTCKTestCases.list. The > call 'maven -Djdo.tck.cfglist=clr.list runtck.jdori' used the file > clr.list as test configuration. A Test configuration must define > the property jdo.tck.classes to list the test classes to run. for > the above call the property was not set, so no test classes were to > the TestRunner main method. The TestRunner still has some code to > default to the list JDOTCKTestCases.list if there are no test > classes defined. I propose to change the TestRunner and throw an > exception instead. I can take a look at this next week. This was caused by the problem above. Thanks, Craig > Regards Michael > > >> >> [Bruiser:jdo/trunk/tck20] clr% cat test/conf/clr.list >> jdo.tck.cfglist = clr.conf >> >> [Bruiser:jdo/trunk/tck20] clr% cat test/conf/clr.conf >> jdo.tck.description = Subset of standard tests with standard >> mapping, no testdata. >> jdo.tck.testdata = >> jdo.tck.standarddata = >> jdo.tck.mapping = 0 >> jdo.tck.classes = >> org.apache.jdo.tck.lifecycle.ObjectIdNotModifiedWhenObjectIdInstanceM >> odified >> >> [Bruiser:jdo/trunk/tck20] clr% maven -Djdo.tck.cfglist=clr.list >> runtck.jdori >> __ __ >> | \/ |__ _Apache__ ___ >> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ >> |_| |_\__,_|\_/\___|_||_| v. 1.0.1 >> >> Attempting to download jpox-SNAPSHOT.jar. >> Error retrieving artifact from [http://www.ibiblio.org/maven/jpox/ >> jars/jpox-SNAPSHOT.jar] > jpox-SNAPSHOT.jar%5D>: java.net.UnknownHostException: >> webcache.sfbay.sun.com >> Artifact /jpox/jars/jpox-SNAPSHOT.jar doesn't exists in remote >> repository, but it exists locally >> Attempting to download jdo2-api-SNAPSHOT.jar. >> Error retrieving artifact from [http://www.ibiblio.org/maven/ >> apache-jdo/jars/jdo2-api-SNAPSHOT.jar] > maven/apache-jdo/jars/jdo2-api-SNAPSHOT.jar%5D>: >> java.net.UnknownHostException: webcache.sfbay.sun.com >> Artifact /apache-jdo/jars/jdo2-api-SNAPSHOT.jar doesn't exists in >> remote repository, but it exists locally >> Attempting to download jpox-enhancer-SNAPSHOT.jar. >> Error retrieving artifact from [http://www.ibiblio.org/maven/jpox/ >> jars/jpox-enhancer-SNAPSHOT.jar] > jpox/jars/jpox-enhancer-SNAPSHOT.jar%5D>: >> java.net.UnknownHostException: webcache.sfbay.sun.com >> Artifact /jpox/jars/jpox-enhancer-SNAPSHOT.jar doesn't exists in >> remote repository, but it exists locally >> Attempting to download jdo2-enhancer-SNAPSHOT.jar. >> Error retrieving artifact from [http://www.ibiblio.org/maven/ >> apache-jdo/jars/jdo2-enhancer-SNAPSHOT.jar] > www.ibiblio.org/maven/apache-jdo/jars/jdo2-enhancer-SNAPSHOT.jar% >> 5D>: java.net.UnknownHostException: webcache.sfbay.sun.com >> Artifact /apache-jdo/jars/jdo2-enhancer-SNAPSHOT.jar doesn't >> exists in remote repository, but it exists locally >> Attempting to download jdo2-core-SNAPSHOT.jar. >> Error retrieving artifact from [http://www.ibiblio.org/maven/ >> apache-jdo/jars/jdo2-core-SNAPSHOT.jar] > maven/apache-jdo/jars/jdo2-core-SNAPSHOT.jar%5D>: >> java.net.UnknownHostException: webcache.sfbay.sun.com >> Artifact /apache-jdo/jars/jdo2-core-SNAPSHOT.jar doesn't exists in >> remote repository, but it exists locally >> Attempting to download jpox-c3p0-SNAPSHOT.jar. >> Error retrieving artifact from [http://www.ibiblio.org/maven/jpox/ >> jars/jpox-c3p0-SNAPSHOT.jar] > jars/jpox-c3p0-SNAPSHOT.jar%5D>: java.net.UnknownHostException: >> webcache.sfbay.sun.com >> Artifact /jpox/jars/jpox-c3p0-SNAPSHOT.jar doesn't exists in >> remote repository, but it exists locally >> Attempting to download jpox-dbcp-SNAPSHOT.jar. >> Error retrieving artifact from [http://www.ibiblio.org/maven/jpox/ >> jars/jpox-dbcp-SNAPSHOT.jar] > jars/jpox-dbcp-SNAPSHOT.jar%5D>: java.net.UnknownHostException: >> webcache.sfbay.sun.com >> Artifact /jpox/jars/jpox-dbcp-SNAPSHOT.jar doesn't exists in >> remote repository, but it exists locally >> build:start: >> >> setProps: >> [echo] setProps: >> [echo] Configurations for this run are clr.list >> [echo] Databases for this run are derby >> [echo] Identity types for this run are applicationidentity >> datastoreidentity >> >> runtck.jdori: >> java:prepare-filesystem: >> >> java:compile: >> [echo] Compiling to /Users/clr/apachejdo/jdo/trunk/tck20/ >> target/classes >> >> testrunner.set: >> [echo] testrunner.set: >> >> copyprops: >> [echo] copyprops: >> >> doEnhance.jdori: >> enhance.check: >> >> package.jdori: >> package: >> [delete] Deleting: /Users/clr/apachejdo/jdo/trunk/tck20/target/ >> enhanced/jdori/applicationidentity.jar >> [jar] Building jar: /Users/clr/apachejdo/jdo/trunk/tck20/ >> target/enhanced/jdori/applicationidentity.jar >> >> >> enhance.check: >> >> package.jdori: >> package: >> [delete] Deleting: /Users/clr/apachejdo/jdo/trunk/tck20/target/ >> enhanced/jdori/datastoreidentity.jar >> [jar] Building jar: /Users/clr/apachejdo/jdo/trunk/tck20/ >> target/enhanced/jdori/datastoreidentity.jar >> >> >> >> package.jdori: >> package: >> [delete] Deleting: /Users/clr/apachejdo/jdo/trunk/tck20/target/ >> enhanced/jdori/datastoreidentity.jar >> [jar] Building jar: /Users/clr/apachejdo/jdo/trunk/tck20/ >> target/enhanced/jdori/datastoreidentity.jar >> >> >> privateRuntck.jdori: >> [echo] Run all configurations on jdori >> ASTIdentifier : java.lang.reflect.InvocationTargetException >> java.lang.reflect.InvocationTargetException >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at org.apache.commons.jexl.util.introspection.UberspectImpl >> $VelMethodImpl.invoke(UberspectImpl.java:304) >> at org.apache.commons.jexl.parser.ASTMethod.execute >> (ASTMethod.java:56) >> at org.apache.commons.jexl.parser.ASTReference.execute >> (ASTReference.java:106) >> at org.apache.commons.jexl.parser.ASTReference.value >> (ASTReference.java:88) >> at org.apache.commons.jexl.ExpressionImpl.evaluate >> (ExpressionImpl.java:123) >> at >> org.apache.commons.jelly.expression.jexl.JexlExpression.evaluate >> (JexlExpression.java:115) >> at >> org.apache.commons.jelly.expression.jexl.JexlExpressionFactory >> $ExpressionSupportLocal.evaluate(JexlExpressionFactory.java:168) >> at >> org.apache.commons.jelly.expression.ExpressionSupport.evaluateRecurse >> (ExpressionSupport.java:106) >> at >> org.apache.commons.jelly.expression.ExpressionSupport.evaluateAsStrin >> g(ExpressionSupport.java:91) >> at org.apache.commons.jelly.tags.core.ExprTag.doTag >> (ExprTag.java:88) >> at org.apache.commons.jelly.impl.TagScript.run >> (TagScript.java:279) >> at org.apache.commons.jelly.impl.ScriptBlock.run >> (ScriptBlock.java:135) >> at org.apache.commons.jelly.TagSupport.invokeBody >> (TagSupport.java:233) >> at org.apache.commons.jelly.TagSupport.getBodyText >> (TagSupport.java:286) >> at org.apache.commons.jelly.tags.core.SetTag.doTag >> (SetTag.java:136) >> at org.apache.commons.jelly.impl.TagScript.run >> (TagScript.java:279) >> at org.apache.commons.jelly.impl.ScriptBlock.run >> (ScriptBlock.java:135) >> at org.apache.commons.jelly.TagSupport.invokeBody >> (TagSupport.java:233) >> at org.apache.commons.jelly.tags.core.ForEachTag.doTag >> (ForEachTag.java:145) >> at org.apache.commons.jelly.impl.TagScript.run >> (TagScript.java:279) >> at org.apache.commons.jelly.impl.ScriptBlock.run >> (ScriptBlock.java:135) >> at org.apache.commons.jelly.TagSupport.invokeBody >> (TagSupport.java:233) >> at org.apache.commons.jelly.tags.core.ForEachTag.doTag >> (ForEachTag.java:145) >> at org.apache.commons.jelly.impl.TagScript.run >> (TagScript.java:279) >> at org.apache.commons.jelly.impl.ScriptBlock.run >> (ScriptBlock.java:135) >> at org.apache.commons.jelly.TagSupport.invokeBody >> (TagSupport.java:233) >> at org.apache.commons.jelly.tags.core.ForEachTag.doTag >> (ForEachTag.java:145) >> at org.apache.commons.jelly.impl.TagScript.run >> (TagScript.java:279) >> at org.apache.commons.jelly.impl.ScriptBlock.run >> (ScriptBlock.java:135) >> at >> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag >> (MavenGoalTag.java:79) >> at org.apache.maven.jelly.tags.werkz.MavenGoalTag >> $MavenGoalAction.performAction(MavenGoalTag.java:110) >> at com.werken.werkz.Goal.fire(Goal.java:639) >> at com.werken.werkz.Goal.attain(Goal.java:575) >> at com.werken.werkz.WerkzProject.attainGoal >> (WerkzProject.java:193) >> at >> org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag >> (MavenAttainGoalTag.java:127) >> at org.apache.commons.jelly.impl.TagScript.run >> (TagScript.java:279) >> at org.apache.commons.jelly.impl.ScriptBlock.run >> (ScriptBlock.java:135) >> at >> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag >> (MavenGoalTag.java:79) >> at org.apache.maven.jelly.tags.werkz.MavenGoalTag >> $MavenGoalAction.performAction(MavenGoalTag.java:110) >> at com.werken.werkz.Goal.fire(Goal.java:639) >> at com.werken.werkz.Goal.attain(Goal.java:575) >> at org.apache.maven.plugin.PluginManager.attainGoals >> (PluginManager.java:671) >> at org.apache.maven.MavenSession.attainGoals >> (MavenSession.java:263) >> at org.apache.maven.cli.App.doMain(App.java:488) >> at org.apache.maven.cli.App.main(App.java:1239) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at com.werken.forehead.Forehead.run(Forehead.java:551) >> at com.werken.forehead.Forehead.main(Forehead.java:581) >> Caused by: java.lang.NullPointerException >> at java.lang.String.concat(String.java:1503) >> ... 55 more >> doRuntck.jdori: >> [java] Problems reading testlist JDOTCKTestCases.list: >> java.io.FileNotFoundException: JDOTCKTestCases.list (No such file >> or directory) >> [java] Time: 0 >> [java] Description: >> [java] OK (0 tests) >> >> doRuntck.jdori: >> Overriding previous definition of reference to this.jdori.class.path >> [java] RUN >> ObjectIdNotModifiedWhenObjectIdInstanceModified.testlog4j:WARN No >> appenders could be found for logger >> (com.mchange.v2.c3p0.C3P0Registry). >> [java] log4j:WARN Please initialize the log4j system properly. >> [java] 2005-07-02 17:15:05.880 java[3663] CFLog (0): >> CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = >> 0x1c703, name = 'java.ServiceProvider' >> [java] See /usr/include/servers/bootstrap_defs.h for the error >> codes. >> [java] 2005-07-02 17:15:05.880 java[3663] CFLog (99): >> CFMessagePortCreateLocal(): failed to name Mach port >> (java.ServiceProvider) >> [java] [DEBUG] tck - Failures comparing oids. >> >> Craig Russell >> >> Architect, Sun Java Enterprise System http://java.sun.com/products/ >> jdo >> >> 408 276-5638 mailto:Craig.Russell@sun.com >> >> P.S. A good JDO? O, Gasp! >> >> >> > > > -- > Michael Bouschen Tech@Spree Engineering GmbH > mailto:mbo.tech@spree.de http://www.tech.spree.de/ > Tel.:++49/30/235 520-33 Buelowstr. 66 > Fax.:++49/30/2175 2012 D-10783 Berlin > > Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! --Apple-Mail-29-380660326 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Hi Michael,

On = Jul 3, 2005, at 12:39 PM, Michael Bouschen wrote:

Hi Craig,



I'm trying to run the equivalent of maven -Dtest=3Dx = runtck.jdorisingle.
I get a bunch of errors before = the test I am trying to run actually runs.

Any = ideas?


here is my idea: the value of = the property jdo.tck.cfglist is intended to be a list of test = configuration files, not the name of a file that including that list. I = think you do not need the file clr.list. You can directly pass the name = of your test configuration when defining the property jdo.tck.cfglist = using the -D option:
=A0maven = -Djdo.tck.cfglist=3Dclr.conf runtck.jdori

This is what the problem was. I = ran it just like you said, and it worked.

I think it's mostly a = matter of documentation.


It might = be confusing that the default list of test configurations is taken from = a file configuration.list. Maybe it is better to skip the file and = specify the default test configurations as property in = project.properties:
jdo.tck.cfglist =3D = alltests.conf cfg2.conf

I looked at the = FileNotFoundException JDOTCKTestCases.list. The call 'maven = -Djdo.tck.cfglist=3Dclr.list runtck.jdori' used the file clr.list as = test configuration. A Test configuration must define the property = jdo.tck.classes to list the test classes to run. for the above call the = property was not set, so no test classes were to the TestRunner main = method. The TestRunner still has some code to default to the list = JDOTCKTestCases.list if there are no test classes defined. I propose to = change the TestRunner and throw an exception instead. I can take a look = at this next week.=A0

This was caused by the problem = above.

Thanks,

Craig

Regards Michael



[Bruiser:jdo/trunk/tck20] clr% cat = test/conf/clr.list
jdo.tck.cfglist =3D = clr.conf

[Bruiser:jdo/trunk/tck20] clr% cat = test/conf/clr.conf
jdo.tck.description =3D = Subset of standard tests with standard mapping, no testdata.
jdo.tck.testdata =3D

[Bruiser:jdo/trunk/tck20] clr% maven = -Djdo.tck.cfglist=3Dclr.list runtck.jdori
__=A0 __
|=A0 = \/=A0 |__ _Apache__ = ___
| |\/| / _` \ V / -_) ' \=A0 ~ intelligent projects = ~
|_|=A0 = |_\__,_|\_/\___|_||_|=A0 = v. 1.0.1

Attempting to download jpox-SNAPSHOT.jar.
Error retrieving artifact from = [http://www.ibiblio.org/maven/jpox/jars/jpox-SNAPSHOT.jar] <http:= //www.ibiblio.org/maven/jpox/jars/jpox-SNAPSHOT.jar%5D>: = java.net.UnknownHostException: webcache.sfbay.sun.com
Artifact /jpox/jars/jpox-SNAPSHOT.jar doesn't exists = in remote repository, but it exists locally
Error retrieving artifact from = [http://www.ibiblio.org/maven/apache-jdo/jars/jdo2-api-SNAPSHOT.jar] = <http://www.ibiblio.org/maven/apache-jdo/jars/jdo2-api-SNAPSHOT.jar%5D= >: java.net.UnknownHostException: = webcache.sfbay.sun.com
Artifact = /apache-jdo/jars/jdo2-api-SNAPSHOT.jar doesn't exists in remote = repository, but it exists locally
Attempting to = download jpox-enhancer-SNAPSHOT.jar.
Error = retrieving artifact from = [http://www.ibiblio.org/maven/jpox/jars/jpox-enhancer-SNAPSHOT.jar] = <http://www.ibiblio.org/maven/jpox/jars/jpox-enhancer-SNAPSHOT.jar%5D>: java.net.UnknownHostException: webcache.sfbay.sun.com
Artifact = /apache-jdo/jars/jdo2-enhancer-SNAPSHOT.jar doesn't exists in remote = repository, but it exists locally
Attempting to = download jdo2-core-SNAPSHOT.jar.
Error = retrieving artifact from = [http://www.ibiblio.org/maven/apache-jdo/jars/jdo2-core-SNAPSHOT.jar] = <http://www.ibiblio.org/maven/apache-jdo/jars/jdo2-core-SNAPSHOT.jar%= 5D>: java.net.UnknownHostException: = webcache.sfbay.sun.com
Artifact = /apache-jdo/jars/jdo2-core-SNAPSHOT.jar doesn't exists in remote = repository, but it exists locally
Attempting to = download jpox-c3p0-SNAPSHOT.jar.
Error = retrieving artifact from = [http://www.ibiblio.org/maven/jpox/jars/jpox-c3p0-SNAPSHOT.jar] <= http://www.ibiblio.org/maven/jpox/jars/jpox-c3p0-SNAPSHOT.jar%5D>: = java.net.UnknownHostException: webcache.sfbay.sun.com
Artifact /jpox/jars/jpox-c3p0-SNAPSHOT.jar doesn't = exists in remote repository, but it exists locally
Attempting to download = jpox-dbcp-SNAPSHOT.jar.
Error = retrieving artifact from = [http://www.ibiblio.org/maven/jpox/jars/jpox-dbcp-SNAPSHOT.jar] <= http://www.ibiblio.org/maven/jpox/jars/jpox-dbcp-SNAPSHOT.jar%5D>: = java.net.UnknownHostException: webcache.sfbay.sun.com
Artifact /jpox/jars/jpox-dbcp-SNAPSHOT.jar doesn't = exists in remote repository, but it exists locally
build:start:

setProps:
=A0 =A0 = [echo] setProps:
=A0 =A0 [echo] Configurations for = this run are clr.list
=A0 =A0 [echo] Databases for this = run are derby
=A0 =A0 [echo] Identity types for = this run are applicationidentity datastoreidentity


java:compile:
=A0 =A0 = [echo] Compiling to = /Users/clr/apachejdo/jdo/trunk/tck20/target/classes

=A0 =A0 [echo] = testrunner.set:

copyprops:
=A0 =A0 [echo] = copyprops:

doEnhance.jdori:

package.jdori:
=A0 =A0 [delete] Deleting: = /Users/clr/apachejdo/jdo/trunk/tck20/target/enhanced/jdori/applicationiden= tity.jar
=A0 =A0 [jar] Building jar: = /Users/clr/apachejdo/jdo/trunk/tck20/target/enhanced/jdori/applicationiden= tity.jar



package.jdori:
=A0 =A0 [delete] Deleting: = /Users/clr/apachejdo/jdo/trunk/tck20/target/enhanced/jdori/datastoreidenti= ty.jar
=A0 =A0 [jar] Building jar: = /Users/clr/apachejdo/jdo/trunk/tck20/target/enhanced/jdori/datastoreidenti= ty.jar



package:
=A0 =A0 = [delete] Deleting: = /Users/clr/apachejdo/jdo/trunk/tck20/target/enhanced/jdori/datastoreidenti= ty.jar
=A0 =A0 [jar] Building jar: = /Users/clr/apachejdo/jdo/trunk/tck20/target/enhanced/jdori/datastoreidenti= ty.jar


=A0 =A0 [echo] Run all = configurations on jdori
ASTIdentifier = : java.lang.reflect.InvocationTargetException
=A0 =A0 =A0 =A0 = at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method)
=A0 =A0 =A0 =A0 at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39)
=A0 =A0 =A0 =A0 at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25)
=A0 =A0 =A0 =A0 at = java.lang.reflect.Method.invoke(Method.java:324)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.inv= oke(UberspectImpl.java:304)
=A0 =A0 =A0 =A0 at = org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:56)
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:106)=
=A0 =A0 =A0= =A0 at = org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:88)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:123)
=A0 =A0 =A0= =A0 at = org.apache.commons.jelly.expression.jexl.JexlExpression.evaluate(JexlExpre= ssion.java:115)
=A0 =A0 =A0 =A0 at = org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$ExpressionS= upportLocal.evaluate(JexlExpressionFactory.java:168)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.expression.ExpressionSupport.evaluateRecurse(Expr= essionSupport.java:106)
=A0 =A0 =A0 =A0 at = org.apache.commons.jelly.expression.ExpressionSupport.evaluateAsString(Exp= ressionSupport.java:91)
=A0 =A0 =A0 =A0 at = org.apache.commons.jelly.tags.core.ExprTag.doTag(ExprTag.java:88)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.TagSupport.getBodyText(TagSupport.java:286)
=
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.tags.core.SetTag.doTag(SetTag.java:136)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
=A0 =A0 =A0= =A0 at = org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
=A0 =A0 =A0= =A0 at = org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
=A0 =A0 =A0= =A0 at = org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.jav= a:79)
=A0 =A0 =A0 =A0 at = org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performActi= on(MavenGoalTag.java:110)
=A0 =A0 =A0 =A0 at = com.werken.werkz.Goal.fire(Goal.java:639)
=A0 =A0 =A0 =A0 at = com.werken.werkz.Goal.attain(Goal.java:575)
=A0 =A0 =A0 =A0 at = com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
=A0 =A0 =A0 =A0 = at = org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoal= Tag.java:127)
=A0 =A0 =A0 =A0 at = org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
=A0 =A0 =A0 =A0 = at = org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; ">=A0 =A0 =A0 =A0 = at = org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.jav= a:79)
=A0 =A0 =A0 =A0 at = org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performActi= on(MavenGoalTag.java:110)
=A0 =A0 =A0 =A0 at = com.werken.werkz.Goal.fire(Goal.java:639)
=A0 =A0 =A0 =A0 at = com.werken.werkz.Goal.attain(Goal.java:575)
=A0 =A0 =A0 =A0 at = org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:671)<= /DIV>
=A0 =A0 =A0= =A0 at = org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
=A0 =A0 =A0 =A0 = at org.apache.maven.cli.App.doMain(App.java:488)
=A0 =A0 =A0 =A0 = at org.apache.maven.cli.App.main(App.java:1239)
=A0 =A0 =A0 =A0 = at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method)
=A0 =A0 =A0 =A0 at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39)
=A0 =A0 =A0 =A0 at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25)
=A0 =A0 =A0 =A0 at = java.lang.reflect.Method.invoke(Method.java:324)
=A0 =A0 =A0 =A0 = at com.werken.forehead.Forehead.run(Forehead.java:551)
=A0 =A0 =A0 =A0 = at com.werken.forehead.Forehead.main(Forehead.java:581)
Caused by: java.lang.NullPointerException
=A0 =A0 =A0 =A0 = at java.lang.String.concat(String.java:1503)
=A0 =A0 =A0 =A0 = ... 55 more
doRuntck.jdori:
=A0 =A0 = [java] Problems reading testlist JDOTCKTestCases.list: = java.io.FileNotFoundException: JDOTCKTestCases.list (No such file or = directory)
=A0 =A0 [java] Time: 0
=A0 =A0 = [java] Description:
=A0 =A0 [java] OK (0 = tests)

doRuntck.jdori:
Overriding = previous definition of reference to this.jdori.class.path
=A0 =A0 = [java] RUN = ObjectIdNotModifiedWhenObjectIdInstanceModified.testlog4j:WARN No = appenders could be found for logger = (com.mchange.v2.c3p0.C3P0Registry).
=A0 =A0 [java] log4j:WARN Please = initialize the log4j system properly.
=A0 =A0 [java] 2005-07-02 = 17:15:05.880 java[3663] CFLog (0): CFMessagePort: bootstrap_register(): = failed 1103 (0x44f), port =3D 0x1c703, name =3D = 'java.ServiceProvider'
=A0 =A0 [java] See = /usr/include/servers/bootstrap_defs.h for the error codes.
=A0 =A0 = [java] 2005-07-02 17:15:05.880 java[3663] CFLog (99): = CFMessagePortCreateLocal(): failed to name Mach port = (java.ServiceProvider)
=A0 =A0 [java] [DEBUG] tck - = Failures comparing oids.

Craig Russell

http://java.sun.com/products/jdo=

408 276-5638 mailto:Craig.Russell@sun.com

P.S. A = good JDO? O, Gasp!

=


--=A0
Michael = Bouschen=A0 =A0 =A0 =A0 Tech@Spree = Engineering GmbH
mailto:mbo.tech@spree.de=A0 = =A0 http://www.tech.spree.de/
=A0 =A0 =A0 =A0 Buelowstr. = 66 =A0 =A0 =A0 =A0 =A0 = =A0
Fax.:++49/30/2175 2012=A0 = =A0 =A0 =A0 D-10783 Berlin =A0 = =A0 =A0 =A0 =A0 =A0



Craig Russell

Architect, Sun Java = Enterprise System http://java.sun.com/products/jdo=

408 = 276-5638 mailto:Craig.Russell@sun.com

P.S. A = good JDO? O, Gasp!


= --Apple-Mail-29-380660326-- --Apple-Mail-30-380661042 Content-Transfer-Encoding: base64 Content-Type: application/pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGHjCCAtcw ggJAoAMCAQICAw3FWTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUwMTEwMDA0MTA5WhcNMDYwMTEwMDA0MTA5WjBHMR8wHQYDVQQD ExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSQwIgYJKoZIhvcNAQkBFhVDcmFpZy5SdXNzZWxsQFN1 bi5DT00wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDti7ZE4rO6oXKbLM02AG9WY55t udmBVL53fb3V3X5S1kvcJOk1NEMIYT/T7Ww+/hE955zvHT29+mIoNe8AW/yj1WUH8uGG2HxhwCHI UQTHmN/ioVJgjwUaYbtNMKbL/NRpnL0QWewdMJS+6IFzFyX7ADFW5cJ+UWNLvNeWAQtN0mtLildn vdOgh50i8YPvACNkCHoomGjXx0azcXbe1X3c5AgRI6e2CZe5k2lRFQFUMqkjdoMtQPoNqJ1BxH9l i4cnabl8mcTwHHl44hrvb8ThqwRf2pfJh2vVuwmgK6z4IWjOk4RQM+0ODsRdq67mBdimJYmPMK1p RMBHzrUsfKxNAgMBAAGjMjAwMCAGA1UdEQQZMBeBFUNyYWlnLlJ1c3NlbGxAU3VuLkNPTTAMBgNV HRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAIj86LzxCHedStDLMEeqHLy+UFG7zIRHfChSIV42 +MvXicydXEBh8v0Ry1V2d/lY4jS78G5yW5R9fKt1U5nlRBCOVzdhomvSolnNRIT71wPVVDrAIVlA YpXKxSmVBq7+4hV+3ZLHDeq3qZnNmiJR0sTEUD16xZX1RJs9dRYPCHoRMIIDPzCCAqigAwIBAgIB DTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTES MBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMf Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFs IEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29t MB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMCWkExJTAjBgNVBAoT HFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBG cmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnK mVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbL rzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZ cmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0 cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQD AgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0B AQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3h YWLD2ToZfoSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1 TXfjViF4gtwhGTXeJLHTHUb/XV9lTzGCAucwggLjAgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNV BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25h bCBGcmVlbWFpbCBJc3N1aW5nIENBAgMNxVkwCQYFKw4DAhoFAKCCAVMwGAYJKoZIhvcNAQkDMQsG CSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwNzAzMjAxNjIxWjAjBgkqhkiG9w0BCQQxFgQU 8qfWPqtHOzwWF8XQLnai6tiWh8YweAYJKwYBBAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMG A1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAw3FWTB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UE BhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1Ro YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMNxVkwDQYJKoZIhvcNAQEBBQAEggEA 2d2WVmD/sNkN5i/Ws6bZ7AwNgfD1aukSVV51SdzLXltsPOYhZ6gmr/hJMD8SVgaDxMXkHYyV4cx6 dDXxEH1UzKGhSQ1jJwLnUy8FQc71ooDdNhkV7P0Ol0Om4r6YI+iWYL0TSroSLl5efVym9u0gXOy1 xCnmWw7muzxreWavG30VP6dQVnHtBgq+YPKzCULeXv0d+5+vejIvWhy0FLzK0Vu10HN2K+atyNQv JhlgDRy5R5V4eHqgyM6eASqlM34FBvgjyXNqgMpaaH4pRwRqFM4Lmd1PvCg6YPO/Sd6A7vPtX/cG LJDTVJMShvUZkA0fE92nhsFp0D9PaeBD2XnR+gAAAAAAAA== --Apple-Mail-30-380661042--