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 43618 - Autoupdate is not able to autoupdate itself
Summary: Autoupdate is not able to autoupdate itself
Status: CLOSED DUPLICATE of bug 37133
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 13:41 UTC by Lukas Hasik
Modified: 2006-03-24 10:31 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 Lukas Hasik 2004-05-20 13:41:29 UTC
I've updated autoupdate with yarda's
autoupdate.nbm and connected to AU center.

Exception appeared

*********** Exception occurred ************ at
2:33 PM on May 20, 2004
Annotation: Exception occurred in Request Processor
java.lang.NoSuchMethodError:
org.netbeans.updater.UpdateTracking.clusters(Z)Ljava/util/List;
	at
org.netbeans.modules.autoupdate.L10NUpdate.getTrackingSpecVersion(L10NUpdate.java:167)
	at
org.netbeans.modules.autoupdate.L10NUpdate.readLocalInfo(L10NUpdate.java:119)
	at
org.netbeans.modules.autoupdate.ModuleUpdate.readModuleUpdate(ModuleUpdate.java:354)
	at
org.netbeans.modules.autoupdate.ModuleUpdate.getModuleUpdate(ModuleUpdate.java:186)
	at
org.netbeans.modules.autoupdate.XMLUpdates.processElement(XMLUpdates.java:421)
	at
org.netbeans.modules.autoupdate.XMLUpdates.processElement(XMLUpdates.java:436)
	at
org.netbeans.modules.autoupdate.XMLUpdates.buildStructures(XMLUpdates.java:369)
	at
org.netbeans.modules.autoupdate.XMLUpdates.access$800(XMLUpdates.java:38)
	at
org.netbeans.modules.autoupdate.XMLUpdates$2.run(XMLUpdates.java:189)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 Jaroslav Tulach 2004-05-20 14:29:23 UTC
It worked on linux but it seems that attempt to autoupdate updater.jar
fails on windows. I will find solution to this for 4.0.
Comment 2 artibee 2004-06-24 19:57:06 UTC
This looks similar to this "rfe" from June 2002:

http://www.netbeans.org/issues/show_bug.cgi?id=24361

and it also looks similar to this "rfe" from November 2003:

http://www.netbeans.org/issues/show_bug.cgi?id=37133
Comment 3 Jaroslav Tulach 2004-06-25 08:21:02 UTC
Fine then.

*** This issue has been marked as a duplicate of 37133 ***
Comment 4 Lukas Hasik 2004-07-28 14:26:13 UTC
v