bitronix.tm.resource.ResourceConfigurationException: cannot create JDBC datasource named jdbc/bonitaDSXA

1
0
-1

Hi,

I have downloaded the Tomcat Bundle for Bonita Community Edition (version 7.3.1) and trying to configure with PostgreSQL 9.5. I have JDK 1.8. Hence downloaded the JDBC driver postgresql-9.4.1209.jar and placed in lib/bonita folder. I have followed all the steps to configure server.xml, bitronix-resources.properties, bonita-xml, setenv.bat. And also update db.vendor in database.properties.

While starting with bonita-start.bat, i am getting the error -
bitronix.tm.resource.ResourceConfigurationException: cannot create JDBC datasource named jdbc/bonitaDSXA

I have checked in other forums and tried commenting out "resource.ds1.testQuery=SELECT 1" in bitronix-resources.properties. But still getting the same error. Even tried using the driver postgresql-9.3-1102-jdbc41.jar available in the setup/lib folder in the tomcat bundle. Still getting the same error.

Please help.

Comments

Submitted by Sean McP on Thu, 08/25/2016 - 23:43

Comment 1

A Tip on displaying CODE/LOGS correctly in Posts:

Do not use the Supplied Buttons above, for some reason they refuse to work correctly, and despite brining it to Bonitasofts attention, it's low priority.

To Show Code/Logs correctly use

< code >
your code/log
< /code >

removing the spaces to allow the showing of code/logs correctly as here:

your code/log

Thanks and regards
Seán

Submitted by Sean McP on Thu, 08/25/2016 - 23:45

Comment 2

When Commenting on a post please do not add an Answer, there is a Add Comment link under the the original post, makes it more relevant.

No one will look at your post if they think it's already been answered.

regards
Seán

2 answers

1
0
-1

Your jar should be placed in the /lib/bonita folder, I got this one wrong.

Comments

Submitted by subhankusaha on Fri, 08/26/2016 - 01:41

Hi Sean,

Thanks, I have tried placing the jar in both the places. But in both occasions I am getting the same error.

Regards,
Subhanku

Submitted by Sean McP on Fri, 08/26/2016 - 04:43

I'm trying this now and what a mess...

Did you run the setup procedure as documented here: http://documentation.bonitasoft.com/bonitabpm/?page=BonitaBPM_platform_s...

I'm creating a bug report saying how bad the install documentation is... :)

I also noted that setup.bat init uses a different database name than that used in bitronix.resources file. Check they are the same (I think they should be)

Same in bonita.xml

You also have to create the two databases manually - Bonita_journal and business_data.

I'm wondering if anyone has ever heard of the Create Database Command? It seems not.

I spent two hours getting it to work...painful.

So I think your problem is in configuration. 731 on Windows 10 working correctly now

regards

regards

Submitted by subhankusaha on Fri, 08/26/2016 - 20:16

I have created two databases - bonita and busine_data as mentioned in the documentation for bitronix-resources.properties file. The information is in sync with bonita.xml. Now not understanding here what is the Bonita_journal database and what is the purpose of this database, and where should I refer this database name and credentials.

Regards,
Subhanku

Submitted by Sean McP on Fri, 08/26/2016 - 21:57

bonita_journal should be bonita they should be the same name.

Regards

Submitted by subhankusaha on Fri, 08/26/2016 - 22:22

so that means, need to update database.properties file with - db.database.name, db.user, db.password. Right?
also, I have a question about setenv.bat - do we need to have the below command or do we need to change this -
set H2_DATABASE_DIR="-Dorg.bonitasoft.h2.database.dir=%CATALINA_HOME%\database"

and please explain what needs to be done in the setup.bat. you were saying something about this in one of your previous comments - "I also noted that setup.bat init uses a different database name than that used in bitronix.resources file"

1
0
-1

