You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the PARConnector package in R version 3.1.2, the following message is displayed when trying to retrieve the result of a Task :
Error in unserialize(result) :
character vectors are no longer accepted by unserialize()
Example :
{noformat}
Connected to Scheduler at https://frrdscpd.rd.loreal:9900/rest
[1] "Java-Object{org.ow2.proactive.scheduler.rest.SchedulerClient@cf86a6f}"
r <- PASolve('cosh',1)
[1] "error occurred when trying to push file /tmp/RtmpIYEzy0/1136637329/pasolve_t1.rdata -> USER:/1136637329/./pasolve_t1.rdata"
Job submitted (id : 4698)
with tasks : t1
r
PARJob1 (id: 4698) (status: Finished)
t1 : Finished at Fri Mar 27 15:03:15 CET 2015
PAWaitFor(r)
t1 :
[[email protected];15:03:15] [DATASPACES-WARNING] No file is transferred from USER space at file:///opt/proactive/ProActiveWorkflowsScheduling-linux-x64-6.1.0/data/defaultuser/vialef for selector (transferFromUserSpace-INCLUDES{1136637329/pasolve_t1.rdata}-EXCLUDES{})
[[email protected];15:03:15] Error in ifelse(file.exists("1136637329/pasolve_t1.rdata"), load("1136637329/pasolve_t1.rdata"), :
Could not find PASolve environment file : 1136637329/pasolve_t1.rdata
Erreur dans unserialize(result) :
character vectors are no longer accepted by unserialize()
{noformat}
The text was updated successfully, but these errors were encountered:
Apparently the error appears only when there is a problem with the task, in my test, the user used to connect to the Scheduler did not have the rights to transfer files to it (he was not part of the users group). This created some incoherence.
With a valid user I dont see the error any more :
> r <- PASolve('cosh',1)
Job submitted (id : 4725)
with tasks : t1
> PAWaitFor(r)
$t1
[1] 1.543081
Original issue created by Fabien Viale on 27, Mar 2015 at 16:06 PM - PRC-42
When using the PARConnector package in R version 3.1.2, the following message is displayed when trying to retrieve the result of a Task :
Error in unserialize(result) :
character vectors are no longer accepted by unserialize()
Example :
{noformat}
Connected to Scheduler at https://frrdscpd.rd.loreal:9900/rest
[1] "Java-Object{org.ow2.proactive.scheduler.rest.SchedulerClient@cf86a6f}"
[[email protected];15:03:15] Error in ifelse(file.exists("1136637329/pasolve_t1.rdata"), load("1136637329/pasolve_t1.rdata"), :
Could not find PASolve environment file : 1136637329/pasolve_t1.rdata
Erreur dans unserialize(result) :
character vectors are no longer accepted by unserialize()
{noformat}
The text was updated successfully, but these errors were encountered: