Actions
Bug #3506
closedData upload fails on dev
Start date:
10/03/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3506
Description
When uploading data files to Metacat, an attempt to use the application.tempDir is made. If that directory does not exist, an attempt is made to create it. Without proper permissions, this step fails and no data can be uploaded to the server.
Setting up /var/metacat/* folders (data, inline-data, documents, temporary) may be the responsibility of the server admin rather than the Metacat configuration tool...
Updated by Michael Daigle about 16 years ago
both the documents and temporary directories were not getting created by the configuration utility. Add these to the utility along with an error message that gets sent back to the browser if these files cannot be created.
Actions