EXCEPTION_ACCESS_VIOLATION (0xc0000005) on compiled Java code

8408 byte By yuima at 2007-10-3 7:26:17
I'm confronted with the following error of this code. http://db-www.naist.jp/~makoto-y/tmp/Int2LongHash.javaThe exception appears only when the system gets high-load.Is there work-arounds?I've tried also with jdk1.5.0_06, but the same error occurred.Converting the inner class to a top-level ...

"CompilerThread0" java.lang.OutOfMemoryError: Chunk::new. Out of swap space

1994 byte By kogs11a at 2007-10-3 7:27:01
We are running JBoss 4.0.4 on Java 1.5.0_08 on Windows XP.The VM is running with these params :-server-Xrs-Xms512M-Xmx512M-Xss128K-Xdebug-Xrunjdwp:transport=dt_socket,address=10570,server=y,suspend=n-Xloggc:"C:\temp\servergc.log"-XX:+ShowMessageBoxOnErrorAfter running for 2 days the VM crashes ...

JAVA 2 RUNTIME ENVIRONMENT

386 byte By alex_gigi14a at 2007-10-3 7:27:03
Looking into my Windows XP "Add/delete Programs" pannel, there are two Java 2 Runtime Environment :JAVA 2 RUNTIME ENVIRONMENT, SE 1.4.2_01Size 107,00 Mo JAVA 2 RUNTIME ENVIRONMENT, SE 1.4.2_05Size 108,00 Mo.Is that a duplicate ? What will happen if I delete de first one in order to get a little ...

thread pool

172 byte By SusanneKa at 2007-10-3 7:36:27
Hi everybody.How can I change the number of threads available in the thread pool in the JRE ?Any hint is very welcome.Best regardsSusanne

Compiz / XGL / AIGLX problem in Java ( specially in Mustang )

649 byte By iamdigitala at 2007-10-3 7:38:00
Hi, i would really like to hear from Sun Microsystems about what are they doing about the integration for Compiz/XGL/AIGLX. The current XToolKit does not work, and the MToolkit has some notable problems, specially with JDK6 ex. when using Netbeans or any other app you will loose completely any ...

Application is not starting because of large heap size on HP-UX platform

1253 byte By ramsara at 2007-10-3 7:41:46
Hi,Platform used is HP-UX (B.11.11 U 9000/800)JDK version used is java version "1.5.0.03"Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.03-_13_feb_2006_16_39)Java HotSpot(TM) Server VM (build 1.5.0.03 jinteg:02.13.06-15:51 PA2.0 (aCC_AP), mixed mode)I have one application which ...

Java Runtime 1.1.7

380 byte By johnneoa at 2007-10-3 7:45:58
Hi,I have an application developed using jdk 1.1.7. Do anyone know whether this sdk version supports the setting of port number at the application side to access a server. For example, allocation of port 1234 for the java.exe to connect to a server in the internet.If there is a way to set the ...

JRE without installation on Windows XP

362 byte By MZEScreena at 2007-10-3 7:46:43
Hi, i want to "install" a JRE (1.4.2 and 1.5.0) on Windows XP only by copying the JRE folder (e. g. j2re1.4.2_05) from an installation made with the real installer. The reason is, that a want to deliver the JRE with my Java application.Does this work properly without registry entries, etc.? Is ...

Java applets and VNC killed by Microsoft patch KB901190

390 byte By acroalla at 2007-10-3 7:46:44
I just want it to be know that when one trys to use Java Applets or VNC via IE6 or Mozilla Firefox, the browser window is killed immediately the Java code starts. This patch is only supposed to be installed for Korean Language, but it was installed via Automatic Updates because I have IME ...

No sound is being heard , neither in IE6 nor in FireFox 2.0 RC3

729 byte By ABCDEFGa at 2007-10-3 7:51:27
Hi .I have two versions of JRE installed on my computer (under WinXP Pro+SP2) - the versions are : Java 2 runtime environment , SEv1.4.2_11 (because I develop in Java SE 1.4.2) , and also J2SE Runtime Environment 5.0 Update 6 .I simply can't hear any sound on the following web page , neither ...

Dynamic Class intanciation

