Displaying 1 result from an estimated 1 matches for "servershutdown".
Did you mean:
fserve_shutdown
2011 Mar 09
0
java+R+serverEval failed+request status: control pipe to master process is closed/broken
...().equals(key))
throw new TestException("control eval test failed - assignment was not persistent");
c.serverEval("rm(xXx)"); // remove the test variable to not pollute the global workspace
System.out.println(" server shutdown");
c.serverShutdown();
c.close();
System.out.println("PASSED");
}
It report the following error on program statement:c.serverEval("xXx<-'" + key + "'");
org.rosuda.REngine.Rserve.RserveException: serverEval failed, request status: control pipe to master process is clo...