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 107289 - Exception on Opening Creator Project
Summary: Exception on Opening Creator Project
Status: CLOSED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-19 17:52 UTC by Yousuf Haider
Modified: 2007-07-13 20:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Messages log (109.17 KB, text/plain)
2007-06-19 17:53 UTC, Yousuf Haider
Details
Creator Project (2.85 MB, application/x-compressed)
2007-06-20 19:23 UTC, Yousuf Haider
Details
Creator user dir. (8.75 MB, application/octet-stream)
2007-06-22 22:45 UTC, Yousuf Haider
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuf Haider 2007-06-19 17:52:11 UTC
JDK 6, Build:200706190000

Steps to reproduce:
1. Create project in creator 2 (u1) with a drop down bound to a database table.
2. Open Project In NB6 (fresh user dir).

Exception thrown:
java.lang.UnsupportedOperationException
	at com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
	at com.sun.rave.web.ui.util.MessageUtil.getLocale(MessageUtil.java:189)

(messages Log attached)

Also project pages will show "Loading..." status and will stay like that. I need to manually close the page and open it
again.
Comment 1 Yousuf Haider 2007-06-19 17:53:05 UTC
Created attachment 43987 [details]
Messages log
Comment 2 Yousuf Haider 2007-06-20 18:58:44 UTC
Reassigning to Winston after discussing this issue with Sandip. 
Comment 3 Winston Prakash 2007-06-20 19:18:07 UTC
Yosuf, attach the Ceator project.
Comment 4 Yousuf Haider 2007-06-20 19:23:02 UTC
Created attachment 44100 [details]
Creator Project
Comment 5 Yousuf Haider 2007-06-22 01:39:17 UTC
Winston have you been able to reproduce this issue ?

Comment 6 Winston Prakash 2007-06-22 22:17:20 UTC
It worked for me. The only exception I got was from the database connection.

INFO
java.lang.NullPointerException
        at com.sun.sql.rowset.CachedRowSetXImpl.getConnection(CachedRowSetXImpl.java:4207)
        at com.sun.sql.rowset.CachedRowSetXImpl.getMetaData(CachedRowSetXImpl.java:2380)
        at com.sun.data.provider.impl.CachedRowSetDataProvider.getMetaData(CachedRowSetDataProvider.java:1388)
Comment 7 Yousuf Haider 2007-06-22 22:38:05 UTC
I am still getting this exception Winston on todays build 200706220000. 

You might not be seeing this because you might not have a creator user dir. I am attaching the user dir. 
Comment 8 Yousuf Haider 2007-06-22 22:46:00 UTC
Created attachment 44299 [details]
Creator user dir.
Comment 9 Yousuf Haider 2007-07-13 00:24:23 UTC
This issue is occurring because of references to open files in the private/private.xml  file. I have reported the issue
here:
http://www.netbeans.org/issues/show_bug.cgi?id=109573

Since its a general project issue I am closing this issue as WONTFIX. For more details on the bug see the link I
mentioned above.

Also it should be release noted that when creating a copy of your creator project the private folder be removed.
Comment 10 Yousuf Haider 2007-07-13 20:11:40 UTC
Filed a separate issue for handling the exception :

http://www.netbeans.org/issues/show_bug.cgi?id=109684