1680 byte By harry_singha at 2007-10-3 8:02:10
Any body know how to bring a new compiled Class into an alreay running application.For instance if a change print statment of Child.java and recompile during Arr.java programme is runnig, i want to see changed string in my Arr programme.Thanks in advancepublic class Arr {public Arr() {}public ...

Switching between JRE versions

247 byte By KVJa at 2007-10-3 8:05:51
I am using two applications one requires JRE 1.6 and other requires JRE 1.5. I have installed both versions of JRE in my system. Please let me know the procedure for changing the default versions of JRE to be run without uninstalling other.

Silent update?

571 byte By datameka at 2007-10-3 8:07:21
Is it possible in any way, to run a silent update?I磎 testing a new version of Deep Freeze, where i can turn off Deep Freeze, through a wake on lan, for opdates (windows, anti virus program, adobe reader, java and so on), but i cant figure out how to get java updates without user ...

uninstall?

426 byte By kkkkkkkkkkkkkka at 2007-10-3 8:07:52
Hi!When I visit a webpage with "java objekts" (the ikon show up on the toolbar), the page become blank/ white and "freeze", and I can't do anything to change it.I reasently downloaded the latest version of JRE and the problem started after that.The next question is: How do I do to uninstall ...

Execute de Java program without install JRE

444 byte By danjaredga at 2007-10-3 8:09:01
Well, I want to know, if is possible execute java program (*.jar) without install JRE.I need to execute a java program but this will be installed in many computers (Windows, Linux, and Solaris), and install the JRE in all computers will take much time, and is other requirement.I want know, if ...

no java after upgrade to ie7

314 byte By missipiatta at 2007-10-3 8:09:38
I have just updated to ie7 2 days ago. i have win xp home and since then i cannot play games on anything because when applets are loading an error pops up.....java fatal error. several plugins running in the same process caused an error. or it says java cannot be loaded. please help i dont know ...

Time duration for Process.waitFor() to wait.

397 byte By chandya at 2007-10-3 8:12:23
Can we specify the time duration for the Process.waitFor() after which it resumes?Runtime rt=Runtime.getRuntime();Process ps=rt.exec("some command");ps.waitFor(); Like here if rt.exec() is taking a lot of time to execute, the ps should wait for a certain period of time for rt to execute and if ...

Pls Help:Running a C executable from my Java Code

1097 byte By selecaoa at 2007-10-3 8:14:35
I am trying to run a C/C++ executable a.out from my Java code but its not working pls help me out...Its very very importantI am writing a segment of the code pls point out if i am making any mistakes public void itemStateChanged(ItemEvent a){int i=c1.getSelectedIndex();Runtime ...

Multiple version of JRE in company..How to manage? (newbie question)

448 byte By womrtonguea at 2007-10-3 8:14:56
Greetings..this is a newbie questionWe have 48 versions of JRE running in on XP IE6 in our company.Some version beat up other JAVA applications.It's a mess.How can anyone manage this many versions?Can we consolidate down to a few versions?I saw some posts on changing the JRE dynamically or ...

load: class loader.class not foundI need major help

1580 byte By 123help321a at 2007-10-3 8:15:18
i am experiencing a problem with my: Java Plug-in 1.5.0_06Using JRE version 1.5.0_06 Java HotSpot(TM) Client VMThis is the error message that i get when i try to play a game called runescape:load: class loader.class not found.java.lang.ClassNotFoundException: loader.classat ...

Pressing Tab key in IE with latest JRE version

2056 byte By stanfisha at 2007-10-3 8:16:11
Hi,I have question about typing "TAB" key in Java Applet in internet explorer with JRE 1.05_08 or above.When I type any key other than "TAB", the function, processEvent, will be called 3 times to process the events: keyPressed, keyTyped and keyReleased. However, when I type "TAB" key, ...

Java not loading correctly

297 byte By mchon85a at 2007-10-3 8:19:36
Java update runs and goes through the whole install with out error messages...but look in control panel and there is no java icon. have tried older version of the java runtime and the most current one still nothing....Anyone have any ideas on this?System is windows

IE7 crashes on loading a "CODEBASE" in an 'OBJECT' tag

1011 byte By barbermaniaa at 2007-10-3 8:19:51
I'm trying to load a JNLP file through a web page. This page detects what version of JRE the client has and then has them downlaod the version listed if they do not have it. For some reason IE7 crashes when it sees this "CODEBASE" in my OBJECT tag.Here's the code:<OBJECT ...

Deployment

225 byte By wolcottda at 2007-10-3 8:21:28
I would like to know how to have TLS enabled when installing Version 1.5.0 (build 1.5.0_06-b05). We have about 2,000 machines we need to set this setting on. I don't want to set each manually through the Java console.

Servlet on Apache 2.0 not loading

919 byte By javameistera at 2007-10-3 8:22:23
Hi everyone. Java is very new to me but have been working with Apache Servers for a while now. Can someone please help me understand the processes involved regarding how to run servlets on web servers? Basically, I was testing a very basic HelloWorld servlet that I coded and I got to the javac ...

Problem with Java Plug-in in IE

1222 byte By orlandosa at 2007-10-3 8:26:36
HII try to use a Visual Basic script to disable JRE 1.5.0_09 from Internet Explorer ando it doesn't work. I need to do this because is a script to run in active directory using SMS. This is the code:' Asigna constantesConst HKEY_CURRENT_USER = &H80000001Const HKEY_LOCAL_MACHINE = ...

warning: [path] bad path element

1623 byte By koneru_1980a at 2007-10-3 8:26:37
Hello Everybody, I am building a project in Eclipse , using an ant build.I used the Xlint Option , to determine the usage of deprecated API's.I am building the project against JRE 1.5. I get the following compiler warnings[javac] warning: [path] bad path element ...

java.lang.OutOfMemoryError: Failed to fork OS thread

930 byte By buguia at 2007-10-3 8:26:46
hello guys, how are you ?my platformwin server 2003tomcat 5517jdk IBM SR2 1.5 I'm having a problem I think since we migrated to IBM jdk 1.5.Jasper Reports and just Jasper reports is thorwing this exception randomly once a week and makes all the tomcat server go down.java.lang.OutOfMemoryError: ...

Run a dos ommand using java

1411 byte By Dipyaa at 2007-10-3 8:26:56
Hi,I want to execute a dos command using java but i am geting some runtime execption.I code i wrote:================import java.io.*;import java.util.*;public class docCom {public static Runtime run1 = Runtime.getRuntime();public static void main(String args[]){try{BufferedReader in = ...

Internal error 2318

335 byte By Edynola at 2007-10-3 8:38:27
I'm trying to uninstall Java so I can reinstall it from scratch, but I keep getting this error. It is located in C:/program files/java/jre1.5.0_05/lib/zi/africa. There are eight files in that folder I cannot delete and they are preventing me from uninstalling java. Please help.Message was ...

Could not lock System prefs.Unix error code -96431284

741 byte By smv9902a at 2007-10-3 8:38:55
While restarting the application server, we keep getting the following errors. Is there any idea why this could be happening?WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.22:31:22,046 ERROR [STDERR] Oct 30, 2006 10:31:22 PM ...

problem with properties...

672 byte By manojrapakaa at 2007-10-3 8:40:21
hi everybody...i couldnot find where i could post my problem. i dont know if this is the right place... if anybody got a solution pls write to me...Problem:i got a properties file "XYZ.properties" which containg the followint data://--3 = aaaa2 = bbbb1 = cccc//--i need to key the key set for ...

32 bit jre wroking in ia64

275 byte By soumik.ghosha at 2007-10-3 8:41:06
I have a intel 64 bit machine where 64 bit OS is installed.I am trying to run 32 bit jre in that machine. But it's giving a error likeError : failed to load libjava.sodoes anybody has any solution about this problem?please let me know asap

alot of files missing

927 byte By dawn.a at 2007-10-3 8:43:54
1 day i woke up and i couldnt use any programs that used JRE i looked and my java folder was pretty much empty.. i didnt know what to do i tried to download but it said that its installed already and bla bla... so i went on my sisters computer copied the java folder and overwrited it on my ...

How to run Java program as Daemon Server in linux

184 byte By Ravisrinivasa at 2007-10-3 8:45:30
How to run Java program as Daemon Server in linuxi would like to run the java program on system start up in a redhat linux systemcan any one provide rc.status file

Pasting to System.in

270 byte By diverdada at 2007-10-3 8:47:25
I have an interactive program that is sometimes run from the command line. The program normally pastes to a JTextArea but when run non-interactively needs to paste to System.in. I can't figure out how to create a BufferedWriter to write to System.in?Help.

GC doesn't work when OutOfMemory

920 byte By throwablea at 2007-10-3 8:50:58
Hello,I'm running Tomcat server. A user wrote wrong JSP page which adds objects to a collection in infinite loop. When accesing this page Tomcat server crashes and doesn't respond anymore. What happens:1. Creation of new objects in infinite loop causes OutOfMemory error in a Tomcat's ...

calling external os command via exec interupts windows that should be drawn

602 byte By _nokesca at 2007-10-3 8:52:28
I'm calling the following ...1.doc.insertString(doc.getLength(), string, doc.getStyle(t));2.System.out.println(string);3.Process p = Runtime.getRuntime().exec("/whatever.sh");4.int i = p.waitFor();5.if(i == 0) etc ....the problem is that the #3 seems to be executing before steps #1 and #2 ... ...

Derby integrated in 6.0?

427 byte By moraleslosJAVAa at 2007-10-3 8:52:33
Hi,Not sure where to post this but its related to JSE 6. I remember reading sometime back that Sun had plans on including Apache Derby into the 6.0 JDK/JRE.I've downloaded beta 2 but don't see jars (e.g. DerbyClient) or anything resembling the derby database. I was hoping that if derby was ...

jre 1.5.0_9

17030 byte By Kguya at 2007-10-3 9:00:08
at times when i go to a certain applet site I am thrown off line and so far have been unable to find the problem. Gan any one interpret this error message for me? ## An unexpected error has been detected by HotSpot Virtual Machine:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0222d6, ...

1.5.0_09, Slackware 11, Xorg 7.1: Assertion 'c->xlib.lock' failed.

660 byte By KithplanaKyetha at 2007-10-3 9:00:29
When I try to use the Java plugin in Firefox, I get the following error:--java_vm: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c._xlib.lock' failed.Could not read ack from child processPlugin: Java VM process has died.plugin: java process died due to signal 6Could not start JavaVM!VM did not ...

How can I change between different JRE in the Same PC

1054 byte By daiwilla at 2007-10-3 9:03:53
I have two systems.A system can only run in JRE 1.3 and B system can only run in JRE 1.5 enviroment.But I have to run both in one desktop(which use WinXP SP2),how can I do it . I tried to edit the system config using the cmd of regedit , edited some like these.But it did not work .Could anybody ...

can I delete older versions of J2SE Runtime Env

446 byte By just-me-in-nja at 2007-10-3 9:05:24
I just installed J2SE runtime environment 5.0 update 9I am running Java 2 runtime environment, SE v1,4.2_03I also still have updates 2,4, and 6 still installed. These are each over 120mb.My question is as I update can I delete (in add & remove programs) the older versions such as 2, 4, and ...

problem in Starting tomcat in new window

660 byte By mmdeshpandea at 2007-10-3 9:08:35
I Have configured tomcat set environment and done all the stuff but while starting tomcatAnother DOS window breifly opens and closes, (I can not read the message in that window), and the above window remains open. I do not get a new window or anything after this. I tried opening my browser and ...

My IE can't brows to java hyperlinks !

301 byte By msd1357a at 2007-10-3 9:13:37
Hi..I have a run time problem by my browser. my browser is IE6. I can brows to other web site. but when I click on a hyperlink which is Java Scrip, nothing occures! and no error message display. I think my browser can't brows to pages that make by java scrips ...

javascript

303 byte By greekguya at 2007-10-3 9:14:16
hey guys i have a problem i'm registered to audio league pass on www.nba.com but can not access this link,i can not open it,it needs javascript,i do not have it and in the properties it says uknown protocol,what should i do?what should i download?can i download javascript?and if yes from ...

ANT is not recognised even after downloading

125 byte By JeyasundariJeyaramana at 2007-10-3 9:14:39
I hav downloaded ANT 1.6.5 to my system When iam trying to create new work space it shows me ANT not recognised

VM Initaialization error; Cannot reserve enough space for object heap.

1653 byte By umeshbalikaia at 2007-10-3 9:15:07
Hi,I have spent the whole day searching for a solution to this problem or atleast to get some clue in any of the forums but still not able to :(I have a simple application just as simple as HelloWorld program that prints some message,say "Hi There", using a JOptionPane. I have created the .exe ...

Error invoking a java method through javascript

1869 byte By vineetchoudharya at 2007-10-3 9:15:22
[nobr]Hello All,I have a jsp page which includes following object tagOBJECT id = obj classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="0" HEIGHT="0"><PARAM NAME ="code" VALUE="VIP6.class"><PARAM NAME ="archive" VALUE="vipjar.jar,vipserver.jar,powerj.zip"><PARAM ...

Java running slowly in particular user profiles.

383 byte By ev8321a at 2007-10-3 9:17:03
Hi All,I have this continuing problem in that my java version(latest) runs slowly under my user profile. If i log into my computer using someone elses profile it is very fast.Could this be some sort of setting in my user profile, a java problemor a java setting under my profile?Any help will be ...