--
You received this message because you are subscribed to the Google Groups "p6spy users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to p6spy-users...@googlegroups.com.
To post to this group, send email to p6spy...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/p6spy-users/CAK8XY1WqBjQ1VEPv8ZUSqSnk8z%3DxMFtFcbDu4Sg1BZJo-_K_ZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
<jdbc-connection-pool driver-classname="" datasource-classname="oracle.jdbc.pool.OracleDataSource" res-type="javax.sql.DataSource" description="" name="OracleDataSource" ping="true">
<property name="URL" value="jdbc:oracle:thin:@dbhost:1569:DEV"></property>
<property name="portNumber" value="1569"></property>
<property name="serverName" value="dbhost"></property>
<property name="user" value="myUser"></property>
<property name="password" value="myPwd"></property>
</jdbc-connection-pool>
<jdbc-resource pool-name="OracleDataSource" description="" jndi-name="jdbc/real_ds"></jdbc-resource>
<jdbc-connection-pool datasource-classname="com.p6spy.engine.spy.P6DataSource" res-type="javax.sql.DataSource" name="p6spyPool" ping="true">
<property name="User" value="myUser
"></property>
<property name="realDataSource" value="jdbc/read_ds"></property>
<property name="Password" value="myPwd"></property>
</jdbc-connection-pool>
<jdbc-resource pool-name="p6spyPool" jndi-name="jdbc/ds"></jdbc-resource>
And in the server log :
[#|2014-08-08T18:48:37.827+0200|WARNING|oracle-glassfish3.1.1|javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors.service|_ThreadID=20;_ThreadName=Thread-2;|RAR8054: Exception while creating an unpooled [test] connection for pool [ p6spyPool ], java.lang.reflect.InvocationTargetException-->null|#]
[#|2014-08-08T18:48:37.831+0200|SEVERE|oracle-glassfish3.1.1|org.glassfish.admingui|_ThreadID=22;_ThreadName=Thread-2;|RestResponse.getResponse() gives FAILURE. endpoint = 'http://localhost:4848/management/domain/resources/ping-connection-pool.json'; attrs = '{id=p6spyPool}'|#]
Best regards,
Hadrien
Do you have any idea of what I could do to make it work?
To view this discussion on the web visit https://groups.google.com/d/msgid/p6spy-users/97e7bae1-65e9-4fe3-b7b4-1603a40fcfeb%40googlegroups.com.