Re: org.apache.jasper.JasperException: The absolute uri: http://tiles.apache.org/tags-tiles cannot be resolved in either web.xml or the jar files deployed with this application

2015-03-18 Thread Thusitha Thilina Dayaratne
Hi Chris, Thanks a lot for the quick response. Please find inline answers. On 3/18/15 5:39 AM, Thusitha Thilina Dayaratne wrote: >> I'm in the process of migrating embedded tomcat 7.0.59 application >> to Tomcat 8.0.20. Tomcat is been bundle as a OSGI bundle. First I >> get a NullPointerException

RE: Java Heap Space / Thread Dump Numbers

2015-03-18 Thread Caldarale, Charles R
> From: Eric Robinson [mailto:eric.robin...@psmnv.com] > Subject: Java Heap Space / Thread Dump Numbers > PSYoungGen total 95808K, used 22323K [0x2aaac377, > 0x2aaaca21, 0x2aaaca21) > eden space 82432K, 10% used > [0x2aaac377,0x2aaac402f7f8,0x2aaac

Java Heap Space / Thread Dump Numbers

2015-03-18 Thread Eric Robinson
When we see these errors in the tomcat logs... java.lang.OutOfMemoryError: Java heap space ... we do a thread dump and examine the memory numbers, resulting in output such as the following... PSYoungGen total 95808K, used 22323K [0x2aaac377, 0x2aaaca21, 0x2aaaca2100

Re: org.apache.jasper.JasperException: The absolute uri: http://tiles.apache.org/tags-tiles cannot be resolved in either web.xml or the jar files deployed with this application

2015-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thusitha, On 3/18/15 5:39 AM, Thusitha Thilina Dayaratne wrote: > I'm in the process of migrating embedded tomcat 7.0.59 application > to Tomcat 8.0.20. Tomcat is been bundle as a OSGI bundle. First I > get a NullPointerException when trying to acce

Re: o.a.c.startup.WebappServiceLoader.load inconsistent behavior when searching for SCI (different loaders when searching for container SCIs)

2015-03-18 Thread Violeta Georgieva
Hi, 2015-03-18 11:35 GMT+02:00 Mark Thomas : > > On 18/03/2015 09:00, Violeta Georgieva wrote: > > Hi, > > > > I have an issue that I investigate and it led me to the implementation > > of org.apache.catalina.startup.WebappServiceLoader.load(Class) > > > > So I have two scenarios: > > - web applic

org.apache.jasper.JasperException: The absolute uri: http://tiles.apache.org/tags-tiles cannot be resolved in either web.xml or the jar files deployed with this application

2015-03-18 Thread Thusitha Thilina Dayaratne
Hi, I'm in the process of migrating embedded tomcat 7.0.59 application to Tomcat 8.0.20. Tomcat is been bundle as a OSGI bundle. First I get a NullPointerException when trying to access the server home page. I fixed that manually setting an empty TldCache instance in the context as follows if(con

Re: o.a.c.startup.WebappServiceLoader.load inconsistent behavior when searching for SCI (different loaders when searching for container SCIs)

2015-03-18 Thread Mark Thomas
On 18/03/2015 09:00, Violeta Georgieva wrote: > Hi, > > I have an issue that I investigate and it led me to the implementation > of org.apache.catalina.startup.WebappServiceLoader.load(Class) > > So I have two scenarios: > - web application with web fragment inside the archive (WEB-INF/lib) > - w

o.a.c.startup.WebappServiceLoader.load inconsistent behavior when searching for SCI (different loaders when searching for container SCIs)

2015-03-18 Thread Violeta Georgieva
Hi, I have an issue that I investigate and it led me to the implementation of org.apache.catalina.startup.WebappServiceLoader.load(Class) So I have two scenarios: - web application with web fragment inside the archive (WEB-INF/lib) - web application with functionality of the fragment copied direc