Skip to main content
Known Participant
May 30, 2012
Question

ColdFusion 6.1 restart every few minutes

  • May 30, 2012
  • 2 replies
  • 1180 views

Hi,

I am running ColdFusion MX 6.1, Win 2003, JVM 1.4.2-b28.

The issue is every few minutes the ColdFusion is restarting automatically when checked in the application events. The error description says : The coldfusion mx application server service killed process with pid. After this CF restarts.

The event ID is 263.

Any help  / suggestion is greatly appreciated.

Thank you.

This topic has been closed for replies.

2 replies

Legend
May 30, 2012

Suggest check “runtime logs” for errors and warnings, not the CFadmin > Debugging & Logging > Log Files. Have not seen CF6 for  considerable time, as I recall runtime logs are in jrun\logs and are named coldfusion -event -app -out .log.

Expect you are running CF6 for good reasons and likely you are aware that it is well behind current version being CF10 as is the Java that CF6 is using 1.4.2.x where current Java is 1.7.0_04.

HTH, Carl.

BhaveshKPAuthor
Known Participant
May 31, 2012

Yes, I know it very well we have CF 10 now but I have to use CF 6.1 for now. If I check runtime logs it shows the below error :

Even there are other errors but the below error seems to be repeated many times.

java.lang.ClassCastException: isIISJrunVirtualDir

    at coldfusion.scheduling.PriorityComparator.compare(Scheduler.java:20)

    at org.apache.commons.collections.BinaryHeap.compare(Unknown Source)

    at org.apache.commons.collections.BinaryHeap.percolateUpMinHeap(Unknown Source)

    at org.apache.commons.collections.BinaryHeap.insert(Unknown Source)

    at coldfusion.scheduling.Scheduler.insert(Scheduler.java:109)

    at coldfusion.scheduling.Scheduler.schedule(Scheduler.java:195)

    at coldfusion.mail.MailSpooler.run(MailSpooler.java:924)

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

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

java.lang.ClassCastException: isIISJrunVirtualDir

    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:128)

    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:128)

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

java.lang.ClassCastException: isIISJrunVirtualDir

    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:128)

    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:128)

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

Thank you so much.

Participating Frequently
May 30, 2012

Is there a security suite on your server that may be killing those threads off?

BhaveshKPAuthor
Known Participant
May 31, 2012

No I don't think so .but need to check in detail. Is there any possiblity when any request takes a long time than what we set in CF admin "Timeout Requests after (seconds)", the CF restarts ? In this request provided that it connects with database and database takes long time in responding.

Thank you so much.