You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
First thanks for this great software ! ![]()
I have download the last stable version of Talend from http://www.talend.com/download.php and there is no lib directory in it...
Is it normal ? Should I need to download it separately ? If so, where can I find them (for Java) ?
Since when I am trying to compile a job, I get unresolved compilation exceptions.
For example (with a tFileInputCSV in the job) :
Starting job tFileInputCSV at 17:45 30/01/2008.
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
com.csvreader cannot be resolved to a type
com.csvreader cannot be resolved to a type
com.csvreader cannot be resolved
com.csvreader cannot be resolved to a type
com.csvreader cannot be resolved
at talenddemosjava.tfileinputcsv.tFileInputCSV.tFileInputCSV_1Process(tFileInputCSV.java:154)
at talenddemosjava.tfileinputcsv.tFileInputCSV.runJob(tFileInputCSV.java:511)
at talenddemosjava.tfileinputcsv.tFileInputCSV.main(tFileInputCSV.java:444)
Job tFileInputCSV ended at 17:45 30/01/2008. [exit code=1]
Thanks for the help.
Hi
After you extract the zip file, there should be a lib directory under the install folder. So, I think maybe you didn't download the zip file or extract the file completely. I suggest you reinstall it again.
PS: The latest release TOS2.3.0RC3 is available now!![]()
Best regards
shong
Offline
Yes, this is what I am thinking at first. But, I have re-download and re-unzip it twice and still no lib directory...
I my case I can get the lib directory from an old installation on an other computer, but it is a strange procedure.
"unzip -t" tell me "No errors detected in compressed data of TOS-All-r7943-V2.2.4.zip"
And md5sum is :
159552bf1130fb96fe700de78133a96f TOS-All-r7943-V2.2.4.zip
Is it a correct value ?
Thanks,
PS : I know for the 2.3.0 version, but it is a RC release and I need to use Talend for a production use, so I prefer to use a stable version.
I have found why...
The lib directory is not in the zip file, the libraries are downloaded the first time your run TOS.
But if the user have not write permission on the TOS directory, it can't do it.
An error message would be great ![]()
Last edited by Xaelis (2008-02-06 18:06:05)
Offline
Problem still exist in V3.2.0
Installed TOS with root perm (all users car just read/execute), then run it with simple user, and lib is not able to be created, but no error message.
So I had to run a first time as root, then it work for everybody.
An error message when unable to create the lib dir could be usefull.
Pages: 1