Re: BUILD FAILURE: Jackrabbit Oak - Build # 919 - Failure

2017-10-27 Thread Chetan Mehrotra
Now build should pass post 1813545
Chetan Mehrotra


On Fri, Oct 27, 2017 at 8:22 PM, Chetan Mehrotra
 wrote:
> Oops ... Looks like this impacts whole build. Would look into that
> Chetan Mehrotra
>
>
> On Fri, Oct 27, 2017 at 7:54 PM, Christian Schneider
>  wrote:
>> Hi Chetan,
>>
>> there are more similar failures. The build then breaks for me
>> at oak-upgrade.
>>
>> .e.g:
>>
>> [*INFO*] Running org.apache.jackrabbit.oak.upgrade.cli.*Jcr2ToSegmentTest*
>>
>> [*ERROR*] *Tests **run: 2*, Failures: 0, *Errors: 2*, Skipped: 0, Time
>> elapsed: 1.657 s* <<< FAILURE!* - in org.apache.jackrabbit.oak.upgrade.cli.
>> *Jcr2ToSegmentTest*
>>
>> [*ERROR*]
>> validateMigration(org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest)
>>  Time
>> elapsed: 1.657 s  <<< ERROR!
>>
>> java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy
>> content
>>
>> at
>> org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)
>>
>> Caused by: javax.jcr.RepositoryException: Failed to copy content
>>
>> at
>> org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)
>>
>> Caused by: java.lang.NullPointerException: QueryIndexProvider yet not
>> initialized
>>
>> at
>> org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)
>>
>> Christian
>>
>> 2017-10-27 15:42 GMT+02:00 Chetan Mehrotra :
>>
>>> Fixed the test now with 1813536
>>> Chetan Mehrotra
>>>
>>>
>>> On Fri, Oct 27, 2017 at 6:37 PM, Apache Jenkins Server
>>>  wrote:
>>> > The Apache Jenkins build system has built Jackrabbit Oak (build #919)
>>> >
>>> > Status: Failure
>>> >
>>> > Check console output at https://builds.apache.org/job/
>>> Jackrabbit%20Oak/919/ to view the results.
>>> >
>>> > Changes:
>>> > [frm] OAK-6829 - Make the configuration of NetworkErrorProxy immutable
>>> >
>>> > [frm] OAK-6829 - Let the primary and the standby close the connection if
>>> an exception is caught
>>> >
>>> > [chetanm] OAK-6873 - UserInitializer should not use hard coded
>>> QueryIndexProvider
>>> >
>>> >
>>> >
>>> > Test results:
>>> > 1 tests failed.
>>> > FAILED:  org.apache.jackrabbit.oak.segment.InitializerTest.
>>> testInitializerSegment
>>> >
>>> > Error Message:
>>> > QueryIndexProvider yet not initialized
>>> >
>>> > Stack Trace:
>>> > java.lang.NullPointerException: QueryIndexProvider yet not initialized
>>> > at org.apache.jackrabbit.oak.segment.InitializerTest.
>>> testInitializerSegment(InitializerTest.java:51)
>>>
>>
>>
>>
>> --
>> --
>> Christian Schneider
>> http://www.liquid-reality.de
>> 
>>
>> Computer Scientist
>> http://www.adobe.com


Re: BUILD FAILURE: Jackrabbit Oak - Build # 919 - Failure

2017-10-27 Thread Chetan Mehrotra
Oops ... Looks like this impacts whole build. Would look into that
Chetan Mehrotra


On Fri, Oct 27, 2017 at 7:54 PM, Christian Schneider
 wrote:
> Hi Chetan,
>
> there are more similar failures. The build then breaks for me
> at oak-upgrade.
>
> .e.g:
>
> [*INFO*] Running org.apache.jackrabbit.oak.upgrade.cli.*Jcr2ToSegmentTest*
>
> [*ERROR*] *Tests **run: 2*, Failures: 0, *Errors: 2*, Skipped: 0, Time
> elapsed: 1.657 s* <<< FAILURE!* - in org.apache.jackrabbit.oak.upgrade.cli.
> *Jcr2ToSegmentTest*
>
> [*ERROR*]
> validateMigration(org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest)
>  Time
> elapsed: 1.657 s  <<< ERROR!
>
> java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy
> content
>
> at
> org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)
>
> Caused by: javax.jcr.RepositoryException: Failed to copy content
>
> at
> org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)
>
> Caused by: java.lang.NullPointerException: QueryIndexProvider yet not
> initialized
>
> at
> org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)
>
> Christian
>
> 2017-10-27 15:42 GMT+02:00 Chetan Mehrotra :
>
>> Fixed the test now with 1813536
>> Chetan Mehrotra
>>
>>
>> On Fri, Oct 27, 2017 at 6:37 PM, Apache Jenkins Server
>>  wrote:
>> > The Apache Jenkins build system has built Jackrabbit Oak (build #919)
>> >
>> > Status: Failure
>> >
>> > Check console output at https://builds.apache.org/job/
>> Jackrabbit%20Oak/919/ to view the results.
>> >
>> > Changes:
>> > [frm] OAK-6829 - Make the configuration of NetworkErrorProxy immutable
>> >
>> > [frm] OAK-6829 - Let the primary and the standby close the connection if
>> an exception is caught
>> >
>> > [chetanm] OAK-6873 - UserInitializer should not use hard coded
>> QueryIndexProvider
>> >
>> >
>> >
>> > Test results:
>> > 1 tests failed.
>> > FAILED:  org.apache.jackrabbit.oak.segment.InitializerTest.
>> testInitializerSegment
>> >
>> > Error Message:
>> > QueryIndexProvider yet not initialized
>> >
>> > Stack Trace:
>> > java.lang.NullPointerException: QueryIndexProvider yet not initialized
>> > at org.apache.jackrabbit.oak.segment.InitializerTest.
>> testInitializerSegment(InitializerTest.java:51)
>>
>
>
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
> 
>
> Computer Scientist
> http://www.adobe.com


Re: BUILD FAILURE: Jackrabbit Oak - Build # 919 - Failure

2017-10-27 Thread Christian Schneider
Hi Chetan,

there are more similar failures. The build then breaks for me
at oak-upgrade.

.e.g:

[*INFO*] Running org.apache.jackrabbit.oak.upgrade.cli.*Jcr2ToSegmentTest*

[*ERROR*] *Tests **run: 2*, Failures: 0, *Errors: 2*, Skipped: 0, Time
elapsed: 1.657 s* <<< FAILURE!* - in org.apache.jackrabbit.oak.upgrade.cli.
*Jcr2ToSegmentTest*

[*ERROR*]
validateMigration(org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest)
 Time
elapsed: 1.657 s  <<< ERROR!

java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy
content

at
org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)

