[ 
https://issues.apache.org/jira/browse/SYNCOPE-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13589711#comment-13589711
 ] 

Hudson commented on SYNCOPE-327:
--------------------------------

Integrated in Syncope-trunk #121 (See 
[https://builds.apache.org/job/Syncope-trunk/121/])
    [SYNCOPE-327] Fixing ThreadLocal messages related to Spring Security 
(Revision 1451249)
[SYNCOPE-327] Fixing ThreadLocal messages related to SimpleDateFormat and 
DecimalFormat (Revision 1451182)

     Result = FAILURE
ilgrosso : 
Files : 
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/sync/impl/SyncJob.java
* /syncope/trunk/core/src/main/resources/securityContext.xml

ilgrosso : 
Files : 
* 
/syncope/trunk/console/src/main/java/org/apache/syncope/console/wicket/markup/html/form/DateTimeFieldPanel.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/AbstractAttrValue.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/AbstractBaseBean.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/AbstractSchema.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/report/AbstractReportlet.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/report/StaticReportlet.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/report/UserReportlet.java
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/util/DataFormat.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/util/ImportExport.java
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/util/JexlUtil.java

                
> Error messages during Tomcat shutdown
> -------------------------------------
>
>                 Key: SYNCOPE-327
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-327
>             Project: Syncope
>          Issue Type: Bug
>          Components: build-tools, core
>    Affects Versions: 1.0.6, 1.1.0
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 1.1.0
>
>
> As reported in user ML [1], during shutdown of Tomcat instance with Syncope 
> is deployed, some error messages are logged, like as:
> SEVERE: The web application [/syncope] appears to have started a thread named 
> [pool-7-thread-1] but has failed to stop it. This is very likely to create a 
> memory leak.
> SEVERE: The web application [/syncope] appears to have started a thread named 
> [H2 Close Delay SYNCOPEDB] but has failed to stop it. This is very likely to 
> create a memory leak.
> SEVERE: The web application [/syncope] appears to have started a thread named 
> [H2 Close Delay SYNCOPEDB] but has failed to stop it. This is very likely to 
> create a memory leak.
> SEVERE: The web application [/syncope] created a ThreadLocal with key of type 
> [org.apache.syncope.core.persistence.beans.AbstractBaseBean$1] (value 
> [org.apache.syncope.core.persistence.beans.AbstractBaseBean$1@70ef798d]) and 
> a value of type [java.text.SimpleDateFormat] (value 
> [java.text.SimpleDateFormat@8a9df5fb]) but failed to remove it when the web 
> application was stopped. Threads are going to be renewed over time to try and 
> avoid a probable memory leak.
> SEVERE: The web application [/syncope] created a ThreadLocal with key of type 
> [org.apache.syncope.core.persistence.beans.AbstractBaseBean$1] (value 
> [org.apache.syncope.core.persistence.beans.AbstractBaseBean$1@70ef798d]) and 
> a value of type [java.text.SimpleDateFormat] (value 
> [java.text.SimpleDateFormat@f67a0200]) but failed to remove it when the web 
> application was stopped. Threads are going to be renewed over time to try and 
> avoid a probable memory leak.
> [1] http://markmail.org/message/3rznykqdwsuh6nhc

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to