Jeremy Boynes wrote:

During deployment I am intermittently seeing

Caused by: java.io.IOException: Access is denied
     at java.io.WinNTFileSystem.createFileExclusively(Native Method)
     at java.io.File.checkAndCreate(File.java:1314)
     at java.io.File.createTempFile(File.java:1402)
     at java.io.File.createTempFile(File.java:1439)
     at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:73)

using JDK1.4.2_05 on WinXP SP1.

Running the deployment again usually works so I don't believe this is anything environmental like wrong permissions on the temp dir.

Is anyone else seeing anything like this?


Yes, the deployer is not very diligent about cleaning up after itself. You are colliding with an old deployment file. Go into your temp directory and delete all the geronimo files/directories, there will be thousands of them.


Regards, Alan





Reply via email to