Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WTP Tomcat Republish errors
WTP Tomcat Republish errors [message #177488] Fri, 18 August 2006 20:18
Eclipse UserFriend
Originally posted by: jspriggs.walkerinfo.com

I am having a wierd problem with WTP 1.5, Eclipse 3.2 and Tomcat 5.5. I'm
running a Coldfusion server as a J2EE module in Tomcat. This worked fine
for my group with WTP .7 and older eclipse. With the upgrade, I can start
Tomcat, the CF server fires up fine, but when I update a page and click to
republish, it's like the Tomcat server disconnects itself from the
directory it's serving. The files get updated fine in the directory that
it was serving before, and we're not updating any Java files, just cfm
files, and that functionality has worked in the past. I've pasted below
an example of the errors I get.

Thanks,
Joel


08/18 16:06:16 Error [http-80-Processor24] - Exception thrown by
error-handling template:
08/18 16:06:16 Error [http-80-Processor24] - The specific sequence of
files included or processed is: C:\Tomcat 5.5\webapps\cisco-mx\404.cfm
08/18 16:06:16 Error [http-80-Processor24] - File not found: /default.cfm
The specific sequence of files included or processed is: C:\Tomcat
5.5\webapps\cisco-mx\default.cfm
08/18 16:06:16 Error [http-80-Processor24] - Exception thrown by
error-handling template:
08/18 16:06:16 Error [http-80-Processor24] - The specific sequence of
files included or processed is: C:\Tomcat
5.5\webapps\cisco-mx\WEB-INF\exception\coldfusion\runtime\Te mplateNotFoundException.cfm
Aug 18, 2006 4:06:16 PM org.apache.catalina.core.StandardHostValve custom
SEVERE: Exception Processing ErrorPage[errorCode=404, location=/404.cfm]
java.lang.IllegalStateException
at org.apache.coyote.Response.reset(Response.java:296)
at org.apache.catalina.connector.Response.reset(Response.java:6 45)
at org.apache.catalina.connector.Response.reset(Response.java:9 09)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHo stValve.java:356)
at
org.apache.catalina.core.StandardHostValve.status(StandardHo stValve.java:284)
at
org.apache.catalina.core.StandardHostValve.throwable(Standar dHostValve.java:228)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:134)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:664)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( LeaderFollowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Previous Topic:no input boxes to enter parameter values in web services explorer
Next Topic:Schema xsd ????
Goto Forum:
  


Current Time: Thu Apr 25 06:20:42 GMT 2024

Powered by FUDForum. Page generated in 0.03112 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top