February 13, 2020
ColdFusion2016 services are not getting started. They are stopped suddenly.
Comments
(1)
February 13, 2020
ColdFusion2016 services are not getting started. They are stopped suddenly.
Newbie 1 posts
Followers: 0 people
(1)

12:50:01 AM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
12:50:01 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler [“http-nio-8500”]
12:50:01 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler [“ajp-nio-8016″]

12:50:01 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [ROOT] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@2e6e4255]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1571313909535,areFieldsSet=true,areAllFieldsSet=true,lenient=false,zone=sun.util.calendar.ZoneInfo[id=”America/New_York”,offset=-18000000,dstSavings=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth=10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2019,MONTH=9,WEEK_OF_YEAR=42,WEEK_OF_MONTH=3,DAY_OF_MONTH=17,DAY_OF_YEAR=290,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=3,AM_PM=0,HOUR=8,HOUR_OF_DAY=8,MINUTE=5,SECOND=9,MILLISECOND=535,ZONE_OFFSET=-18000000,DST_OFFSET=3600000]]) 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 Comment
2020-02-20 14:55:03
2020-02-20 14:55:03

I’m not sure what the issue is. I can’t tell what your operating system is. I can not understand what steps you have taken to debug this already to get to the point where you are copying and paste some/all of a log file

The log starts “shutdown received”. Have you checked for cron / scheduled tasks that could restarting the daemon ?

Like
Add Comment