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 147235 - Unable to create a JavaFX Script project: NoClassDefFoundError
Summary: Unable to create a JavaFX Script project: NoClassDefFoundError
Status: VERIFIED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 09:54 UTC by Alexandr Scherbatiy
Modified: 2011-10-19 12:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file (60.21 KB, text/plain)
2008-09-15 09:55 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-09-15 09:54:41 UTC
JavaFX_NB_Plugin_NB65_daily:  #241 	15-Sep-2008 02:01:58
Product Version         = NetBeans IDE Dev (Build 200809100201)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor        = 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11; Sun Microsystems Inc.


Steps to reproduce:

- Install nbms
- Restart the IDE
 The exception pops up:

java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem
	at org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:134)
	at org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:61)
	at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:213)
	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:674)
	at org.netbeans.modules.gsf.LanguageRegistry.userdirCleanup(LanguageRegistry.java:547)
	at org.netbeans.modules.gsf.LanguageRegistry.initialize(LanguageRegistry.java:427)
	at org.netbeans.modules.gsf.LanguageRegistry.<init>(LanguageRegistry.java:116)
	at org.netbeans.modules.gsf.LanguageRegistry.getInstance(LanguageRegistry.java:137)
	at org.netbeans.modules.gsf.MimeLookupInitializerImpl.lookup(MimeLookupInitializerImpl.java:124)
	at org.netbeans.modules.editor.mimelookup.MimePathLookup.rebuild(MimePathLookup.java:160)
	at org.netbeans.modules.editor.mimelookup.MimePathLookup.beforeLookup(MimePathLookup.java:100)
	at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:197)
	at org.netbeans.editor.BaseKit.getKit(BaseKit.java:472)
	at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run(JavaEditorWarmUpTask.java:141)
	at org.netbeans.core.WarmUpSupport.run(WarmUpSupport.java:100)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 Alexandr Scherbatiy 2008-09-15 09:55:06 UTC
Created attachment 69846 [details]
IDE log file
Comment 2 Alexandr Scherbatiy 2008-09-15 09:57:16 UTC
Can't create a JavaFX Script project.
Comment 3 Oleg Barbashov 2008-09-15 12:27:46 UTC
Modifications in org.netbeans.modules.masterfs module:
"
OpenIDE-Module-Friends: org.netbeans.modules.java.source, org.netbeans.modules.versioning,
org.netbeans.modules.javafx.source
"
Just install the latest NetBeans build.
Comment 4 Alexandr Scherbatiy 2008-09-16 09:50:01 UTC
The issue is not reproduced with NetBeans IDE Dev (Build 200809151401)
Comment 5 David Strupl 2011-10-19 12:04:44 UTC
Cleaning bugzilla categories ....