iti-56 transaction logging payload to catalina.out

26 views
Skip to first unread message

jason.co...@gmail.com

unread,
May 9, 2022, 8:36:04 AM5/9/22
to ipf-user
Good morning,

I have outgoing PLQ transactions that are logging their entire http wire content to catalina.out, in the following format (i've truncated a bit here, and the dashed lines appear in the log):

-----------------------------------------------
ID: xxxxxx
Address: https://plqendpoint
Encoding: UTF-8
Http-Method: POST
Content-Type: application/soap+xml
Headers: {Accept=[*/*], Connection=[Keep-Alive]}
Payload:   (Full soap envelope appears here)
-------------------------------------------------

This is not something I have configured in my log4j setup (I don't have anything configured to go to catalina.out), and they don't have the normal output you expect to see in catalina.out with the datetime/classname/log level/etc.  It's not any logging that I ever setup.

Is this something being done by ipf (currently a 3.4.1 version), and if so, how can I prevent it?  We're in a pretty high-volume environment, and these messages are pushing catalina.out to huge sizes every day.

Thanks
Jason

jason.co...@gmail.com

unread,
May 9, 2022, 9:04:05 AM5/9/22
to ipf-user
I may have been wrong on the lack of normal output, every one of these seem to be preceded directly by:

09-May-2022 08:09:52.334 INFO [http-nio-11080-exec-19923] org.apache.cxf.services.RespondingGateway_Service.RespondingGateway_Port_Soap12.RespondingGateway_PortType.null Outbound Message

Not sure why the responding gateway would be logging that, as we are the initiator for these messages (we have both an initiating and responding gateway running in the same tomcat instance).

Dmytro Rud

unread,
May 9, 2022, 9:54:38 AM5/9/22
to ipf-...@googlegroups.com
Hi Jason

This does not look like IPF logs.  Are you sure you did not deployed logging features in CXF (https://cxf.apache.org/docs/message-logging.html) or Tomcat (https://exchangetuts.com/logging-payload-of-posts-to-tomcat-1639829007628225)?

Best regards
Dmytro


--
You received this message because you are subscribed to the Google Groups "ipf-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ipf-user+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ipf-user/220994b8-9c16-46c3-afeb-92fc09da592bn%40googlegroups.com.

jason.co...@gmail.com

unread,
May 9, 2022, 10:15:23 AM5/9/22
to ipf-user
Hello Dmytro,

Neither of those are things I have configured.  I don't have any interceptors that match this, which I think is what would be required to activate this type of cxf logging, and my log4j handling for my class that implements the iti-56 would be sending it's logging to a different file (and is turned off currently).  

It's also the only transaction doing this logging, we are pushing iti-55, 56, 38 and 39 all through this gateway, and only the iti-56 messages are outputting in this manner.

Thank you,
Jason

Reply all
Reply to author
Forward
0 new messages