Replies: 5 comments 5 replies
-
|
what version of jetty are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I am using 12.1.6
Thanks 😊
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I downloaded the project and opened it in eclipse 2025 but i couldn’t build because missing artifact rdf4j-common-annotation:jar:6.0.0-SNAPSHOT. No idea what to do now.
Thanks / Lars-Ola
Från: Håvard M. Ottestad ***@***.***>
Skickat: den 24 februari 2026 11:32
Till: eclipse-rdf4j/rdf4j ***@***.***>
Kopia: Lars-Ola Osterlund ***@***.***>; Author ***@***.***>
Ämne: Re: [eclipse-rdf4j/rdf4j] How do I know what modules to include in Jetty for rdf4j-server.war and rdf4j-workbench.war (Discussion #5700)
Currently we are on 9.4.54. You could try this branch here instead: upgrade-dependencies-to-java-25
#5683 <#5683>
—
Reply to this email directly, view it on GitHub <#5700 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AN4NIQ74ZA4ROWSEFFRMIOT4NQSDLAVCNFSM6AAAAACV5WS6TKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKOJQHA4DONI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AN4NIQYNA4AXJTKXFFBRQIT4NQSDLA5CNFSM6AAAAACV5WS6TKWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQA6LAAW.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The build went on for quite a while and ended with success for all. When I opened the project in Eclipse the errors were gone but still 113 warnings.
But were do the rdf4j-server.war and rdf4j-workbench.war archives to put in jetty-base/webapps? Another build?
Thanks for helping / Lars-Ola
Från: Håvard M. Ottestad ***@***.***>
Skickat: den 24 februari 2026 13:20
Till: eclipse-rdf4j/rdf4j ***@***.***>
Kopia: Lars-Ola Osterlund ***@***.***>; Author ***@***.***>
Ämne: Re: [eclipse-rdf4j/rdf4j] How do I know what modules to include in Jetty for rdf4j-server.war and rdf4j-workbench.war (Discussion #5700)
Could you try the following terminal command?
mvn clean; mvn install -DskipTests;
—
Reply to this email directly, view it on GitHub <#5700 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AN4NIQ4GBUPJFWJO7A7G3RD4NQ6YRAVCNFSM6AAAAACV5WS6TKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKOJRGAYTEMA> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AN4NIQ7FCK6MQ2VLD5PCIHL4NQ6YRA5CNFSM6AAAAACV5WS6TKWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQA6LCOQ.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I had to do the build, moved the war archives to jetty-base and started the server. The following error listed twice is still there
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
Next I opened the workbench and it worked 😊!!
Opening the server gave: HTTP ERROR 503 Service Unavailable, probably due to the exception when starting Jetty.
Thanks for helping, much appreciated.
/ Lars-Ola
Från: Håvard M. Ottestad ***@***.***>
Skickat: den 24 februari 2026 19:20
Till: eclipse-rdf4j/rdf4j ***@***.***>
Kopia: Lars-Ola Osterlund ***@***.***>; Author ***@***.***>
Ämne: Re: [eclipse-rdf4j/rdf4j] How do I know what modules to include in Jetty for rdf4j-server.war and rdf4j-workbench.war (Discussion #5700)
If it's not there you need to run: mvn -Passembly package -DskipTests
You should see a zip file.
—
Reply to this email directly, view it on GitHub <#5700 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AN4NIQ2WD3JPDCVPTSUYGN34NSI5RAVCNFSM6AAAAACV5WS6TKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKOJRGM4TSMY> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AN4NIQ6N6XFTR5NY6EJI2BD4NSI5RA5CNFSM6AAAAACV5WS6TKWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQA6LKAS.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to Jetty and rdf4j.
Beta Was this translation helpful? Give feedback.
All reactions