03-04-2008 03:41 AM
Error whilst saving modifications file.
I adapted the tool to print out the exact error that got thrown:
java.io.FileNotFoundException: tomcat/webapps/alfresco.war/WEB-INF/classes/alfresco/module/emailListener/modifications.install
at de.schlichtherle.io.FileOutputStream.createOutputStream(Unknown Source)
at de.schlichtherle.io.FileOutputStream.createOutputStream(Unknown Source)
at de.schlichtherle.io.FileOutputStream.<init>(Unknown Source)
at org.alfresco.repo.module.tool.InstalledFiles.save(InstalledFiles.java:116)
at org.alfresco.repo.module.tool.ModuleManagementTool.installModule(ModuleManagementTool.java:382)
at org.alfresco.repo.module.tool.ModuleManagementTool.main(ModuleManagementTool.java:777)
Caused by: de.schlichtherle.io.ZipControllerException: /opt/alfresco-enterprise-tomcat-2.1.2/tomcat/webapps/alfresco.war: Could not update ZIP compatible file - all changes are lost!
at de.schlichtherle.io.ZipController.updateOutFile(Unknown Source)
at de.schlichtherle.io.ZipController.update(Unknown Source)
at de.schlichtherle.io.ZipController.update(Unknown Source)
at de.schlichtherle.io.ZipController.getOutputStream(Unknown Source)
at de.schlichtherle.io.ZipController.getOutputStream(Unknown Source)
… 6 more
Caused by: java.io.IOException: No space left on device
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at de.schlichtherle.io.util.LEDataOutputStream.writeInt(Unknown Source)
at de.schlichtherle.util.zip.ZipOutputStream.writeDataDescriptor(Unknown Source)
at de.schlichtherle.util.zip.ZipOutputStream.closeEntry(Unknown Source)
at de.schlichtherle.util.zip.ZipOutputStream.finish(Unknown Source)
at de.schlichtherle.util.zip.ZipOutputStream.close(Unknown Source)
… 11 more
03-04-2008 05:06 AM
Caused by: java.io.IOException: No space left on device?
03-04-2008 09:57 AM
if (file.exists() == false)
{
file.createNewFile(); // return true
}
FileOutputStream os = new FileOutputStream(file); // throws an IOException
03-10-2008 06:41 AM
09-11-2012 07:26 AM
09-12-2012 06:51 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.