Applies to:
NA
Description:
O c c u r s w h e n Y o u a r e t r y i n g t o w r i t e y o u r g e n e r a t e d c l a s s f i l e s t o a d i r e c t o r y w h e r e y o u d o n t h a v e p e r m i s s i o n .
Cause:
Y o u a r e t r y i n g t o w r i t e y o u r g e n e r a t e d c l a s s f i l e s t o a d i r e c t o r y w h e r e y o u d o n t h a v e p e r m i s s i o n .
admin JAVA-JVM
Applies to:
NA
Description:
Occurs when You are trying to rename xxx.jar to xxx.jar.orig
Cause:
Appears when another application is using the original jar, and jarsigner therefore cannot do with it what it wants.
admin JAVA-JVM
Applies to:
NA
Description:
Occurs when You are trying to write the generated class files to the directory which probably does not exist.
Cause:
You used the javac.exe -d option. The compiler is trying to write the generated class files to this directory, but it cannot, probably because it does not exist. The compiler wants to create a tree of package names in that directory.
admin JAVA-JVM
Applies to:
NA
Description:
Occurs while writing some class using javac.
Cause:
You used the javac.exe with invalid file. For instance, javac.exe MyClass or javac.exe MyClass.class.
admin JAVA-JVM
Applies to:
NA
Description:
Occurs while creating a manifest
Cause:
This frequent mistake occurs when you specify the attributes to the jar utility
in an incorrect order.
admin JAVA-JVM
Applies to:
Oracle
Description:
Error while compiling a code that uses StringBuilder in Oracle 10g
Cause:
Oracle 10g Release2 uses jvm 1.4.2 which does not support StringBuilder
admin JAVA-JVM
Applies to:
Solaris 8 / Tomcat 3.2.3
Solaris 8 / Weblogic 5.1
RedHat Linux 7.1 Kernel 2.4.17
RedHat Linux 7.1 Kernel 2.4.2.2
Debain Linux with 2.4.14 kernel
Description:
Java Virtual Machine (JVM) – HotSpot Virtual Machine Error
Cause:
a. Bad MySQL driver on Jrun server
b. Java is running on multiprocessor machine
c. Patches for JDK is not installed
d. System resource issue
admin JAVA-JVM
Applies to:
Linux J2SDK1.4.2 / Netbeans IDE
Solaris 2.6
Win 2K Server SP 4 / JDK 1.4.2-b28
Description:
Java Runtime Environment (JRE) – HotSpot Virtual Machine Error
Cause:
a. Memory is exhausted due to a memory leak or continuous execution of applications
b. Faulty DIM
admin JAVA-JVM
Applies to:
BlackBerry smartphones
Description:
BlackBerry smartphone stops responding
Cause:
A problem exists with one or more of the .cod files on the BlackBerry smartphone.
admin JAVA-JVM
Applies to:
Win2000 Server, Windows XP / Java HotSpot(TM) Client VM (1.5.0_06-b05)
Description:
JVM crashes with stack and dump information stating Exception_Access_Violation error
Cause:
a. A hardware problem (bad memory, bad board or chips)
b. DLL attempts to load a library that is not in the path
c. Java calls the native C++
d. Pointers in native code are not initialized
e. Another software (i.e. pcAnywhere) is conflicting with Java plugin to load
admin JAVA-JVM