Hi,
Found an error in the application wich makes it
difficult to make it work.
When uploading an .par file, following error are
written in the stdout on the tomcat.
2006-maj-18 03:01:36
org.jvending.provisioning.impl.StockingFactory
saveParFile
INFO: JV-1850-008: Created output directory:
Directory =
java.io.IOException: Permission denied
at
java.io.UnixFileSystem.createFileExclusively(Native
Method)
at java.io.File.createNewFile(File.java:850)
The error is that there is no directory specified!
I looked in the code and found this:
contentMap = StockingFactory.createContentMap
(inputStream, "");
in file: provisioning-j2ee-2.0.0-alpha3/provisioning-
impl/src/main/java/org/jvending/provisioning/impl/Stoc
kingHandlerImpl.java
Cheers
- Anders
Logged In: NO
fixed in beta4? I think so.
Logged In: YES
user_id=975718
Thanks Anders. I am putting in the fix for this bug in the
alpha5 release (out this week).
Shane