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 100917 - ISE: Cannot call start twice on a handle
Summary: ISE: Cannot call start twice on a handle
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 100930 100974 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-13 09:39 UTC by Jiri Rechtacek
Modified: 2007-04-13 15:00 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 Jiri Rechtacek 2007-04-13 09:39:59 UTC
Register more Update Providers, invoke Plugin Manager, invoke Refresh providers...
The ISE is thrown:
java.lang.IllegalStateException: Cannot call start twice on a handle
        at org.netbeans.progress.spi.InternalHandle.start(InternalHandle.java:183)
        at org.netbeans.api.progress.ProgressHandle.start(ProgressHandle.java:66)
        at org.netbeans.api.progress.ProgressHandle.start(ProgressHandle.java:46)
        at
org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl.refresh(UpdateUnitProviderImpl.java:114)
        at
org.netbeans.api.autoupdate.UpdateUnitProvider.refresh(UpdateUnitProvider.java:105)
        at
org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl.refreshProviders(UpdateUnitProviderImpl.java:243)
        at
org.netbeans.api.autoupdate.UpdateUnitProviderFactory.refreshProviders(UpdateUnitProviderFactory.java:103)
        at org.netbeans.modules.autoupdate.ui.UnitTab$8.run(UnitTab.java:494)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Jiri Rechtacek 2007-04-13 11:02:45 UTC
*** Issue 100930 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Rechtacek 2007-04-13 13:43:45 UTC
Checking in
autoupdate/services/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImpl.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImpl.java,v
 <--  UpdateUnitProviderImpl.java
new revision: 1.5; previous revision: 1.4
done
Checking in autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.java;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.java,v
 <--  UnitTab.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 Jiri Rechtacek 2007-04-13 15:00:13 UTC
*** Issue 100974 has been marked as a duplicate of this issue. ***