How to resolve the error "UnrecoverableKeyException" in TIBCO API Exchange's ConfigUI?

How to resolve the error "UnrecoverableKeyException" in TIBCO API Exchange's ConfigUI?

book

Article ID: KB0074044

calendar_today

Updated On:

Products Versions
TIBCO API Exchange 2.3.3 and above

Description

This error is usually seen:
- if there are issues with keystores or their passwords(referred in asg-configui.tra)
- or after a JRE upgrade.
 

Environment

All Supported Platforms

Resolution

To resolve the error:
-> Check if any keystore referred to in the properties file has expired certificate(s) or the password is incorrect
-> Check if adding the below property to asg-configui.tra and restarting ConfigUI helps:
java.property.jceks.key.serialFilter=java.lang.Enum;java.security.KeyRep;java.security.KeyRep$Type;javax.crypto.spec.SecretKeySpec;*

Issue/Introduction

This article provides inputs on resolving the error while configuring HTTPS for APIX-G's ConfigUI.