Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

timeout #484

Merged
merged 5 commits into from
Mar 13, 2020
Merged

timeout #484

merged 5 commits into from
Mar 13, 2020

Conversation

makandre
Copy link
Contributor

Signed-off-by: Andrew Mak [email protected]

For eclipse-archived/codewind#2455

Signed-off-by: Andrew Mak <[email protected]>
@makandre
Copy link
Contributor Author

@sishida Could you review this?

-->
## Open Liberty projects do not start within the default timeout

Occasionally, Appsody open liberty projects do not start and you see the following entries in the `appsody.log`:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Capitalize "Open Liberty"
  • Add a comma after "start"

[Container] [INFO] CWWKM2011E: Timed out searching for CWWKF0011I: in /opt/ol/wlp/usr/servers/defaultServer/logs/messages.log.
```

By default, Open liberty projects are configured to wait 2 minutes (120 seconds) for the server to start up. The messages above is an indication that the server did not start up within the default timeout period.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Capitalize "Liberty"
  • Remove both instances of the word "up." The word "up" is likely to be flagged by our accessibility checking tool.
  • Remove extra space before "The messages"
  • Remove "above" and instead say, "These messages are an...". Directional words are an accessibility concern. (Someone with a screen reader might not be able to easily discern where "above" is.)


**Workaround**

You can increase the timeout value in the project's `pom.xml` file. Look for the element below and increase the value:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Remove "You can" and just go with the imperative "Increase the timeout..."
  • Remove extra space in front of "Look"
  • Say "the following element" instead of "below". This is another directional word and another accessibility concern.

Signed-off-by: Andrew Mak <[email protected]>
Signed-off-by: Andrew Mak <[email protected]>
Signed-off-by: Andrew Mak <[email protected]>
@makandre makandre requested a review from sishida March 12, 2020 20:39
Copy link
Contributor

@sishida sishida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the changes!

Signed-off-by: Andrew Mak <[email protected]>
@sishida sishida merged commit e5b48ba into eclipse-archived:master Mar 13, 2020
@makandre makandre deleted the ol_timeout branch March 13, 2020 15:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants