Problem With Running Spring Boot WAR File On WebLogic 12.2.1- Error 500--Internal Server Error is thrown
(Doc ID 2139944.1)
Last updated on JUNE 14, 2024
Applies to:
Oracle WebLogic Server - Version 12.2.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
Problem with running Spring Boot WAR file on WebLogic 12.2.1. This runs fine on WebLogic 12.1.3
Application Details:
Spring Boot (1.3.3.RELEASE) and WebLogic 12.2.1
- The web application is a Spring Boot application, configured as a Spring MVC application.
- The application is built using Maven and packaged as WAR file.
Application Runtime Error:
HTTP request
- Making a request, the DispatcherServlet fails with an error message.
- When trying to access a Spring resource (Spring Controller – http://localhost:8080/{spring-resource} ) an Error 500--Internal Server Error is thrown:
- The full issue report and stack trace can be found on: https://github.com/spring-projects/spring-boot/issues/5549
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |