David,
This is the catalina.out file There are some errors but it looks like they are logging related problems, not Tiles.


Mar 19, 2005 1:43:37 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Mar 19, 2005 1:43:37 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1906 ms
Mar 19, 2005 1:43:37 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 19, 2005 1:43:37 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.4
Mar 19, 2005 1:43:37 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig).
log4j:WARN Please initialize the log4j system properly.
Mar 19, 2005 1:43:40 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive tiles-documentation.war
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
ERROR: Cannot read the configuration file. Please check the path of the config init param in web.xml
Mar 19, 2005 1:43:45 PM org.apache.catalina.core.ApplicationContext log
INFO: default: DefaultServlet.init: input buffer size=2048, output buffer size=2048
Mar 19, 2005 1:43:50 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Mar 19, 2005 1:43:50 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Mar 19, 2005 1:43:51 PM org.apache.catalina.core.ApplicationContext log
INFO: default: DefaultServlet.init: input buffer size=2048, output buffer size=2048
Mar 19, 2005 1:43:51 PM org.apache.catalina.core.ApplicationContext log
INFO: default: DefaultServlet.init: input buffer size=2048, output buffer size=2048
Mar 19, 2005 1:43:51 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Mar 19, 2005 1:43:51 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Mar 19, 2005 1:43:52 PM org.apache.catalina.core.ApplicationContext log
INFO: default: DefaultServlet.init: input buffer size=2048, output buffer size=2048
Mar 19, 2005 1:43:52 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[www.iatcorp.com].StandardContext[/struts-mailreader]
Mar 19, 2005 1:43:52 PM org.apache.catalina.core.ApplicationContext log
INFO: default: DefaultServlet.init: input buffer size=2048, output buffer size=2048
Mar 19, 2005 1:43:52 PM org.apache.catalina.core.ApplicationContext log
INFO: default: DefaultServlet.init: input buffer size=2048, output buffer size=2048
Mar 19, 2005 1:43:52 PM org.apache.catalina.core.ApplicationContext log
INFO: default: DefaultServlet.init: input buffer size=2048, output buffer size=2048
Mar 19, 2005 1:44:01 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Mar 19, 2005 1:44:02 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Mar 19, 2005 1:44:02 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/34 config=null
Mar 19, 2005 1:44:02 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 24876 ms


Jim

From: "David G. Friedman" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: "Struts Users Mailing List" <user@struts.apache.org>
Subject: RE: TILES Exception
Date: Sun, 13 Mar 2005 23:09:04 -0500

Jim,

Have you checked your webapp's log file (or the standard log if you don't
have special logging enabled for your application) to make sure the log
files show that tiles initialized properly and that there were no errors
suggesting Struts or Tiles failed to start up/initialize properly?

Regards,
David

-----Original Message-----
From: Jim Douglas [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 13, 2005 3:34 PM
To: user@struts.apache.org
Subject: TILES Exception


To all,
I get the following error when I try to acces my website which utilizes
Tiles. It was working perfectly on one server and all I did was deploy to a
different server copying the root web server directory(Tomcat), which
contained all the files necessary.


  Any help would be appreciated.

Thanks,
Jim


type Exception report

message

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception

javax.servlet.ServletException: Can't get definitions factory from context.
        
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContext
Impl.java:845)
        
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextIm
pl.java:778)
        org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:72)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
325)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

javax.servlet.jsp.JspException: Can't get definitions factory from context.
        
org.apache.struts.taglib.tiles.InsertTag.processDefinitionName(InsertTag.ja
va:575)
        
org.apache.struts.taglib.tiles.InsertTag.createTagHandler(InsertTag.java:47
4)
        org.apache.struts.taglib.tiles.InsertTag.doStartTag(InsertTag.java:436)
        
org.apache.jsp.index_jsp._jspx_meth_tiles_insert_0(org.apache.jsp.index_jsp
:89)
        org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:63)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
325)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.4 logs.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to