You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by mc...@sonic.net on 2012/01/27 18:05:00 UTC

jdo3.build error

 I get an error on an api test when trying to build jdo 3.
 [junit] Running javax.jdo.AbstractJDOConfigTest
 [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec

 Full output below. Does anyone else see this?

 -- Michelle

 michelle@michelle-PC /cygdrive/c/jdo/trunk
  $ maven jdo3.build
 __ __
 | / |__ _Apache__ ___
 | |/| / _` V / -_) ' ~ intelligent projects ~
 |_| |___,_|_/___|_||_| v. 1.1

 build:start:

 jdo3.build:
 multiproject:projects-init:
 [echo] Gathering project list
 Starting the reactor...
 Our processing order:
 JDO API
 JDO 3 Technology Compatibility Kit
 +----------------------------------------
 | Gathering project list JDO API
 | Memory: 12M/16M
 +----------------------------------------
 +----------------------------------------
 | Gathering project list JDO 3 Technology Compatibility Kit
 | Memory: 12M/16M
 +----------------------------------------

 multiproject:goal:
 Starting the reactor...
 Our processing order:
 JDO API
 JDO 3 Technology Compatibility Kit
 +----------------------------------------
 | Executing build JDO API
 | Memory: 12M/16M
 +----------------------------------------
 build:start:

 build:
 xdoc:init-i18n:
 [echo] Init the i18n support

 xdoc:init:
 [echo] Generates the directory structure required for xdocs

 maven-javadoc-plugin:report:
 [mkdir] Created dir: C:jdotrunkapitargetjavadocsrc
 [javadoc] Generating Javadoc
 [javadoc] Javadoc execution
 [javadoc] Loading source files for package javax.jdo...
 [javadoc] Loading source files for package javax.jdo.annotations...
 [javadoc] Loading source files for package javax.jdo.datastore...
 [javadoc] Loading source files for package javax.jdo.identity...
 [javadoc] Loading source files for package javax.jdo.listener...
 [javadoc] Loading source files for package javax.jdo.metadata...
 [javadoc] Loading source files for package javax.jdo.spi...
 [javadoc] Constructing Javadoc information...
 [javadoc] Standard Doclet version 1.5.0_22
 [javadoc] Building tree for all the packages and classes...
 [javadoc] 
 C:jdotrunkapisrcjavajavaxjdospiJDOImplHelper.java:1165: w
 arning - Tag @see: can't find USER_CONFIGURABLE_STANDARD_PROPERTIES in 
 javax.jdo
 .JDOHelper
 [javadoc] Generating 
 C:jdotrunkapitargetdocsapidocsserialized-form.ht
 ml...
 [javadoc] Copying file 
 C:Usersmichelle.mavencachemaven-javadoc-plugin-1
 .9plugin-resourcesstylesheet.css to file 
 C:jdotrunkapitargetdocsapidocs
 stylesheet.css...
 [javadoc] Building index for all the packages and classes...
 [javadoc] Building index for all classes...
 [javadoc] Generating 
 C:jdotrunkapitargetdocsapidocshelp-doc.html...
 [javadoc] 1 warning
 [delete] Deleting directory C:jdotrunkapitargetjavadocsrc

 javadoc:

 java:prepare-filesystem:

 java:init:

 java:compile:
 [echo] Compiling to C:jdotrunkapi/target/classes

 java:jar-resources:

 test:test:
 java:prepare-filesystem:

 java:init:

 java:compile:
 [echo] Compiling to C:jdotrunkapi/target/classes

 java:jar-resources:

 test:prepare-filesystem:

 test:test-resources:

 test:compile:

 [junit] Running javax.jdo.AbstractJDOConfigTest
 [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec
 -------------------------------------------------------------------------------
 >> Unable to obtain goal [jdo3.build]
 >> Unable to obtain goal [build]
 >> Test javax.jdo.AbstractJDOConfigTest failed
 -------------------------------------------------------------------------------
 BUILD FAILED
 -------------------------------------------------------------------------------
 Total time : 6 seconds
 Finished at : Thursday, January 26, 2012 7:56:22 PM MST
 Final Memory : 12M/52M
 -------------------------------------------------------------------------------

 michelle@michelle-PC /cygdrive/c/jdo/trunk
 $

 

Re: jdo3.build error

Posted by Michael Bouschen <mi...@akquinet.de>.
Hi Michelle,

are you using maven 1, because you are looking at the logging issue we 
have with executing the tck with mvn (JDO-647)? What I mean is: "The 
maven 1 tck execution created three log files per configuration. It 
looks like using maven2 there is only one big datanucleus log file.".
If yes, using branches/3.0 is an option, as Craig pointed out.

In general I'm wondering whether we want to continue supporting maven 1. 
>From my point of view we could skip the maven 1 support as part of 
fixing JDO-647 and then there is no need to fix this.

What do you think?

Regards Michael

> Michael and I looked and found that we get the same error on trunk but 
> the branches/3.0 works fine.
>
> Maybe a diff between trunk and branches/3.0 would show what the 
> problem is.
>
> Craig
>
> On Jan 27, 2012, at 9:50 AM, Craig L Russell wrote:
>
>> I get the same error.
>>
>> Craig
>>
>> On Jan 27, 2012, at 9:05 AM, mcaisse@sonic.net wrote:
>>
>>> I get an error on an api test when trying to build jdo 3.
>>> [junit] Running javax.jdo.AbstractJDOConfigTest
>>> [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec
>>>
>>> Full output below. Does anyone else see this?
>>>
>>> -- Michelle
>>>
>>> michelle@michelle-PC /cygdrive/c/jdo/trunk
>>> $ maven jdo3.build
>>> __ __
>>> | / |__ _Apache__ ___
>>> | |/| / _` V / -_) ' ~ intelligent projects ~
>>> |_| |___,_|_/___|_||_| v. 1.1
>>>
>>> build:start:
>>>
>>> jdo3.build:
>>> multiproject:projects-init:
>>> [echo] Gathering project list
>>> Starting the reactor...
>>> Our processing order:
>>> JDO API
>>> JDO 3 Technology Compatibility Kit
>>> +----------------------------------------
>>> | Gathering project list JDO API
>>> | Memory: 12M/16M
>>> +----------------------------------------
>>> +----------------------------------------
>>> | Gathering project list JDO 3 Technology Compatibility Kit
>>> | Memory: 12M/16M
>>> +----------------------------------------
>>>
>>> multiproject:goal:
>>> Starting the reactor...
>>> Our processing order:
>>> JDO API
>>> JDO 3 Technology Compatibility Kit
>>> +----------------------------------------
>>> | Executing build JDO API
>>> | Memory: 12M/16M
>>> +----------------------------------------
>>> build:start:
>>>
>>> build:
>>> xdoc:init-i18n:
>>> [echo] Init the i18n support
>>>
>>> xdoc:init:
>>> [echo] Generates the directory structure required for xdocs
>>>
>>> maven-javadoc-plugin:report:
>>> [mkdir] Created dir: C:jdotrunkapitargetjavadocsrc
>>> [javadoc] Generating Javadoc
>>> [javadoc] Javadoc execution
>>> [javadoc] Loading source files for package javax.jdo...
>>> [javadoc] Loading source files for package javax.jdo.annotations...
>>> [javadoc] Loading source files for package javax.jdo.datastore...
>>> [javadoc] Loading source files for package javax.jdo.identity...
>>> [javadoc] Loading source files for package javax.jdo.listener...
>>> [javadoc] Loading source files for package javax.jdo.metadata...
>>> [javadoc] Loading source files for package javax.jdo.spi...
>>> [javadoc] Constructing Javadoc information...
>>> [javadoc] Standard Doclet version 1.5.0_22
>>> [javadoc] Building tree for all the packages and classes...
>>> [javadoc]
>>> C:jdotrunkapisrcjavajavaxjdospiJDOImplHelper.java:1165: w
>>> arning - Tag @see: can't find USER_CONFIGURABLE_STANDARD_PROPERTIES in
>>> javax.jdo
>>> .JDOHelper
>>> [javadoc] Generating
>>> C:jdotrunkapitargetdocsapidocsserialized-form.ht
>>> ml...
>>> [javadoc] Copying file
>>> C:Usersmichelle.mavencachemaven-javadoc-plugin-1
>>> .9plugin-resourcesstylesheet.css to file
>>> C:jdotrunkapitargetdocsapidocs
>>> stylesheet.css...
>>> [javadoc] Building index for all the packages and classes...
>>> [javadoc] Building index for all classes...
>>> [javadoc] Generating
>>> C:jdotrunkapitargetdocsapidocshelp-doc.html...
>>> [javadoc] 1 warning
>>> [delete] Deleting directory C:jdotrunkapitargetjavadocsrc
>>>
>>> javadoc:
>>>
>>> java:prepare-filesystem:
>>>
>>> java:init:
>>>
>>> java:compile:
>>> [echo] Compiling to C:jdotrunkapi/target/classes
>>>
>>> java:jar-resources:
>>>
>>> test:test:
>>> java:prepare-filesystem:
>>>
>>> java:init:
>>>
>>> java:compile:
>>> [echo] Compiling to C:jdotrunkapi/target/classes
>>>
>>> java:jar-resources:
>>>
>>> test:prepare-filesystem:
>>>
>>> test:test-resources:
>>>
>>> test:compile:
>>>
>>> [junit] Running javax.jdo.AbstractJDOConfigTest
>>> [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec
>>> ------------------------------------------------------------------------------- 
>>>
>>>>> Unable to obtain goal [jdo3.build]
>>>>> Unable to obtain goal [build]
>>>>> Test javax.jdo.AbstractJDOConfigTest failed
>>> ------------------------------------------------------------------------------- 
>>>
>>> BUILD FAILED
>>> ------------------------------------------------------------------------------- 
>>>
>>> Total time : 6 seconds
>>> Finished at : Thursday, January 26, 2012 7:56:22 PM MST
>>> Final Memory : 12M/52M
>>> ------------------------------------------------------------------------------- 
>>>
>>>
>>> michelle@michelle-PC /cygdrive/c/jdo/trunk
>>> $
>>>
>>
>> Craig L Russell
>> Architect, Oracle
>> http://db.apache.org/jdo
>> 408 276-5638 mailto:Craig.Russell@oracle.com
>> P.S. A good JDO? O, Gasp!
>>
>
> Craig L Russell
> Architect, Oracle
> http://db.apache.org/jdo
> 408 276-5638 mailto:Craig.Russell@oracle.com
> P.S. A good JDO? O, Gasp!
>


-- 
*Michael Bouschen*
*Prokurist*

akquinet tech@spree GmbH
Bülowstr. 66, D-10783 Berlin

Fon:   +49 30 235 520-33
Fax:   +49 30 217 520-12
Email: michael.bouschen@akquinet.de
Web: www.akquinet.de <http://www.akquinet.de>

akquinet tech@spree GmbH, Berlin
Geschäftsführung: Martin Weber, Dr. Torsten Fink
Amtsgericht Berlin-Charlottenburg HRB 86780 B
USt.-Id. Nr.: DE 225 964 680

Re: jdo3.build error

Posted by Craig L Russell <cr...@oracle.com>.
Michael and I looked and found that we get the same error on trunk but  
the branches/3.0 works fine.

Maybe a diff between trunk and branches/3.0 would show what the  
problem is.

Craig

On Jan 27, 2012, at 9:50 AM, Craig L Russell wrote:

> I get the same error.
>
> Craig
>
> On Jan 27, 2012, at 9:05 AM, mcaisse@sonic.net wrote:
>
>> I get an error on an api test when trying to build jdo 3.
>> [junit] Running javax.jdo.AbstractJDOConfigTest
>> [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec
>>
>> Full output below. Does anyone else see this?
>>
>> -- Michelle
>>
>> michelle@michelle-PC /cygdrive/c/jdo/trunk
>> $ maven jdo3.build
>> __ __
>> | / |__ _Apache__ ___
>> | |/| / _` V / -_) ' ~ intelligent projects ~
>> |_| |___,_|_/___|_||_| v. 1.1
>>
>> build:start:
>>
>> jdo3.build:
>> multiproject:projects-init:
>> [echo] Gathering project list
>> Starting the reactor...
>> Our processing order:
>> JDO API
>> JDO 3 Technology Compatibility Kit
>> +----------------------------------------
>> | Gathering project list JDO API
>> | Memory: 12M/16M
>> +----------------------------------------
>> +----------------------------------------
>> | Gathering project list JDO 3 Technology Compatibility Kit
>> | Memory: 12M/16M
>> +----------------------------------------
>>
>> multiproject:goal:
>> Starting the reactor...
>> Our processing order:
>> JDO API
>> JDO 3 Technology Compatibility Kit
>> +----------------------------------------
>> | Executing build JDO API
>> | Memory: 12M/16M
>> +----------------------------------------
>> build:start:
>>
>> build:
>> xdoc:init-i18n:
>> [echo] Init the i18n support
>>
>> xdoc:init:
>> [echo] Generates the directory structure required for xdocs
>>
>> maven-javadoc-plugin:report:
>> [mkdir] Created dir: C:jdotrunkapitargetjavadocsrc
>> [javadoc] Generating Javadoc
>> [javadoc] Javadoc execution
>> [javadoc] Loading source files for package javax.jdo...
>> [javadoc] Loading source files for package javax.jdo.annotations...
>> [javadoc] Loading source files for package javax.jdo.datastore...
>> [javadoc] Loading source files for package javax.jdo.identity...
>> [javadoc] Loading source files for package javax.jdo.listener...
>> [javadoc] Loading source files for package javax.jdo.metadata...
>> [javadoc] Loading source files for package javax.jdo.spi...
>> [javadoc] Constructing Javadoc information...
>> [javadoc] Standard Doclet version 1.5.0_22
>> [javadoc] Building tree for all the packages and classes...
>> [javadoc]
>> C:jdotrunkapisrcjavajavaxjdospiJDOImplHelper.java:1165: w
>> arning - Tag @see: can't find USER_CONFIGURABLE_STANDARD_PROPERTIES  
>> in
>> javax.jdo
>> .JDOHelper
>> [javadoc] Generating
>> C:jdotrunkapitargetdocsapidocsserialized-form.ht
>> ml...
>> [javadoc] Copying file
>> C:Usersmichelle.mavencachemaven-javadoc-plugin-1
>> .9plugin-resourcesstylesheet.css to file
>> C:jdotrunkapitargetdocsapidocs
>> stylesheet.css...
>> [javadoc] Building index for all the packages and classes...
>> [javadoc] Building index for all classes...
>> [javadoc] Generating
>> C:jdotrunkapitargetdocsapidocshelp-doc.html...
>> [javadoc] 1 warning
>> [delete] Deleting directory C:jdotrunkapitargetjavadocsrc
>>
>> javadoc:
>>
>> java:prepare-filesystem:
>>
>> java:init:
>>
>> java:compile:
>> [echo] Compiling to C:jdotrunkapi/target/classes
>>
>> java:jar-resources:
>>
>> test:test:
>> java:prepare-filesystem:
>>
>> java:init:
>>
>> java:compile:
>> [echo] Compiling to C:jdotrunkapi/target/classes
>>
>> java:jar-resources:
>>
>> test:prepare-filesystem:
>>
>> test:test-resources:
>>
>> test:compile:
>>
>> [junit] Running javax.jdo.AbstractJDOConfigTest
>> [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec
>> -------------------------------------------------------------------------------
>>>> Unable to obtain goal [jdo3.build]
>>>> Unable to obtain goal [build]
>>>> Test javax.jdo.AbstractJDOConfigTest failed
>> -------------------------------------------------------------------------------
>> BUILD FAILED
>> -------------------------------------------------------------------------------
>> Total time : 6 seconds
>> Finished at : Thursday, January 26, 2012 7:56:22 PM MST
>> Final Memory : 12M/52M
>> -------------------------------------------------------------------------------
>>
>> michelle@michelle-PC /cygdrive/c/jdo/trunk
>> $
>>
>
> Craig L Russell
> Architect, Oracle
> http://db.apache.org/jdo
> 408 276-5638 mailto:Craig.Russell@oracle.com
> P.S. A good JDO? O, Gasp!
>

Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:Craig.Russell@oracle.com
P.S. A good JDO? O, Gasp!


Re: jdo3.build error

Posted by Craig L Russell <cr...@oracle.com>.
I get the same error.

Craig

On Jan 27, 2012, at 9:05 AM, mcaisse@sonic.net wrote:

> I get an error on an api test when trying to build jdo 3.
> [junit] Running javax.jdo.AbstractJDOConfigTest
> [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec
>
> Full output below. Does anyone else see this?
>
> -- Michelle
>
> michelle@michelle-PC /cygdrive/c/jdo/trunk
>  $ maven jdo3.build
> __ __
> | / |__ _Apache__ ___
> | |/| / _` V / -_) ' ~ intelligent projects ~
> |_| |___,_|_/___|_||_| v. 1.1
>
> build:start:
>
> jdo3.build:
> multiproject:projects-init:
> [echo] Gathering project list
> Starting the reactor...
> Our processing order:
> JDO API
> JDO 3 Technology Compatibility Kit
> +----------------------------------------
> | Gathering project list JDO API
> | Memory: 12M/16M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JDO 3 Technology Compatibility Kit
> | Memory: 12M/16M
> +----------------------------------------
>
> multiproject:goal:
> Starting the reactor...
> Our processing order:
> JDO API
> JDO 3 Technology Compatibility Kit
> +----------------------------------------
> | Executing build JDO API
> | Memory: 12M/16M
> +----------------------------------------
> build:start:
>
> build:
> xdoc:init-i18n:
> [echo] Init the i18n support
>
> xdoc:init:
> [echo] Generates the directory structure required for xdocs
>
> maven-javadoc-plugin:report:
> [mkdir] Created dir: C:jdotrunkapitargetjavadocsrc
> [javadoc] Generating Javadoc
> [javadoc] Javadoc execution
> [javadoc] Loading source files for package javax.jdo...
> [javadoc] Loading source files for package javax.jdo.annotations...
> [javadoc] Loading source files for package javax.jdo.datastore...
> [javadoc] Loading source files for package javax.jdo.identity...
> [javadoc] Loading source files for package javax.jdo.listener...
> [javadoc] Loading source files for package javax.jdo.metadata...
> [javadoc] Loading source files for package javax.jdo.spi...
> [javadoc] Constructing Javadoc information...
> [javadoc] Standard Doclet version 1.5.0_22
> [javadoc] Building tree for all the packages and classes...
> [javadoc]
> C:jdotrunkapisrcjavajavaxjdospiJDOImplHelper.java:1165: w
> arning - Tag @see: can't find USER_CONFIGURABLE_STANDARD_PROPERTIES in
> javax.jdo
> .JDOHelper
> [javadoc] Generating
> C:jdotrunkapitargetdocsapidocsserialized-form.ht
> ml...
> [javadoc] Copying file
> C:Usersmichelle.mavencachemaven-javadoc-plugin-1
> .9plugin-resourcesstylesheet.css to file
> C:jdotrunkapitargetdocsapidocs
> stylesheet.css...
> [javadoc] Building index for all the packages and classes...
> [javadoc] Building index for all classes...
> [javadoc] Generating
> C:jdotrunkapitargetdocsapidocshelp-doc.html...
> [javadoc] 1 warning
> [delete] Deleting directory C:jdotrunkapitargetjavadocsrc
>
> javadoc:
>
> java:prepare-filesystem:
>
> java:init:
>
> java:compile:
> [echo] Compiling to C:jdotrunkapi/target/classes
>
> java:jar-resources:
>
> test:test:
> java:prepare-filesystem:
>
> java:init:
>
> java:compile:
> [echo] Compiling to C:jdotrunkapi/target/classes
>
> java:jar-resources:
>
> test:prepare-filesystem:
>
> test:test-resources:
>
> test:compile:
>
> [junit] Running javax.jdo.AbstractJDOConfigTest
> [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec
> -------------------------------------------------------------------------------
>>> Unable to obtain goal [jdo3.build]
>>> Unable to obtain goal [build]
>>> Test javax.jdo.AbstractJDOConfigTest failed
> -------------------------------------------------------------------------------
> BUILD FAILED
> -------------------------------------------------------------------------------
> Total time : 6 seconds
> Finished at : Thursday, January 26, 2012 7:56:22 PM MST
> Final Memory : 12M/52M
> -------------------------------------------------------------------------------
>
> michelle@michelle-PC /cygdrive/c/jdo/trunk
> $
>

Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:Craig.Russell@oracle.com
P.S. A good JDO? O, Gasp!