Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: JIRA Issue macro params updated with additional server info

This is a reverse-chronological log of all work done in the platform AWS account.

...

  1. Since the deployment script is broken (see:
    Jira Legacy
    serverJIRA (sagebionetworks.jira.com)
    serverIdba6fb084-9827-3160-8067-8ac7470f78b2
    keyPLFM-1351
    ), I manually uploaded the war files (Upload in the AWS  Web Console has been fixed!):
    1. services-repository-1.0.1.war
    2. services-authentication-1.0.1.war
    3. portal-1.0.2.war
  2. Deployed the respective wars to Synapse prodA.
  3. I was unable to run the smoke tests on prod-a due to
    Jira Legacy
    serverJIRA (sagebionetworks.jira.com)
    serverIdba6fb084-9827-3160-8067-8ac7470f78b2
    keyPLFM-1352
    .

Update prod to 1.0.0 on stack A by Xa on 6/20

...

  1. Stop prodBSearchUpdater
  2. Drop and re-create prodB schema
  3. Restart App repo-prod-b on AWS
    • tables are not being created
      • looking at tomcat logs, looks like the app did not terminate in time
      • tried restart again but it looks like app not responding
    • try rebuild env to force shutdown of tomcat
      • had to do it a couple if times, no idea why failed the first time...
  4. Start migration from Prod to ProdB
    • Migration took about 1.5hr
    • Put repo in RO mode
  5. Getting 'An error occured trying to load' from portal when trying to display entity (tried 4492, 4494, 4496)
    • Does not look like a repo issue, I can get the entities from Python
    • Cannot login using Google account (error from auth) or Sage account (says I'm not authenticated)
    • Can login from Python
  6. Restart App for portal and auth
    • No change
  7. Log into auth/portal EC2 to look at logs
    • Nothing special in auth
    • After getting error msg about load failure, following msg in portal log:
      "Cannot find user login data in the cookies using cookie.name=org.sagbionetworks.security.user.login.data" >> Normal since I did not login?
    • No log entry on login failure
    • ~2:30am: Timeouts from repo (maybe connected to instance being removed)
  8. Put repo back in RW mode

...