Changes for page Troubleshooting


From version 6.5
edited by gru
on 13.12.2022, 14:38
Change comment: There is no comment for this version
To version 6.4
edited by gru
on 17.09.2021, 10:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -102,4 +102,3 @@
102 102  |= |= Issue|=Solution
103 103  |1|Application servers, eg. Tomcat or JBoss, crashes with the error message //OutOfMemory//.|You need to increase the available RAM for the Java virtual machine. For Tomcat, these settings are described on the [[help pages for setting up Tomcat>>doc:Formcycle.SystemSettings.TomcatSettings.LimitUploadSize]].
104 104  |2|It is not possible to log in to {{formcycle/}} as sadmin with the default password directly after the initial installation on a Linux-based system.|{{formcycle/}} needs to store certain settings in the file system. Some Linux-based systems do not set a home directory for the tomcat user by default. This can usually be configured in the {{code language="none"}}/etc/passwd{{/code}} file. After the tomcat user has been modified, a restart is required.
105 -|3|High CPU load already at the start of the application without further accesses|Older Java 11 releases [[contain a bug in the SSLEngine>>https://bugs.openjdk.org/browse/JDK-8241054]], which under certain circumstances can lead to dead loops when calling URLs over SSL, resulting in high CPU usage. This bug has been officially fixed in Java 11 release 11.0.8. If you are using an older Java 11 version up to and including 11.0.7, please upgrade to a newer version.