IBMStockTrader / looper

Performance/stress test for IBM Stock Trader
Apache License 2.0
0 stars 12 forks source link

Invalid JWT Builder ID #4

Closed Raunak-S closed 3 years ago

Raunak-S commented 3 years ago

Error when running Looper: [err] com.ibm.websphere.security.jwt.InvalidBuilderException: CWWKS6008E: The specified JSON Web Token (JWT) builder ID [myBuilder] is not valid. Verify that a JWT builder with the specified ID is configured.

John figured out problem is with server.xml and updating an old JWT Builder ID.

jwalcorn commented 3 years ago

Fixed this last week. the "id" specified in the code and in the server.xml were mismatched for the jwtBuilder. Thanks for finding/reporting this!