Closed EHJ-52n closed 3 years ago
I can confirm the same issues when starting the docker container with version 5.4.0.
The SOS docker image is fixed and the versions latest
, 5
and 5.4.0
are updated.
Thanks @CarstenHollmann ! I can confirm the fix in version 5.4.0 (although it says "Version: 5.4.1-SNAPSHOT" in the administration panel now).
When running the following command:
I get a lot of warning and error logs and cannot access the sos, e.g. at
The complete log is attached as zip 52n-sos-5.3.1_start-up-logs.txt.zip with 5377 lines of logging and its 2,1MB big.
Container start logs - Reduced
``` 2021-03-04 15:56:00.229:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=4113ms 2021-03-04 15:56:00.627:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0 2021-03-04 15:56:00.627:INFO:oejs.session:main: No SessionScavenger set, using defaults 2021-03-04 15:56:00.629:INFO:oejs.session:main: node0 Scavenging every 660000ms ClassLoaderLeakPreventorListener: Settings for se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventorListener (CL: 0x6500df86): ClassLoaderLeakPreventorListener: stopThreads = true ClassLoaderLeakPreventorListener: stopTimerThreads = true ClassLoaderLeakPreventorListener: executeShutdownHooks = true ClassLoaderLeakPreventorListener: threadWaitMs = 5000 ms ClassLoaderLeakPreventorListener: shutdownHookWaitMs = 10000 ms Mar 04, 2021 3:56:00 PM se.jiderhamn.classloader.leak.prevention.JULLogger info INFO: Initializing by loading some known offenders with leak safe classloader Mar 04, 2021 3:56:00 PM se.jiderhamn.classloader.leak.prevention.JULLogger error SEVERE: null java.lang.NullPointerException at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264) at sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:219) at sun.awt.FontConfiguration.init(FontConfiguration.java:107) at sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:774) at sun.font.SunFontManager$2.run(SunFontManager.java:431) at java.security.AccessController.doPrivileged(Native Method) at sun.font.SunFontManager.One problem seems to be that there are two Spring versions in the dependencies:
Dependency tree for the webapp module
``` mvn -pl webapp -amd dependency:tree ```