Skip to main content
Legend
August 8, 2013
Question

CF10 Update 11 error log problem

  • August 8, 2013
  • 1 reply
  • 4553 views

Since applying update 11 on CF10 \ColdFusion10\cfusion\logs\coldfusion-error.log reports this error in bold:

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: C:\\ColdFusion10\\cfusion\lib;C:\\ColdFusion10\\cfusion\jintegra\bin;C:\\ColdFusion10\\cfusion\jintegra\bin\international;C:\\ColdFusion10\\cfusion\lib\oosdk\classes\win

org.apache.coyote.AbstractProtocol init

INFO: Initializing ProtocolHandler ["ajp-bio-8012"]

org.apache.catalina.core.StandardService startInternal

INFO: Starting service Catalina

org.apache.catalina.core.StandardEngine startInternal

INFO: Starting Servlet Engine: Apache Tomcat/7.0.23

org.apache.catalina.core.ApplicationContext log

INFO: ColdFusionStartUpServlet: ColdFusion: Starting application services

org.apache.catalina.core.ApplicationContext log

INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 23.7-b01

java.lang.NullPointerException

at coldfusion.server.jrun4.metrics.SimpleLoadMetric.run(SimpleLoadMetric.java:157)

at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:211)

at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)

org.apache.catalina.core.ApplicationContext log

INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646

org.apache.coyote.AbstractProtocol start

INFO: Starting ProtocolHandler ["ajp-bio-8012"]

com.adobe.coldfusion.launcher.Launcher run

INFO: Server startup in 20398 ms

With update 10 applied the same log file reports this way:

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: C:\\ColdFusion10\\cfusion\lib;C:\\ColdFusion10\\cfusion\jintegra\bin;C:\\ColdFusion10\\cfusion\jintegra\bin\international;C:\\ColdFusion10\\cfusion\lib\oosdk\classes\win

org.apache.coyote.AbstractProtocol init

INFO: Initializing ProtocolHandler ["ajp-bio-8012"]

org.apache.catalina.core.StandardService startInternal

INFO: Starting service Catalina

org.apache.catalina.core.StandardEngine startInternal

INFO: Starting Servlet Engine: Apache Tomcat/7.0.23

org.apache.catalina.core.ApplicationContext log

INFO: ColdFusionStartUpServlet: ColdFusion: Starting application services

org.apache.catalina.core.ApplicationContext log

INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 23.7-b01

org.apache.catalina.core.ApplicationContext log

INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646

org.apache.coyote.AbstractProtocol start

INFO: Starting ProtocolHandler ["ajp-bio-8012"]

com.adobe.coldfusion.launcher.Launcher run

INFO: Server startup in 20056 ms

There is also this message frequently occurring in coldfusion-error.log since update 11

org.apache.catalina.core.StandardWrapperValve invoke

SEVERE: Servlet.service() for servlet [CfmServlet] in context with path [/] threw exception [ROOT CAUSE:

java.lang.StackOverflowError

at coldfusion.runtime.NeoBodyContent.cfoutput(NeoBodyContent.java:121)


Is there a problem with update 11? Update 10 seems to perform better.

Thanks, Carl.

This topic has been closed for replies.

1 reply

Anjaneai_Srivastava
Adobe Employee
Adobe Employee
August 8, 2013

Hi Carl,

Thanks for the details of your log.

Does this problem arise when you try to visit the Scheduled Task page.If yes, a possible cause could be the neo-cron.xml's curroption.

Could you use a back up of this file, in case you have and reboot the server and verify.

If above case is not applicable, could you please add some information about what causes this problem to occur.

Thanks,

Anjaneai


Legend
August 8, 2013

Hi Anjaneai,

CF scheduled tasks are working and I can visit those in CFadmin OK.

When CF10 service starts it takes longer to be ready when update 11 is applied than say update 10. If I remove update 11 and apply update 10 CF10 usage returns to normal. All I have that is 100% reproducible is the  coldfusion-error log file that shows the bolded error when CF starts. I have had a look at a couple CF10 servers with update 11 applied and the error is common to all that I have checked.

Regards, Carl.

Legend
August 20, 2013

Hi Anjaneai,

CF10 with update 11 applied continue to have stability problems. If I role CF10 back to update 10 the stability and performance returns to normal.

When CF10 update 11 problems occur these details are recorded in Administration Tools > Event Viewer > Windows Logs > Application :

Log Name:      Application
Source:        ColdFusion 10 Application Server
Date:          20/08/2013 4:17:50 PM
Event ID:      80
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      Server.domain.local
Description:
The description for Event ID 80 from source ColdFusion 10 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

ColdFusion 10 Application Server

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ColdFusion 10 Application Server" />
    <EventID Qualifiers="32769">80</EventID>
    <Level>3</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-20T06:17:50.000Z" />
    <EventRecordID>44941</EventRecordID>
    <Channel>Application</Channel>
    <Computer>Server.domain.local</Computer>
    <Security />
  </System>
  <EventData>
    <Data>
    </Data>
    <Data>ColdFusion 10 Application Server</Data>
  </EventData>
</Event>

What does "ColdFusion 10 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted" indicate?

Further advise would be appreciated, Carl.