I know Konstantin marked this as broken, but I went ahead and tried a
sample build with ssl connectors, testing other functionality.  I did not
run into any issues building and deploying.  I steered clear of the 404
testing due to aforementioned issues.

Built 8_0_10 on Centos 6.5 - No issues

java version "1.8.0_05

CentOS release 6.5 (Final)

Linux tomcat8-lab.militaryzombies 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22
03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Ant 1.9.4





On Sun, Jul 13, 2014 at 8:08 PM, Konstantin Kolinko <knst.koli...@gmail.com>
wrote:

> 2014-07-11 1:52 GMT+04:00 Konstantin Kolinko <knst.koli...@gmail.com>:
> > 2014-07-11 0:27 GMT+04:00 Konstantin Kolinko <knst.koli...@gmail.com>:
> >> 2014-07-11 0:22 GMT+04:00 Konstantin Kolinko <knst.koli...@gmail.com>:
> >>> 2014-07-10 22:40 GMT+04:00 Falco Schwarz <hid...@falco.me>:
> >>>> I am seeing NPEs after reloading a web application with a custom
> >>>> <error-page>. Just downloaded the sample.war, added the following
> >>>> block in web.xml and thus reloaded the web application:
> >>>>
> >>> (...)
> >>>
> >>> Actually it is more severe. After reload the Mapper$ContextVersion
> >>> object does not contain information on wrappers (the *wrappers fields
> >>> in it contain empty lists).
> >>>
> >>> Thus after reload *any* page in the examples webapp is inaccessible
> >>> and results in error 404.
> >>>
> >>> (In case of a custom error page
> >>> "servletContext.getRequestDispatcher(errorPage.getLocation());"  call
> >>> in StandardHostValve.custom()  returns null ).
> >>>
> >>>
> >>> Unfortunately, it is
> >>>
> >>> [x] Broken - do not release
> >>>
> >>
> >> 7.0.x is also affected. I'd be better to retag after the fix.
> >>
> >
> > Thus far on the Mapper issues
>
> The current progress:
>
> > 1) This issue is regression from BZ 56658. I documented it there,
> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56658#c3
> >
> > I think I know how to fix it.
> >
>
> Fixed in Tomcat 8 and Tomcat 7.
>
> >
> > 2) I encountered another issue - BZ 56710
> > From the look at it I think that it existed for previous versions as
> > well. I wonder why nobody reported it.
> > I have no idea on a fix yet.
> >
>
> Fixed in Tomcat 8.
> I have not backported the fix to Tomcat 7 yet.
>
> >
> > 3) Issue that Violetta reported in the "Time for 7.0.55" thread,
> > http://markmail.org/message/57vijgczkqn4aopx
> >
> > I think I know how to fix it.
> > Needs a test case. I wonder why I have not seen it during my test runs.
> >
>
> Fixed in Tomcat 7 (r1610203).
> Tomcat 8 is OK, there was no such error.
> A test case was added.
>
> >
> > 4) Searching for string "Mapper" across junit logs from a full TC7
> > test run, I see a lot of messages like
> >
> > Jul 09, 2014 5:19:56 PM org.apache.tomcat.util.http.mapper.Mapper
> > findContextVersion
> > SEVERE: No context version found: /test
> >
> > (The above one is from
> org.apache.catalina.core.TestStandardContextResources)
>
> Fixed in Tomcat 8 (r1610244).
> I have not backported the fix to Tomcat 7 yet.
>
> 5) There are a few of "duplcate host" messages in the logs:
>
> > SEVERE [main] org.apache.catalina.mapper.Mapper.addHost Duplicate Host
> [localhost]. The name is already used by Host [localhost]. This Host will
> be ignored.
>
> Those are expected in TestMapper, but unexpected anywhere else.
> I debugged one case and filed it as
> https://issues.apache.org/bugzilla/show_bug.cgi?id=56717
>
> It has not been fixed yet.
> Current Tomcat 8 tests that display "Duplicate Host" message, besides
> TestMapper are:
> - org.apache.catalina.core.TestStandardContext
> - org.apache.catalina.loader.TestVirtualContext
> - org.apache.catalina.mbeans.TestRegistration
>
> 6) Limit reloading wait time. Filed as
> https://issues.apache.org/bugzilla/show_bug.cgi?id=56713
>
> It has not been fixed yet.
>
> Best regards,
> Konstantin Kolinko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


-- 
With Regards,
Andrew Carr

e. andrewlanec...@gmail.com
w. andrew.c...@openlogic.com
h. 4235255668
c. 4239489852
a. 101 Francis Drive, Greeneville, TN, 37743

Reply via email to