similar to: Cannot create Java Virtual Machine

Displaying 20 results from an estimated 9000 matches similar to: "Cannot create Java Virtual Machine"

2007 Jul 11
1
Full screen question regarding World of Warcraft
Hi, I currently switch between Cedega and Wine to play World of Warcraft. Overall Wine works fine except for 1 issue I have that I want to try and get fixed. When I play WoW full screened in Cedega, pressing keys such as Alt and an ability let me cast it upon myself without changing targets. If Cedega isn't in a full screen mode, this doesn't work. For Wine though regardless of whether it
2008 Jun 17
1
Build a R into a single static library on windows?
Hi R users, I've been developing a C++ library that depends on R through R.dll. The current way is to have R directories somewhere and have R_HOME pointing to it. This works. But it's inconvenient when deploying this library since the whole R distribution has to be deployed with it. It would be very nice if there is some way to build R into a single static library that any C/C++ program
2007 Dec 18
2
Is cp then mv the default?
Hi, I noticed there is an "-inplace" option on rsync web site's man page. So this seems to mean "copy then move" is the default behavior. Has this been the default all the time? I am running a pretty old version, see below, and I need to have the "copy then move" feature to ensure partial files are not accessed while they are being updated. [qt_prod@cflxqs55p
2007 Oct 16
5
openssh question
If I need to add a client session logging (into a file), can I develop a loadable module instead of messing with clientloop.c/ssh.c? Sridhar Seetharaman Sridhar Seetharaman - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the
2008 Aug 07
1
LAPACK.dll and Excel with R 2.7.0
Hello, I was building a R addin for Excel. I was able to build R.dll, export to Rdll.lib and wrap it in a Excel addin (.xll) format. Most basic functions work fine within Excel except functions that use LAPACK, e.g. eigen, solve etc. But if you use solve(..., LINPACK = T). That's fine. So apparently the problem is with loading the shared library ../modules/lapack.dll. I read one of the
2006 Apr 25
4
pxelinux and startrom.com
Greetings Luis, I saw a thread about Startrom.com and startrom.o that had your name attached... I was wondering if you had a moment to comment on an issue that I have. I have a Linux server that is our corporate PXE server. It is set up in a logical folder structure so that a host can be pointed to boot a variety of different OS's (DOS, Linux loaders, Windows PE). Here is in my dilemma,
2008 May 22
6
Alternatives to rJava and JRI
Has anyone come across any alternatives to rJava and JRI? Are they any good? Better perhaps? Please give your reasons. Thanks, Danish - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are
2007 Nov 15
3
How to make rsync faster?
I manage 250+ redhat linux boxes. The boxes are all setup the same way. On a daily basis, we sync the app directory which is about 30gb out to all hosts. The daily delta is actually less than 1gb, but since I can't be sure if any individual box was tempered during the day, I always do a full sync. On a monthly basis, we run with "--delete" to clean out the stale files on the hosts.
2003 Oct 23
0
Problem w/ SJava package
Hello, Seems like it is almost working properly. I was able to run examples calling R from Java successfully for the java code below. However, some commands, such as "objects" when not commented out, give me the following error? If you could point me to the correct place to find a solution, I would much appreciate it. I am new to the R community and not sure where is the appropriate
2012 Aug 10
1
shutting down a cluster member for maintenance on VMware
I need to shutdown a cluster member for maintenance. The member is a VM and uses VM fencing, which tries to reboot the VM as part of its operation. What would be the best method to shutdown this cluster member to perform maintenance on the servers? I have already moved the cluster services to other nodes. Thank you, Ryan Palamara ZAIS Group, LLC 2 Bridge Avenue, Suite 322 Red Bank, New Jersey
2006 Sep 22
1
How to retrieve results of most recent command?
In R, is there an automatic variable that stores the results of the most recent command or commands? (I am thinking of a behavior like Mathematica's % result-history substitution syntax.) (I am using R 2.3.1 on Linux and R 2.3.1 on Windows XP.) This is a pretty basic question, so I tried to do an extensive version of the recommended pre-posting homework. >
2009 Mar 23
2
Polycoms and BLF
I'm trying to get the BLF to work correctly on my Polycom phones. I have the buddy watch working correctly, but can't get the BLF to change based on the state... Example: When an extension is ringing, I get the same 'red light' that I get when the extension is actually in use... I was wondering if anyone had any experience with getting the Polycom phone to
2012 Sep 13
1
cannot write to CIFS shares on a Windows box from Centos 6
Another issue that I found was that I cannot write to CIFS shares on a Windows server with Centos 6. I can write to them from Centos 5 and older Fedora versions, but not from Centos 6. Any ideas on what needs to be changed or where I can start looking for some indication of what is wrong? Thank you, Ryan Palamara ZAIS Group, LLC 2 Bridge Avenue, Suite 322 Red Bank, New Jersey 07701 Phone: (732)
2012 Sep 11
2
NFS mounts group name shows as nobody
I am trying to find out why my group names are showing as nobody. I have a CentOS 6 system that is acting as a NFS server. I have some older fedora clients where the group name shows up fine, but newer CentOS 6 clients have the group name for NFS mounts show up as "nobody". The username shows up fine but the group name shows up as "nobody". I have tried changing some setting
2006 Dec 21
1
multinom(nnet) analogy for biglm package?
I would like to perform a multinomial logistic regression on a large data set, but do not know how. I've only thought of a few possibilities and write to seek advice and guidance on them or deepening or expanding my search. On smaller data sets, I have successfully loaded the data and issued commands such as: length(levels(factor(data$response))) [1] 6 # implies polychotomy library(nnet)
2012 Aug 08
1
Cannot create Java virtual machine (-1)
All, I am trying to get the XLConnect package to work on one of my servers and I am getting an error that XLConnectJars cannot create the java virtual machine. The server is a 32-bit Windows Server 2003 machine with R 2.15.1. The version of Java installed on the server is J2SE Environment 5.0 update 8. I know this not the latest version of Java, and I will try to update it when I get
2017 Oct 21
2
Problem when trying to run Java in R:
Hello All, Although running Java from R used to work, for some mysterious reason, it's stopped. Today when I tried to load a basic JDBC driver (or the sample .jinit()) code, I got: - JavaVM: requested Java version ((null)) not available. Using Java at "" instead. - JavaVM: Failed to load JVM: /bundle/Libraries/libserver.dylib - JavaVM FATAL: Failed to load the jvm library. I
2007 Jul 23
0
Error in .jinit() : Cannot create Java Virtual Machine
Hey I have seen a few posts asking this question and nobody has replied to them so I will ask it again. I have intalled java 1.6.0_22 on XP and rJava. I get the following msg when i run .jinit() "Error in .jinit() : Cannot create Java Virtual Machine". can anybody help? Java is working fine. -- View this message in context:
2011 Nov 14
1
.jinit() : Cannot create Java virtual machine
Dear all, when using .jinit() I get the message .jinit() : Cannot create Java virtual machine (-1). The details: I am using the Dismo package.Dismo has a function 'maxent' that communi-cates with this program(MaxEnt).MaxEnt is available as a stand-alone Java program. It is normal when I execute the command : "jar <- paste(system.file(package="dismo"),
2006 Nov 06
0
rJava: java.lang.OutOfMemoryError
Hy, In my case I just invoked as root (on a linux box) the command R CMD javareconf and checked if my system and root vm did match the version of the user vm. After this the command .jinit(parameters=c("-Xmx512m","-Xmx128m")) could be executed without errors. I got this information from http://www.rosuda.org/JGR/down.shtml -- Hi, Has anybody encountered the following