Deploy tomcat via Ant

14 respostas
viniciuspadua

Faço o deploy no tomcat via o ant do eclipse!
Funciona normal, entretanto quando faço um segundo deploy no mesmo tomcat em pouco tempo o mesmo trava!

como posso resolver?

14 Respostas

nextuser

trava? mas qual o erro??

viniciuspadua

Quando termina o deploy o projeto não responde.
quando vou ver na pasta (webapps) a pasta existe mais fica apenas o WEB-INF e nada mais!

Não identifiquei se acontece na hora do undeploy o erro no durante o deploy

nextuser

pq não usa o eclipse wtp?? que ja faz isso tudo sózinho para vc

viniciuspadua

como faz usando o wtp ?

nextuser

da uma olhada
http://www.eclipse.org/webtools/community/tutorials/SchoolSchedule/BuildingAScheduleWebApp.html

viniciuspadua

esse link mostra apenas o deploy localmente no tomcat local.

estou fazendo no tomcat de produção e não no desenvolvimento!

nextuser

ai ja é simples tb… vc clica com o direito no projeto da export depois Web>WAR file e exporta o war e copia no servidor de produção

viniciuspadua

ocorre o mesmo erro quando é feito pelo ant!

nextuser

vc copia o war e da erro??

cara tem que ter algum erro no console do tomcat… é impossivel não ter

viniciuspadua

Olha o erro:

Catalina.log

INFO: Undeploying context [/projeto]
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
GRAVE: The web application [/projeto] registered the JDBC driver [net.sourceforge.jtds.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [Timer-6] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [Timer-7] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@18cf26]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@b25b66]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@18e912e]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1a857a7]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@112b283]) and a value of type [java.lang.Class] (value [class extratoSemanal_1264783643207_632888]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@85e52b]) and a value of type [net.sf.jasperreports.engine.export.legacy.BorderOffset$1] (value [net.sf.jasperreports.engine.export.legacy.BorderOffset$1@887ed5]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sf.jasperreports.engine.util.JRFontUtil$1] (value [net.sf.jasperreports.engine.util.JRFontUtil$1@13f0aa4]) and a value of type [java.util.HashSet] (value [[]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1d3b779]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@b29a15]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1a1fbef]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1a31d43]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302781080000,areFieldsSet=true,areAllFieldsSet=false,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=0,HOUR=8,HOUR_OF_DAY=8,MINUTE=38,SECOND=0,MILLISECOND=0,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1d63f79]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@e15c58]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:25 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:25 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:25 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:25 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:25 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:39:26 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:39:35 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:39:35 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:35 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:35 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:35 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:35 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:39:43 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:39:46 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:39:46 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:46 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:46 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:46 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:46 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:39:56 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:39:57 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:57 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:57 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:57 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:57 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:40:07 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:40:08 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:08 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:08 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:08 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:08 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:40:18 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:40:18 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:18 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:18 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:18 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:18 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:40:51 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:40:51 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:40:51 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:40:51 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value

Tomcat7-stderr.log

INFO: Undeploying context [/projeto]
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
GRAVE: The web application [/projeto] registered the JDBC driver [net.sourceforge.jtds.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [Timer-6] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [Timer-7] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/projeto] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak.
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@18cf26]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@b25b66]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@18e912e]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1a857a7]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@112b283]) and a value of type [java.lang.Class] (value [class extratoSemanal_1264783643207_632888]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@85e52b]) and a value of type [net.sf.jasperreports.engine.export.legacy.BorderOffset$1] (value [net.sf.jasperreports.engine.export.legacy.BorderOffset$1@887ed5]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sf.jasperreports.engine.util.JRFontUtil$1] (value [net.sf.jasperreports.engine.util.JRFontUtil$1@13f0aa4]) and a value of type [java.util.HashSet] (value [[]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1d3b779]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@b29a15]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1a1fbef]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1a31d43]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302781080000,areFieldsSet=true,areAllFieldsSet=false,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=0,HOUR=8,HOUR_OF_DAY=8,MINUTE=38,SECOND=0,MILLISECOND=0,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1d63f79]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1af9bb9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@e15c58]) 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. 
14/04/2011 08:39:23 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
GRAVE: The web application [/projeto] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@c7d218]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1302834203023,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-03:00",offset=-10800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=1,ERA=1,YEAR=2011,MONTH=3,WEEK_OF_YEAR=16,WEEK_OF_MONTH=3,DAY_OF_MONTH=14,DAY_OF_YEAR=104,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=11,HOUR_OF_DAY=23,MINUTE=23,SECOND=23,MILLISECOND=23,ZONE_OFFSET=-10800000,DST_OFFSET=0]]) 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. 
14/04/2011 08:39:25 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:25 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:25 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:25 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:25 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:39:26 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:39:35 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:39:35 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:35 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:35 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:35 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:35 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:39:43 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:39:46 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:39:46 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:46 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:46 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:46 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:46 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:39:56 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:39:57 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:57 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:57 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:57 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:39:57 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:40:07 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:40:08 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:08 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:08 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:08 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:08 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:40:18 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/projeto]
14/04/2011 08:40:18 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:18 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto\WEB-INF] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:18 org.apache.catalina.startup.ExpandWar deleteDir
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:18 org.apache.catalina.startup.ExpandWar delete
GRAVE: [C:\tomcat7\webapps\projeto] could not be completely deleted. The presence of the remaining files may cause problems
14/04/2011 08:40:18 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive projeto.war
14/04/2011 08:40:51 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:40:51 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:40:51 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
14/04/2011 08:40:51 org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value
nextuser

não se foi só eu que vi isso mas está claro que o erro não está no deploy… o deploy causa o erro…

o driver jdbc que está usando para o SQL server ta dando pau…
tenta usar o driver da propria microsoft…
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a737000d-68d0-4531-b65d-da0f2a735707

ou tenta atualizar este que está usando mesmo…

ou configura a conexao com o banco no tomcat assim sua app nuam fica responsavel por isso e evita problemas

viniciuspadua

hummm! nem tinha percebido!

Qual vc indica?

Estou usando o hibernate!
Qual mais indicado hibernate com a conexão do tomcat?

nextuser

bom vc não entendeu ou não entende do que falei certo?
alguem vai te esclarecer melhor uma hora

viniciuspadua

Entendi sim!

Mudei minha conexão! Estou utilizando agora JNDI configurado no context do tomcat e o hibernate acessa por ele agora.

Nos primeiros testes que fiz tudo indica que resolveu meu problema.

Vou analisar agora se o desempenho geral melhorou tb.

valeu pela dica!

Criado 11 de abril de 2011
Ultima resposta 14 de abr. de 2011
Respostas 14
Participantes 2