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:

1. Your JAVA_HOME points to a separate Tomcat directory than the one you are
running from
2. You have two javax.servlet.jar files on your classpath
3. Do you have another Tomcat installation on your system (or Jboss)?

These are things that I've done in the past when I first started playing
around with Jboss/Tomcat, but again, it may be something completely
unrelated.

> -----Original Message-----
> From: Robertson-Ravo, Neil (RX) 
> [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 14, 2006 9:15 AM
> To: CF-Talk
> Subject: CFIDE Error
> 
> D'oh, wrong subject line...
> 
> Anbody seen this error when trying to access the CFIDE on a 
> new install...?
> 
> javax.servlet.ServletException: Servlet execution threw an exception
> 
> java.lang.NoClassDefFoundError
>       
> org.apache.catalina.connector.Response.addCookie(Response.java:956)
>       
> org.apache.catalina.connector.ResponseFacade.addCookie(Respons
> eFacade.java:3
> 40)
>       coldfusion.runtime.CookieScope.bindName(CookieScope.java:83)
>       coldfusion.runtime.CookieScope.bindAsScaler(CookieScope.java:62)
>       
> coldfusion.runtime.NeoPageContext.SymTab_setSplitNameInMap(Neo
> PageContext.ja
> va:1085)
>       
> coldfusion.runtime.NeoPageContext.SymTab_setValidatedSplitName
> InString(NeoPa
> geContext.java:1051)
>       
> coldfusion.runtime.NeoPageContext.SymTab_setValidatedDottedNam
> e(NeoPageConte
> xt.java:1127)
>       
> coldfusion.runtime.NeoPageContext.setValidatedAttribute(NeoPag
> eContext.java:
> 408)
>       
> coldfusion.runtime.NeoPageContext.setAttribute(NeoPageContext.
> java:276)
>       
> coldfusion.tagext.lang.ApplicationTag.getClientIDs(Application
> Tag.java:515)
>       
> coldfusion.tagext.lang.ApplicationTag.doStartTag(ApplicationTa
> g.java:266)
>       coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1871)
>       cfApplication2ecfm958081811._factor0(C:\Program Files\Apache
> Software Foundation\Tomcat
> 5.5\webapps\cfusion\CFIDE\administrator\Application.cfm:40)
>       cfApplication2ecfm958081811._factor12(C:\Program Files\Apache
> Software Foundation\Tomcat
> 5.5\webapps\cfusion\CFIDE\administrator\Application.cfm:3)
>       cfApplication2ecfm958081811.runPage(C:\Program 
> Files\Apache Software
> Foundation\Tomcat 
> 5.5\webapps\cfusion\CFIDE\administrator\Application.cfm:1)
>       coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
>       
> coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
>       
> coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
>       
> coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:30)
>       
> coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:93)
>       coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
>       
> coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
>       
> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientSc
> opePersistence
> Filter.java:28)
>       coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
>       coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
>       
> coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
>       coldfusion.CfmServlet.service(CfmServlet.java:105)
>       
> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet
> .java:89)
> This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
> Richmond, Surrey, TW9 1DL, United Kingdom), a division of 
> Reed Business,
> Registered in England, Number 678540.  It contains 
> information which is
> confidential and may also be privileged.  It is for the 
> exclusive use of the
> intended recipient(s).  If you are not the intended 
> recipient(s) please note
> that any form of distribution, copying or use of this 
> communication or the
> information in it is strictly prohibited and may be unlawful. 
>  If you have
> received this communication in error please return it to the 
> sender or call
> our switchboard on +44 (0) 20 89107910.  The opinions 
> expressed within this
> communication are not necessarily those expressed by Reed Exhibitions.
> Visit our website at http://www.reedexpo.com
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235313
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to