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 162573 - IllegalStateException: Cannot finish not a started task
Summary: IllegalStateException: Cannot finish not a started task
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 11:45 UTC by Petr Dvorak
Modified: 2009-05-07 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149462


Attachments
stacktrace (6.39 KB, text/plain)
2009-04-14 11:45 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-04-14 11:45:52 UTC
Build: NetBeans IDE Dev (Build 200904140201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-14-generic, i386

User Comments:
joshis: I typed "Brumlatex\" in the search field in open kenai project dialog and pressed Enter (I accidently pressed '\' with enter).

Then I quickly deleted '\' char and pressed Enter again.



Stacktrace: 
java.lang.IllegalStateException: Cannot finish not a started task
        at org.netbeans.progress.spi.InternalHandle.finish(InternalHandle.java:232)
        at org.netbeans.api.progress.ProgressHandle.finish(ProgressHandle.java:144)
        at org.netbeans.modules.kenai.ui.KenaiSearchPanel.finishProgress(KenaiSearchPanel.java:376)
        at org.netbeans.modules.kenai.ui.KenaiSearchPanel.access$400(KenaiSearchPanel.java:89)
        at org.netbeans.modules.kenai.ui.KenaiSearchPanel$4$2.run(KenaiSearchPanel.java:334)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Petr Dvorak 2009-04-14 11:45:59 UTC
Created attachment 80034 [details]
stacktrace
Comment 2 Petr Dvorak 2009-04-14 11:49:53 UTC
It seems the problem is in the fact that Kenai.com is not accessible at the moment - unit tests for kenai API are
failing too when searching for a project (timeouts)...
Comment 3 Milan Kubec 2009-04-17 07:26:43 UTC
Fixed.

http://hg.netbeans.org/cdev/rev/b3beeff9f4f6
Comment 4 Quality Engineering 2009-04-17 19:56:56 UTC
Integrated into 'main-golden', will be available in build *200904171401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b3beeff9f4f6
User: Milan Kubec <mkubec@netbeans.org>
Log: #162573: textfield disabled when query on kenai is running
Comment 5 Petr Dvorak 2009-05-07 15:57:20 UTC
Verified