Hi,
Some RHQ functionnalities are not working with Postgres 9 (90% does work, I've discovered the issue only after a while). When can support of postgres 9 be achieved ?
If somebody can point me out the portion of code failing, maybe I can help.
Regards,
Guillaume HENON
Hey,
Some RHQ functionnalities are not working with Postgres 9 (90% does work, I've discovered the issue only after a while). When can support of postgres 9 be achieved ?
What version of RHQ are you on? RHQ 3 uses the 8.2 jdbc driver ; RHQ 4 has the 9 driver. I know that there are issues with the 8.2 driver on pg 9. If you are on RHQ 3 - could you try to install the 9 driver and retry?
If somebody can point me out the portion of code failing, maybe I can help.
What issues are you seeing?
Thanks Heiko
Hi,
We are using JON 2.4.0.GA
One issue we are seing is that "operations" are not working, like making a shutdown of a Jboss AS. The fact the operation is submitted is not done.
And in the logs : - Connection error occured : java.lang.ArrayIndexOutOfBoundsException - Failed restore connection's original auto commit setting
Can you give me some hint on how to install postgres 9 driver on the rhq server ? I have the postgres 9 jdbc jar.
Regards,
Guillaume HENON
-----Original Message----- From: rhq-users-bounces@lists.fedorahosted.org [mailto:rhq-users-bounces@lists.fedorahosted.org] On Behalf Of Heiko W.Rupp Sent: mardi 18 janvier 2011 17:34 To: rhq-users@lists.fedorahosted.org Subject: Re: Postgres 9 support
Hey,
Some RHQ functionnalities are not working with Postgres 9 (90% does work, I've discovered the issue only after a while). When can support of postgres 9 be achieved ?
What version of RHQ are you on? RHQ 3 uses the 8.2 jdbc driver ; RHQ 4 has the 9 driver. I know that there are issues with the 8.2 driver on pg 9. If you are on RHQ 3 - could you try to install the 9 driver and retry?
If somebody can point me out the portion of code failing, maybe I can help.
What issues are you seeing?
Thanks Heiko
Guillaume,
when you are using JON, you should contact JON support. JON 2.4 is based on RHQ 3 code which is delivered and tested with the Postgres 8 jdbc driver and postgres 8.2.4+ (but not 9.x). JON 2.4 is only supported those postgres 8.x versions.
Having said that, in RHQ the jdbc driver lives in jbossas/server/default/lib/postgresql-*.jar
Heiko
Am 19.01.2011 um 09:51 schrieb Heiko W.Rupp:
in RHQ the jdbc driver lives in jbossas/server/default/lib/postgresql-*.jar
Looks like there is another copy in
jbossas/server/default/deploy/rhq.ear/lib/postgresql-*.jar
that would need to be replaced as well.
rhq-users@lists.stg.fedorahosted.org