Caused by: javax.jcr.RepositoryException: Failed to copy content

at
org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)

Caused by: java.lang.NullPointerException: QueryIndexProvider yet not
initialized

at
org.apache.jackrabbit.oak.upgrade.cli.Jcr2ToSegmentTest.prepare(Jcr2ToSegmentTest.java:56)

Christian

2017-10-27 15:42 GMT+02:00 Chetan Mehrotra :

> Fixed the test now with 1813536
> Chetan Mehrotra
>
>
> On Fri, Oct 27, 2017 at 6:37 PM, Apache Jenkins Server
>  wrote:
> > The Apache Jenkins build system has built Jackrabbit Oak (build #919)
> >
> > Status: Failure
> >
> > Check console output at https://builds.apache.org/job/
> Jackrabbit%20Oak/919/ to view the results.
> >
> > Changes:
> > [frm] OAK-6829 - Make the configuration of NetworkErrorProxy immutable
> >
> > [frm] OAK-6829 - Let the primary and the standby close the connection if
> an exception is caught
> >
> > [chetanm] OAK-6873 - UserInitializer should not use hard coded
> QueryIndexProvider
> >
> >
> >
> > Test results:
> > 1 tests failed.
> > FAILED:  org.apache.jackrabbit.oak.segment.InitializerTest.
> testInitializerSegment
> >
> > Error Message:
> > QueryIndexProvider yet not initialized
> >
> > Stack Trace:
> > java.lang.NullPointerException: QueryIndexProvider yet not initialized
> > at org.apache.jackrabbit.oak.segment.InitializerTest.
> testInitializerSegment(InitializerTest.java:51)
>



-- 
-- 
Christian Schneider
http://www.liquid-reality.de


Computer Scientist
http://www.adobe.com


Re: BUILD FAILURE: Jackrabbit Oak - Build # 919 - Failure

2017-10-27 Thread Chetan Mehrotra
Fixed the test now with 1813536
Chetan Mehrotra


On Fri, Oct 27, 2017 at 6:37 PM, Apache Jenkins Server
 wrote:
> The Apache Jenkins build system has built Jackrabbit Oak (build #919)
>
> Status: Failure
>
> Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/919/ 
> to view the results.
>
> Changes:
> [frm] OAK-6829 - Make the configuration of NetworkErrorProxy immutable
>
> [frm] OAK-6829 - Let the primary and the standby close the connection if an 
> exception is caught
>
> [chetanm] OAK-6873 - UserInitializer should not use hard coded 
> QueryIndexProvider
>
>
>
> Test results:
> 1 tests failed.
> FAILED:  
> org.apache.jackrabbit.oak.segment.InitializerTest.testInitializerSegment
>
> Error Message:
> QueryIndexProvider yet not initialized
>
> Stack Trace:
> java.lang.NullPointerException: QueryIndexProvider yet not initialized
> at 
> org.apache.jackrabbit.oak.segment.InitializerTest.testInitializerSegment(InitializerTest.java:51)


BUILD FAILURE: Jackrabbit Oak - Build # 919 - Failure

2017-10-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #919)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/919/ to 
view the results.

Changes:
[frm] OAK-6829 - Make the configuration of NetworkErrorProxy immutable

[frm] OAK-6829 - Let the primary and the standby close the connection if an 
exception is caught

[chetanm] OAK-6873 - UserInitializer should not use hard coded 
QueryIndexProvider

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.segment.InitializerTest.testInitializerSegment

Error Message:
QueryIndexProvider yet not initialized

Stack Trace:
java.lang.NullPointerException: QueryIndexProvider yet not initialized
at 
org.apache.jackrabbit.oak.segment.InitializerTest.testInitializerSegment(InitializerTest.java:51)