Wednesday 12 February 2014

"SECJ0371W: Validation of the LTPA token failed because the token expired with the following info..." - much more useful with WAS 8.5

I'm just getting to grips with WebSphere Application Server (WAS) 8.5.5.1 for the very first time, as part of my first IBM Operational Decision Manager (ODM) 8.5.1.0 delivery.

I just happen to note this WARNING in my SystemOut.log file: -

[12/02/14 18:17:58:817 GMT] 000000b1 LTPAServerObj W   SECJ0371W: Validation of the LTPA token failed because the token expired with the following info: Token expiration Date: Wed Feb 12 16:52:00 GMT 2014, current Date: Wed Feb 12 18:17:58 GMT 2014 Token attributes:  port=8880, username=user:defaultWIMFileBasedRealm/uid=rtsAdmin,o=defaultWIMFileBasedRealm, hostname=rhel6.uk.ibm.com.. This warning might indicate expected behavior. Please refer to technote at http://www-01.ibm.com/support/docview.wss?uid=swg21594981.

Now that is what I call a very useful warning - it's chock full o'detail, includes the details of the WAS port, username, hostname, clearly indicates that this MAY be expected behaviour, and then directs one to an IBM Technote: -


This is a great example of how to do it.

Thanks, WebSphere development team.

PS For the record, this is what I'm running: -

Name                  IBM WebSphere Application Server Network Deployment
Version               8.5.5.1
ID                    ND
Build Level           cf011341.03
Build Date            10/18/13
Package               com.ibm.websphere.ND.v85_8.5.5001.20131018_2242
Architecture          x86-64 (64 bit)
Installed Features    IBM 64-bit WebSphere SDK for Java
                      WebSphere Application Server Full Profile
                      EJBDeploy tool for pre-EJB 3.0 modules
                      Embeddable EJB container
                      Stand-alone thin clients and resource adapters

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...