-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 7.0.0.Beta2
-
Fix Version/s: 7.0.0.Beta3
-
Component/s: Domain Management
-
Labels:None
The temp dir for storing uploads to the DC via HTTP isn't being created.
DomainHttpServer(HttpServer server, ModelController modelController, File serverTempDir) {
...
// Create the upload sub-directory under the server temporary directory.
if (!this.serverTempDir.exists())
That last line should be mkdirs();
- duplicates
-
JBAS-9274 Upload of deployments can fail
-
- Resolved
-