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 215542 - AbstractMethodError: org.netbeans.modules.websvc.rest.spi.RestSupport.upgrade()V
Summary: AbstractMethodError: org.netbeans.modules.websvc.rest.spi.RestSupport.upgrade()V
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-14 10:38 UTC by Maksim Khramov
Modified: 2012-07-16 08:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190742


Attachments
stacktrace (3.22 KB, text/plain)
2012-07-14 10:38 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2012-07-14 10:38:35 UTC
Build: NetBeans IDE Dev (Build 201204250400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Windows 7

Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.websvc.rest.spi.RestSupport.upgrade()V
   at org.netbeans.modules.websvc.rest.RestUtils.upgrade(RestUtils.java:92)
   at org.netbeans.modules.websvc.rest.nodes.RestServicesNodeFactory.createNodes(RestServicesNodeFactory.java:92)
   at org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren$1.run(NodeFactorySupport.java:199)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 Maksim Khramov 2012-07-14 10:38:37 UTC
Created attachment 122023 [details]
stacktrace
Comment 2 Maksim Khramov 2012-07-14 17:23:22 UTC
Steps to reporoduce:
Create new Maven Web Project.
Expand projectroot node.
Exception is thrown
Comment 3 Denis Anisimov 2012-07-16 08:04:52 UTC
I'm not able to reproduce the issue.
AbstractMethodError means you have some incompatible classes.
That could be a consequence of some interference between currently installed 
and previous IDE versions.
Please try to delete your .netbeans folder and start NB with fresh userdir.