Dec 01 19:28:55 katello candlepin[9882]: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Dec 01 19:28:55 katello candlepin[9882]: Caused by: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstrap
I’m working in a Windows environment in Visual Studio, so this might be the problem. I didn’t change any configuration files, though.
The problem was only in the tomcat.conf file.
I fixed the file:
sed -i ‘s/\r//g’ tomcat.conf
“The error message /tomcat.conf: line 13: $'\r': command not found indicates that the shell script has Windows-style line endings (CRLF) instead of the required Unix-style line endings (LF). “
Can you tell me more about the environment? You got me curious.
You’re using a windows machine and remotely deploy onto a Linux VM?
Or is that Podman Desktop or something similar?
I use a Windows machine with the Visual Studio code editor. Next, an Ansible Linux machine with Ansible AWX runs the roles for installation on a remote VM.
The main task is to run katello on Opensuse or Ubuntu and migrate from redhat katello to OS Opensuse.