djdone000
Lieutenant
- Registriert
- Juli 2009
- Beiträge
- 869
Guten Morgen zusammen,
ich habe hier eine Java-/Tomcat-basierende Webanwendung.
Immer wieder haben wir Performanceprobleme am Frontend, sprich an der User-Sicht im Internet Explorer kommt es zu ewig langen Wartezeiten. In den Tomcat-Logs sind einige memory/performance Einträge zu finden.
Kennt sich jemand damit aus - finden leider keinen Stellhebel, um das Problem zu fixen.
Vielen Dank vorab!
VG Toni
ich habe hier eine Java-/Tomcat-basierende Webanwendung.
Immer wieder haben wir Performanceprobleme am Frontend, sprich an der User-Sicht im Internet Explorer kommt es zu ewig langen Wartezeiten. In den Tomcat-Logs sind einige memory/performance Einträge zu finden.
Kennt sich jemand damit aus - finden leider keinen Stellhebel, um das Problem zu fixen.
Vielen Dank vorab!
VG Toni
Dez 02, 2016 1:31:38 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/SNPortal] created a ThreadLocal with key of type [net.sourceforge.jtds.jdbc.DateTime$1] (value [net.sourceforge.jtds.jdbc.DateTime$1@6da605a3]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1454489381000,areFieldsSet=true,areAllFieldsSet=false,lenient=true,zone=sun.util.calendar.ZoneInfo[id="Europe/Berlin",offset=3600000,dstSavings=3600000,useDaylight=true,transitions=143,lastRule=java.util.SimpleTimeZone[id=Europe/Berlin,offset=3600000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]],firstDayOfWeek=2,minimalDaysInFirstWeek=4,ERA=1,YEAR=2016,MONTH=1,WEEK_OF_YEAR=5,WEEK_OF_MONTH=1,DAY_OF_MONTH=3,DAY_OF_YEAR=34,DAY_OF_WEEK=4,DAY_OF_WEEK_IN_MONTH=1,AM_PM=0,HOUR=9,HOUR_OF_DAY=9,MINUTE=49,SECOND=41,MILLISECOND=0,ZONE_OFFSET=3600000,DST_OFFSET=0]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Dez 02, 2016 1:37:15 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\SNWeb\apache-tomcat-6.0.36\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\win64app\nsr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\SPBinstaller;C:\Program Files (x86)\hotfixinstaller;C:\Program Files\System Center Operations Manager 2007\;C:\Perl64\site\bin;C:\Perl64\bin;L:\MSSQL(x86)\100\Tools\Binn\;L:\MSSQL\100\Tools\Binn\;L:\MSSQL\100\DTS\Binn\;L:\MSSQL(x86)\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;L:\MSSQL(x86)\100\DTS\Binn\;D:\Java\bin;C:\Program Files (x86)\ManageSoft\Common;C:\Program Files\NetApp\Windows Host Utilities\;;.
Dez 02, 2016 1:37:15 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Realm} Setting property 'debug' to '99' did not find a matching property.
Dez 02, 2016 2:02:53 PM org.apache.coyote.http11.Http11Processor process
SEVERE: Error processing request
java.lang.OutOfMemoryError: GC overhead limit exceeded