Startup Issue:org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException

Startup Issue:org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException

book

Article ID: KB0075426

calendar_today

Updated On:

Products Versions
TIBCO MDM -

Description

MDM failed to start with below exception:
-=========
Exception: 
2020-04-17 08:30:42,703 INFO  [stdout] (ServerService Thread Pool -- 104) EXCEPTIONMESSAGE: org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid boolean value 'True'
2020-04-17 08:30:42,703 INFO  [stdout] (ServerService Thread Pool -- 104) STACKTRACE: org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid boolean value 'True'
-=========

Issue/Introduction

Startup Issue: org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException

Environment

Product: TIBCO MASTER DATA MANAGEMENT Version: ALL OS:ALL

Resolution


The issue occurred due to users ConfigValues.xml file. Some of the properties in the file have value as "True". Generally, we give value as in the small case as "true", but user have given the value as "True", so MDM is not able to parse it while startup and because of this trowing above exception:

So to resolve this issue, we need to set value in small case i.e "true" instead of "True", even you can not use "TRUE".