While installing the AMP file into war file im getting the following error.
Exception in thread "main" org.alfresco.repo.module.tool.ModuleManagementToolException: Error whilst saving modifications file.
[java] at org.alfresco.repo.module.tool.InstalledFiles.save(InstalledFiles.java:142)
[java] at org.alfresco.repo.module.tool.ModuleManagementTool.installModule(ModuleManagementTool.java:382)
[java] at org.alfresco.repo.module.tool.ModuleManagementTool.main(ModuleManagementTool.java:775)
[java] Caused by: java.io.IOException: The system cannot find the path specified
[java] at java.io.WinNTFileSystem.createFileExclusively(Native Method)
[java] at java.io.File.createNewFile(File.java:947)
[java] at de.schlichtherle.io.File.createNewFile(Unknown Source)
Pls guide me to resolve this.