Here is the complete stack trace -

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; sup
port was removed in 8.0
2016-08-25 02:23:39.097 -0700 INFO: org.apache.catalina.core.AprLifecycleListene
r The APR based Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path: C:\Program File
s\Java\jre1.8.0_102\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C
:\oraclexe\app\oracle\product\11.2.0\server\bin;;E:\HR_Solution\Softwares\apache
-ant-1.9.7-bin\apache-ant-1.9.7\bin;C:\Program Files\Java\jdk1.8.0_102\bin;C:\Wi
ndows\System32;C:\Bonita-jboss-7.1.1\bin;C:\Program Files\Intel\WiFi\bin\;C:\Pro
gram Files\Common Files\Intel\WirelessCommon\;.
2016-08-25 02:23:39.910 -0700 INFO: org.apache.coyote.http11.Http11Protocol Init
ializing ProtocolHandler ["http-bio-8080"]
2016-08-25 02:23:39.941 -0700 INFO: org.apache.coyote.ajp.AjpProtocol Initializi
ng ProtocolHandler ["ajp-bio-8009"]
2016-08-25 02:23:39.941 -0700 INFO: org.apache.catalina.startup.Catalina Initial
ization processed in 1431 ms
2016-08-25 02:23:39.941 -0700 INFO: bitronix.tm.integration.tomcat55.BTMLifecycl
eListener Starting Bitronix Transaction Manager
2016-08-25 02:23:39.973 -0700 INFO: bitronix.tm.BitronixTransactionManager Bitro
nix Transaction Manager version 2.1.3
2016-08-25 02:23:40.004 -0700 INFO: bitronix.tm.Configuration JVM unique ID: nita-tomcat-btm-node0>
2016-08-25 02:23:40.316 -0700 WARNING: bitronix.tm.journal.DiskJournal active lo
g file is unclean, did you call BitronixTransactionManager.shutdown() at the end
of the last run?
2016-08-25 02:23:40.316 -0700 INFO: bitronix.tm.resource.ResourceLoader reading
resources configuration from C:\BonitaBPM/conf/bitronix-resources.properties
2016-08-25 02:23:40.441 -0700 WARNING: bitronix.tm.resource.ResourceLoader unabl
e to create resource with unique name jdbc/bonitaDSXA
bitronix.tm.resource.ResourceConfigurationException: cannot create JDBC datasour
ce named jdbc/bonitaDSXA
at bitronix.tm.resource.jdbc.PoolingDataSource.init(PoolingDataSource.ja
va:92)
at bitronix.tm.resource.ResourceLoader.initXAResourceProducers(ResourceL
oader.java:179)
at bitronix.tm.resource.ResourceLoader.init(ResourceLoader.java:152)
at bitronix.tm.resource.ResourceLoader.init(ResourceLoader.java:84)
at bitronix.tm.BitronixTransactionManager.(BitronixTransactionMana
ger.java:86)
at bitronix.tm.TransactionManagerServices.getTransactionManager(Transact
ionManagerServices.java:75)
at bitronix.tm.integration.tomcat55.BTMLifecycleListener.lifecycleEvent(
BTMLifecycleListener.java:18)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBa
se.java:90)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase
.java:402)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.startup.Catalina.start(Catalina.java:693)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:428)
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.growUntilMinPoolSize(XAPool.java:4
00)
at bitronix.tm.resource.common.XAPool.init(XAPool.java:71)
at bitronix.tm.resource.common.XAPool.(XAPool.java:64)
at bitronix.tm.resource.jdbc.PoolingDataSource.buildXAPool(PoolingDataSo
urce.java:101)
at bitronix.tm.resource.jdbc.PoolingDataSource.init(PoolingDataSource.ja
va:88)
... 17 more

2016-08-25 02:23:40.488 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at bitronix.tm.BitronixTransactionManager.(BitronixTransactionMana
ger.java:87)
at bitronix.tm.TransactionManagerServices.getTransactionManager(Transact
ionManagerServices.java:75)
at bitronix.tm.integration.tomcat55.BTMLifecycleListener.lifecycleEvent(
BTMLifecycleListener.java:18)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBa
se.java:90)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase
.java:402)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.startup.Catalina.start(Catalina.java:693)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:428)
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 17 more

