Skip to content

Instantly share code, notes, and snippets.

@thikade
Last active July 22, 2019 15:19
Show Gist options
  • Save thikade/9ef527f3dad49afc7d95fba7c0c6c293 to your computer and use it in GitHub Desktop.
Save thikade/9ef527f3dad49afc7d95fba7c0c6c293 to your computer and use it in GitHub Desktop.
Websphere important message IDs

Start / Stop of application

  • WSVR0200I: Starting application

  • WSVR0203I: Application: Application build level:

  • WSVR0217I: Stopping application:

  • WSVR0220I: Application stopped:

  • WSVR0221I: Application started:

  • WSVR0190I: Starting composition unit WebSphere:cuname= in BLA <>.

  • WSVR0191I: Composition unit WebSphere:cuname= in BLA <> started.

  • WSVR0193I: Composition unit WebSphere:cuname= in BLA <> stopped.

  • WSVR0194E: Composition unit WebSphere:cuname= in BLA <> failed to start.

  • ADMN1008I: An attempt is made to start the application. (User ID = defaultWIMFileBasedRealm/userid)

  • ADMN1010I: An attempt is made to stop the application. (User ID = defaultWIMFileBasedRealm/userid)

one-liners

  • tail -n100000 -f SystemOut.log | egrep 'WSVR02[012][017]I'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment