Hi, Im running into problem when i log into my application.The below error props up immediately or sometime after navigating on the application.
J2CA0046E: Method createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/TOEFLDataSource, throwing ResourceAllocationException. Original exception: com.ibm.ws.exception.WsException: DSRA8100E: Unable to get a XAConnection from the DataSource.
which points to "Caused by: java.sql.SQLException: Io exception: Socket is not connected"
here my JNDI name is jdbc/TOEFLDataSource and Datasource name is TOEFLDataSource.
I checked for this exception on hibernate forum but could not find any clue.
I tried changing the translife timeout in sevrer configuration,but no use..:( Im using IBM WSAD as application server and Oracle10g as my database.
Any input is highly appreciated.
Thanks, Ravi
|