[jbossts-issues] [JBoss JIRA] (JBTM-3224) Wrong formatting of error message when object store can't be initialized

Ondrej Chaloupka (Jira) issues at jboss.org
Fri Nov 29 10:47:01 EST 2019


Ondrej Chaloupka created JBTM-3224:
--------------------------------------

             Summary: Wrong formatting of error message when object store can't be initialized
                 Key: JBTM-3224
                 URL: https://issues.jboss.org/browse/JBTM-3224
             Project: JBoss Transaction Manager
          Issue Type: Bug
          Components: Transaction Core
    Affects Versions: 5.10.0.Final
            Reporter: Ondrej Chaloupka
            Assignee: Ondrej Chaloupka


There is a wrong formatting of error message for init error of object store. This is output currently:

{code}
Caused by: com.arjuna.ats.arjuna.exceptions.FatalError: ARJUNA012391: Could not initialize object store {0} of type {1}
        at org.jboss.jts//com.arjuna.ats.arjuna.objectstore.StoreManager.initStore(StoreManager.java:160)
        at org.jboss.jts//com.arjuna.ats.arjuna.objectstore.StoreManager.getActionStore(StoreManager.java:111)
        at org.jboss.jts//com.arjuna.ats.arjuna.objectstore.StoreManager.getRecoveryStore(StoreManager.java:68)
{code}

Coming from:
https://github.com/jbosstm/narayana/blob/5.10.0.Final/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/arjunaI18NLogger.java#L1571

Desired state is to get the store and type to be printed.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jbossts-issues mailing list