[jboss-as7-dev] Datasource operation - test-connection-in-pool is failing
Jaikiran Pai
jpai at redhat.com
Tue Nov 8 02:39:53 EST 2011
Let's continue the discussion at one place
http://community.jboss.org/message/635482#635482
-Jaikiran
On Tuesday 08 November 2011 01:05 PM, Vimal Kansal wrote:
> Hi,
>
> I have configured a PostGreSQL 8.4 datasource on the latest build using
> the admin console, which writes the following configuration to
> standalone.xml :
>
> <datasource jndi-name="java:jboss/datasources/MyDS"
> pool-name="MyDS_Pool" enabled="false" jta="false" use-ccm="false">
> <connection-url>
> jdbc:postgresql://localhost:5432/testdb
> </connection-url>
> <driver-class>
> org.postgresql.Driver
> </driver-class>
> <driver>
> postgresql-8.4-702.jdbc4.jar
> </driver>
> <security>
> <user-name>
> postgres
> </user-name>
> <password>
> postgres
> </password>
> </security>
> . . .
>
> When I click the "Test" button on admin console or invoke the
> "test-connection-in-pool" operation (which is what is invoked by admin
> cosnole) using CLI, it fails with following error :
>
> 14:28:34,187 ERROR [org.jboss.as.controller]
> (HttpManagementService-threads - 4) Operation
> ("test-connection-in-pool") failed - address: ([
> ("subsystem" => "datasources"),
> ("data-source" => "java:jboss/datasources/MyDS")
> ]) - failure description: "failed to invoke operation: failed to match
> pool. Check JndiName: java:jboss/datasources/MyDS"
>
> Besdies this error, there is no other log message. This used to work
> earlier ( I still have an instance - one month old build, on which same
> definition is working.) I think possibly it is a bug.
>
>
> Thx
>
> Vimal
>
>
>
>
>
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
More information about the jboss-as7-dev
mailing list