Search code examples
ibm-streams

Error : fork() failed in code generation


I am developing one application for my client with IBM Streams v4.2
While compiling, I am getting the following error:

/opt/ibm/InfoSphere_Streams/4.2.0.0/system/impl/bin/spl-code-gen-driver: CDISP0139E ERROR: The execution of the code generator failed. The error is: fork() failed.

Can anyone help as to where can I look for the actual error?


Solution

  • fork() failing generally means the system is overloaded and out of resources. Try terminating processes that you don't need, and if that doesn't work could you try increasig the memory for the VM and then or restarting the OS?