search for: jcheck

Displaying 15 results from an estimated 15 matches for "jcheck".

Did you mean: check
2009 Feb 25
3
[LLVMdev] [PATCH] Parallelized make check
Hello, The attached patch adds the jcheck target equivalent to make check, but that can run with a -j flag ($ make jcheck -jX). It does not interfere with the regular check, but rather builds on top of the check-one target: it first generates a list of tests to run using RunLLVMTests, and then run those tests according to the supplied -j...
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 12:02:18PM -0800, Julien Lerouge wrote: > For 2), I think the NewNightlyTest.pl script would require some small > changes, to invoke the jcheck target instead of check, pass the desired > -j flag, and also parse the log. I'll take a look. In any case, the > changes would only apply to the DejaGNU tests (llvm-test already works > fine with -jX). Here is an updated patch. It adds a -jcheck option to the NewNightlyTest.pl script...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
...gt; all > > cases. > > This sounds really cool Julien! Two questions: 1) does it preserve > the checking that the existing tcl stuff does, which fails a test if > any subcommand fails? 2) does this work with the nightly tester? For 1), I think the check-one target used by jcheck doesn't change the tcl logic: if any RUN line fails, the whole test fails. For 2), I think the NewNightlyTest.pl script would require some small changes, to invoke the jcheck target instead of check, pass the desired -j flag, and also parse the log. I'll take a look. In any case, the chang...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: >> I haven't tested with objdir != srcdir. > > Ok, that was broken. Attached is a smaller diff that should work in > all > cases. This sounds really cool Julien! Two questions: 1) does it preserve the checking that the existing tcl stuff does, which
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
...est/$(CLEANED_TESTONE) +FORCETGT := check-one: site.exp $(TCLSH) $(Verb)( echo "source $(LLVM_OBJ_ROOT)/test/site.exp" ; \ echo "set subdir $(SUBDIR)" ; \ @@ -80,6 +83,7 @@ clean:: $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print` + $(RM) -f Makefile.jcheck $(JTESTLIST) $(JLOG) # dsymutil is used on the Darwin to manipulate DWARF debugging information. ifeq ($(OS),Darwin) @@ -90,7 +94,7 @@ FORCE: -site.exp: FORCE +site.exp: $(FORCETGT) @echo 'Making a new site.exp file...' @echo '## these variables are automatically generated...
2013 Sep 06
1
Java exception error (Jcheck) while running an R script
Dear all, I am facing a problem with running a script that i have written in R and i hope you can help me spot which exactly is the problem and how i can solve it. The error I get is the following: ---- Error in .jcheck(silent = FALSE) : Java Exception <no description because toString() failed>.jcall(row[[ir]], "Lorg/apache/poi/ss/usermodel/Cell;", "createCell", as.integer(colIndex[ic] - 1))<S4 object of class "jobjRef"> ---- As I am not a programmer, i don't rea...
2009 Jul 28
1
Problem runnin rSymPy
Hi all, I'm having major difficulty using the rSymPy package this week, but I have used it without problems before now. Here is an example of what's happening: > library(rSymPy) Loading required package: rJava > sympy("var('a b c d')") Error in .jcheck() : No running detected. Maybe .jinit() would help. And I have no idea how to fix it. I Have tried re-installing but that doesn't seem to work either. Any help would be great, thanks! -- View this message in context: http://www.nabble.com/Problem-runnin-rSymPy-tp24697166p24697166.html Sent fr...
2012 Oct 30
2
Java Exception error while reading large data in R from DB using RJDBC.
...="`") conn <<- dbConnect(drv, paste(db_server, sep = ""), paste(db_server_lgn, sep = ""), paste(db_server_pwd, sep = "")) s <- sprintf("select * from cypress_modeldev_account_info") temp <- dbGetQuery(conn, s) Error in .jcheck() : Java Exception <no description because toString() failed>.jcall(rp, "I", "fetch", stride)<S4 object of class "jobjRef"> -- View this message in context: http://r.789695.n4.nabble.com/Java-Exception-error-while-reading-large-data-in-R-from-DB-usin...
2012 Oct 04
1
Intermittent connectivity issues for JDBC / Oracle
...iver","/home/oracle/lib/ojdbc6.jar", "'") dbCheck = function(url, user='', pwd='') { j = .jcall("java/sql/DriverManager", "Ljava/sql/Connection;", "getConnection", url, user, pwd, check=FALSE) x = .jgetEx() .jcheck() x } dbCheck("jdbc:oracle:thin:@192.168.3.10:1521:psrndpt1","myuser","mypass") When I run the file - sometimes it works, returning NULL, and sometimes it hangs for between 1 and 2.5 minutes before throwing an error. The database is new and stable, on the sa...
2016 Jul 26
3
Exportar datos en formato de Excel
...He intentado replicar tu script pero sale el siguiente error: > > > > Error in .jarray(v) : > > Java Exception <no description because toString() failed>.jarray(v)<S4 > > object of class "jobjRef"> > > > saveWorkbook(exc) > > Error in .jcheck() : > > Java Exception <no description because toString() > > failed>.jcall("RJavaTools", "Z", "hasMethod", .jcast(x, > > "java/lang/Object"), name)<S4 object of class "jobjRef"> > > > > El 26 de julio de...
2012 Jan 06
0
rJava System.out / System.err & stacktraces
Hi, Is there any way to initialize rJava so it can print System.out and System.err to console? Also, is there any way to see stack traces? Otherwise we're limited to just seeing: > .jcall(machine, "V", "Build") > .jcheck() Error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 which doesn't tell me much about the problem nor where the problem occurred in the Java code. If there's no way to do this, I'm just going to have to send every System.out/err statement in my code to a log file which is a...
2013 Mar 19
0
Eror : OutOfMemoryError (Java): Java heap space
...ntax > options(java.parameters = "-Xmx1000m") > options(java.parameters = "-Xms=3670K") > writeWorksheet(wb, SP, sheet = "SP") alos this one options(java.parameters = "-Xmx1000m") > writeWorksheet(wb, SP, sheet = "SP") Erreur dans .jcheck() : Java Exception <no description because toString() failed>.jcall("RJavaTools", "Z", "hasField", .jcast(x, "java/lang/Object"), name)<S4 object of class "jobjRef"> The size of my data is very very huge ( i have to create 3187 sheets...
2016 Jul 26
7
Exportar datos en formato de Excel
Buenos días a todos! Estoy trabajando con una base de datos que directamente he descargado de internet y después de prepararla un poco necesito exportarla a Excel he intentando con las dos opciones que mencionaré al final pero ninguna funciona, de qué otra manera puedo exportar esos datos a Excel... muchas gracias por su ayuda y pronta respuesta! 1) library(xlsx) library(rJava)
2007 Jan 31
0
Fwd: Unable to load rJava - Undefined Symbol GetCreatedJavaVMs
...text html latex example jarrayRef-class text html latex jcall text html latex example jcast text html latex example jcastToArray text html latex example jcheck text html latex example jequals text html latex example jfield text html latex example jfloat-class text html latex jfloat text ht...
2009 Jul 15
2
rJava fails compilation on R-2.9.1 but not R-2.7.1 on Debian Lenny
...text html latex example jarrayRef-class text html latex jcall text html latex example jcast text html latex example jcastToArray text html latex example jcheck text html latex example jengine text html latex example jequals text html latex example jfield text html latex example jfloat-class...