Hi,
I am monitoring a number of JBoss application servers, connecting to PostgreSQL databases via JDBC. In some instances, I see the following error message:
Does anybody know what this is referring to?
I also have a number of databases showing up, which are also PostgreSQL, but are being depicted with a generic database icon, with no connection string mentioned. All the databases are accessed via the same mechanism, with the JDBC data sources defined with JNDI and XA. Why would this be?
Thanks,
Derick
Answer by Andreas G. ·
Hi Derick
I would drill to the PurePath to see where these connections are opened. Then you can go to the developers to figure out whether they open these Connections using these strings or whether it is done through a 3rd party framework that handles connections through e.g: config files, ...
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET