This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes datasource connection in admin console unsuccessful Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "datasource connection in admin console unsuccessful" Watch "datasource connection in admin console unsuccessful" New topic
Author

datasource connection in admin console unsuccessful

satya bhat
Greenhorn

Joined: Jul 10, 2008
Posts: 2
Hello All,
Am getting the following error when i am trying to test connection for a datasource created in eclipse.

" Test connection failed for data source Oracle JDBC Driver XA DataSource on server server1 at node 01HW180180Node01 with the following exception: java.lang.Exception: java.sql.SQLException: Io exception: The Network Adapter could not establish the connectionDSRA0010E: SQL State = null, Error Code = 17,002."

But sometimes the connection is successful,sometimes its not.
Its a XA datasource.I can connect the database from pl/sql.telnet ping was also successful.
Vinod K Singh
Ranch Hand

Joined: Sep 30, 2008
Posts: 198
This is a network connectivity issue.


My Blog
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: datasource connection in admin console unsuccessful
 
Similar Threads
How to Create Auto Schema
Data Source settings
XA DataSource configuration Error/Exception in JBoss
WAS 6.1 DataSource issue
An illegal attempt to commit a one phase capable resource with existing two phase ca