Skip to content

Commit

Permalink
Merge pull request #7366 from OpenLiberty/instantOn-24006
Browse files Browse the repository at this point in the history
edits per review
  • Loading branch information
dmuelle authored May 29, 2024
2 parents 133c8cc + 74caad7 commit 3ca2bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/pages/instanton-limitations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -415,16 +415,16 @@ J2CA8601E: The server checkpoint request failed because the `StartupExample` res
=== Error creating a timer
When a resource adapter attempts to create a timer before checkpoint, the `createTimer()`method throws an `UnavailableException` with the following `J2CA8512E` message that identifies the resource adapter:
When a resource adapter attempts to create a timer before checkpoint, the `createTimer()` method throws an `UnavailableException` with the following `J2CA8512E` message that identifies the resource adapter:
[source,console]
----
J2CA8512E: A timer could not be created for the `StartupExample` resource adapter during the server checkpoint request..
J2CA8512E: A timer could not be created for the StartupExample resource adapter during the server checkpoint request.
----
The server then fails the checkpoint and logs the following error:
[source,console]
----
J2CA8511E: The server checkpoint request failed because the `StartupExample` resource adapter created a timer.
J2CA8511E: The server checkpoint request failed because the StartupExample resource adapter created a timer.
----

0 comments on commit 3ca2bb8

Please sign in to comment.