Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Submitted
Workspace IBM MAS - APM
Created by Guest
Created on Jul 31, 2026

FIXED - [BUG] Faulty locale files in Monitor Core API causes HTTP 500

Edit: This is fixed in Monitor 9.2.1 release.




Environment:

  • IBM Maximo Monitor Operator: 9.2.0

  • MAS Catalog: v9-260730-amd64

  • OpenShift: 4.20

Problem:
Multiple pages return HTTP 500 when using Maximo Monitor in Korean locale, making it totally unusable. Not sure about other locales but it works just fine in English.

Error in the Monitor Core API Pod:
java.lang.IllegalArgumentException: Unmatched braces in the pattern.

Stack location:

  • application.AuditLoggingFilter.doFilterInternal(AuditLoggingFilter.java:51)

  • java.text.MessageFormat.applyPattern()

  • ReloadableResourceBundleMessageSource.getMessage()

Root-cause evidence:
The following library contains an invalid Korean message pattern:

WEB-INF/lib/com.ibm.internal.core.lib-9.0.0-plain.jar

In messages_ko.properties, message AIUOC0001I contains an unescaped opening brace. The equivalent default English message correctly escapes the literal brace.

example of faulty lines (messages_ko.properties):

AIUOC0001I={'"logSourceType":"internal-audit", "message":'{'"messageId": "AIUOC0001I", "message": "Request {0} {1}이(가) {2}에서 {3} 사용자에 대해 수신됨"'}'}

The exception occurs in AuditLoggingFilter before the API endpoint logic is executed, affecting multiple Core API endpoints.



Idea priority Low