2016-08-25 02:23:40.488 -0700 INFO: bitronix.tm.recovery.Recoverer recovery comm
itted 0 dangling transaction(s) and rolled back 0 aborted transaction(s) on 0 re
source(s) [] (restricted to serverId 'bonita-tomcat-btm-node0')
2016-08-25 02:23:40.535 -0700 INFO: org.apache.catalina.core.StandardService Sta
rting service Catalina
2016-08-25 02:23:40.535 -0700 INFO: org.apache.catalina.core.StandardEngine Star
ting Servlet Engine: Apache Tomcat/7.0.67
2016-08-25 02:23:40.551 -0700 INFO: org.apache.catalina.startup.HostConfig Deplo
ying configuration descriptor C:\BonitaBPM\conf\Catalina\localhost\bonita.xml
2016-08-25 02:23:46.669 -0700 WARNING: org.apache.catalina.core.NamingContextLis
tener Failed to register in JMX: javax.naming.NamingException: no resource regis
tered with uniqueName 'jdbc/bonitaDSXA', available resources: [jdbc/BusinessData
DSXA]
2016-08-25 02:23:46.778 -0700 SEVERE: org.apache.tomcat.jdbc.pool.ConnectionPool
Unable to create initial connections of pool.
org.postgresql.util.PSQLException: FATAL: password authentication failed for use
r "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(Poole
dConnection.java:307)
at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection
.java:200)
at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(Connectio
nPool.java:708)
at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(Connectio
nPool.java:642)
at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:4
64)
at org.apache.tomcat.jdbc.pool.ConnectionPool.(ConnectionPool.java
:141)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourcePro
xy.java:115)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProx
y.java:102)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.createDataSource(DataSo
urceFactory.java:553)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.getObjectInstance(DataS
ourceFactory.java:241)
at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceF
actory.java:141)
at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
at org.apache.naming.NamingContext.lookup(NamingContext.java:842)
at org.apache.naming.NamingContext.lookup(NamingContext.java:167)
at org.apache.catalina.core.NamingContextListener.addResource(NamingCont
extListener.java:1103)
at org.apache.catalina.core.NamingContextListener.createNamingContext(Na
mingContextListener.java:682)
at org.apache.catalina.core.NamingContextListener.lifecycleEvent(NamingC
ontextListener.java:271)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBa
se.java:90)
at org.apache.catalina.core.StandardContext.startInternal(StandardContex
t.java:5479)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:87
7)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)

    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja

va:677)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfi
g.java:1939)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

2016-08-25 02:23:46.794 -0700 WARNING: org.apache.naming.NamingContext Unexpecte
d exception resolving reference
org.postgresql.util.PSQLException: FATAL: password authentication failed for use
r "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(Poole
dConnection.java:307)
at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection
.java:200)
at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(Connectio
nPool.java:708)
at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(Connectio
nPool.java:642)
at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:4
64)
at org.apache.tomcat.jdbc.pool.ConnectionPool.(ConnectionPool.java
:141)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourcePro
xy.java:115)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProx
y.java:102)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.createDataSource(DataSo
urceFactory.java:553)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.getObjectInstance(DataS
ourceFactory.java:241)
at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceF
actory.java:141)
at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
at org.apache.naming.NamingContext.lookup(NamingContext.java:842)
at org.apache.naming.NamingContext.lookup(NamingContext.java:167)
at org.apache.catalina.core.NamingContextListener.addResource(NamingCont
extListener.java:1103)
at org.apache.catalina.core.NamingContextListener.createNamingContext(Na
mingContextListener.java:682)
at org.apache.catalina.core.NamingContextListener.lifecycleEvent(NamingC
ontextListener.java:271)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBa
se.java:90)
at org.apache.catalina.core.StandardContext.startInternal(StandardContex
t.java:5479)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:87
7)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)

    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja

va:677)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfi
g.java:1939)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

