[Oak origin/1.4] Apache Jackrabbit Oak matrix - Build # 1408 - Failure

2017-02-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #1408) Status: Failure Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/1408/ to view the results. Changes: [mreutegg] OAK-5557: incomplete diffManyChildren during commitHook

[VOTE] Release Apache Jackrabbit Oak 1.4.13

2017-02-06 Thread Amit Jain
A candidate for the Jackrabbit Oak 1.4.13 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.4.13/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.4.13/ The SHA1 checksum of the

Re: [OAK] Not able to build latest 1.8-SNAPSHOT | Missing Maven dependecies

2017-02-06 Thread Gunakar Goswami
So, I cleaned by my entire local maven repo ; built the oak-commons separately. Then ran a full build successfully. Thanks for your time! - Gunakar On Mon, Feb 6, 2017 at 10:07 PM, Julian Reschke wrote: > On 2017-02-06 16:55, Gunakar Goswami wrote: > >> Yes, I tried

Re: [OAK] Not able to build latest 1.8-SNAPSHOT | Missing Maven dependecies

2017-02-06 Thread Julian Reschke
On 2017-02-06 16:55, Gunakar Goswami wrote: Yes, I tried building from the parent "jackrabbit-oak" folder with mvn clean install. I guess some of the jars and artifacts are not available in the repo- http://repository.apache.org/snapshots). Yes. You have to build & install them yourself.

Re: [OAK] Not able to build latest 1.8-SNAPSHOT | Missing Maven dependecies

2017-02-06 Thread Alex Parvulescu
Hi, Could you post the complete logs? What commands you run and what the output is. Normally oak-commons builds before oak-blob and it should install in the local maven repo both jar and test-jar artifacts, so maven would resolve them from local and not from the central repo you linked to. As an

Re: [OAK] Not able to build latest 1.8-SNAPSHOT | Missing Maven dependecies

2017-02-06 Thread Gunakar Goswami
To be more specific, https://repository.apache.org/content/groups/snapshots/org/apache/jackrabbit/oak-commons/ This doesnt have the 1.8-SNAPSHOT version which the Maven is trying to resolve. Regards, Gunakar On Mon, Feb 6, 2017 at 9:25 PM, Gunakar Goswami wrote: > Yes, I

Re: [OAK] Not able to build latest 1.8-SNAPSHOT | Missing Maven dependecies

2017-02-06 Thread Gunakar Goswami
Yes, I tried building from the parent "jackrabbit-oak" folder with mvn clean install. I guess some of the jars and artifacts are not available in the repo- http://repository.apache.org/snapshots). Do I need to use different Repository Urls in Maven settings.xml? Thanks for your help. -Gunakar

Re: [OAK] Not able to build latest 1.8-SNAPSHOT | Missing Maven dependecies

2017-02-06 Thread Julian Reschke
On 2017-02-06 16:39, Gunakar Goswami wrote: Hi All, I am new to this list. I was trying to build the current SNAPSHOT version for OAK - 1.8-SNAPSHOT. But it looks like many dependencies are missing in the Maven Repository - https://repository.apache.org So build is failing. Eg; Could not

Re: [OAK] Not able to build latest 1.8-SNAPSHOT | Missing Maven dependecies

2017-02-06 Thread Alex Parvulescu
Hi, > Could not find artifact org.apache.jackrabbit:oak-commons:jar:tests How are you trying to build Oak? Are you by any chance skipping the tests? Try doing a full install first 'mvn install', then report back if the problem persists. best, alex On Mon, Feb 6, 2017 at 4:39 PM, Gunakar

[OAK] Not able to build latest 1.8-SNAPSHOT | Missing Maven dependecies

2017-02-06 Thread Gunakar Goswami
Hi All, I am new to this list. I was trying to build the current SNAPSHOT version for OAK - 1.8-SNAPSHOT. But it looks like many dependencies are missing in the Maven Repository - https://repository.apache.org So build is failing. Eg; Could not resolve dependencies for project

