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 174235 - java.io.IOException: error=12, Not enough space
Summary: java.io.IOException: error=12, Not enough space
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-10-09 14:19 UTC by Vojtech Sigler
Modified: 2013-06-25 16:48 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 152250


Attachments
stacktrace (1.29 KB, text/plain)
2009-10-09 14:20 UTC, Vojtech Sigler
Details
Output when trying to debug a j2se project after this problem occurred. Glassfish was already stopped at this moment. (7.91 KB, text/plain)
2009-10-09 15:07 UTC, Vojtech Sigler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2009-10-09 14:19:57 UTC
Build: NetBeans IDE Dev (Build 200910080418)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: SunOS, 5.11, x86

User Comments:
vsigler: Invoked debug on a web project. Glassfish (v3) started and says deploying is done. If "Not enough space" refers to disk space, there's still more than 10G left. As for RAM, this machine (in virtualbox) has 1G.



Stacktrace: 
java.io.IOException: error=12, Not enough space
        at java.lang.UNIXProcess.forkAndExec(UNIXProcess.java:0)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
        at java.lang.ProcessImpl.start(ProcessImpl.java:65)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
        at org.netbeans.modules.extbrowser.NbDefaultUnixBrowserImpl.setURL(NbDefaultUnixBrowserImpl.java:99)
        at org.openide.awt.HtmlBrowser$1URLSetter.run(HtmlBrowser.java:473)
Comment 1 Vojtech Sigler 2009-10-09 14:20:02 UTC
Created attachment 89190 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-10-09 14:20:07 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152250
Comment 3 Vojtech Sigler 2009-10-09 14:26:14 UTC
I also got this error when trying to open the newly added report from exceptions reporter. When I stopped debugging and
stopped Glassfish, the problem vanished. Could it be caused by lack of free memory? If that's the case, NB should handle
the exception a nicer way.
Comment 4 Vojtech Sigler 2009-10-09 15:06:20 UTC
Ok, one more thing. Now this fired I am unable to debug a j2se project. Attaching output.
Comment 5 Vojtech Sigler 2009-10-09 15:07:27 UTC
Created attachment 89199 [details]
Output when trying to debug a j2se project after this problem occurred. Glassfish was already stopped at this moment.
Comment 6 Petr Jiricka 2009-11-16 05:57:40 UTC
No idea what the problem is. I assume there are no steps to reproduce reliably, marking as RANDOM.
Comment 7 Petr Hejl 2011-02-19 10:38:47 UTC
I think this is really related to low virtual memory. I guess only message could be improved.
Comment 8 Petr Jiricka 2013-06-25 16:48:03 UTC
Last time this exception appeared was during 7.0 development cycle 2.5 years ago, so this was probably fixed by some other fix.