2016-08-25 02:23:46.794 -0700 WARNING: org.apache.catalina.core.NamingContextLis
tener Failed to register in JMX: javax.naming.NamingException: FATAL: password a
uthentication failed for user "hrdev"
2016-08-25 02:23:46.903 -0700 SEVERE: org.apache.tomcat.jdbc.pool.ConnectionPool
Unable to create initial connections of pool.
org.postgresql.util.PSQLException: FATAL: password authentication failed for use
r "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(Poole
dConnection.java:307)
at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection
.java:200)
at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(Connectio
nPool.java:708)
at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(Connectio
nPool.java:642)
at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:4
64)
at org.apache.tomcat.jdbc.pool.ConnectionPool.(ConnectionPool.java
:141)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourcePro
xy.java:115)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProx
y.java:102)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.createDataSource(DataSo
urceFactory.java:553)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.getObjectInstance(DataS
ourceFactory.java:241)
at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceF
actory.java:141)
at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
at org.apache.naming.NamingContext.lookup(NamingContext.java:842)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.NamingContext.lookup(NamingContext.java:830)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.NamingContext.lookup(NamingContext.java:830)
at org.apache.naming.NamingContext.lookup(NamingContext.java:167)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:156)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.bonitasoft.platform.setup.DataSourceLookup.lookup(DataSourceLooku
p.java:31)
at org.bonitasoft.platform.setup.PlatformSetup.initDataSource(PlatformSe
tup.java:364)
at org.bonitasoft.platform.setup.PlatformSetup.initPlatformSetup(Platfor
mSetup.java:394)
at org.bonitasoft.platform.setup.PlatformSetup.init(PlatformSetup.java:1
11)
at org.bonitasoft.engine.api.internal.servlet.EngineInitializerListener.
contextInitialized(EngineInitializerListener.java:35)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:5077)
at org.apache.catalina.core.StandardContext.startInternal(StandardContex
t.java:5591)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:87
7)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)

    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja

va:677)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfi
g.java:1939)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

2016-08-25 02:23:46.903 -0700 WARNING: org.apache.naming.NamingContext Unexpecte
d exception resolving reference
org.postgresql.util.PSQLException: FATAL: password authentication failed for use
r "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(Poole
dConnection.java:307)
at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection
.java:200)
at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(Connectio
nPool.java:708)
at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(Connectio
nPool.java:642)
at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:4
64)
at org.apache.tomcat.jdbc.pool.ConnectionPool.(ConnectionPool.java
:141)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourcePro
xy.java:115)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProx
y.java:102)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.createDataSource(DataSo
urceFactory.java:553)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.getObjectInstance(DataS
ourceFactory.java:241)
at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceF
actory.java:141)
at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
at org.apache.naming.NamingContext.lookup(NamingContext.java:842)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.NamingContext.lookup(NamingContext.java:830)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.NamingContext.lookup(NamingContext.java:830)
at org.apache.naming.NamingContext.lookup(NamingContext.java:167)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:156)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.bonitasoft.platform.setup.DataSourceLookup.lookup(DataSourceLooku
p.java:31)
at org.bonitasoft.platform.setup.PlatformSetup.initDataSource(PlatformSe
tup.java:364)
at org.bonitasoft.platform.setup.PlatformSetup.initPlatformSetup(Platfor
mSetup.java:394)
at org.bonitasoft.platform.setup.PlatformSetup.init(PlatformSetup.java:1
11)
at org.bonitasoft.engine.api.internal.servlet.EngineInitializerListener.
contextInitialized(EngineInitializerListener.java:35)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:5077)
at org.apache.catalina.core.StandardContext.startInternal(StandardContex
t.java:5591)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:87
7)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)

    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja

va:677)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfi
g.java:1939)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

2016-08-25 02:23:46.965 -0700 SEVERE: org.apache.tomcat.jdbc.pool.ConnectionPool
Unable to create initial connections of pool.
org.postgresql.util.PSQLException: FATAL: password authentication failed for use
r "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(Poole
dConnection.java:307)
at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection
.java:200)
at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(Connectio
nPool.java:708)
at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(Connectio
nPool.java:642)
at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:4
64)
at org.apache.tomcat.jdbc.pool.ConnectionPool.(ConnectionPool.java
:141)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourcePro
xy.java:115)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProx
y.java:102)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.createDataSource(DataSo
urceFactory.java:553)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.getObjectInstance(DataS
ourceFactory.java:241)
at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceF
actory.java:141)
at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
at org.apache.naming.NamingContext.lookup(NamingContext.java:842)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.NamingContext.lookup(NamingContext.java:830)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.NamingContext.lookup(NamingContext.java:830)
at org.apache.naming.NamingContext.lookup(NamingContext.java:167)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:156)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.bonitasoft.platform.setup.DataSourceLookup.lookup(DataSourceLooku
p.java:31)
at org.bonitasoft.platform.configuration.impl.ConfigurationServiceImpl.<
init>(ConfigurationServiceImpl.java:88)
at org.bonitasoft.engine.home.BonitaHomeServer.getConfigurationService(B
onitaHomeServer.java:80)
at org.bonitasoft.engine.home.BonitaHomeServer.getPlatformProperties(Bon
itaHomeServer.java:89)
at org.bonitasoft.engine.service.impl.ServiceAccessorFactory.loadClassFr
omPropertyName(ServiceAccessorFactory.java:101)
at org.bonitasoft.engine.service.impl.ServiceAccessorFactory.createPlatf
ormServiceAccessor(ServiceAccessorFactory.java:64)
at org.bonitasoft.engine.LocalLoginMechanism.login(LocalLoginMechanism.j
ava:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bonitasoft.console.common.server.utils.PlatformManagementUtils.pl
atformLogin(PlatformManagementUtils.java:49)
at org.bonitasoft.console.common.server.utils.PlatformManagementUtils.in
itializePlatformConfiguration(PlatformManagementUtils.java:82)
at org.bonitasoft.console.common.server.servlet.PlatformTenantListener.c
ontextInitialized(PlatformTenantListener.java:52)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:5077)
at org.apache.catalina.core.StandardContext.startInternal(StandardContex
t.java:5591)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:87
7)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)

    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja

