[xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2
Hello, On my Tomcat server / Xwiki 6.2.2, I have this log (catalina.log) when I start my Tomcat 2014-10-29 10:14:51,213 [XWiki Solr index job thread] INFO o.x.s.s.i.j.IndexerJob - Finished job of type [solr.indexer] with identifier [[solr, indexer]] oct. 29, 2014 10:14:55 AM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: "Servlet.service()" pour la servlet action a lancé une exception java.lang.NullPointerException oct. 29, 2014 10:14:55 AM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Processing ErrorPage[errorCode=404, location=/bin/view/Main/DocumentDoesNotExist] java.lang.NullPointerException I checked on my Xwiki and effectively Main.DocumentDoesNotExist ... does not exist. :-) Do you think this log is normal? Do you have the same? I must create a custom Main.DocumentDoesNotExis? Thxs for any help. Pascal BASTIEN
On 29 Oct 2014 at 10:25:59, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
On my Tomcat server / Xwiki 6.2.2, I have this log (catalina.log) when I start my Tomcat
2014-10-29 10:14:51,213 [XWiki Solr index job thread] INFO o.x.s.s.i.j.IndexerJob - Finished job of type [solr.indexer] with identifier [[solr, indexer]] oct. 29, 2014 10:14:55 AM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: "Servlet.service()" pour la servlet action a lancé une exception java.lang.NullPointerException oct. 29, 2014 10:14:55 AM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Processing ErrorPage[errorCode=404, location=/bin/view/Main/DocumentDoesNotExist] java.lang.NullPointerException
I checked on my Xwiki and effectively Main.DocumentDoesNotExist ... does not exist. :-)
Do you think this log is normal?
No it’s not normal. Check your tomcat locahost* log file for more details.
Do you have the same?
Haven’t seen that but didn’t test on tomcat.
I must create a custom Main.DocumentDoesNotExis?
No Thanks -Vincent
Thxs for any help.
Pascal BASTIEN
my logs/localhost.2014-10-29.log doesn't indicate the problem but I found that your xwiki-6.2.2/WEB-INF/web.xml file contain: <error-page> <error-code>404</error-code> <location>/bin/view/Main/DocumentDoesNotExist</location> </error-page> ________________________________ De : "[email protected]" <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Mercredi 29 octobre 2014 10h47 Objet : Re: [xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2 On 29 Oct 2014 at 10:25:59, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
On my Tomcat server / Xwiki 6.2.2, I have this log (catalina.log) when I start my Tomcat
2014-10-29 10:14:51,213 [XWiki Solr index job thread] INFO o.x.s.s.i.j.IndexerJob - Finished job of type [solr.indexer] with identifier [[solr, indexer]] oct. 29, 2014 10:14:55 AM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: "Servlet.service()" pour la servlet action a lancé une exception java.lang.NullPointerException oct. 29, 2014 10:14:55 AM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Processing ErrorPage[errorCode=404, location=/bin/view/Main/DocumentDoesNotExist] java.lang.NullPointerException
I checked on my Xwiki and effectively Main.DocumentDoesNotExist ... does not exist. :-)
Do you think this log is normal?
No it’s not normal. Check your tomcat locahost* log file for more details.
Do you have the same?
Haven’t seen that but didn’t test on tomcat.
I must create a custom Main.DocumentDoesNotExis?
No Thanks -Vincent
Thxs for any help.
Pascal BASTIEN
I must open a bug to adapt your .WAR package in consequence then? xwiki-enterprise-web-6.2.3.war contain the same and I didn't found doc about this parameter except this one about short URL: http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs#HIV.ErrorPage ________________________________ De : Pascal BASTIEN <[email protected]> À : "[email protected]" <[email protected]>; XWiki Users <[email protected]> Envoyé le : Mercredi 29 octobre 2014 11h24 Objet : Re: [xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2 my logs/localhost.2014-10-29.log doesn't indicate the problem but I found that your xwiki-6.2.2/WEB-INF/web.xml file contain: <error-page> <error-code>404</error-code> <location>/bin/view/Main/DocumentDoesNotExist</location> </error-page> ________________________________ De : "[email protected]" <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Mercredi 29 octobre 2014 10h47 Objet : Re: [xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2 On 29 Oct 2014 at 10:25:59, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
On my Tomcat server / Xwiki 6.2.2, I have this log (catalina.log) when I start my Tomcat
2014-10-29 10:14:51,213 [XWiki Solr index job thread] INFO o.x.s.s.i.j.IndexerJob - Finished job of type [solr.indexer] with identifier [[solr, indexer]] oct. 29, 2014 10:14:55 AM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: "Servlet.service()" pour la servlet action a lancé une exception java.lang.NullPointerException oct. 29, 2014 10:14:55 AM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Processing ErrorPage[errorCode=404, location=/bin/view/Main/DocumentDoesNotExist] java.lang.NullPointerException
I checked on my Xwiki and effectively Main.DocumentDoesNotExist ... does not exist. :-)
Do you think this log is normal?
No it’s not normal. Check your tomcat locahost* log file for more details.
Do you have the same?
Haven’t seen that but didn’t test on tomcat.
I must create a custom Main.DocumentDoesNotExis?
No Thanks -Vincent
Thxs for any help.
Pascal BASTIEN
On 29 Oct 2014 at 16:34:32, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
I must open a bug to adapt your .WAR package in consequence then?
No, nothing wrong with what’s in web.xml. The problem you have is:
SEVERE: "Servlet.service()" pour la servlet action a lancé une exception java.lang.NullPointerException
You need to understand why and get the stacktrace for that. Thanks -Vincent
xwiki-enterprise-web-6.2.3.war contain the same and I didn't found doc about this parameter except this one about short URL: http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs#HIV.ErrorPage
________________________________ De : Pascal BASTIEN À : "[email protected]" ; XWiki Users Envoyé le : Mercredi 29 octobre 2014 11h24 Objet : Re: [xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2
my logs/localhost.2014-10-29.log doesn't indicate the problem but I found that your xwiki-6.2.2/WEB-INF/web.xml file contain:
404 /bin/view/Main/DocumentDoesNotExist
________________________________ De : "[email protected]" À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 29 octobre 2014 10h47 Objet : Re: [xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2
On 29 Oct 2014 at 10:25:59, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
On my Tomcat server / Xwiki 6.2.2, I have this log (catalina.log) when I start my Tomcat
2014-10-29 10:14:51,213 [XWiki Solr index job thread] INFO o.x.s.s.i.j.IndexerJob - Finished job of type [solr.indexer] with identifier [[solr, indexer]] oct. 29, 2014 10:14:55 AM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: "Servlet.service()" pour la servlet action a lancé une exception java.lang.NullPointerException oct. 29, 2014 10:14:55 AM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Processing ErrorPage[errorCode=404, location=/bin/view/Main/DocumentDoesNotExist] java.lang.NullPointerException
I checked on my Xwiki and effectively Main.DocumentDoesNotExist ... does not exist. :-)
Do you think this log is normal?
No it’s not normal. Check your tomcat locahost* log file for more details.
Do you have the same?
Haven’t seen that but didn’t test on tomcat.
I must create a custom Main.DocumentDoesNotExis?
No
Thanks -Vincent
Thxs for any help.
Pascal BASTIEN
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Ok then it is normal that your web.xml contain "Main.DocumentDoesNotExist" reference and this page does not exist after DW execution. Ok thanks you, I will check my parameters. ________________________________ De : "[email protected]" <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Mercredi 29 octobre 2014 18h24 Objet : Re: [xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2 On 29 Oct 2014 at 16:34:32, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
I must open a bug to adapt your .WAR package in consequence then?
No, nothing wrong with what’s in web.xml. The problem you have is:
SEVERE: "Servlet.service()" pour la servlet action a lancé une exception java.lang.NullPointerException
You need to understand why and get the stacktrace for that. Thanks -Vincent
xwiki-enterprise-web-6.2.3.war contain the same and I didn't found doc about this parameter except this one about short URL: http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs#HIV.ErrorPage
________________________________ De : Pascal BASTIEN À : "[email protected]" ; XWiki Users Envoyé le : Mercredi 29 octobre 2014 11h24 Objet : Re: [xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2
my logs/localhost.2014-10-29.log doesn't indicate the problem but I found that your xwiki-6.2.2/WEB-INF/web.xml file contain:
404 /bin/view/Main/DocumentDoesNotExist
________________________________ De : "[email protected]" À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 29 octobre 2014 10h47 Objet : Re: [xwiki-users] Log error: Main.DocumentDoesNotExist on Xwiki 6.2.2
On 29 Oct 2014 at 10:25:59, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
On my Tomcat server / Xwiki 6.2.2, I have this log (catalina.log) when I start my Tomcat
2014-10-29 10:14:51,213 [XWiki Solr index job thread] INFO o.x.s.s.i.j.IndexerJob - Finished job of type [solr.indexer] with identifier [[solr, indexer]] oct. 29, 2014 10:14:55 AM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: "Servlet.service()" pour la servlet action a lancé une exception java.lang.NullPointerException oct. 29, 2014 10:14:55 AM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Processing ErrorPage[errorCode=404, location=/bin/view/Main/DocumentDoesNotExist] java.lang.NullPointerException
I checked on my Xwiki and effectively Main.DocumentDoesNotExist ... does not exist. :-)
Do you think this log is normal?
No it’s not normal. Check your tomcat locahost* log file for more details.
Do you have the same?
Haven’t seen that but didn’t test on tomcat.
I must create a custom Main.DocumentDoesNotExis?
No
Thanks -Vincent
Thxs for any help.
Pascal BASTIEN
users mailing list
[email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Pascal BASTIEN -
vincent@massol.net