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
> 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
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
-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
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
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
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
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