Deployment: Self-hosted on metal Ubuntu Linux server, Ubuntu 20.04.6 LTS, 5.4.0-167-generic kernel, java 17.0.6 2023-01-17 LTS, Docker version 24.0.7, build afdd53b
EaaSI Version (if self-hosting): EaaSI Demo v1
Browser: Firefox 128.0.3-2
Description: Hello, I am attempting to deploy the EaaSI Demo for evaluation purposes.
I’m following the documentation here:
https://eaasi.gitlab.io/eaasi_user_handbook/overview/demo.html#container-setup
I had no issues following the installation instructions. I was able to download the software and deploy the eaas-proxy
and eaas-custom
docker containers without issue.
After deploying the EaaSI demo, I was able to log in with the demo credentials provided. However, immediately after logging in, I see an error page with the heading “Server Error”, and the following content:
{
"data": null,
"status": -1,
"config": {
"method": "GET",
"transformRequest": [
null
],
"transformResponse": [
null
],
"jsonpCallbackParam": "callback",
"url": "http://localhost:8080/emil/EmilSoftwareData/getSoftwarePackageDescriptions",
"headers": {
"Accept": "application/json, text/plain, */*"
},
"cached": false
},
"statusText": "",
"xhrStatus": "error"
}
In the logs for the eaas-custom
container, I see quite a bit of error content, which I’ve attached. The most relevant part of the stack trace seems to be this:
22:29:00,609 ERROR [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0043: Deployment unit processor org.wildfly.extension.microprofile.config.smallrye.deployment.SubsystemDeploymentProcessor@616351b unexpectedly threw an exception during undeploy phase POST_MODULE of subdeployment "objectarchive-0.0.1-SNAPSHOT.war" of deployment "eaas-server.ear": java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
I also tried deploying the demo to a completely fresh OS install (Ubuntu 22.04), on a VPS with only Docker installed on top of the base operating system.
The result there was the same (error page after login) but with no error output in the logs.
Urgency: Nothing major, but our evaluation cannot continue until this issue is resolved.
eaasi-log.txt (11.0 KB)