similar to: Class Not found execption

Displaying 20 results from an estimated 100 matches similar to: "Class Not found execption"

2016 May 30
3
Codigo
Carlos, capaz no me explique bien, va de nuevo... Tengo un dataFrame con varias variables que describen Lotes (127), he creado un código que calcula nuevas variables, re codifica otras y ordenas otras tantas. Es muy laborioso correr ese código 127 veces por lo cual quería hacer un sentencia (del tipo if() o repeat()), para obtener al final todos los lotes procesados. Saludos y gracias por tan
2010 Sep 24
7
help
Estimados Escribo para consultar sobre el uso de modelos mixtos anidados. Los datos que estoy analizando provienen de censos de malezas en cuatro tipos de paisajes de la región pampeana, en los que seleccioné al azar igual número de lotes agrícolas cultivados con tres cultivos (maíz, soja y trigo-soja). En cada lote censé el número de especies de malezas en tres posiciones: el alambrado, el borde
2016 May 30
3
Codigo
Oliver gracias por le pista! Es un poco mas complicado, el código tiene varios pasos incluidos calculo de nuevas variables con los betas del glm y otras vueltas. Necesitaría una sentencia que tome cada lote haga los cálculos por separado y luego los une en el dataframe de salida El 30 de mayo de 2016, 10:02, Olivier Nuñez <onunez en unex.es> escribió: > Mira lapply .... > > Si L=
2016 May 30
3
Codigo
Buenos días tengo una consulta sobre un código rutinario que quiero ejecutar. Tengo 120 Lotes con un ID diferente (del C001 al C120) a cada uno de los cuales debo efectuares un GLM y con los parámetros obtenidos calcular otras variables para luego hacer gráficas, razón por la cual no puedo procesarlos todos juntos. Intente hacer una sentencia repeat() o con for() para que me ejecute de forma
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 Mar 02
3
gestión de la memoria en R? (o Eclipse)
Hola: Por lo visto tengo un problema de gestión de la memoria en R con un programa que trabaja con archivos por lotes (no sé si se dice así en castellano, en "batch" mode) para elaborar unos informes, etc. En el conjunto de datos de un año concreto, tengo 197 archivos xml que procesar, de entre 50 y 200Kb la mayoría, con un total de 28 Mb en total. Trabajo con Eclipse como IDE (lo
2007 Sep 27
2
rJava and RJDBC
I am desperate for help. I am trying to get the RJDBC and rJava .5to work on both my windows xp and linux Redhat EL5 Server. On both I get a ava.lang.ClassNotFoundException when calling JDBC(). My example is require(RJDBC) classPath='C:\\libraries\\mysql-connector-java-5.1.3-rc\\mysql-connector-java-5.1.3-rc-bin.jar' driverClass=c("com.mysql.jdbc.Driver") drv <-
2008 Feb 04
1
Java and Xalan
Hello, I have some problems running some tools of java in CentOS. Anyone know where is the problem for this? > [jv at localhost ~]$ java org.apache.xalan.xslt.Process > Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.xalan.xslt.Process > at gnu.java.lang.MainThread.run(libgcj.so.7rh) > Caused by: java.lang.ClassNotFoundException:
2007 Jan 11
1
access to data denied
I have a standalone samba server for mailbackup purpose from Lotes Notes in a AD 2003 domain. I've created one share which holds the mailbackup-folders of my users. I've set the permissions on each folder so, that only users have access to their own mailbackup folder. drwxrwx- - - user1.root usersmailbackupfolder. I can write a backup.nsf to the usersmailbackuop folder. The permissions
2013 Dec 10
3
gplots y alternativas
Hola, queremos consultaros sobre alternativas a esta librería. http://cran.r-project.org/web/packages/gplots/index.html Estamos usando gplots para producir pdfs -un único fichero, que integra output en forma de texto y gráficos- como salida de un proceso por lotes para hacer el seguimiento y presentar resultados. Sabemos que hay alternativas como knitr y sweave, pero nos parecen mucho más
2011 Jul 08
2
java annoyances
Fresh install on a brand new box (Dell Precision 3500) of 5.6. I install Sun java-1.6.0_26-b03, Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) Then ln -s /usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/lib/amd64/libnpjp2.so /usr/lib64/mozilla/plugins about:plugins shows java enabled (oddly enough, I seem to have flash, 32-bit, in the 32 bit libs, and that doesn't show; guess
2009 Mar 30
0
Problem with Tomcat
Hi, Tomcat was running well and suddenly stop of working. I am using tomcat5-5.5.23-0jpp.7.el5_2.1 on Centos 5.2 /etc/tomcat5/tomcat5.conf looks like as follows: JAVA_HOME="/usr/lib/jvm/java" CATALINA_HOME="/usr/share/tomcat5" JASPER_HOME="/usr/share/tomcat5" CATALINA_TMPDIR="/usr/share/tomcat5/temp"
2012 Jun 26
0
ALQUILER PARA GRUPO HOTELERO o INVERSORES RENTISTAS
Mail ¿Problemas de Visuallizacion?   Ver OnLine   | Enviar a un Amigo  |            ALQUILER PARA GRUPO HOTELERO                  Mexico al 800 entre Tacuari y Piedras a cuadra y media de 9 de Julio     Edificio en Block a Estrenar PB mas 7 Pisos, son 48 suites, un Salon de 350m2, Terraza con Pileta y Deck GRAN CATEGORÍA, Excelente Lobby con doble altura     Se entrega con muebles de cocina,
2009 Feb 25
0
JRI problem with NoClassDefFoundError
I tried to run rtest.java (example Java file found together with JRI library). But I got the following error. I run it with NetBeans on Windows XP. run: java.lang.NoClassDefFoundError: Files\R\R-2/8/1\library\rJava\jri Caused by: java.lang.ClassNotFoundException: Files\R\R-2.8.1\library\rJava\jri at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at
2009 Mar 24
0
A question about rJava and the classpath
Hello, Since this an R package, I'm sending the email. I'm loading all the jar files as: library(rJava) hadoop <- Sys.getenv("HADOOP") allfiles <- c(list.files(hadoop,pattern="jar$",full.names=T),list.files(paste(hadoop,"lib",sep=.Platform$file.sep,collapse=""),pattern="jar$",full.names=T)) allfiles <-
2012 Feb 24
0
RBFNetwork in RWeka
Dear Forum, I have installed and used various Weka functions in R - both already available interfaces or created ones via make_Weka_classifier - without any trouble. However, the RBFNetwork (RBF Neural Network) function is one that I have not been able to call. I tried creating the R interface using RBF<- make_Weka_classifier("weka/classifiers/functions/RBFNetwork"), and the
2009 Feb 09
0
classpath Issue
I am new to Ruby/RoR and would appreciate any help on the issue I am trying to resolve far past 2 days. I have a java application as a jar and I have included in the controller as below. require ''java'' require ''C:/Documents and Settings/user/Desktop/application.jar'' include_package ''whatever.something'' After that I am calling a method
2013 May 14
1
PuppetDB Cannot Find Postgresql Driver
Puppet 3.3.1 // CentOS release 6.4 (Final) rpm -qa | grep puppet puppetlabs-release-6-7.noarch puppet-3.1.1-1.el6.noarch puppetdb-1.3.0-1.el6.noarch puppet-server-3.1.1-1.el6.noarch puppetdb-terminus-1.3.0-1.el6.noarch Installed from yum packages: Running Transaction Installing : puppetdb-1.3.0-1.el6.noarch
2013 Dec 10
0
gplots y alternativas
Hola Pedro, No sé el tipo de texto que quieres incorporar a tu gráfico, pero una opción muy sencillita, que es lo que parece que buscas, te la puede proporcionar la función "addtable2plot()" del paquete "plotrix". Eva Prieto estuvo durante un tiempo preguntando por estas cosas en la lista, pidiendo justamente comprobar el comportamiento de esta función cuando se generaba un
2008 Feb 07
0
R GUI installation on Linux/SuSE 10.3
After a long sufferance I had succeeded in installing R GUI on my Linux/SuSE system. It worked fine. Unluckily a system upgrade patch messed up my monitor so I had to reinstall SuSE 10.3 and every other application on top of it. I have R running back with text interface. I tried to get the nice R GUI up & running again. I followed all the steps to reinstall the R GUI but this time I get a