-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tomcat server #41
Comments
Facing the same issue as well. Revised multiple times, no luck yet :/ @hkhcoder can you please have a look? |
@hkhcoder please review the issue. I have been trying since yesterday but all progress. |
There are the logs of tomcat9, the java version is openjdk 11.0.23 2024-04-16 Jul 03 18:34:06 ip-172-31-87-137 tomcat9[7478]: Server startup in [18178] milliseconds |
Facing the same issue..... |
I was able to resolve the issue. First I checked the /var/log/tomcat9/localhost.YYYY-MM-DD.log file. In the file, I could see RMQ errors: Caused by: com.rabbitmq.client.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile. This is is because the RMQ user was not created. I then created the user and restarted the server. sudo rabbitmqctl add_user test test Then restarted tomcat9 also. After that I was able to see the login page. |
I have added all vprofile-2.war to /var/lib/tomcat9/webapps/ROOT.war. But still the webapp is no accessible on the browser. Its giving 404 error.
I have checked application.properties. they are correct and fine
The text was updated successfully, but these errors were encountered: