Hi all,
Lately we started using artifactory to manage our maven repository, initial we have done the install on a windows XP box, things went smoothly and we had it up and running in no time.
However when we tried to install it on a windows 2008 server machine we had issues.
Below is a snippet of the log file:
2009-10-30 11:48:16,786 [WrapperSimpleAppMain] [ERROR] (o.a.j.JcrServiceImpl:280) - Could not clean up old temp files. This may indicate a badly configured temp dir ('C:\Windows\system32\config\systemprofile\AppData\Local\Temp\').
2009-10-30 11:48:19,708 [WrapperSimpleAppMain] [ERROR] (o.a.j.c.f.d.DatabaseFileSystem:791) - failed to open output stream to file: /meta/rep.properties...............
The full log file is attached with the message.
we looked into this problem and it turned out to be a permissions issue although we were logged in as admin and we installed the service by selecting "run it as Administrator" option.
A workaround was to change the default java.io.tmp directory to point to a temp directory that we have created. To do that we added the following line to wrapper.conf file
wrapper.java.additional.5=-Djava.io.tmpdir=D:/artifactoryTmpMy question: Is there a way solve this issue and to get artifactory to work on windows 2008 server without work around
artifactory.log