tracker issue : CF-3858870

select a category, or use search below
(searches all categories and all time range)
Title:

In Non Windows, Installing HF3 directly on CF 11 still throws error when stopping the server.

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NotABug

Reporter/Name(from Bugbase): / ext-user (HariKrishna Kallae)

Created: 11/27/2014

Components: Hot Fix Installer, Installer

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 11,0,03,292433 /

Priority/Frequency: Major / Most users will encounter

Locale/System: English / Mac 10 All,Win XP All

Vote Count: 0

In Non Windows, 
Install CF 11 GM/Re-GM and install HF3. it doesn't add "-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog" in jvm.config
Stopping server gives the following error:

INFO: Stopping service Catalina
Exception in thread "qtp1946782281-140" java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
	at org.eclipse.jetty.util.log.JettyAwareLogger.log(JettyAwareLogger.java:607)
	at org.eclipse.jetty.util.log.JettyAwareLogger.warn(JettyAwareLogger.java:431)
	at org.eclipse.jetty.util.log.Slf4jLog.warn(Slf4jLog.java:69)
	at org.eclipse.jetty.util.log.Slf4jLog.warn(Slf4jLog.java:64)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:582)
	at java.lang.Thread.run(Thread.java:745)
Exception in thread "qtp1946782281-141" java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
	at org.eclipse.jetty.util.log.JettyAwareLogger.log(JettyAwareLogger.java:607)
	at org.eclipse.jetty.util.log.JettyAwareLogger.warn(JettyAwareLogger.java:431)
	at org.eclipse.jetty.util.log.Slf4jLog.warn(Slf4jLog.java:69)
	at org.eclipse.jetty.util.log.Slf4jLog.warn(Slf4jLog.java:64)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:582)
	at java.lang.Thread.run(Thread.java:745)
Nov 27, 2014 5:59:15 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/] appears to have started a thread named [SeedGenerator Thread] but has failed to stop it. This is very likely to create a memory leak.
Nov 27, 2014 5:59:15 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/] appears to have started a thread named [SeedGenerator Thread] but has failed to stop it. This is very likely to create a memory leak.
Nov 27, 2014 5:59:15 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@26342d8a]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@65197b34]) 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.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3858870

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

Verified this on Linux, with CF 11 reGM and installed U3, working as expected.
Comment by HariKrishna K.
9932 | September 22, 2015 01:55:29 AM GMT