Re: [] [] Apache Jena 4.7.0 RC1

2022-12-27 Thread Andy Seaborne
On 27/12/2022 11:45, Marco Neumann wrote: After shutting down a local instance of fuseki, all tests pass now and the build is successful. I remember that attempting to bind port 3030 has been in issue for some time and changing ports for the tests is a good idea. Already fixed for the next RC

Re: [] [] Apache Jena 4.7.0 RC1

2022-12-27 Thread Marco Neumann
After shutting down a local instance of fuseki, all tests pass now and the build is successful. I remember that attempting to bind port 3030 has been in issue for some time and changing ports for the tests is a good idea. While this is good news, I still get some intermittent but not reproducible

Re: [] [] Apache Jena 4.7.0 RC1

2022-12-26 Thread LB
Hi, That is the same issue I also reported very very hidden in a Github PR: https://github.com/apache/jena/pull/1630#issuecomment-1321711418 I suggested a pointer for people building it on server where those libs might be missing, maybe close to or in developers doc, but I don't know what

Re: [] [] Apache Jena 4.7.0 RC1

2022-12-26 Thread Marco Neumann
had a look at the log and was able to fix this error. The system was missing the Xvfb dependency which seems to be required by the Cypress test framework. it's now passing the jena-fuseki2 build. and ready to get stuck in the geosparql tests. jena-fuseki-geosparql seems to build fine on its own

Re: [] [] Apache Jena 4.7.0 RC1

2022-12-26 Thread Andy Seaborne
jena-fuseki-ui: Failed to run task: 'yarn run test:e2e -- --headless --browser chrome' failed. org.apache.commons.exec.ExecuteException: That message is only the log of the test failing - there will be text above indicating what happened in the e2e tests. Andy On 24/12/2022 20:50, Marco

Re: [] [] Apache Jena 4.7.0 RC1

2022-12-24 Thread Marco Neumann
so far I can only confirm that it fails. I will add more details next week if I can find some. On Sat, Dec 24, 2022 at 8:44 PM Andy Seaborne wrote: > We have an issue for this:: > > https://github.com/apache/jena/issues/1644 > > Please add details so we identify the cause. > > Andy > > On

Re: [] [] Apache Jena 4.7.0 RC1

2022-12-24 Thread Andy Seaborne
We have an issue for this:: https://github.com/apache/jena/issues/1644 Please add details so we identify the cause. Andy On Sat, 24 Dec 2022, 18:35 Marco Neumann, wrote: > while you are at it also take a look at the issue with > > jena-fuseki-ui: Failed to run task: 'yarn run test:e2e --

Re: [] Apache Jena 4.7.0 RC1

2022-12-24 Thread Andy Seaborne
Hmm. https://ci-builds.apache.org/job/Jena/job/Jena_Development_Deploy/385/ shows the same situation but that's a later commit: d5d727b Job 384 has the "[maven-release-plugin] prepare release jena-4.7.0" commit and that succeeded.

Re: [] Apache Jena 4.7.0 RC1

2022-12-24 Thread Bruno Kinoshita
Hi Andy, I just came back home and booted up Ubuntu, opened the browser and command line and tried these commands. But I did use Eclipse in the past, so tried these now: find . -name work -type d -exec rm -rf {} \; find . -name target -type d -exec rm -rf {} \; mvn clean mvn install Same error.

Re: [] Apache Jena 4.7.0 RC1

2022-12-24 Thread Andy Seaborne
Works for me (obviously, since the RC got built!) `mvn clean install` is probably necessary Does `mvn install -rf :jena-geosparql` restart the build? * java.lang.NoClassDefFoundError I've seen this, and similar, if Eclipse is also running even if idle. Eclipse sees the target directories

Re: [] Apache Jena 4.7.0 RC1

2022-12-24 Thread Bruno Kinoshita
Ok, confirmed I haven't voted. Fetched upstream, including tags. Checked out jena-4.7.0: commit 3a62b5a5f162ef01fd46164fa11ffb5323169a61 (HEAD, tag: jena-4.7.0) Author: Andy Seaborne Date: Tue Dec 20 13:34:40 2022 + [maven-release-plugin] prepare release jena-4.7.0 Then tried `mvn`,

Re: [] Apache Jena 4.7.0 RC1

2022-12-24 Thread LB
[X] +1 (binding) tried the RC1 on our current deployment and couldn't see any different or negative behaviour but lots of improvements! Thanks Andy and also thanks to contributors! Cheers, Lorenz On 24.12.22 10:58, Bruno Kinoshita wrote: I don't think I voted yet... I will have time in 5

Re: [] Apache Jena 4.7.0 RC1

2022-12-24 Thread Bruno Kinoshita
I don't think I voted yet... I will have time in 5 or 6 hours when I return home to confirm I haven't and then test and vote. Thanks! On Sat, 24 Dec 2022, 10:14 am Andy Seaborne, wrote: > Would any PMC member have a moment to cast a third vote? > > Andy > > On 20/12/2022 16:39, Andy

Re: [] Apache Jena 4.7.0 RC1

2022-12-24 Thread Andy Seaborne
Would any PMC member have a moment to cast a third vote? Andy On 20/12/2022 16:39, Andy Seaborne wrote: Hi, Here is a vote on the release of Apache Jena 4.7.0. This is the first release candidate. The deadline is     Friday, 23rd December 2022 at 18:00 UTC Please vote to approve this

Re: [] Apache Jena 4.7.0 RC1

2022-12-20 Thread Marco Neumann
OK I will repeat this elsewhere again but as you are aware there was a good discussion on the SPARQL-12 list with plenty of suggestions. maybe something like Sideways Information Passing or correlated subquery join. I will end this thread here to allow the process to proceed. On Tue, Dec 20,

Re: [] Apache Jena 4.7.0 RC1

2022-12-20 Thread Andy Seaborne
On 20/12/2022 16:44, Marco Neumann wrote: The URL to Lateral Joins is broken https://jena.apache.org/documentation/query/lateral-join.html The web site is updated when the release happens after the VOTE. It is on the "lateral-doc" branch at the moment. But go to the SPARQL CG text.