Hi ,
I have like multiple events with more than 200 XADataSource. Need to get all "XADataSource" from the events by creating regex from the event.
Please find the Sample events :
Event 2:
weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool GOMSCLMBRDCNonXADataSource is Suspended, cannot allocate resources to applications..
Event 3:
"SELECT 1 FROM DUAL" set up for pool "SOMSUSNonXADataSource" failed with exception: "java.sql.SQLRecoverableException: No more data to read from socket".>
Can anyone please me out?
Try this for your regex
"(?<xds>\w+XADataSource)"
Thanks. It worked out .