asomar
06-23-2010, 03:38 AM
I've installed Kettle 4.0, and I have a job that zip a files. It was running ok in kettle 3, but with kettle 4.0 i get the next error:
"ERROR (version 4.0.0-stable, build 13376 from 2010-06-15 11.00.26 by buildguy) : Could not create file [/home/antonio/SCH_201006.zip] , exception: URI is not absolute"
It's a samba unit, mounted in the fstab file, and it doesn't work in a local folder (/home/user)
I've tried working in locale and it doens't work
I've tried in the way file://home/user/docs and it doesn't work
I've tried in the way file:/home/user/docs and it doesn't work
I've tried in the way file:///home/user/docs and it doesn't work
These are URI's address, I cant understand
"ERROR (version 4.0.0-stable, build 13376 from 2010-06-15 11.00.26 by buildguy) : Could not create file [/home/antonio/SCH_201006.zip] , exception: URI is not absolute"
It's a samba unit, mounted in the fstab file, and it doesn't work in a local folder (/home/user)
I've tried working in locale and it doens't work
I've tried in the way file://home/user/docs and it doesn't work
I've tried in the way file:/home/user/docs and it doesn't work
I've tried in the way file:///home/user/docs and it doesn't work
These are URI's address, I cant understand