In my catalina.out I have this error
/opt/tomcat/bin/catalina.sh: 1: eval: Syntax error: Unterminated quoted string
I think this means that a string is declared with a quotation mark (") but it doesn't have the closing quotation mark, but I don't find the error.
Any suggestions to find the error?
I use tomcat 8.5.3.32 and I only add this to catalina.sh
JAVA_OPTS="$JAVA_OPTS -Xms2048m -Xmx4096m -XX:PermSize=512m -XX:MaxPermSize=512m"