[!] Error

Unable to create a temporary file. This is most likely caused by a mis-configuration of the container. The JVM seems to be told to use "/var/tmp/" as the temporary directory. Does this directory exist and is it writable?

java.io.IOException: No space left on device
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.checkAndCreate(File.java:1704)
	at java.io.File.createTempFile(File.java:1792)
	at java.io.File.createTempFile(File.java:1828)
	at hudson.WebAppMain.contextInitialized(WebAppMain.java:157)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4632)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:5312)
	at com.sun.enterprise.web.WebModule.start(WebModule.java:353)
	at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
	at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
	at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)