RE: [OT] Arithmetic Exception

2007-06-01 Thread Dwight Farris
Thanks for the response; I will check the code. Dwight At 08:52 AM 6/1/2007, you wrote: > From: Dwight Farris [mailto:[EMAIL PROTECTED] > Subject: Arithmetic Exception > > I am receiving what I interpret as a 'divide by zero' error - > > java.lang.ArithmeticExcept

Arithmetic Exception

2007-06-01 Thread Dwight Farris
Hello Everyone, I am receiving what I interpret as a 'divide by zero' error - StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.ArithmeticException: / by zero at edu.uc.cohorts.util.Util.calcCohortAllotment(Util.java:123) at edu.uc.coh

RE: Application startup error - TOMCAT 5.0.28 / 1.5

2007-04-25 Thread Dwight Farris
you have to use the equivalent for a "<" like a &lquo; or some similar type marking in the proper xml file. Might look into it, even though nothing changed as you said. -Original Message----- From: Dwight Farris [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 10:

Application startup error - TOMCAT 5.0.28 / 1.5

2007-04-25 Thread Dwight Farris
Hello All, One of my webApps is throwing the following exception; java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file org/hibernate/hql/ast/ErrorCounter I have checked the UTF8 strings; nothing has changed and the app has been running without issue. Any ideas are grea

Database object error?

2007-04-16 Thread Dwight Farris
Does the error below refer to a database object? java.lang.ClassFormatError: Signature index 0 in LocalVariableTable has bad constant type in class file org/apache/commons/dbcp/BasicDataSource Dwight Farris - To start

Error message

2007-04-13 Thread Dwight Farris
Has anyone seen an error message similar to the following? java.lang.ClassFormatError: Illegal exception table range in class file org/apache/tomcat/util/buf/ByteChunk Dwight (520) 626-9913 (520) 626-6345 (fax) (952) 237-0606 (cell) -

TOMCAT 5.0.28 Start-up issue

2007-04-13 Thread Dwight Farris
Hello All, When I start TOMCAT 5.0.28 on a MAC OS X server; I intermittently receive the following errors: web1:~/tomcat/bin dfarris$ ./startup.sh Using CATALINA_BASE: /Volumes/Data/home/dfarris/tomcat Using CATALINA_HOME: /Volumes/Data/home/dfarris/tomcat Using CATALINA_TMPDIR: /Volumes/Data

RE: Memory Allocation

2007-03-30 Thread Dwight Farris
Hello Jeremy, catalina.sh - #!/bin/sh # -- # Start/Stop Script for the CATALINA Server # # Environment Variable Prequisites # # CATALINA_HOME May point at your Catalina "build" directory. # # CATALINA_BASE (Optional)

SPAMMED: Additional JARs have been added

2007-03-29 Thread Dwight Farris
Hello Everyone, I am running TOMCAT 5.0.28 on a Mac OS X; JVM 1.5.0_06-112 platform; over a period of a week I have made some code changes to ensure the service will automatically restart if it stops. The following are some of the changes that I have made: TOMCAT now starts via launchd sc

RE: TOMCAT 5.0.28 stability

2007-03-27 Thread Dwight Farris
riable contains) "Manager's Time Management workshop" Which results in SQL that looks like: INSERT INTO table (foo) VALUES('Manager's Time Management workshop') Notice how the single quote results in mal-formed SQL? > -Original Message- > Fro

TOMCAT 5.0.28 stability

2007-03-27 Thread Dwight Farris
Hello Bob, I made the change in CATALINA_OPTS in catalina.sh; and I searched the Catalina.out file for exceptions with the following returning: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right synt

RE: FW: TOMCAT 5.0.28 stability

2007-03-26 Thread Dwight Farris
Thanks for responding; I see the following lines recurring often in the Catalina_out file: 372yes In the for loop on myUsers2 variables in for loop: 374yes In ctx == null BEFORE THE QUERY IN Cohorts getName JVM version - 1.4.2_04-b05 Dwight --- Dwight Farris <[EMAIL PROTECTED]>

FW: TOMCAT 5.0.28 stability

2007-03-26 Thread Dwight Farris
Quick question about memory allocation - could the issue described below be a product of the settings in the following startup allocation: CATALINA_OPTS="$CATALINA_OPTS -Xms256m -Xmx1024m" Thanks, Dwight _ From: Dwight Farris [mailto:[EMAIL PROTECTED] Se