After upgrade of SUA, I can see following error in tema.log:
I SRVE0292I: Servlet Message - [tema]:.[FATAL]
ActionController::RoutingError (uninitialized constant Management)
Anyone know what this means?
After upgrade of SUA, I can see following error in tema.log:
I SRVE0292I: Servlet Message - [tema]:.[FATAL]
ActionController::RoutingError (uninitialized constant Management)
Anyone know what this means?
Hello, this is known defect. See resolution below:
After upgrading SUA to a later version, the tema.log file contains the following FATAL error:
Started GET “/management/imports” for 9.164.171.212 at 2014-12-05 16:07:25 +0000
[12/5/14 16:07:25:671 UTC] 0000002f com.ibm.ws.webcontainer.webapp
I SRVE0292I: Servlet Message - [tema]:.[FATAL]
ActionController::RoutingError (uninitialized constant Management):
Description:
When you upgrade to SUA 9.0.1.2 from any earlier versions, you must update the database schema. It is a required step, but you can simply click the Update Schema button, and the update will be performed automatically. Until the update is completed, you are not able to use SUA.
The preceding error is caused because the update is not finished, or it was not started at all. You might have tried to access one of the SUA pages not through the login page, but by using a specific URL, for example https://hostname:9081/sam/software_facts that leads to the Software Installations report. Without the updated schema, SUA could not open this page and displayed the message “The page you were looking for doesn’t exist”. It also saved the fatal error in the log file.
Solution:
Refresh the page or open the login page, which displays the Update Schema button. Click it and wait until the update completes.