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 194760 - AssertionError: Could not find the output window using id output
Summary: AssertionError: Could not find the output window using id output
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 01:25 UTC by sargentg
Modified: 2011-01-28 20:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169032


Attachments
stacktrace (2.75 KB, text/plain)
2011-01-27 01:25 UTC, sargentg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sargentg 2011-01-27 01:25:04 UTC
Build: NetBeans IDE Dev (Build 201101250001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
GUEST: run rails app

GUEST: I just created a new RailsApplication and selected run from menu.

GUEST: This error appears when I try to run a project.

GUEST: I want to start bei Application.

sargentg: Installed build, opened project, started MySQL, opened environment & database.yml files, set project as main project, click button to start Webrick server on port 3000. Crashed.

GUEST: Trying to run my rails application within NetBeans.




Stacktrace: 
java.lang.AssertionError: Could not find the output window using id output
   at org.netbeans.modules.ruby.railsprojects.RailsActionProvider.getOutputWindow(RailsActionProvider.java:528)
   at org.netbeans.modules.ruby.railsprojects.RailsActionProvider.runServer(RailsActionProvider.java:656)
   at org.netbeans.modules.ruby.railsprojects.RailsActionProvider.runServer(RailsActionProvider.java:630)
   at org.netbeans.modules.ruby.railsprojects.RailsActionProvider.invokeAction(RailsActionProvider.java:186)
   at org.netbeans.modules.project.ui.actions.MainProjectAction.actionPerformed(MainProjectAction.java:163)
   at org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed(LookupSensitiveAction.java:170)
Comment 1 sargentg 2011-01-27 01:25:08 UTC
Created attachment 105390 [details]
stacktrace