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 244013 - AbstractMethodError at org.netbeans.modules.web.browser.api.WebBrowserFactoryDescriptor.<init>
Summary: AbstractMethodError at org.netbeans.modules.web.browser.api.WebBrowserFactory...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 21:26 UTC by dahicke
Modified: 2014-04-25 08:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200116


Attachments
stacktrace (2.35 KB, text/plain)
2014-04-22 21:26 UTC, dahicke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dahicke 2014-04-22 21:26:56 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-1493-on-20140330)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
chuprin: Try access to java web project property window

dahicke: Opening project properties window failed

GUEST: Start debug for project

GUEST: roght click>properties on project

GUEST: Cant open project properties after netbeans 7.3 automatic updates

GUEST: I have the following error when I try to see the properties of my projects and when I try to deploy it.

GUEST: Cargando un proyecto existente




Stacktrace: 
java.lang.AbstractMethodError
   at org.netbeans.modules.web.browser.api.WebBrowserFactoryDescriptor.<init>(WebBrowserFactoryDescriptor.java:74)
   at org.netbeans.modules.web.browser.api.WebBrowsers.getFactories(WebBrowsers.java:422)
   at org.netbeans.modules.web.browser.api.WebBrowsers.getSortedBrowsers(WebBrowsers.java:224)
   at org.netbeans.modules.web.browser.api.WebBrowsers.getAll(WebBrowsers.java:206)
   at org.netbeans.modules.web.browser.api.BrowserUISupport.createBrowserModel(BrowserUISupport.java:108)
   at org.netbeans.modules.web.browser.api.BrowserUISupport.createBrowserModel(BrowserUISupport.java:89)
Comment 1 dahicke 2014-04-22 21:26:58 UTC
Created attachment 146900 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-04-25 08:05:21 UTC
Most likely some module didn't increase spec version number as appropriate.
Please reopen if reproducible with a clean user dir, thanks.