You are not logged in.
Announcement
Unanswered posts
|
I have just uploaded a patch which should allow you to launch exported scripts on AIX with TOS 3.1.1.
It seems the AIX JVM needs to have absolute paths for all classpath declarations in the script launcher. I didn't find an other solution for the moment.
Please report an issue on this problem.
Hi,
Which version of Talend are you using?
versions prior to 3.1.1 still use some sun classes and need a java JVM.
Please try with a 3.1.1 version
regards,
benjamin
Turns out this was related to the way the java task was setup in Ant. The java task that was used to execute the talend's java class used a custom macro that took in two jvmarg parameters. Since I did not need both I had left one of the jvmarg as null. This worked fine on windows but gave a java class not found error in Aix. Fixing that fixed the issue. Thanks.
I've exported the talend job to a jar and am executing through an ant script. It works on windows server but when run on AIX server it gives a "java class not found" error. I've already checked that the jar, classpath and these seem to be correct. Has anyone encountered similar problems? Any help or suggestions are very much appreciated. Thanks.