Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 458081

Summary: [server] cannot login into orionhub.org after a server restart
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: ServerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 8.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2015-01-21 15:09:11 EST
orionhub.org was restarted at 13:31:47

I can see from the logs that users were failing to login until 13:34:56, several seconds later. 

There were 15 failed logins by four users during these three seconds. 

If the server is going to allow you to load the UI to login then you should be able to login.
Comment 1 Anthony Hunter CLA 2015-01-21 15:15:06 EST
The problem was that we were depending on either the Indexer or DiskUsageJob to complete a call to readAllUsers() to build the username cache. I added a fix with bug 450017#c3 that ensures this is done right away on server startup.

To test I used SimpleServerUserStressTest to create a serverworkspace with 50000 users and was able to demonstrate there was no login failure on a server restart.