[Aerogear-users] Idle in transaction using AeroGear Unified Push 1.1.0 and postgresql 9.3

Marius Schellenberger marius.schellenberger at petafuel.de
Mon Dec 14 10:48:07 EST 2015


Hello AeroGear dev's,

 

I'm currently evaluating the AeroGear Unified Push Server in a
pre-production environment (RedHat JBoss EAP 6.4.4) and I'm facing an issue
with an idle database transaction, which is executed every time the app is
deployed (or the JBoss Server is started).

 

I'm using Postgresql 9.3 as the database backend.

 

The idle process listed in ps aux:

postgres: keycloak keycloak 10.0.6.106(55387) idle in transaction

 

The transaction seems to hang at this SQL statement:

select authentica0_.REALM_ID as REALM_ID4_28_1_, authentica0_.ID as
ID1_3_1_, authentica0_.ID as ID1_3_0_, authentica0_.ALIAS as ALIAS2_3_0_,
authentica0_.PROVIDER_ID as PROVIDER3_3_0_, authentica0_.REALM_ID as
REALM_ID4_3_0_ from AUTHENTICATOR authentica0_ where
authentica0_.REALM_ID=$1

 

The query results nothing, as you can see below:

select * from AUTHENTICATOR;

id | alias | realm_id | provider_id

----+-------+----------+-------------

(0 rows)

 

Can you guys please help me identifying this issue?

 

Kind regards,

 

Marius Schellenberger

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20151214/e5dca3b3/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5073 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20151214/e5dca3b3/attachment.bin 


More information about the Aerogear-users mailing list