Hi,
I'm new to Talend Studio and I've recently discovered an issue with my project.
The FileSystem on the server where talend is installed is full because of a process running in the background. En fact, this process filled a log file due to a FileSystemException catch by Java (as chown in the 1st image).
I checked the log file and I've only seen this java exception, nothing else.
When I look at the "top" command, there was a process running for a while, that consume over 80% of the CPU... (as chown in the 2nd image). After killing this process, everything was back to normal...
Do you have any idea about this issue ?
I've read somewhere that, if there is an exception caught, the process is duplicated. The first one end sucessfully while the second run in background to warn the developer that there has been a problem (and filled a log file), so he have to check the data received or something else.
Is that true ? Is there any solution ?
If you want any additional information do not hesitate to ask.
Thanks in advance,
Regards.