I am running reset-the-world from within eclipse .... I get :
WARN: local config file `\opt\zimbra\conf\localconfig.xml' is not readable
WARN: while loading attrs, ignoring not .xml file: C:\Documents\versions-init.sql
Exception in thread "main" java.io.FileNotFoundException: C:\Documents (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at com.zimbra.cs.account.AttributeManager.main(Attrib uteManager.java:589)
The relevant line in AttributeManager is :
os = new FileOutputStream(cl.getOptionValue('o'));
I am running on Windows XP and I created the folder C:\Documents ... after I run reset-the-world , there is a file versions-init.sql in there . So it managed to make a file in that directory ... the directory itself is Read-Only and I haven't been able to figure out how to turn that off in XP ... but something tells me that is not the problem anyway .
Any suggestions ? |