Skip to main content
Question

IFS9 race/test login

  • February 20, 2023
  • 2 replies
  • 74 views

Forum|alt.badge.img+5
  • Sidekick (Partner)
  • 21 replies

I have been using the environment to run PCA test for a week, but since yesterday the login page keep giving the error measage while trying to login:


Can anyone here shed light on how to solve this issue ?

2 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • February 21, 2023

Hi @yen,

The error suggests that the Managed Server is down. You can use the scripts located in \\<IFS_HOME>\instance\<InstanceID>\bin directory to check the server status and stop/start them. Doing an orderly restart of the servers could solve the issue in most cases. 

You can run the scripts in following order.

  • check_server_status.cmd - to check the status of each server prior to the restart.
  • stop_all_servers.cmd
  • stop_ as_nodemanager.cmd
  • stop_http_nodemanager.cmd
  • start_http_nodemanager.cmd
  • start_as_nodemanager.cmd
  • start_all_servers.cmd
  • check_server_status.cmd - to check the status of each server after the restart.

If all the servers (Admin Server, managed Server(s), Http Server(s)) are in running state, you can see if you can successfully login. 

If above steps do not solve the issue, it would take some more troubleshooting to check why the servers are not starting up or throwing errors by analyzing log files. 

Hope this helps!


Forum|alt.badge.img+5
  • Author
  • Sidekick (Partner)
  • 21 replies
  • February 22, 2023

@Charith Epitawatta thank you for your help.