similar to: rJava error for large XML object return in StatET plugin

Displaying 14 results from an estimated 14 matches similar to: "rJava error for large XML object return in StatET plugin"

2009 Apr 27
5
ruby jasper report
Hi, I am trying to create a pdf using ruby jasper. For this I am referring this url:- http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports I have done everything whatever is in that link. Still I am not able to get the pdf. I am not getting any error in log file. My log file is:- "Processing AccountController#customer_report (for 127.0.0.1 at 2009-04-27 13:19:34) [GET]
2013 Feb 08
1
ClassNotFoundException when running distributed job using rJava package
Hi, I have a MapReduce Java code, which I am calling from R using rJava. I have prepared the R package and tested that successfully. But when I deployed the package in a cluster and executed it, I am getting ClassNotFoundException. If I run the same job directly without integrating with R, it runs perfectly. Here is my R code: library(rJava) muMstSpark <- function(mesosMaster = NULL, input =
2011 Dec 05
1
using StatEt IDE for Eclipse
Hi, I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely lost. I've read all I could find online, made apparently all I had to do (installing rj, configuraing StatEt, etc.) but still cannot make R running. Below is the error log file. Thank you so much for assistance. Matteo !ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355 !MESSAGE
2010 Mar 12
1
StatEt: Error R Object Browser Update java.lang.NullPointerException
Hello, I'm trying to use StatEt on my kubuntu karmic system. I've set everything up according to the website and a guide pdf I've got, but when I start the R session, or issue a command, I get a "An internal error occurred during: "R Object Browser Update"." error; Any ideas on what to look at or try next ? java.lang.NullPointerException at
2009 Jul 12
0
Installing Eclipse Plug-In for R: "StatET"
Dear R users, Thanks in advance. I am using R 2.9.1 on Windows XP. I am trying to install above, but faced problem. I have described the steps below. 1. I like to install locally. That means I like to install after downloading the required files into my hard drive. 2. Java Runtime Environment (JRE 1.5.0-07) is installed 3. I have downloaded eclipse-SDK-3.5-win32.zip - installed
2006 Mar 08
2
RJS - page object in helpers?
Hello, I am using RJS and Edge Rails and I was wondering if the page object should be available in helpers also. For example if I have a helper function def update_flash_messages page.replace_html ''flash_messages'', (show_flash_messages :textilize => true) page.visual_effect ''flash_messages'', :appear end and then in my RJS files I call
2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
Hi, I posted this message on the StatET-user board last week, but it looks like a ghost-town... I have a bad feeling that there is some code in the plug-in which doesn't work well with my environment, but if I am lucky, maybe other users have worked around this problem somehow - I am hoping that my setup is the issue. Note: very similar StatET setups on 32-bit XP Pro and Vista run
2012 Oct 14
0
error: unable to load installed packages
When I tried to run r console in eclipse,got this error: -------------------------------------------------------------------------------------------------- ....Please make sure that R package 'rj' (1.1 or compatible) is installed... So I tried to intall it in R console like this: --------------------------------------------------------------------------------------------------
2006 Mar 16
0
R, Eclipse and StatEt plugin under Linux
Hi I try to use the R plugin StatET 3.1-M2 (0.2.1) under eclipse 3.1.1 in Linux. Everything works fine, except of the integration of the R console into eclipse. On the StatET website (http://www.walware.de/goto/statet) it states: *** Do you know, how to start R inside Eclipse on Unix/Linux preventing the batch-modus, which parameters are useful? Let me know. *** and this is exactly the
2005 Oct 24
0
R interpreter in Java/R plugin or RCP for Eclipse
I've been enjoying R a lot and want to say thanks to all R developers for a fantastic stat environment. I also am a fan of the Eclipse computing environment, which I've been using for Java/C(++)/Python. I was researching for an Eclipse plugin for R and found StatET (http://www.walware.de/goto/statet). That's when I thought about writing another Eclipse plugin with tighter integration
2013 Jun 15
0
¿Alguna explicación para este fenómeno? (Relativo al uso
Hola todos He estado unos días fuera y no he visto que se cocía en la lista. He visto que Carlos Ortega hacía una referencia al uso de StatET y su visual debugger, pero creo que no me he enterado bien sobre quien planteaba la duda y por donde venia el problema. Por el asunto parece que todo ha venido por el tema del uso de memoria con los factores etc (cosa que parece que está arreglada). Si
2007 Dec 05
4
Java parser for R data file?
Hi everyone, Has anyone written a parser in Java for either the ASCII or binary format produced by save()? I need to parse a single large 2D array that is structured like this: list( "32609_1" = c(-9549.39231289146, -9574.07159324482, ... ), "32610_2" = c(-6369.12526971635, -6403.99620977124, ... ), "32618_2" = c(-2138.29095689061, -2057.9229403233, ... ),
2006 Jan 11
6
RJS and layouts
Hi all, I''ve been using RJS more and more for my app and I have sorta run into a possible issue. My app has different user roles that require different layouts. So far, this has worked fine, but now that I''m using rjs more and more I''m finding that the two don''t really work together since I have to rails not to use a layout upon controller method
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
I recently got a RFC on Eclipse and StatET setup from a R-help user, so here it is. Note: there may be slight errors of omission in my directions as I am making these notes after I had a successful install. If you have questions post here. Setup tested with Eclipse 3.4.0 on XP 32-bit and Eclipse 3.4.2 on Vista 32-bit. R 2.9.0 alpha. Installing StatET: 1. Go to Help > Software Updates...