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 243827 - NullPointerException at org.openide.filesystems.FileUtil.toFile
Summary: NullPointerException at org.openide.filesystems.FileUtil.toFile
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 15:35 UTC by mpup371
Modified: 2014-05-14 07:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202835


Attachments
stacktrace (3.01 KB, text/plain)
2014-04-14 15:35 UTC, mpup371
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mpup371 2014-04-14 15:35:39 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
mpup371: launch of netbeans

GUEST: fucking errors :(

GUEST: starting up netbeans. I have noticed that when i start netbeans one particular rails project (it could be all of them; i am not sure) never reopens automatically; I always have to manually reopen it, and it never shows up in recent projects either. could this be related?




Stacktrace: 
java.lang.NullPointerException
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:829)
   at org.netbeans.api.ruby.platform.RubyPlatform$Info.forDefaultPlatform(RubyPlatform.java:1153)
   at org.netbeans.api.ruby.platform.RubyPlatformManager.findDefaultPlatform(RubyPlatformManager.java:203)
   at org.netbeans.api.ruby.platform.RubyPlatformManager.getPlatformsInternal(RubyPlatformManager.java:322)
   at org.netbeans.api.ruby.platform.RubyPlatformManager.getPlatformByID(RubyPlatformManager.java:357)
   at org.netbeans.api.ruby.platform.RubyPlatformProvider.getPlatform(RubyPlatformProvider.java:106)
Comment 1 mpup371 2014-04-14 15:35:41 UTC
Created attachment 146746 [details]
stacktrace