Error List

Error List for the ‘JAVA-Tomcat’ Category

java.lang.NoClassDefFoundError: sun/tools/javac/Main

Applies to:
NA

Description:
Occurs when particular class is not found in CLASSPATH.

Cause:
Your CLASSPATH is not set correctly.

JAVA-Tomcat , , , , ,

Out of Memory error

Applies to:


Description:
An error that occurs when running JSP applications in Tomcat.

Cause:
a. Related to large installation
b. Memory leak in the code

JAVA-Tomcat , , , , ,

Using JAVA_HOME: /java/jdk1.3.1_01 Using $@: run Memory fault

Applies to:
JBoss-2.4.4
Tomcat-4.0.1
Linux SUSe 7.1

Description:
Tomcat does not start up standalone or with JBoss.

Cause:
Java 1.3.1_01 crashes in run.sh:
java $HOTSPOT $JAXP -classpath $JBOSS_CLASSPATH org.jboss.Main $@

JAVA-Tomcat , , ,

404 Error: Unable to find classes in WEB-INF/classes directory

Applies to:
Tomcat 4.0.1

Description:
webapp cannot find classes in the WEB-INF/classes directory

Cause:
The class file maybe invalid (i.e. it has not been compiled with the correct package statement)

JAVA-Tomcat , ,

NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream

Input Validation Error

Applies to:
Tomcat 3.3 to 3.3.2

Description:
The application fails to correctly clean the supplied input by the user

Cause:


JAVA-Tomcat

NET HELPMSG 3534

fatal: symbol `jserv_error' is multiply defined: (file jserv_utils.o and file jserv_shmedit.o);

Applies to:
Solaris

Description:
An error that occurs while trying to buildthe mod_jserv module under Solaris.

Cause:
jserv_error is multiply defined in more than one file.

JAVA-Tomcat , , , ,

Unable to use Jikes with Tomcat

Applies to:
Tomcat 4.0.x

Description:
Cannot enable Jikes with Tomcat.

Cause:
There is a related bug in Tomcat 4.0.x, read more here:

http://w6.metronet.com/~wjm/tomcat/2001/Oct/msg00441.html



JAVA-Tomcat ,

The instruction at "0x4123c07c" referenced memory at "0x4123c07c". The memory could not be "read".

Applies to:
Win2k system
JDK 1.2.2_006
IIS5.0

Description:
This error is a General Protection Fault message followed by Tomcat’s automatic shutdown. The application tries to reference the memory space that it not allowed to.

Cause:
a. Improper installation
b. Incorrect jdbc-odbc bridge

JAVA-Tomcat , , , , , ,