org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8043]]

2012-08-16 Thread Matt Quackenbush
Hello, This afternoon one of my Tomcat instances (using Tomcat private instances) that has been running for many months suddenly stopped responding. I made no configuration changes, so I'm at a loss as to what the cause is. (This literally happened between page loads.) My googling turned up a few

Re: tomcat and DB oracle problem - only in higher versions

2012-08-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 8/16/12 10:23 AM, Busfy,Peter wrote: > I found a problem with tomcat which is happening in the version > 6.0.32 and 6.0.35 (maybe also in other version), but working really > fine with version 6.0.26. Please post the configuration you are

Re: Tomcat 7.0.29 vs. Groovy with Java 7

2012-08-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, On 8/16/12 12:19 PM, Jess Holle wrote: > On 8/16/2012 11:14 AM, Pid * wrote: >> On 16 Aug 2012, at 17:10, Jess Holle wrote: >>> It appears that when one installs the groovy-all-2.0.1-indy.jar >>> in a Tomcat web app, BCEL chokes on the Java 7 s

Re: Tomcat 7.0.29 vs. Groovy with Java 7

2012-08-16 Thread Jess Holle
On 8/16/2012 11:14 AM, Pid * wrote: On 16 Aug 2012, at 17:10, Jess Holle wrote: It appears that when one installs the groovy-all-2.0.1-indy.jar in a Tomcat web app, BCEL chokes on the Java 7 specific byte-code therein ala org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid

RE: tomcat and DB oracle problem - only in higher versions

2012-08-16 Thread Martin Gainty
##in the case of Hibernate is NOT referencing correct Oracle Driver classes in which case hibernate.properties Oracle entries will need to be examined ## Oracle Hibernate 3.2 properties #the following Oracle11Dialect class does not exist (in Hibernate 3.2) #hibernate.dialect org.hibernate.diale

Re: Tomcat 7.0.29 vs. Groovy with Java 7

2012-08-16 Thread Pid *
On 16 Aug 2012, at 17:10, Jess Holle wrote: > It appears that when one installs the groovy-all-2.0.1-indy.jar in a Tomcat > web app, BCEL chokes on the Java 7 specific byte-code therein ala > > org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte > tag in constant pool: 15

Tomcat 7.0.29 vs. Groovy with Java 7

2012-08-16 Thread Jess Holle
It appears that when one installs the groovy-all-2.0.1-indy.jar in a Tomcat web app, BCEL chokes on the Java 7 specific byte-code therein ala org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 15 at org.apache.tomcat.util.bcel.classfile.Co

RE: tomcat and DB oracle problem - only in higher versions

2012-08-16 Thread Propes, Barry L
Are the DBCP references different in these? In either the xml files or the jar itself? -Original Message- From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of chris derham Sent: Thursday, August 16, 2012 9:59 AM To: Tomcat Users List Subject: Re: tomcat and DB oracle proble

Re: hostConfigClass attribute

2012-08-16 Thread Mark Thomas
On 16/08/2012 16:03, Schulz-Hildebrandt, Ole wrote: > Hi, > > I'm working with tomcat 7.0.29. In tomcat 5.x.x it was possible to > use a custom HostConfig class by setting the hostConfigClass > attribute at a element in the server.xml. This allowed to > customize the order webapps were started, t

hostConfigClass attribute

2012-08-16 Thread Schulz-Hildebrandt, Ole
Hi, I'm working with tomcat 7.0.29. In tomcat 5.x.x it was possible to use a custom HostConfig class by setting the hostConfigClass attribute at a element in the server.xml. This allowed to customize the order webapps were started, to avoid deploying of webapps at tomcat startup etc. Though th

Re: tomcat and DB oracle problem - only in higher versions

2012-08-16 Thread chris derham
> > I found following problem when java application is trying save xml data > into xml column to database. > > I found a problem with tomcat which is happening in the version 6.0.32 and > 6.0.35 (maybe also in other version), but working really fine with version > 6.0.26. > > ** ** > > My

RE: tomcat and DB oracle problem - only in higher versions

2012-08-16 Thread Jeffrey Janner
Peter – I'm not a complete expert, but it appears to me that the error is saying it needs the Oracle JDBC drivers to do LOB work. What is the version of ojdbc6.jar do you have in your classpath? You really want the 11.2.0.3 version, particularly with that version of Java. Jeff From: Busfy,Peter [

tomcat and DB oracle problem - only in higher versions

2012-08-16 Thread Busfy,Peter
Hello, I found following problem when java application is trying save xml data into xml column to database. I found a problem with tomcat which is happening in the version 6.0.32 and 6.0.35 (maybe also in other version), but working really fine with version 6.0.26. My configuration: OS: windo

Re: Issue with running Tomcat from Eclipse/STS

2012-08-16 Thread Ognjen Blagojevic
Julien, On 15.8.2012 22:12, Julien Martin wrote: I am having trouble getting Tomcat-7.0.29 to work with Eclipse/sts. My war deploys fine when I drop it into the deploy directory of Tomcat directly but when I deploy it using Eclipse/STS, I get a ClassNotFoundException whereas I know for certain