Tagged Questions
2
votes
0answers
96 views
Python compiler for simple language to java vm code algorithm
I have a simple language that I am trying to write a compiler for (yes it is homework) to compile a simple language I shall describe if necessary to java vm code.
It currently works pretty well I've ...
0
votes
0answers
37 views
Hadoop Distributed Mode Configuration Error
I am new to Hadoop and am stuck while trying to set up a small 2 node cluster for my Hadoop. FYI I am using RHEL5 as my native OS with the hadoop-vm image ( available here, its running ubuntu-8 CLI). ...
4
votes
1answer
115 views
Tomcat process suddenly crushes
Trying to diagnose some bizarre Tomcat 6 and/or JVM errors on a 64-bit linux machine:
OS VERSION : RED HAT ENTERPRISE LINUX SERVER RELEASE 6.3 (SANTIAGO)
SERVER MODEL ...
2
votes
0answers
57 views
How to attach a a Java agent to an already running VM instance
I am trying to attach a Java agent to a running Java instance using the attach API. The problem I am getting is when I check a process id of an already running Java process in Windows Task Manager and ...
2
votes
2answers
194 views
“java.rmi.ConnectException: Connection refused to host” when exporting an object client-side
I'm stuck with that for at least 5 hours now and have no other resort but to ask here. I'm writing an RMI application. I'd like the server to bind a remote object (NoteBoardImpl here), that will be ...
0
votes
1answer
88 views
SocketTimeoutException connecting to database on Linux Virtual Machine
Oracle NoSQL is a database that should be hosted on Linux, so I have a virtual Ubuntu running in Oracle VM VirtualBox. My host computer is running Windows 7.
I've got a bridged connection going, and ...
1
vote
2answers
64 views
java, xenserver, does anybody knows how to run a command on a virtual machine?
i'm using XenServer, i'm connecting the pool, getting the list of all VM.
now i need to loging to the VM.
and to execute an exe file on all VM.
anyone has any idea ?
Thank you!
connection = new ...
1
vote
0answers
218 views
how to populate a combo box with active domains in libvirt using java
I am trying to create a list of active virtual machines using libVirt and populate a combo box with them
Unfortunately, something isnt ok
public ArrayList<String> getActiveVirtualMachines() ...
2
votes
2answers
243 views
Is vagrant useful for java/javaee developers? [closed]
When working with java/javaee usual development environment setup is to have everything locally (jdk installation, database, appserver etc). I know a lot of people in ruby/js world use virtual ...
1
vote
1answer
58 views
What happened to Java MVMs?
These are Multitasking Virtual Machines with very nice, high level (i.e. language level) isolation between untrusting components. The information I could find about them all dates back to around 2006
...
1
vote
0answers
69 views
How can I get java jdk to work after I installed it in a specific directory?
I am installing jdk on a computer that I do not have admin access to, and used cgywin with cabextract to extract the files from the installer. I then extracted the tools zip into a new directory. ...
-1
votes
1answer
135 views
Hello World in Java won't compile [closed]
In eclipse, I suddenly get the following error:
<terminated> Adding more memory. [Java Application] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
With the ...
0
votes
2answers
116 views
Grails getting stuck on startup, on a fresh server
I just got a fresh VM(Proxmox 1.9) instance of Ubuntu 12.04LTS. I did following:
Installed Sun Java 7 JDK and set up JAVA_HOME
Downloaded Grails 2.2.0 and set up GRAILS_HOME and PATH
Running
$ ...
1
vote
1answer
399 views
Fix the: java.lang.UnsatisfiedLinkError: no attach in java.library.path
I am trying to get a list of all the VMs running on my machine using the Attach API.
This is the code i am using:
import java.lang.reflect.Field;
import java.util.List;
import ...
1
vote
1answer
52 views
Is it technically possible to create an image file of the Java Virtual Machine and use that for faster Java Application startup?
I'd like to make my application startup time dramatically faster.
I believe that if I can store the entire state of the application as it lives on the memory space of the process running the java ...
-1
votes
2answers
105 views
how to write a simple VM in java in a similar fashion to c/c++ and LLVM [closed]
I want to create a very minimalistic virtual machine with limited set of instructions in java.
I know how to do it in c/c++ with combination of LLVM but I want to try it in java as well how can I do ...
6
votes
3answers
173 views
Java Asynchronous Exceptions: Can I catch them?
I have been reading the JLS and I encountered the section 11.1.3. Asynchronous Exceptions from which I quote:
Most exceptions occur synchronously as a result of an action by the
thread in which ...
5
votes
1answer
129 views
static final field, static field and performances
Even thought it's not its main purpose, I've always thought that the final keyword (in some situations and VM implementations) could help the JIT.
It might be an urban legend but I've never imagined ...
0
votes
1answer
142 views
Server Client in Java: could not start client
I coded a tiny thread-based TCP Server and a Client, but I could not start the Client. Java VM seems to have problems.
chris@chris-UX31E:~/workspace/verteilte/build$ java Client localhost 9000 9002
...
2
votes
2answers
129 views
How to set some unique identifier to each Windows Azure Virtual Machine operating system
I have some Virtual machine running with same configuration. On those VMs I have installed my application.
I want to set some custom unique identifier in my VM , so that I know that if particular ...
0
votes
3answers
172 views
java- how to deploy a jar file which is on a remote machine-with some user defined arguments
I am pretty new to maven/ant hence please excuse me if my question sounds silly to you...
In an application I am working on, I have to initialise a virtual machine (eg Amazon EC2 instance), then ...
1
vote
3answers
103 views
How to find the instances of a class in Java Virtual Machine?
I want to test one of the class in a big project, however I cannot modify any files of the project (thus static public arrays are not the case).
Beside this, I can only initialize the framework of ...
1
vote
2answers
617 views
Eclipse fails to create JVM after defining --launcher.XXMaxPermSize in eclipse.ini
I was using Eclipse and I got java.lang.OutOfMemoryError: PermGen space error. In Eclipse FAQ it says I should add these lines to eclipse.ini:
--launcher.XXMaxPermSize
[xxx]m
where xxx is the ...
0
votes
1answer
2k views
developer.android.com My First Android App | Stopped Error
i tried to run my first android application but i could not execute it. i followed instructions step by step from developer.android.com . I used only Copy and Paste for codes. But when i try to run my ...
1
vote
3answers
732 views
missing library com.sun.tools.attach
I've tried to follow this tutorial, but I have problem with imports.
I got:
The import com.sun.tools cannot be resolved
in line
import com.sun.tools.attach.VirtualMachine;
I've tried to look ...
0
votes
0answers
65 views
Data Structure for implementing a registry of jobs, distributed to slave VM's
BACKGROUND INFORMATION:
I have a distributed application based on Master/Slave pattern.
The master periodically receives a JSON file which is of following format
[{'key' : 'a_hashed_unique_key', ...
2
votes
1answer
137 views
Error when trying to load Android 1.6 virtual device from eclipse
I am self leaning Java rookie
and I doth (as in Shakespeare 'Doth')received the following error message back when trying to start the Android 1.6 VM( The reason I am using Android 1.6 and not later ...
10
votes
2answers
185 views
Does the JVM have the ability to detect opportunities for parallelization?
The Java Hotspot can optimize the sequential code very well. But I was guessing that with the advent of multi-core computers, can the information at runtime be useful to detect opportunities to ...
0
votes
0answers
1k views
“Error occurred during initialization of VM Could not reserve enough space for object heap”
My project contain two different packages one is android specific and another has java classes.Initially java program runs and gave outputin console .Then I remove
the main class from java specific ...
2
votes
4answers
173 views
Can someone explain what virtual machines are and why they're useful? [closed]
I hear the term thrown around a lot and I'm sort of confused.
Is it just a software application built on an operating system that could simulate another operating system?
When someone codes a ...
6
votes
4answers
181 views
abstract machine concept of jvm
I am trying to understand the real advantage of implementing java as an abstract or virtual machine or in other words the advantage of compiling a language into a language for an abstract machine. As ...
0
votes
0answers
32 views
First Virtual Machine Langague ? - Java? [closed]
Is Java the first virtual machine based programming language ?
2
votes
3answers
424 views
Java method table
I learned a lot about how C++ manages its virtual tables in the presence of inheritance (multiple, virtual etc.) and how it lays the objects in memory.
Now, Java only has to worry about single line ...
0
votes
2answers
126 views
java initialization order with static members
I am not sure whether I have a correct model of Java initialization mechanism in my head. Each class follows the following:
Initialize superclass, if there exists one
Initialize yourself
...
0
votes
1answer
67 views
java virtual machine: type information
I recently read about JVM specification according to Artima Inside the JVM 2-nd Ed. One of the chapters mentioned type storing in the Java runtime and it said that:
An instance of class ...
2
votes
2answers
2k views
java constant pool
I am currently trying to dig deeper into the specification of the Java Virtual Machine. I have been reading Inside the JVM book online and there is one confusing abstraction I can't seem to grasp: ...
2
votes
4answers
145 views
Unsafe sun class implementation
/**
* Atomically update Java variable to <tt>x</tt> if it is currently
* holding <tt>expected</tt>.
* @return <tt>true</tt> if successful
*/
...
6
votes
2answers
448 views
Java is Allocating Extra 2gb of Memory
I got a new VPS to run some java programs that me and some buddies have made. I start the process with a line like this:
java -Xmx512M -jar program.jar
On our old VPS, you could use the 'top' ...
1
vote
1answer
2k views
How to clean tomcat cache?
I use code like:
Thread currentThread=Thread.currentThread();
ClassLoader classLoader=currentThread.getContextClassLoader();
InputStream ...
1
vote
0answers
56 views
Can stackoverflow recommend some books on language VMs? [closed]
I'm looking for books that cover topics involving dynamic (i.e. python, ruby, etc.) virtual machines, as well as VMs for non-dynamic (i.e. java, CLR) languages.
Specifically, concepts, challenges, ...
3
votes
2answers
127 views
Distributing Tiers Across VMs
Although this is a Java-centric question it really applies to any system utilizing a multi-tier architecture.
In 3-tier architectures, you typically have 3 tiers:
A client/presentation tier where ...
2
votes
2answers
1k views
Java Where do Local variables,Object references,instance variables
I am currently learning the memory concepts of java, the stack and the heap, I know that local variables and method calls lived in a place called stack. and objects lived inside a heap. but what if ...
1
vote
2answers
351 views
What does it mean to have a forked java VM?
I sometimes get this error when I run the JUnit tests.
I'm not exactly asking what the error is. I just want to know what it means when the java VM forks?
0
votes
2answers
433 views
Solution to fix the Java Virtual Machine Hotspot Error?
I am facing a HotSpot Virtual Machine error with the following details-
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0bfc58d5, pid=5412, tid=5284
Java VM: Java HotSpot(TM) Client VM ...
0
votes
2answers
731 views
Why can't my VM Argument's path not be found when I try to run my project in Eclipse?
I have a couple of .properties files I want Eclipse to pick up. According to the directions to install ESAPI it says I can add them to my project by doing the following:
In Eclipse I am going to ...
6
votes
2answers
459 views
How can a JVM decide if a class “belongs” (e.g. inner or nested classes) to another class?
I want to understand class files and inner/nested classes a bit better and I'm wondering about the following things:
Is the InnerClasses attribute used to refer tothe inner/nested classes in the ...
0
votes
1answer
26 views
EJBs and Hot Sparing
Im trying to implement a hot sparing method for availability, I have it in mind as follows:
The client sends 3 identical requests, one for each server (we have 3, actually virtual machines)
Each ...
1
vote
2answers
79 views
For eclipse which -vm is preferable?
I am using eclipse 3.6
while using Virtual Machine, which one is better option.
Option1:
-vm
C:/Program Files/Java/jdk1.6.0_22/bin/javaw.exe
Option2:
-vm
C:/Program ...
2
votes
1answer
270 views
Why is the Xmx java argument set so low in the default eclipse.ini in the Mac OS X distribution of Eclipse?
Why is the Xmx java argument set so low in the default eclipse.ini file in the Mac OS X distribution of Eclipse? I often find Eclipse to be very sluggish prior to increasing the Xmx argument manually. ...
1
vote
1answer
259 views
License Key for Java RCP application on VMId
I have an RCP application build on Java 1.6. I am using Virtual Machine Unique ID on a machine as a number to identify a machine uniquely and generate license key based on this number.
I have done ...


