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 140410 - [65cat] IllegealArgumentException is thrown when creating new Mobility project
Summary: [65cat] IllegealArgumentException is thrown when creating new Mobility project
Status: RESOLVED DUPLICATE of bug 137944
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@mobility
URL:
Keywords:
: 140408 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-16 20:41 UTC by malakim
Modified: 2008-07-21 17:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (102.82 KB, text/plain)
2008-07-16 20:42 UTC, malakim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description malakim 2008-07-16 20:41:52 UTC
[ BUILD # : 200807040101 ]
[ JDK VERSION : 1.6.0_06 ]

When creating a new J2Me project a IllegalArgumentException is
thrown:

WARNING [org.openide.WizardDescriptor]
java.lang.IllegalArgumentException: Already a project in
/home/markus/NetBeansProjects/MobileApp
	at
org.netbeans.spi.project.support.ant.ProjectGenerator$1.run(ProjectGen
erator.java:117)
	at
org.netbeans.spi.project.support.ant.ProjectGenerator$1.run(ProjectGen
erator.java:115)
	at org.openide.util.Mutex.writeAccess(Mutex.java:433)
	at org.openide.util.Mutex$1R.run(Mutex.java:1305)
	at
org.netbeans.api.project.ProjectManager$2$1.run(ProjectManager.java:12
0)
	at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java
:120)
	at
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:499
)

First there is a NullpointerException (reported in issue 140408),
then this exception is thrown when clicking "Finish" in the project
creation wizard.
Comment 1 malakim 2008-07-16 20:42:25 UTC
Created attachment 64763 [details]
Log file
Comment 2 Karol Harezlak 2008-07-21 17:25:27 UTC
*** Issue 140408 has been marked as a duplicate of this issue. ***
Comment 3 Karol Harezlak 2008-07-21 17:40:16 UTC

*** This issue has been marked as a duplicate of 137944 ***