You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

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.
Offline

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.
Offline

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.
Last edited by amaumont (2009-06-22 16:39:57)
Offline
Pages: 1