Andrea, you were right.
First the hudsons were deployed into tomcat. Because of class path problems,
I run the hudsons with the included servlet engine.
I did a chwon for the whole hudson working directory, but not for
/tmp/Geotools which still belongs to the tomcat user. I fixed this. Another
-1
Andrea Aime writes:
> Hi,
> I'm seeing an issue on the build boxes that I cannot replicate
> not even using an IBM JDK, the build is failing on HSQL module
> with this error:
>
> Caused by: java.io.IOException: No such file or directory
> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> at java.io.File.createNewFile(File.java:850)
> at
> org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory.acquireLock(
> ThreadedHsqlEpsgFactory.java:334)
> at
> org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory.createBackin
> gStore(ThreadedHsqlEpsgFactory.java:270)
> ... 46 more
>
>
> Is the JVM unable to create the file due to permission issues
> on the java temp directory? Or maybe because the disk is full?
>
> Everything works fine on my box (even with IBM jdk and OpenJDK)
> and on the main hudson server
>
> Cheers
> Andrea
>
>
> --
> Andrea Aime
> OpenGeo - http://opengeo.org
> Expert service straight from the developers.
|