va:677)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfi
g.java:1939)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

2016-08-25 02:23:46.965 -0700 WARNING: org.apache.naming.NamingContext Unexpecte
d exception resolving reference
org.postgresql.util.PSQLException: FATAL: password authentication failed for use
r "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(Poole
dConnection.java:307)
at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection
.java:200)
at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(Connectio
nPool.java:708)
at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(Connectio
nPool.java:642)
at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:4
64)
at org.apache.tomcat.jdbc.pool.ConnectionPool.(ConnectionPool.java
:141)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourcePro
xy.java:115)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProx
y.java:102)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.createDataSource(DataSo
urceFactory.java:553)
at org.apache.tomcat.jdbc.pool.DataSourceFactory.getObjectInstance(DataS
ourceFactory.java:241)
at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceF
actory.java:141)
at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
at org.apache.naming.NamingContext.lookup(NamingContext.java:842)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.NamingContext.lookup(NamingContext.java:830)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.NamingContext.lookup(NamingContext.java:830)
at org.apache.naming.NamingContext.lookup(NamingContext.java:167)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:156)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.bonitasoft.platform.setup.DataSourceLookup.lookup(DataSourceLooku
p.java:31)
at org.bonitasoft.platform.configuration.impl.ConfigurationServiceImpl.<
init>(ConfigurationServiceImpl.java:88)
at org.bonitasoft.engine.home.BonitaHomeServer.getConfigurationService(B
onitaHomeServer.java:80)
at org.bonitasoft.engine.home.BonitaHomeServer.getPlatformProperties(Bon
itaHomeServer.java:89)
at org.bonitasoft.engine.service.impl.ServiceAccessorFactory.loadClassFr
omPropertyName(ServiceAccessorFactory.java:101)
at org.bonitasoft.engine.service.impl.ServiceAccessorFactory.createPlatf
ormServiceAccessor(ServiceAccessorFactory.java:64)
at org.bonitasoft.engine.LocalLoginMechanism.login(LocalLoginMechanism.j
ava:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bonitasoft.console.common.server.utils.PlatformManagementUtils.pl
atformLogin(PlatformManagementUtils.java:49)
at org.bonitasoft.console.common.server.utils.PlatformManagementUtils.in
itializePlatformConfiguration(PlatformManagementUtils.java:82)
at org.bonitasoft.console.common.server.servlet.PlatformTenantListener.c
ontextInitialized(PlatformTenantListener.java:52)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:5077)
at org.apache.catalina.core.StandardContext.startInternal(StandardContex
t.java:5591)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:87
7)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)

    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja

va:677)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfi
g.java:1939)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

