This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101527 - db access is blocked by analytics application
Summary: db access is blocked by analytics application
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 10:10 UTC by Jan Horvath
Modified: 2007-04-18 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2007-04-18 10:10:32 UTC
I'm not able to write to database when analytics is running.
In mysql console I get this error:

mysql> update exceptions set issuezillaid=123 where id=19;
ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction

After analytics is stopped it works for me. When I start it again it do not work.
Comment 1 Jindrich Sedek 2007-04-18 13:13:54 UTC
I've no problem to work with DB while analytics is running