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 162313 - java.io.IOException: No space left on device
Summary: java.io.IOException: No space left on device
Status: VERIFIED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: libs (show other bugs)
Version: 8.1
Hardware: All Linux
: P1 blocker with 1 vote (vote)
Assignee: Vitezslav Stejskal
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-09 14:48 UTC by Exceptions Reporter
Modified: 2016-06-09 03:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 55693


Attachments
stacktrace (3.35 KB, text/plain)
2009-04-09 14:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-04-09 14:48:09 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-12-generic, i386

Stacktrace: 
java.io.IOException: No space left on device
        at java.io.RandomAccessFile.writeBytes(RandomAccessFile.java:0)
        at java.io.RandomAccessFile.write(RandomAccessFile.java:466)
        at org.apache.lucene.store.FSDirectory$FSIndexOutput.flushBuffer(FSDirectory.java:599)
        at org.apache.lucene.store.BufferedIndexOutput.flushBuffer(BufferedIndexOutput.java:96)
        at org.apache.lucene.store.BufferedIndexOutput.flush(BufferedIndexOutput.java:85)
        at org.apache.lucene.store.BufferedIndexOutput.close(BufferedIndexOutput.java:109)
Comment 1 Exceptions Reporter 2009-04-09 14:48:28 UTC
Created attachment 79826 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2009-04-16 14:43:38 UTC
Perhaps free up some space on your disk.
Comment 3 ehsavoie 2013-02-13 07:37:09 UTC
a df on my /home partition shows that it is only 84% full:
 /dev/sdb7       34433768  27222464    5462160  84% /home
None of my partition is currently full
Comment 4 gualtiero65 2014-10-02 19:32:52 UTC
I hve the same issues (#742355) with more than 40GByte available.

I have also noticed on the shell window the following message:

[ERROR] Fallback to *.zip also failed: java.io.FileNotFoundException: Resource nexus-maven-repository-index.zip does not exist

It is most probably related to the problem as I was downloading maven archive.
Comment 5 gualtiero65 2014-10-02 19:33:51 UTC
(In reply to gualtiero65 from comment #4)
> I hve the same issues (#742355) with more than 40GByte available.
> 
> I have also noticed on the shell window the following message:
> 
> [ERROR] Fallback to *.zip also failed: java.io.FileNotFoundException:
> Resource nexus-maven-repository-index.zip does not exist
> 
> It is most probably related to the problem as I was downloading maven
> archive.

Sorry, forgot to mention I'm using NteBeans 8.0.1 with JDK 1.8_20 on Linux 64 bit.
Comment 6 gualtiero65 2014-10-12 12:28:22 UTC
The issue is due to no more space in the /tmp dir.

The zipped Maven repository info downloaded file is placed in the /tmp dir. It is currently 140MB.

Then the file is unzipped in the same /tmp dir. Uncompressed size is more than 1GigaByte. 

In total the /tmp should have approx 1.2GByte free to have maven info downloaded

In my Ubuntu installation, the /tmp dir is mapped on a tmpfs on RAM with a 512MB limit.

It would be nice to have one or both of the following:

- NetBeans to check available disck space on /tmp dir and warn user if not enough

- Have the user the possibility o change temporary dir location