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 208328 - Netbeans 7.2 Development Version Does Not Launch on Mac Os X Lion
Summary: Netbeans 7.2 Development Version Does Not Launch on Mac Os X Lion
Status: RESOLVED DUPLICATE of bug 208311
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 7.2
Hardware: Macintosh Mac OS X
: P2 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 10:54 UTC by Demus
Modified: 2012-02-13 10:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Demus 2012-02-13 10:54:06 UTC
When launching netbeans i'm getting a warning window saying basically "make sure /dev is writable" and heres the error msg i get when launching from CLI:



$ /Applications/NetBeans/NetBeans\ Dev\ 201202120400.app/Contents/Resources/NetBeans/bin/netbeans ; exit;
/Applications/NetBeans/NetBeans Dev 201202120400.app/Contents/Resources/NetBeans/bin/netbeans: line 65: Support/NetBeans: No such file or directory
java.io.FileNotFoundException: /dev/lock (Permission denied)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:216)
	at org.netbeans.CLIHandler.initialize(CLIHandler.java:579)
	at org.netbeans.CLIHandler.initialize(CLIHandler.java:383)
	at org.netbeans.MainImpl.execute(MainImpl.java:223)
	at org.netbeans.MainImpl.main(MainImpl.java:85)
	at org.netbeans.Main.main(Main.java:78)
Exception in thread "main" java.lang.NullPointerException
	at org.netbeans.CLIHandler.initialize(CLIHandler.java:696)
	at org.netbeans.CLIHandler.initialize(CLIHandler.java:383)
	at org.netbeans.MainImpl.execute(MainImpl.java:223)
	at org.netbeans.MainImpl.main(MainImpl.java:85)
	at org.netbeans.Main.main(Main.java:78)
logout
Comment 1 Antonin Nebuzelsky 2012-02-13 10:58:42 UTC

*** This bug has been marked as a duplicate of bug 208311 ***