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 but fails as part of the main pom. [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.709 s [INFO] Finished at: [INFO] ------------------------------------------------------------------------ [ERROR] No plugin found for prefix 'jena-fuseki-geosparql' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/lotico/.m2/repository), apache.snapshots ( https://repository.apache.org/snapshots), central ( https://repo.maven.apache.org/maven2)] -> [Help 1] org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException: No plugin found for prefix 'jena-fuseki-geosparql' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/lotico/.m2/repository), apache.snapshots ( https://repository.apache.org/snapshots), central ( https://repo.maven.apache.org/maven2)] at org.apache.maven.plugin.prefix.internal.DefaultPluginPrefixResolver.resolve (DefaultPluginPrefixResolver.java:95) at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.findPluginForPrefix (MojoDescriptorCreator.java:266) at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDescriptor (MojoDescriptorCreator.java:220) at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments (DefaultLifecycleTaskSegmentCalculator.java:104) at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments (DefaultLifecycleTaskSegmentCalculator.java:83) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:89) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.in[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.709 s [INFO] Finished at: 2022-12-26T14:30:37+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] No plugin found for prefix 'jena-fuseki-geosparql' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/lotico/.m2/repository), apache.snapshots ( https://repository.apache.org/snapshots), central ( https://repo.maven.apache.org/maven2)] -> [Help 1] org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException: No plugin found for prefix 'jena-fuseki-geosparql' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/lotico/.m2/repository), apache.snapshots ( https://repository.apache.org/snapshots), central ( https://repo.maven.apache.org/maven2)] at org.apache.maven.plugin.prefix.internal.DefaultPluginPrefixResolver.resolve (DefaultPluginPrefixResolver.java:95) at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.findPluginForPrefix (MojoDescriptorCreator.java:266) at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDescriptor (MojoDescriptorCreator.java:220) at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments (DefaultLifecycleTaskSegmentCalculator.java:104) at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments (DefaultLifecycleTaskSegmentCalculator.java:83) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:89) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [ERROR] [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException voke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [ERROR] [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException On Mon, Dec 26, 2022 at 11:33 AM Andy Seaborne <a...@apache.org> wrote: > > 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 Neumann wrote: > > 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 <a...@apache.org> wrote: > > > >> 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, <marco.neum...@gmail.com> > 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 -- --headless > >>> --browser chrome' failed. org.apache.commons.exec.ExecuteException: > >> Process > >>> exited with an error: 1 (Exit value: 1) > >>> > >>> it prevents me from building a fresh clone with a clean install. > >>> > >>> > >>> On Sat, Dec 24, 2022 at 6:28 PM Andy Seaborne <a...@apache.org> wrote: > >>> > >>>> The problems with GeoSPARQL tests means this RC is cancelled. > >>>> > >>>> It'll be a few days before RC2. > >>>> > >>>> 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 release: > >>>>> > >>>>> [ ] +1 Approve the release > >>>>> [ ] 0 Don't care > >>>>> [ ] -1 Don't release, because ... > >>>>> > >>>> > >>> > >>> > >>> -- > >>> > >>> > >>> --- > >>> Marco Neumann > >>> > >> > > > > > -- --- Marco Neumann