RE: CFIDE Error

2006-03-15 Thread Robertson-Ravo, Neil (RX)
I am gonna re-install. See what happends... -Original Message- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: 15 March 2006 12:06 To: CF-Talk Subject: RE: CFIDE Error How about trying a different version of Tomcat? I assume you get the same error when accessing Tomcat

RE: CFIDE Error

2006-03-15 Thread Andrew Stevens
:[EMAIL PROTECTED] Sent: Wednesday, 15 March 2006 10:24 PM To: CF-Talk Subject: RE: CFIDE Error Seems to be the session management stuff which is hosing it? Maybe something within Tomcat or Apache not allowing it to be used? Lost... :-) -Original Message- From: Robertson-Ravo, Neil (RX

RE: CFIDE Error

2006-03-15 Thread Robertson-Ravo, Neil (RX)
Seems to be the session management stuff which is hosing it? Maybe something within Tomcat or Apache not allowing it to be used? Lost... :-) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 15 March 2006 11:19 To: CF-Talk Subject: RE: CFIDE Error It

RE: CFIDE Error

2006-03-15 Thread Robertson-Ravo, Neil (RX)
It seems to be failing on the following code - both in the CFIDE launch and in on page I code to use it.. Any ideas? -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 15 March 2006 09:51 To: CF-Talk Subject: RE: CFIDE Error Nope, vanilla - brand

RE: CFIDE Error

2006-03-15 Thread Robertson-Ravo, Neil (RX)
Nope, vanilla - brand new install. -Original Message- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent: 14 March 2006 20:14 To: CF-Talk Subject: RE: CFIDE Error Have you installed the CF 7.0.1 Updater on this machine by chance? > -Original Message- > From: Robertso

RE: CFIDE Error

2006-03-14 Thread Steve Brownlee
Have you installed the CF 7.0.1 Updater on this machine by chance? > -Original Message- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 14, 2006 11:24 AM > To: CF-Talk > Subject: RE: CFIDE Error > > Thanks for the reply...I

RE: CFIDE Error

2006-03-14 Thread Robertson-Ravo, Neil (RX)
ECTED] Sent: 14 March 2006 15:37 To: CF-Talk Subject: RE: CFIDE Error Looks like a classpath issue. You usually get this error when there are duplicate JAR files on your classpath. In this case, the error is being thrown from the org.apache.catalina package (which is Tomcat) so check the following -

RE: CFIDE Error

2006-03-14 Thread Steve Brownlee
Looks like a classpath issue. You usually get this error when there are duplicate JAR files on your classpath. In this case, the error is being thrown from the org.apache.catalina package (which is Tomcat) so check the following - which is in no way a comprehensive list of what may be causing it: