Did you add some jars in tomcat/shared/lib?
 No

Did you check your tomcat logs? 
 Yes, i'm running tail -f


What is the exception that you get? 
 Here is a full stacktrace with log:

2005-02-01 12:06:50 StandardContext[/jahia]Your Jahia Server has
generated an error. Please review the details below for additional
information:
Severity : ERROR
Error : 404 Not found - Page:2, 404 error - page [2] could not be
found in the database or is no longer accessible.
URL : http://127.0.0.1:8080/jahia/   Method : GET
Remote host : 127.0.0.1     Remote Address : 127.0.0.1
Request headers : 
   host:127.0.0.1:8080
   user-agent:Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041107 Firefox/1.0
   
accept:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
   accept-language:en-us,en;q=0.5
   accept-encoding:gzip,deflate
   accept-charset:ISO-8859-1,utf-8;q=0.7,*;q=0.7
   keep-alive:300
   connection:keep-alive
   cookie:JSESSIONID=B880D89AC6DF2D58FF09531FDA605C4F; mascote=0; logo=0
Stack trace : 
Cause level : 0 (level 0 is the most precise exception)
org.jahia.exceptions.JahiaPageNotFoundException: 404 Not found -
Page:2, 404 error - page [2] could not be found in the database or is
no longer accessible.
        at 
org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1681)
        at 
org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1629)
        at org.jahia.params.ParamBean.<init>(ParamBean.java:491)
        at org.jahia.bin.Jahia.service(Jahia.java:814)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
        at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)
        at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474)
        at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
        at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
        at 
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:670)
        at 
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:637)
        at org.apache.jsp.jsp.index_jsp._jspService(index_jsp.java:44)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
        at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
      at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
        at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
        at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:534)


On Tue, 01 Feb 2005 15:05:04 +0100, Philippe Vollenweider
<[EMAIL PROTECTED]> wrote:
> Did you add some jars in tomcat/shared/lib?
> Did you check your tomcat logs? What is the exception that you get?
> 
> At 01.02.2005 15:01, you wrote:
> >I created the file on the correct directory, but now the error comes
> >from the Tomcat (503 - This application is not currently available)
> >instead the other that comes from Jahia (on the  box with blue title).
> >I configured the jahia.xml to access my database.
> >
> >Thanks...=]
> >
> >On Tue, 01 Feb 2005 14:37:23 +0100, Philippe Vollenweider
> ><[EMAIL PROTECTED]> wrote:
> > > OK. With tomcat5 you have to put the jahia.xml file into
> > > tomcat/conf/Catalina/localhost
> > > Try with this file
> > >
> > http://cvspub.jahia.org/cgi-bin/cvsweb.cgi/jahia/core/src/conf/metadata/jahia.xml?rev=1.2;content-type=text%2Fplain
> > >
> > > /P.
> > >
> > > At 01.02.2005 14:28, you wrote:
> > > >No, i'm accessing directly (http://127.0.0.1:8080/jahia/Jahia)
> > > >
> > > >
> > > >On Tue, 01 Feb 2005 14:23:11 +0100, Philippe Vollenweider
> > > ><[EMAIL PROTECTED]> wrote:
> > > > > Hi,
> > > > >
> > > > > Do you use apache httpd server on frontend?
> > > > >
> > > > > Philippe.
> > > > >
> > > > > At 01.02.2005 14:19, you wrote:
> > > > > >Hi, i'm receiving a 404 error to all requests that i've do, the error
> > > > > >sended to my email by Jahia is forwarded below.
> > > > > >
> > > > > >I installed the Jahia, and in the begining it was working, but now it
> > > > doesn't.
> > > > > >
> > > > > >Using:
> > > > > >Jakarta Tomcat 5.0.28
> > > > > >PostgreSQL 8.0.0
> > > > > >Slackware 10.0
> > > > > >Java jdk1.4.0_02
> > > > > >Jahia 4.0.5 build 6020 CVS
> > > > > >
> > > > > >Thanks to all
> > > > > >
> > > > > >---------- Forwarded message ----------
> > > > > >From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> > > > > >Date: Tue, 1 Feb 2005 10:54:50 -0200 (BRST)
> > > > > >Subject: [JAHIA] Jahia Error : 404 Not found - Page:2, 404 error -
> > > > > >page [2] could not be found in the database or is no longer
> > > > > >accessible.
> > > > > >To: [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > > >
> > > > > >Your Jahia Server has generated an error. Please review the details
> > > > > >below for additional information:
> > > > > >
> > > > > >Severity : ERROR
> > > > > >
> > > > > >Error : 404 Not found - Page:2, 404 error - page [2] could not be
> > > > > >found in the database or is no longer accessible.
> > > > > >
> > > > > >URL : http://127.0.0.1:8080/jahia/Jahia/site/transit/   Method : GET
> > > > > >
> > > > > >Remote host : 127.0.0.1     Remote Address : 127.0.0.1
> > > > > >
> > > > > >Request headers :
> > > > > >    host:127.0.0.1:8080
> > > > > >    user-agent:Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
> > > > > >Gecko/20041107 Firefox/1.0
> > > > > >
> > > > > >accept:text/xml,application/xml,application/xhtml+xml,text/html;q=0
> > .9,t
> > > > ext/plain;q=0.8,image/png,*/*;q=0.5
> > > > > >    accept-language:en-us,en;q=0.5
> > > > > >    accept-encoding:gzip,deflate
> > > > > >    accept-charset:ISO-8859-1,utf-8;q=0.7,*;q=0.7
> > > > > >    keep-alive:300
> > > > > >    connection:keep-alive
> > > > > >    cookie:JSESSIONID=12EA73EE25E96888BAFCCFC353D39744; mascote=0;
> > logo=0
> > > > > >
> > > > > >Depending on the severity of this error, Jahia may still be
> > > > > >operational or not. Please check your
> > > > > >installation as soon as possible.
> > > > > >
> > > > > >Yours Faithfully,
> > > > > >     Jahia Server
> > > > > >
> > > > > >
> > > > > >
> > > > > >--
> > > > > >SDM - Garimpar.com
> > > > > >Seja esperto, seja livre, seja Linux
> > > > >
> > > > > -------=[ pvollenweider at jahia dot com ]=---------
> > > > > Jahia : A collaborative source CMS and Portal Server
> > > > > www.jahia.org Community and product web site
> > > > > www.jahia.com Commercial services company
> > > > >
> > > > >
> > > >
> > > >
> > > >--
> > > >SDM - Garimpar.com
> > > >Seja esperto, seja livre, seja Linux
> > >
> > > -------=[ pvollenweider at jahia dot com ]=---------
> > > Jahia : A collaborative source CMS and Portal Server
> > > www.jahia.org Community and product web site
> > > www.jahia.com Commercial services company
> > >
> > >
> >
> >
> >--
> >SDM - Garimpar.com
> >Seja esperto, seja livre, seja Linux
> 
> -------=[ pvollenweider at jahia dot com ]=---------
> Jahia : A collaborative source CMS and Portal Server
> www.jahia.org Community and product web site
> www.jahia.com Commercial services company
> 
> 


-- 
SDM - Garimpar.com
Seja esperto, seja livre, seja Linux

Reply via email to