Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I use Talend Open Studio SpatialBeta version 4.0.1 and i imported a Talend project. This project went with a zip file which contains two folders: "lib" and "main". The folder "main" contains some other forder ("a_modifier", "src", "items") and the .bat file which contains:
%~d0
cd %~dp0
java -Xms256M -Xmx1024M -cp classpath.jar; fmprojet.main_0_1.main --context=Default %*
I modify Default.properties which is in the folder "a_modifier\main_0_1\contexts":
#
#Tue Mar 20 10:08:01 CET 2012
zip_dir="C:\grace\zip"
process_dir="C:\grace\archives"
#zip_dir= chemin vers le zip à intégrer
#process_dir= nom du dossier dans lequel est installé le process
When i execute the .bat file, this errors display:
Could NOT find the context DEFAULT
Exception IN component tFileList_1
java.lang.NullPointerException
at java.io.File.<277>
at fmprojet.main_0.1.main. ...
I don't know what is the problem. Could you help me?
Thank you,
Louberlu.
#
#Tue Mar 20 10:08:01 CET 2012
zip_dir=/home/sbe/data/grace/a_modifier/zip/
process_dir=/home/sbe/data/grace/a_modifier/process
#zip_dir= chemin vers le zip à intégrer
#process_dir= nom du dossier dans lequel est installé le process