[jbossts-issues] [JBoss JIRA] (JBTM-2883) Narayana should not hide exception traces even for internal or protocol errors in WS txn

Ondra Chaloupka (JIRA) issues at jboss.org
Wed Apr 19 06:02:00 EDT 2017


Ondra Chaloupka created JBTM-2883:
-------------------------------------

             Summary: Narayana should not hide exception traces even for internal or protocol errors in WS txn
                 Key: JBTM-2883
                 URL: https://issues.jboss.org/browse/JBTM-2883
             Project: JBoss Transaction Manager
          Issue Type: Enhancement
          Components: XTS
    Affects Versions: 5.5.6.Final
            Reporter: Ondra Chaloupka
            Assignee: Ondra Chaloupka


Narayana hides stacktraces of exception when some internal error (e.g. protocol, communication...) happens in XTS. This particular problem reveales in case of customer case https://access.redhat.com/support/cases/#/case/01810386 where .NET application communicates with JBoss EAP over WS and WS-AT should be used. .NET (probably) uses non-standard header/message that caused Narayana response being null.

The original error info was only
{code}
17:43:33,846 ERROR [org.jboss.jbossts.txbridge] (http-/0.0.0.0:8543-1) com.arjuna.wst.SystemException: java.lang.NullPointerException17:43:33,852 TRACE [org.jboss.jbossts.txbridge] (http-/0.0.0.0:8543-1) JaxWSTxInboundBridgeHandler.close()17:43:33,854 INFO  [org.apache.cxf.services.IntegrationFrameworkServiceWsService.IntegrationFrameworkServiceWsPort.IntegrationFrameworkServiceWs] (http-/0.0.0.0:8543-1) Outbound Message
{code}

which is quite not much to start tracking reason behind the problem.

There should be shown stacktrace in log to get more detailed information for investigation to start. E.g. it should be something like

{code}
{code}

The goal of this enhancement is to provide such logging on places where exception stacktrace is currently thrown away (not written to log).



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jbossts-issues mailing list