ERROR 20.06.2005 15:31:36  Unable to load content from
website.features.xml due to a java.io.IOException Exception: The system
cannot find the path specified. Will try to continue.
java.io.IOException: The system cannot find the path specified
        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
info.magnolia.cms.beans.config.Bootstrapper.filterVersionsFromFile(Boot s
trapper.java:179)

The following code is not able to execute:

        File strippedFile = File.createTempFile("import", "xml");

This means that your system is not able to create a temp file. Since this is a java class, we are not able to do some thing against it. It looks like there is a temp or tmp directory missed.

Philipp


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/community/developer/mailinglists.html
----------------------------------------------------------------

Reply via email to