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 241563

Summary: java.io.FileNotFoundException: JavaPalette
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: PaletteAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: abbisha, rHOnDO
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195496
Attachments: stacktrace

Description Exceptions Reporter 2014-02-08 08:01:41 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 8

User Comments:
abbisha: while creating a new java application suddenly this error message came::
Also tell me why my palette view is empty..there are no components in it.


java.io.FileNotFoundException: JavaPalette
	at org.netbeans.spi.palette.PaletteFactory.getPaletteFolder(PaletteFactory.java:184)
	at org.netbeans.spi.palette.PaletteFactory.createPalette(PaletteFactory.java:114)
[catch] at org.netbeans.modules.javasourcefilepalette.JavaSourceFileLayerPaletteFactory.createPalette(JavaSourceFileLayerPaletteFactory.java:31)
	at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.netbeans.core.startup.layers.BinaryFS$AttrImpl$MethodAndParams.invoke(BinaryFS.java:773)
	at org.netbeans.core.startup.layers.BinaryFS$AttrImpl.getValue(BinaryFS.java:703)
	at org.netbeans.core.startup.layers.BinaryFS$BFSBase.getAttribute(BinaryFS.java:549)
	at org.openide.file

GUEST: Am trying to use the pallete but after starting a new java project a warning appears stating that there is a missing file called java.io......
What can i do to rectify the problem?

abbisha: java.io.FileNotFoundException: JavaPalette
	at org.netbeans.spi.palette.PaletteFactory.getPaletteFolder(PaletteFactory.java:184)
	at org.netbeans.spi.palette.PaletteFactory.createPalette(PaletteFactory.java:114)
[catch] at org.netbeans.modules.javasourcefilepalette.JavaSourceFileLayerPaletteFactory.createPalette(JavaSourceFileLayerPaletteFactory.java:31)
	at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.netbeans.core.startup.layers.BinaryFS$AttrImpl$MethodAndParams.invoke(BinaryFS.java:773)
	at org.netbeans.core.startup.layers.BinaryFS$AttrImpl.getValue(BinaryFS.java:703)
	at org.netbeans.core.startup.layers.BinaryFS$BFSBase.getAttribute(BinaryFS.java:549)
	at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:944)
	at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:877)
	at

rHOnDO: Built a tutorial (https://platform.netbeans.org/tutorials/nbm-palette-api2.html) and when the new IDE opened, there was an error.




Stacktrace: 
java.io.FileNotFoundException: JavaPalette
   at org.netbeans.spi.palette.PaletteFactory.getPaletteFolder(PaletteFactory.java:184)
   at org.netbeans.spi.palette.PaletteFactory.createPalette(PaletteFactory.java:114)
   at org.netbeans.modules.javasourcefilepalette.JavaSourceFileLayerPaletteFactory.createPalette(JavaSourceFileLayerPaletteFactory.java:31)
   at sun.reflect.GeneratedMethodAccessor63.invoke(GeneratedMethodAccessor63.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
Comment 1 Exceptions Reporter 2014-02-08 08:01:43 UTC
Created attachment 144933 [details]
stacktrace