tparallelize is giving below error in talend 562 though i am closing the thiveconnection postjob.
2015-06-16 14:16:03|I2ITEf|20150616141424_BP4iK|20150616141424_BP4iK|MIGRATION|Copy_of_Copy_of_CDPFBuildL1subjob1|DEV|6|Java Exception|tHiveClose_1|java.sql.SQLException:Error while cleaning up the server resources|1
Job is working fine if i do not use more than one parallelize option(in this case,i am using onsubjobok).
Am i missing something here.
Parallelisation can always cause problems with resources which exists only once like a database connection. To get an idea what went wrong you should show us a screenshot of your job.
The most save approach is to start only child jobs with the tParallelize component if you are not familiar with thread save programming.