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 99916 - Server is blocked in DbInsertion
Summary: Server is blocked in DbInsertion
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger Server (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-04 07:30 UTC by Jaroslav Tulach
Modified: 2007-04-04 09:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Part of log file with thread dump at the end (220.68 KB, text/plain)
2007-04-04 07:33 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2007-04-04 07:30:22 UTC
Server seems to be down and does not respond to any requests due to starvation 
in DbInsertion. I am going to restart it now, but please fix the problem.
Comment 1 Jaroslav Tulach 2007-04-04 07:33:06 UTC
Created attachment 40392 [details]
Part of log file with thread dump at the end
Comment 2 Jindrich Sedek 2007-04-04 08:06:06 UTC
There is some exception of broken connection pipe causing that semaphore was not
released... I'm going to remove this synchronization as a fast fix, and I'l
solve the real problem with broken connection pipe after.
Comment 3 Jindrich Sedek 2007-04-04 09:52:11 UTC
fixed.

Checking in test/org/netbeans/server/uihandler/ExceptionsTest.java;
/cvs/logger/uihandlerserver/test/org/netbeans/server/uihandler/ExceptionsTest.java,v
 <--  ExceptionsTest.java
new revision: 1.8; previous revision: 1.7
done
Checking in test/org/netbeans/server/uihandler/DuplicatesTest.java;
/cvs/logger/uihandlerserver/test/org/netbeans/server/uihandler/DuplicatesTest.java,v
 <--  DuplicatesTest.java
new revision: 1.3; previous revision: 1.2
done
Checking in src/java/org/netbeans/server/uihandler/DbInsertion.java;
/cvs/logger/uihandlerserver/src/java/org/netbeans/server/uihandler/DbInsertion.java,v
 <--  DbInsertion.java
new revision: 1.8; previous revision: 1.7
done
Checking in web/uploaddone.jsp;
/cvs/logger/uihandlerserver/web/uploaddone.jsp,v  <--  uploaddone.jsp
new revision: 1.21; previous revision: 1.20
done