Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem of file integration in a project

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.

Labels (3)
11 Replies
Anonymous
Not applicable
Author

Whether you are able to execute the project inside TOS?
Try debugging one by one... i.e. disable parts of job and execute which is to be tested...
Vaibhav
Anonymous
Not applicable
Author

Ok, i'll try. Thanks.