Jakarta migration issue in Tomcat 10.1.12 with Java 11

2023-09-27 Thread Muralisankar Srinivasan
Dear Users, I am facing the following Exceptions from the Java Maven application which is migrated from Javax to Jakarta, using "jakartaee-migration-1.0.7". The application was successful in "Apache Tomcat Version 9.0.64". Please suggest the dependencies to be added in pom.xml for resolving these

Re: [External]Re: Tomcat 10 on RHEL 8 with Java 17

2023-09-27 Thread Christopher Bland
Hi Everyone, I’m making progress. I started from scratch again adding pieces back one by one. It seems like I am seeing the following errors with my configuration Could not load Logmanager "org.apache.logging.log4j.jul.LogManager" java.lang.ClassNotFoundException:

RE: SSLHostConfig question

2023-09-27 Thread Mcalexander, Jon J.
Thank you Chris! Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 |

Re: [External]Re: Tomcat 10 on RHEL 8 with Java 17

2023-09-27 Thread Christopher Bland
Hi Thomas, I didn’t post those checks. I ran ps -ef | egrep -I ‘tomc|java’ as well as netstat -tlpn I did not see any indication that Tomcat had started. @Stephanie Hi Stephanie, I checked the ownership and permissions plus ran chown -R tomcat:tomcat /usr/local/tomcat -Chris From:

AW: [External]Re: Tomcat 10 on RHEL 8 with Java 17

2023-09-27 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hi Chris, > -Ursprüngliche Nachricht- > Von: Christopher Bland > Gesendet: Mittwoch, 27. September 2023 19:19 > An: Tomcat Users List > Betreff: Re: [External]Re: Tomcat 10 on RHEL 8 with Java 17 > > Hi Chris, > > I didn’t get the error message. Tomcat still isn’t starting > > #

Re: [External]Re: Tomcat 10 on RHEL 8 with Java 17

2023-09-27 Thread Stephanie Panah
I am late to this conversation, and I did not read all the thread. But, I had something similar to this, about six months ago. The solution to get Tomcat running was to "enter" the directory that tomcat is housed in: eg; c:\program files\apache tomcat.. simply opening the directory helped to

Re: [External]Re: Tomcat 10 on RHEL 8 with Java 17

2023-09-27 Thread Christopher Bland
Hi Chris, I didn’t get the error message. Tomcat still isn’t starting # ./catalina.sh run Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME:/usr/lib/jvm/java-17-openjdk-17.0.8.0.7-2.el8.x86_64

Re: Tomcat 10 on RHEL 8 with Java 17

2023-09-27 Thread Darryl Baker
Chris, With no logs at all check the permissions on the log directories and make sure that the user Tomcat is running as has write permissions there. This sounds very much like what I ran into my first time setting up Tomcat from scratch. Darryl Baker, GSEC, GCLD (he/him/his) Sr.

Re: Tomcat 10 on RHEL 8 with Java 17

2023-09-27 Thread Christopher Schultz
Chris, On 9/27/23 10:30, Christopher Bland wrote: Hi All, I just deployed Tomcat v10.1.13 on a new machine. When I start Tomcat it says it has started but I don’t see the daemon running and I don’t have any logs. I tried running Catalina.sh directly. # ./catalina.sh start Using

Tomcat 10 on RHEL 8 with Java 17

2023-09-27 Thread Christopher Bland
Hi All, I just deployed Tomcat v10.1.13 on a new machine. When I start Tomcat it says it has started but I don’t see the daemon running and I don’t have any logs. I tried running Catalina.sh directly. # ./catalina.sh start Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: