Hi,
On Oct 28, 2009, at 6:38 AM, Orion wrote:
I recently transitioned not only from MediaWiki to XWiki, but an older
computer running Windows Vista (Ultimate x64) to my present PC,
operating on
Windows 7 (Ultimate x64). The reasons for the change and system specs
should, I believe, be irrelevant in this case for the following
reasons:
* I was able to install XWiki for All Users without a hitch
* XWiki runs perfectly while logged into the Administrator (aka, the
hidden
"Super Administrator") account
Therein, however, is the problem: XWiki runs only in the Administrator
account. The MS-DOS Prompt reads as such while in the Admin-account...
[snip]
java.io.FileNotFoundException: xwiki.log (Access is denied)
at java.io.FileOutputStream.openAppend(Native Method)
at.java.io.FileOutputStream.<init>(Unkown Source)
at.java.io.FileOutputStream.<init>(Unkown Source)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
This means that the user which has started the JVM doesn't have write
access to the location where the xwiki.log file is saved. You need to
give the permission. You can also configure the location of the xwiki
log file if you want (by default it's located in the directory where
the JVM is started).
[snip]
Thanks
-Vincent