| Author |
connection time out error
|
manish gupta
Ranch Hand
Joined: Nov 06, 2005
Posts: 36
|
|
I am using MDB with weblogic 8.1 sp server. I also created connection pool and datasource in admin console of weblogic. I am creating a connection with the help of data source. it works for one database call but if you call another database call from same method it is giving error The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 29 seconds. Could any one help me in this,how to reolve this problem? Thanks Manish
|
 |
Anupam Sinha
Ranch Hand
Joined: Apr 13, 2003
Posts: 1088
|
|
|
You have access to both the databases. Check the connection String. Check if there's any firewall blocking your access to the other db.
|
 |
manish gupta
Ranch Hand
Joined: Nov 06, 2005
Posts: 36
|
|
database call mean jdbc call on same database I am using only one database
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
Did you check Investigating Transaction Problems on BEA's support site?
Regards, Jan
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: connection time out error
|
|
|