java - File Not found exception in the master of a COMPSs application -


i running application implemented compss , getting following error in application standard output.

...     [(2016-07-27 11:47:34,255)    api]  -  no more tasks app 1  [errmgr]  -  warning: error master local copying file /home/compss/tmp/localhost/f5e5af5d-c2e4-4fa2-be7f-eca342207ec3/localhost/d866v2_1469612848882.it master workspace_java/guidance_0.9.8/tests/test_1/outputs/associations/phenoa/eurvsafr_for_1kg/chr_21/chr_21_phenoa_1kg_reduce_file_15.txt.gz replacing                       stack trace:                       java.nio.file.nosuchfileexception: workspace_java/guidance_0.9.8/tests/test_1/outputs/associations/phenoa/eurvsafr_for_1kg/chr_21/chr_21_phenoa_1kg_reduce_file_15.txt.gz                         @ sun.nio.fs.unixexception.translatetoioexception(unixexception.java:86)                         @ sun.nio.fs.unixexception.rethrowasioexception(unixexception.java:102)                         @ sun.nio.fs.unixexception.rethrowasioexception(unixexception.java:107)                         @ sun.nio.fs.unixcopyfile.copyfile(unixcopyfile.java:245)                         @ sun.nio.fs.unixcopyfile.copy(unixcopyfile.java:579)                         @ sun.nio.fs.unixfilesystemprovider.copy(unixfilesystemprovider.java:253)                         @ java.nio.file.files.copy(files.java:1227)                         @ integratedtoolkit.types.compssmaster.obtaindata(compssmaster.java:142)                         @ integratedtoolkit.types.resources.resource.getdata(resource.java:171)                         @ integratedtoolkit.types.resources.resource.getdata(resource.java:156)                         @ integratedtoolkit.components.impl.datainfoprovider.blockdataandgetresultfile(datainfoprovider.java:368)                         @ integratedtoolkit.components.impl.taskanalyser.checkresultfiletransfer(taskanalyser.java:469)                         @ integratedtoolkit.components.impl.taskanalyser.updategraph(taskanalyser.java:428)                         @ integratedtoolkit.types.request.ap.graphupdaterequest.process(graphupdaterequest.java:63)                         @ integratedtoolkit.components.impl.accessprocessor.run(accessprocessor.java:120)                         @ java.lang.thread.run(thread.java:745)ter code here 

there bug in 1.4 release copies required create file versions or move final location when using shared disks. should install patched version.

wget http://compss.bsc.es/releases/compss/1.4/patches/compss_1.4_08_update.tgz  tar zxvf compss_1.4_08_update.tgz  cd 1.4_08/builders  sudo -e ./buildlocal 

Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -