xxe-workshop icon indicating copy to clipboard operation
xxe-workshop copied to clipboard

21_rssviewer_xxe: runtime crash

Open noraj opened this issue 2 years ago • 1 comments

I have issues deploying the labs.

For example with https://github.com/GoSecure/xxe-workshop/tree/master/21_rssviewer_xxe

I can build successfully:

image

But the container will crash at runtime:

image

Would that be because the application is too old and unmaintained and the gradle version too recent?

Env

➜ java -version  
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=gasp
openjdk version "1.8.0_372"
OpenJDK Runtime Environment (build 1.8.0_372-b07)
OpenJDK 64-Bit Server VM (build 25.372-b07, mixed mode)

➜ gradle --version
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=gasp

------------------------------------------------------------
Gradle 8.1.1
------------------------------------------------------------

Build time:   2023-04-21 15:50:53 UTC
Revision:     <unknown>

Kotlin:       1.8.10
Groovy:       3.0.15
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          1.8.0_372 (Oracle Corporation 25.372-b07)
OS:           Linux 6.3.6-arch1-1 amd64

➜ grep PRETTY_NAME /etc/os-release 
PRETTY_NAME="Arch Linux"

noraj avatar Jun 08 '23 09:06 noraj

Would that be better to build the app inside the container especially if it requires old build tools and java versions?

noraj avatar Jun 08 '23 09:06 noraj