2016-08-25 02:23:46.981 -0700 SEVERE: org.apache.catalina.core.StandardContext O
ne or more listeners failed to start. Full details will be found in the appropri
ate container log file
2016-08-25 02:23:47.216 -0700 INFO: org.apache.catalina.util.SessionIdGeneratorB
ase Creation of SecureRandom instance for session ID generation using [SHA1PRNG]
took [204] milliseconds.
2016-08-25 02:23:47.216 -0700 SEVERE: org.apache.catalina.core.StandardContext C
ontext [/bonita] startup failed due to previous errors
2016-08-25 02:23:47.263 -0700 INFO: org.apache.catalina.startup.HostConfig Deplo
yment of configuration descriptor C:\BonitaBPM\conf\Catalina\localhost\bonita.xm
l has finished in 6,712 ms
2016-08-25 02:23:47.278 -0700 INFO: org.apache.catalina.startup.HostConfig Deplo
ying web application directory C:\BonitaBPM\webapps\manager
2016-08-25 02:23:47.528 -0700 INFO: org.apache.catalina.startup.HostConfig Deplo
yment of web application directory C:\BonitaBPM\webapps\manager has finished in
250 ms
2016-08-25 02:23:47.528 -0700 INFO: org.apache.catalina.startup.HostConfig Deplo
ying web application directory C:\BonitaBPM\webapps\ROOT
2016-08-25 02:23:47.685 -0700 INFO: org.apache.catalina.startup.HostConfig Deplo
yment of web application directory C:\BonitaBPM\webapps\ROOT has finished in 157
ms
2016-08-25 02:23:47.700 -0700 INFO: org.apache.coyote.http11.Http11Protocol Star
ting ProtocolHandler ["http-bio-8080"]
2016-08-25 02:23:47.700 -0700 INFO: org.apache.coyote.ajp.AjpProtocol Starting P
rotocolHandler ["ajp-bio-8009"]
2016-08-25 02:23:47.700 -0700 INFO: org.apache.catalina.startup.Catalina Server
startup in 7764 ms
2016-08-25 02:24:40.896 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:25:40.812 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:26:40.885 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:27:40.839 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:28:40.842 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:29:40.986 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:30:41.006 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:31:40.650 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:32:40.825 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:33:41.020 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:34:40.748 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:35:40.639 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:36:40.793 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:37:40.796 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:38:40.973 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

2016-08-25 02:39:40.914 -0700 WARNING: bitronix.tm.recovery.Recoverer error runn
ing recovery on resource 'jdbc/BusinessDataDSXA', resource marked as failed (bac
kground recoverer will retry recovery)
bitronix.tm.recovery.RecoveryException: cannot start recovery on a PoolingDataSo
urce containing an XAPool of resource jdbc/BusinessDataDSXA with 0 connection(s)
(0 still available) -failed-
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.Recoverer.recover(Recoverer.java:258)
at bitronix.tm.recovery.Recoverer.recoverAllResources(Recoverer.java:226
)
at bitronix.tm.recovery.Recoverer.run(Recoverer.java:142)
at java.lang.Thread.run(Unknown Source)
Caused by: bitronix.tm.internal.BitronixRuntimeException: incremental recovery f
ailed when trying to acquire a connection from failed resource 'jdbc/BusinessDat
aDSXA'
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 4 more
Caused by: bitronix.tm.recovery.RecoveryException: cannot start recovery on a Po
olingDataSource containing an XAPool of resource jdbc/BusinessDataDSXA with 0 co
nnection(s) (0 still available)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:288)
at bitronix.tm.recovery.IncrementalRecoverer.recover(IncrementalRecovere
r.java:61)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:10
0)
... 5 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai
led for user "hrdev"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(Connect
ionFactoryImpl.java:451)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Conne
ctionFactoryImpl.java:223)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactor
y.java:67)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:212)
at org.postgresql.Driver.makeConnection(Driver.java:407)
at org.postgresql.Driver.connect(Driver.java:275)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.
java:87)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
50)
at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:
37)
at bitronix.tm.resource.jdbc.PoolingDataSource.createPooledConnection(Po
olingDataSource.java:341)
at bitronix.tm.resource.common.XAPool.createPooledObject(XAPool.java:283
)
at bitronix.tm.resource.common.XAPool.grow(XAPool.java:391)
at bitronix.tm.resource.common.XAPool.getInPool(XAPool.java:371)
at bitronix.tm.resource.common.XAPool.getConnectionHandle(XAPool.java:12
3)
at bitronix.tm.resource.jdbc.PoolingDataSource.startRecovery(PoolingData
Source.java:284)
... 7 more

Notifications