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 138470 - MissingResourceException in New Rails Project> Create DB
Summary: MissingResourceException in New Rails Project> Create DB
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 11:46 UTC by polan
Modified: 2008-09-23 20:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Two related Exs., MissingResourceEx and dump (31.40 KB, text/plain)
2008-06-27 11:47 UTC, polan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description polan 2008-06-27 11:46:46 UTC
[NetBeans 6.5M1, Build 200806270102, JDK 1.6.0]

This is a seldom raised exception, encountered 3 times during a few hours of testing.

Encountered in New project > Ruby on Rails app > Database configuration > Create DB

Attaching file with 2 more extra exceptions (only shown in console) and a thread dump.
Comment 1 polan 2008-06-27 11:47:53 UTC
Created attachment 63592 [details]
Two related Exs., MissingResourceEx and dump
Comment 2 Erno Mononen 2008-06-27 11:51:54 UTC
Looks like a problem in the db.mysql module, reassigning.
Comment 3 David Vancouvering 2008-09-23 20:18:12 UTC
This issue is no longer valid as this code has gone through rewrite and the missing resource "MSG_EmptyDatabaseName" is
no longer in the code base.

The other issue (NullPointerException on access denied error) was reported elsewhere and has been fixed.