Customer Portal

Runtime Exception - java.io.IOException

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    Problem occurs, because your application can't write to default temporary directory. The default temporary directory is specified by the system property java.io.tmpdir. On UNIX systems the default value of this property is typically "/tmp" or "/var/tmp"; on Microsoft Windows systems it is typically "C:\\WINNT\\TEMP". A different value may be given to this system property when the Java virtual machine is invoked, but programmatic changes to this property are not guaranteed to have any effect upon the temporary directory used by this method. Unfortunately it is not possible to set the tmp directory in CloverETL (I've reported it to our bug tracking system - see http://bug.cloveretl.org/view.php?id=2541).
  • Avatar
    waseem.sy
    0
    Comment actions Permalink
    By The way , I use Linux

Please sign in to leave a comment.