Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 25658 - [resources] File.create throwing FAILED_READ_LOCAL when write failed
Summary: [resources] File.create throwing FAILED_READ_LOCAL when write failed
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-01 16:51 EST by Knut Radloff CLA
Modified: 2002-11-04 22:48 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Radloff CLA 2002-11-01 16:51:35 EST
build 20021018

Creating a file in a readonly directory on Linux is not a valid operaiton. The core 
exception has a status code of FAILED_READ_LOCAL and a message 
localstore.couldNotWrite. The message is ok but the code should be 
FAILED_WRITE_LOCAL.
Comment 1 DJ Houghton CLA 2002-11-04 22:48:38 EST
Fixed and released into HEAD.
Added test case to the regression suite.