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 162145 - AssertionError: Cannot find default platform
Summary: AssertionError: Cannot find default platform
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Erlang (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-07 16:12 UTC by lexon
Modified: 2009-04-07 16:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146400


Attachments
stacktrace (2.42 KB, text/plain)
2009-04-07 16:12 UTC, lexon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lexon 2009-04-07 16:12:07 UTC
Build: NetBeans IDE Dev (Build python-1397-on-090330)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Setting the path to the Erlang binary.



Stacktrace: 
java.lang.AssertionError: Cannot find default platform
        at org.netbeans.modules.erlang.platform.api.RubyPlatformManager.getDefaultPlatform(RubyPlatformManager.java:274)
        at org.netbeans.modules.erlang.platform.ui.RubyHomeOptionsPanel.jButton1ActionPerformed(RubyHomeOptionsPanel.java:115)
        at org.netbeans.modules.erlang.platform.ui.RubyHomeOptionsPanel.actionPerformed(RubyHomeOptionsPanel.java:102)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 lexon 2009-04-07 16:12:19 UTC
Created attachment 79658 [details]
stacktrace