Bug 17787 - F1 build, W2 Test, java.io.Exception error.
Summary: F1 build, W2 Test, java.io.Exception error.
Status: RESOLVED DUPLICATE of bug 24657
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: Power PC All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-24 14:46 EDT by Konrad Kolosowski CLA
Modified: 2002-10-28 11:51 EST (History)
0 users

See Also:


Attachments
metadata (54.68 KB, application/zip)
2002-05-24 14:52 EDT, Konrad Kolosowski CLA
no flags Details
content of error dialog (13.88 KB, image/gif)
2002-06-03 15:24 EDT, Konrad Kolosowski CLA
no flags Details
second error dialog about invalid jars (14.22 KB, image/gif)
2002-06-03 16:03 EDT, Konrad Kolosowski CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Kolosowski CLA 2002-05-24 14:46:01 EDT
F1 build, W2 Test
Installing feature resulted in an error dialog titled "Problem occured".

Message is saying: "Unable to complete action for Feature "Eclipse Runtime for 
Windows" due to errors."

Details says: "Unable to complete action for Feature "Eclipse Runtime for 
Windows" due to errors.
Error retrieving plugins/org.eclipse.jdt.debug.ui_2.0.0.v20020520.jar in 
Archive Reference No Reference at location 
http://klicnik.torolab.ibm.com/shrek/features/org.eclipse.jdt_2.0.0.20020521339.
jar. Unable to acces plugins/org.eclipse.jdt.debug.ui_2.0.0.0.v20020510.jar.
[java.io.IOException: There is not enough space in the file system.]
Error retrieving plugins/org.eclipse.jdt.debug.ui_2.0.0.v20020520.jar in 
Archive Reference No Reference at location 
http://klicnik.torolab.ibm.com/shrek/features/org.eclipse.jdt_2.0.0.20020521339.
jar. Unable to acces plugins/org.eclipse.jdt.debug.ui_2.0.0.0.v20020510.jar.
[java.io.IOException: There is not enough space in the file system.]

I have plenty of space in my home directory (where eclipse has been installed).

After dismissing the dialog it allowed me click finish and attempted to install 
again (with the same error).
Comment 1 Konrad Kolosowski CLA 2002-05-24 14:52:29 EDT
Created attachment 1044 [details]
metadata
Comment 2 Konrad Kolosowski CLA 2002-05-24 15:23:28 EDT
O.K.
It turned out that that I had not have enough space in the /tmp directory.
I would never guess, and the error does not say this.
Also you guys are deleting temporary files on exit, so checking disk space 
after exiting Eclipse reveals empty space.

I will leave the bug open, so a better error message can be added.
Comment 3 Christophe Elek CLA 2002-05-28 10:02:02 EDT
FeatureContentProvider#asLocalReference now catches any IOException during
copying and transform them in CoreException("Unable to create file:"+file,e)
Which will explain which file couldn't be created and hopefully tell the user
where the space problem is.

can you test it in next Integration build ? (not 20020528)
Comment 4 Christophe Elek CLA 2002-05-28 10:04:38 EDT
in version v20020528H1015_17787
Comment 5 Konrad Kolosowski CLA 2002-06-03 15:23:24 EDT
The error is still unclear in F2.
I obtained the following error (see attachement) doing step C4 of the tests.
Comment 6 Konrad Kolosowski CLA 2002-06-03 15:24:04 EDT
Created attachment 1195 [details]
content of error dialog
Comment 7 Konrad Kolosowski CLA 2002-06-03 16:02:43 EDT
I increased the space on /tmp, and after confirming the erorr dialog, I clicked 
finish (or install do not remember).  The installation started and this time it 
showed me similar error dialog (attached) about  jars being invalid, The error 
specified location of the jars in the /tmp directory.

But the location that ran ouf of space should have been indicated in the 
previous dialog.  Clicking finish should not allow installing features for 
which download failed, just to display another error.
Comment 8 Konrad Kolosowski CLA 2002-06-03 16:03:30 EDT
Created attachment 1199 [details]
second error dialog about invalid jars
Comment 9 Christophe Elek CLA 2002-10-28 11:51:50 EST
bug 24657

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