375709 Ensure resolveTempDirectory failure does not deadlock; improve error message
This commit is contained in:
parent
6ec1594010
commit
f81ea12320
|
@ -305,7 +305,8 @@ public class WebInfConfiguration extends AbstractConfiguration
|
||||||
}
|
}
|
||||||
catch(IOException e)
|
catch(IOException e)
|
||||||
{
|
{
|
||||||
LOG.warn("tmpdir",e); System.exit(1);
|
tmpDir = null;
|
||||||
|
throw new IllegalStateException("Cannot create tmp dir in "+System.getProperty("java.io.tmpdir")+ " for context "+context,e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue