Ajay S Sharma

Greenhorn
+ Follow
since Feb 24, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ajay S Sharma

I am working on J2EE application on Websphere 6.0. wheni run my application it gives an error. description of error is

java.sql.SQLException: invalid arguments in callDSRA0010E: SQL State = null, Error Code = 17,433DSRA0010E: SQL State = null, Error Code = 17,433

when i print stack trace it prints:

Deprecated usage of direct JNDI lookup of resource jdbc/productDatasource. The following default values are used: [Resource-ref settings]

res-auth: 1 (APPLICATION)
res-isolation-level: 0 (TRANSACTION_NONE)
res-sharing-scope: true (SHAREABLE)
loginConfigurationName: null
loginConfigProperties: null
[Other attributes]

res-resolution-control: 999 (undefined)
isCMP1_x: false (not CMP1.x)
isJMS: false (not JMS)

....
....
....



Method createManagedConnectionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/productDatasource, throwing ResourceAllocationException. Original exception: com.ibm.ws.exception.WsException: DSRA8100E: Unable to get a PooledConnection from the DataSource. with SQL State : null SQL Code : 17433



Could u tell me what are possible reasons for this error, and how to solve them.

thank u
18 years ago