Hi,<br />
<br />
When I shutdown the Tomcat 6.0.29 server I get the following error message:<br />
<br />
<blockquote class='ipsBlockquote' ><p>INFO: Sampledb plugin starts up. Current startCount=0<br />
Aug 3, 2011 11:26:28 AM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin<br />
init<br />
INFO: Creating Sampledb database at location

\Suresh\Softwares\apache-tomcat-6.0.29\temp/BIRTSampleDB_1312350988346_165391b<br />
Aug 3, 2011 11:26:51 AM org.apache.coyote.http11.Http11Protocol pause<br />
INFO: Pausing Coyote HTTP/1.1 on http-8080<br />
Aug 3, 2011 11:26:52 AM org.apache.catalina.core.StandardService stop<br />
INFO: Stopping service Catalina<br />
Aug 3, 2011 11:26:52 AM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy<br />
FINE: ReportEngine.destroy<br />
Aug 3, 2011 11:26:57 AM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin stop<br />
INFO: Sampledb plugin stopping. Current startCount=1<br />
Aug 3, 2011 11:26:57 AM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin removeDatabase<br />
INFO: Removing Sampledb DB directory at location

\Softwares\apache-tomcat-6.0.29\temp/BIRTSampleDB_1312350988346_165391b<br />
Aug 3, 2011 11:26:58 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap<br />
<br />
<strong class='bbc'><em class='bbc'><span style='font-size: 12px;'><span style='color: #FF0000'>SEVERE: The web application [\MyApplication] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@9b027d]) and a value of type [com.ibm.icu.util.ULocale] (value [en_US]) but failed to removeit when the web application was stopped. This is very likely to create a memoryleak.</span></span></em></strong><br />
Aug 3, 2011 11:32:04 AM org.apache.coyote.http11.Http11Protocol destroy<br />
INFO: Stopping Coyote HTTP/1.1 on http-8080</p></blockquote>
<br />
In my application I am using BIRT Report engine (v2.3.2) to generate the PDF/HTML file from the given .rptdesign file.<br />
<br />
Can you please help me to resolve this issue?<br />
<br />
Many Thanks..