Re: Release plan Oak 1.4.13

2017-02-06 Thread Tommaso Teofili
I've backported those issues, thanks Amit for having waited for me. Regards, Tommaso Il giorno lun 6 feb 2017 alle ore 11:23 Tommaso Teofili < tommaso.teof...@gmail.com> ha scritto: > thanks a lot Amit, sounds good > > Regards, > Tommaso > > Il giorno lun 6 feb 2017 alle ore 10:22 Amit Jain

Re: [VOTE] Release Apache Jackrabbit 2.6.8

2017-02-06 Thread Julian Reschke
On 2017-02-06 10:41, Julian Reschke wrote: Hi there! ... Once again wrong mailing list - sorry. For some reason my Thunderbird is over-eager to select this list as recipient, even if I start typing "dev@...". Best regards, Julian

Re: trying to get more info on IllegalStateException when migrating

2017-02-06 Thread Michael Dürig
On 6.2.17 12:06 , Torgeir Veimo wrote: While I've got the attention, what is the replacement for SegmentStore.close() in 1.6? I am unable to restart webapps since the segment tar store seems to be still in use. Check for and cast to Closeable. This concerns moved to the implementation as it

Re: trying to get more info on IllegalStateException when migrating

2017-02-06 Thread Torgeir Veimo
Ok, I'll create an issue. While I've got the attention, what is the replacement for SegmentStore.close() in 1.6? I am unable to restart webapps since the segment tar store seems to be still in use. On 6 February 2017 at 21:03, Michael Dürig wrote: > > Hi, > > Ouch, I see.

Re: trying to get more info on IllegalStateException when migrating

2017-02-06 Thread Michael Dürig
Hi, Ouch, I see. To work around this it should be possible to temporarily rename the directory on your end. Could you also create an issue on the Oak issue tracker [1] for this? I guess the current behaviour is too much driven by our internal use case. Michael [1]

Re: Release plan Oak 1.4.13

2017-02-06 Thread Tommaso Teofili
thanks a lot Amit, sounds good Regards, Tommaso Il giorno lun 6 feb 2017 alle ore 10:22 Amit Jain ha scritto: > I'll postpone the release for tomorrow (7th February) to get these fixes > in. > @Tommaso let me know if that's ok or you would need more time. > > Thanks > Amit > >

Re: Release plan Oak 1.4.13

2017-02-06 Thread Amit Jain
I'll postpone the release for tomorrow (7th February) to get these fixes in. @Tommaso let me know if that's ok or you would need more time. Thanks Amit On Fri, Feb 3, 2017 at 4:34 PM, Tommaso Teofili wrote: > yes, I should be able to fix them by that date. > > Thanks, >

Re: trying to get more info on IllegalStateException when migrating

2017-02-06 Thread Torgeir Veimo
I just added some log statements. It seems that the upgrade process appends /segmentstore to the path I specify, while the oak directory only contains tar files, no subdirectories. log.info("builder path: {}", builder.directory.getPath()); 06.02.2017 19:07:59.699 [main] *INFO*

[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 1404 - Still Failing

2017-02-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #1404) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/1404/ to view the results. Changes: No changes Test results: All tests passed

Re: trying to get more info on IllegalStateException when migrating

2017-02-06 Thread Michael Dürig
Hi, This is the exception you get when trying to open an newer storage format with an older version of the code (newer versions of the code will be more helpful in the wording of the error). Apparently > segment-old:/Users/tor/content/karriere/oak ~/content/karriere/oak-16 points to a

Re: Jira issues from Windows Jenkins

2017-02-06 Thread Michael Dürig
Hi, The Windows infrastructure seems down again. The last build spent 19h in the queue before it gave up. Michael On 3.2.17 1:37 , Michael Dürig wrote: Hi, Disabled this again to give us some time to breath. Will see how it looks after the week-end and might enable it again then.