We installed the MFP 6.3.0.0-MFPF-IF201508202339 fix using Installation Manager without errors. After this, we also replace the administration services WAR file using Server Configuration Tool.
The operations console and apps are working fine, but the AppCenter console does not work.
When the user is trying to execute any action (change app description, permissions, etc) the app executes a logout process, sending this message “Your session has expired. You will be redirected to the authentication page.”
During the update using IM, we had no choice to change “Install Application Center” because the screens related to the last fix installation step were disabled, so the war files related to the appcenter were updated in the apps folders related to our Liberty profile instance.
In the message.log files no errors appears, just this line:
"[9/1/15 15:26:35:090 ART] 000000a7 com.ibm.appcenter.servlet.ConsoleServicesServlet W logout"
Need I execute another additional process for the AppCenter update?
Thanks in advance
As far as I know, no additional process for an AppCenter update is needed.
But something got messed up here. I do not have a complete answer, but maybe some technical insight helps:
The immediate logout symptom indicates a loss of the LTPA token. This token remembers who is logged in. First, you should verify the role mapping of appcenteradmin and appcenteruser in your webserver. Secondly, the immediate logout and loss of LTPA token can be caused by any HTTP response "403 FORBIDDEN", so for instance if you have IHS or a firewall, you should check their configurations whether they interject the response "403 FORBIDDEN".
If these technical hints do not help, I suggest that you contact official IBM support, because without understanding the details of your topology and without the log files, it is difficult to analyze the problem.