Details
| Participant | Role | Time Spent | Comments | Latest Comment |
|---|---|---|---|---|
| Author & Moderator | 0m | |||
| Reviewer - 0% complete | ||||
| Total | 0m | 0 |
- Files: 2
- Linked Issue:
Objectives
When deploying OpenAM 10 a backup of the current OpenDS folder needs to be created to allow for rollback. At the moment this is not working as intended.
From catalina.out:
amSetupServlet:01/10/2012 10:58:57:881 AM GMT: Threadpool-2-thread-1,5,main
DebugWriter is null.
java.io.FileNotFoundException: /home/sam/openam/backups/opendj.backup.20120110105857.zip (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
at com.sun.identity.setup.AMSetupServlet.createOpenDJBackup(AMSetupServlet.java:332)
at com.sun.identity.setup.AMSetupServlet.checkOpenDJUpgrade(AMSetupServlet.java:304)
at com.sun.identity.setup.AMSetupServlet.init(AMSetupServlet.java:196)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1266)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1185)
... (More)
amSetupServlet:01/10/2012 10:58:57:881 AM GMT: Threadpool-2-thread-1,5,main
ERROR: IOException
java.io.FileNotFoundException: /home/sam/openam/backups/opendj.backup.20120110105857.zip (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
at com.sun.identity.setup.AMSetupServlet.createOpenDJBackup(AMSetupServlet.java:332)
at com.sun.identity.setup.AMSetupServlet.checkOpenDJUpgrade(AMSetupServlet.java:304)
at com.sun.identity.setup.AMSetupServlet.init(AMSetupServlet.java:196)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1266)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1185)
... (More)