On 2012-10-17 14:03, priyanka priya wrote:
hai sir,

Thank you so much for replying

i have downloaded Wireshark and analyzed all the connections...but there is no problem with network

and then i have disconnected remote connection and started using my local host h2 database then also iam getting the exception as*Login timeout*
and my application is getting stopped...


OK, nice work.
In that case you probably have something locking the whole database for long periods of time. Look for very long-running transactions, or for a session that is opening a transaction and then forgetting to commit() it, leaving the database locked.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to