Question

I have just installed Hudson on a Weblogic server and I am having issues with the nodes going off line due to the Free Temp Space falling below the 1gig threshold. Now I have checked my /tmp folder (thinking Hudson uses that) but it is sitting at 10gigs free.

Would anybody be able to point me to the folder Hudson uses? Also I am using a SunOS box.

Was it helpful?

Solution

In the web interface go to the node's SystemInfo page (http://hudsonserver/systemInfo)and it will tell you what temp folder it is using. Look for "java.io.tmpdir" on that page.

OTHER TIPS

Change it with the configuration page of the node, in the "Launch method" section, click "Advanced", "JVM Options" setting:

Example:

-Djava.io.tmpdir=/var/tmp

In addition to Bill's answer, you can change this through the registry.

  • Key: HKLM\SOFTWARE\Apache Software Foundation\Procrun 2.0\Tomcat6\Parameters\Java
  • Value: Options (look for java.io.tmpdir)
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top