Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] latest docker rdf4j

Hi Matthew,

Jeen cleaned up older releases because they contained various vulnerabilities. If you want an older version you can build it from source with “git checkout 4.2.0” and running the build script in the “docker” directory. If you run into issues you should first try to copy the contents of the docker directory from the main branch in case there are any new fixes. 

@Bart: Thanks for building and pushing the image for 4.3.3. I asked Eclipse if I could get access too, but they said they had maxed out the number of dockerhub users :(

Håvard

On 7 Jul 2023, at 12:49, Matthew Nguyen via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx> wrote:


Actually I see them here: https://hub.docker.com/r/eclipse/rdf4j-workbench/tags

Yesterday, I was trying to pull 4.2.0 which a fellow co-worker was using and couldn't get it.  I see we only keep the latest minor release.  

Also confirmed 4.3.3 (latest) works.  Thanks!

On Friday, July 7, 2023 at 06:17:20 AM EDT, Matthew Nguyen via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx> wrote:


Thanks. For future ref, is it possible to pull back prior versions from docker or is only the latest ever avail?

On Friday, July 7, 2023 at 05:57:24 AM EDT, Bart Hanssens (BOSA) via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx> wrote:


Meanwhile I’ve pushed the latest 4.3.3 docker to hub.docker.com, hope this helps

 

Best regards

 

Bart

 

From: rdf4j-dev <rdf4j-dev-bounces@xxxxxxxxxxx> On Behalf Of Håvard Ottestad via rdf4j-dev
Sent: vrijdag 7 juli 2023 11:39
To: rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
Cc: Håvard Ottestad <hmottestad@xxxxxxxxx>
Subject: Re: [rdf4j-dev] latest docker rdf4j

 

Yes. 

 

We have an issue about it on GitHub and it’s fixed in 4.3.3 which I published yesterday. 

Håvard



On 6 Jul 2023, at 22:14, Matthew Nguyen via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx> wrote:



anyone able to get this to run?  it appears to be unable to start rdf4j-server. logs:

6-Jul-2023 20:10:19.545 SEVERE [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive [/usr/local/tomcat/webapps/rdf4j-server.war]

        java.lang.IllegalStateException: Error starting child

                at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:715)

                at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:688)

                at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:661)

                at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1016)

                at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1903)

                at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

                at java.base/java.util.concurrent.FutureTask.run(Unknown Source)

                at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

                at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

                at java.base/java.lang.Thread.run(Unknown Source)

        Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/rdf4j-server]]

                at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)

                at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)

                at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:711)

                ... 9 more

        Caused by: java.lang.NoClassDefFoundError: Lorg/apache/commons/logging/Log;

                at java.base/java.lang.Class.getDeclaredFields0(Native Method)

                at java.base/java.lang.Class.privateGetDeclaredFields(Unknown Source)

                at java.base/java.lang.Class.getDeclaredFields(Unknown Source)

                at org.apache.catalina.util.Introspection.getDeclaredFields(Introspection.java:110)

                at org.apache.catalina.startup.WebAnnotationSet.loadFieldsAnnotation(WebAnnotationSet.java:269)

                at org.apache.catalina.startup.WebAnnotationSet.loadApplicationServletAnnotations(WebAnnotationSet.java:137)

                at org.apache.catalina.startup.WebAnnotationSet.loadApplicationAnnotations(WebAnnotationSet.java:69)

                at org.apache.catalina.startup.ContextConfig.applicationAnnotationsConfig(ContextConfig.java:329)

                at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)

                at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:300)

                at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)

                at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4855)

                at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)

                ... 10 more

        Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.Log

                at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1420)

                at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1228)

                ... 23 more



_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev

_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev

Back to the top