|
From: MIHIR K. (JIRA) <tr...@fi...> - 2015-02-21 15:09:08
|
lock conflict on no wait transaction deadlock update conflicts with concurrent update
--------------------------------------------------------------------------------------
Key: DNET-593
URL: http://tracker.firebirdsql.org/browse/DNET-593
Project: .NET Data provider
Issue Type: Bug
Environment: Windows service
Reporter: MIHIR KADAM
Assignee: Jiri Cincura
Widows service running which continues listing to firebird database events. I received following exception when service is running.
2015-02-18 08:51:18,107 [9] ERROR WindowsService.FirebirdListener - FirebirdSql.Data.FirebirdClient.FbException (0x80004005): lock conflict on no wait transaction
deadlock
update conflicts with concurrent update ---> lock conflict on no wait transaction
deadlock
update conflicts with concurrent update
Server stack trace:
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery() in c:\Users\Jiri\Documents\devel\NETProvider\working\NETProvider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbCommand.cs:line 514
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|