Error logging into CIM UI with error, "Unsupported key or value".

Error logging into CIM UI with error, "Unsupported key or value".

book

Article ID: KB0088461

calendar_today

Updated On:

Products Versions
TIBCO Collaborative Information Manager -
Not Applicable -

Description

Resolution:
Description:
========
When trying to login to CIM UI, the user is unable to login and the following logs are generated in the elink.log file.

--
2012-03-05 09:07:00,384 [http-0.0.0.0-8888-1] DEBUG com.tibco.mdm.directory.company.dao.EnterpriseDAO - getByAlternateKey(): sql=[select id,name,internalname,vertical, active from enterprise  where upper(name)  = ? and active='Y' ]

2012-03-05 09:07:00,384 [http-0.0.0.0-8888-1] DEBUG com.tibco.mdm.infrastructure.db.MqDebuggableStatement - Executing Query [select id,name,internalname,vertical, active from enterprise  where upper(name)  = 'TIBCOCIM' and active='Y' ]

2012-03-05 09:07:00,476 [http-0.0.0.0-8888-1] DEBUG com.tibco.mdm._UserTextFormatter - Missing resource for code = Unsupported key or value: Key=ENTERPRISE__0, Value=

<Enterprise: BEGIN>

ID: 0

Name: TIBCOCIM

Internal Name: velosel

Vertical: null

Action: READ

Active: Y

<Enterprise: END>

2012-03-05 09:07:00,479 [http-0.0.0.0-8888-1] DEBUG com.tibco.mdm.ui.directory.security.login.LoginServlet - Exception during handleLogin. Message:Unsupported key or value: Key=ENTERPRISE__0, Value=

--

References:
=======
http://androidyou.blogspot.in/2010/07/oracle-coherence-javalangillegalargumen.html
https://kr.forums.oracle.com/forums/thread.jspa?threadID=2113170

Environment:
========
ALL

Resolution:
==========
Comment the following properties (all occurrences) in the coherence-server-cache-config.xml and coherence-client-cache-config.xml.
--
    <!-- unit-calculator>{cache-unit-type BINARY}</unit-calculator -->

--

Issue/Introduction

Error logging into CIM UI with error, "Unsupported key or value".