Trying to install Gerrit 2.11.3. Running into the following problem. The Reporter should be bob.mccullough@windriver.com. IT reports there is no disk quota.
eptadmin@ala-gerrit1(/ala-gerrit1)> java -jar /net/ala-nas2/vol/vol1/cm/gerrit/gerrit.war init -d /ala-gerrit1/app/gerrit
Exception in thread "main" java.io.IOException: Cannot obtain libraries from /net/ala-nas2/vol/vol1/cm/gerrit/gerrit.war
at com.google.gerrit.launcher.GerritLauncher.libClassLoader(GerritLauncher.java:214)
at com.google.gerrit.launcher.GerritLauncher.mainImpl(GerritLauncher.java:91)
at com.google.gerrit.launcher.GerritLauncher.main(GerritLauncher.java:50)
at Main.main(Main.java:25)
Caused by: java.io.IOException: Disk quota exceeded
at java.io.FileOutputStream.close0(Native Method)
at java.io.FileOutputStream.close(FileOutputStream.java:393)
at com.google.gerrit.launcher.GerritLauncher.extractJar(GerritLauncher.java:258)
at com.google.gerrit.launcher.GerritLauncher.libClassLoader(GerritLauncher.java:205)
... 3 more