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 167610 - reflect.UndeclaredThrowableException at $Proxy14.actionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy14.actionPerformed
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-24 16:23 UTC by mrmalaa
Modified: 2011-01-28 20:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 116544


Attachments
stacktrace (5.20 KB, text/plain)
2009-06-24 16:23 UTC, mrmalaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrmalaa 2009-06-24 16:23:29 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: OpenJDK Client VM, 1.6.0_0-b11, OpenJDK  Runtime Environment, 1.6.0_0-b11
OS: Linux, 2.6.24-24-generic, i386

User Comments:
GUEST: Creating a new rails project

GUEST: trying to create a ror project

GUEST: Trying to create a rails project!  ZOMG!

jpfreire: Creating a rails project an trying to setup database connection

GUEST: ????????????????????????????????????

GUEST: Creating a new ruby on rails project, with native ruby platform (not jruby), clicking 'Next' in the window with database configuration options.

GUEST: Hi, I could not create a rails project. Although finally I figured out that a rails is missing on my machine, however, it would be nice to tell me next time, if I was so stupid not installing it before. Thanks.

Bw, Gyuru

GUEST: create a new ruby on rails application

GUEST: settin up a ruby on rails app (create new project) 
step 3: Database configuration -- specify database information directly click on finish

GUEST: while i was creating a rails project, i changed the database selection from mysql to sqlite3 and clicked "next" (or finish). nothing happened, i changed it back to mysql and entered the username/password, clicked next, nothing happened.

GUEST: installed netbeans w python
then installed rails plugin, now cant create rails projects.



Stacktrace: 
java.util.NoSuchElementException
        at org.netbeans.modules.ruby.railsprojects.ui.wizards.NewRailsProjectWizardIterator.nextPanel(NewRailsProjectWizardIterator.java:284)
        at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.nextPanel(TemplateWizard.java:996)
        at org.openide.loaders.TemplateWizardIterImpl.nextPanel(TemplateWizardIterImpl.java:174)
        at org.openide.loaders.TemplateWizardIteratorWrapper.nextPanel(TemplateWizardIteratorWrapper.java:119)
        at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:1948)
        at org.openide.WizardDescriptor$7.run(WizardDescriptor.java:1365)
Comment 1 mrmalaa 2009-06-24 16:23:40 UTC
Created attachment 83995 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-06-24 16:24:06 UTC
This issue already has 23 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=116544
Comment 3 Erno Mononen 2009-07-01 13:45:20 UTC
Probably the issue is in the wizard infrastructure, or at least I can't see the Rails wizard doing anything wrong. In 
any case, the reports are for 6.5 and there is only one report for 6.7, and that is for 6.7 Beta, so it seems like the 
issue might be fixed already. Downgrading to a P3 for now, will either close soon if there are no new reports on this 
or alternatively will raise the priority again if there will be reports for 6.7 FCS.