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 87751 - Cannot create J2SE project on Mac OS X
Summary: Cannot create J2SE project on Mac OS X
Status: VERIFIED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-23 10:46 UTC by Jaromir Uhrik
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project wizard screenshot attached... (56.09 KB, image/png)
2006-10-23 10:47 UTC, Jaromir Uhrik
Details
Messages.log attached (13.83 KB, text/plain)
2006-10-23 11:46 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2006-10-23 10:46:44 UTC
NetBeans IDE Dev (Build 061023)
1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-64
Mac OS X version 10.4.8 running on ppc
en_US (nb); MacRoman

I am not able to create J2SE project on Mac OS X. The New Project Wizard just
stops at 25% and doesn't move over this point. It stops with the message
"Project Folder already exists and is not empty" although the project folder
didn't exist before I started with project creating - see the attached screenshot.
Comment 1 Jaromir Uhrik 2006-10-23 10:47:44 UTC
Created attachment 35452 [details]
Project wizard screenshot attached...
Comment 2 Jan Lahoda 2006-10-23 10:51:32 UTC
Could you please attach log? Thanks.
Comment 3 Jaromir Uhrik 2006-10-23 11:45:53 UTC
Nothing special in log - see attached messages.log.
Comment 4 Jaromir Uhrik 2006-10-23 11:46:57 UTC
Created attachment 35454 [details]
Messages.log attached
Comment 5 Tomas Zezula 2006-10-23 15:41:27 UTC
Happens in retouche. Seems that subversion module is not properly initialized on
Apple. It tries to initialize while the project is creating as a side effect of
FileObject.createFolder() and the subversion hook throws an unchecked exception!
Comment 6 Tomas Zezula 2006-10-23 17:11:42 UTC
I am not able to reproduce it in the current retouche build.
Comment 7 Tomas Stupka 2006-10-23 17:24:41 UTC
it's just an INFO log made by the svn module ....
Comment 8 Jaromir Uhrik 2006-10-24 15:25:24 UTC
The reason of the issue was src.zip on boot classpath. Some time ago I copied it
to the JDK_HOME/lib/ext. Now I removed it and NetBeans work fine since then.
Closing issue as WORKSFORME.
Comment 9 Jaromir Uhrik 2007-09-14 10:10:27 UTC
Marking as Verified.