Skip to main content
Participant
June 6, 2013
Question

JRUN Intermittent Death

  • June 6, 2013
  • 1 reply
  • 402 views

Hi All,

A couple of weeks ago I applied the APSB13-13, APSB13-03 and ColdFusion 9.0.2

Cumulative Hotfix 1. After applying this patch however, I've been experiencing

intermittent outages where the jrun service seems to spike. I'm not totally

confident it was the patches that did it, but that's the only thing I can think

of that changed since then. The issue actually started popping up two days after

the patches were successfully applied.

Do you guys think it could be the patches? I would really hate to un-patch my

server. One thing that had occurred to me, is that my server instance of

ColdFusion is currently using JVM 1.6. Does anyone thing upgrading to JVM 1.7

would help?

What are the pros and cons of using JVM 1.7?

Thanks,

Paul

This topic has been closed for replies.

1 reply

Legend
June 6, 2013

Hi Paul,

I have been using CF9.0.2 with Java 1.7 and find it to work very well.

There are a couple ways to change Java that CF is using. I prefer to install JDK then edit
ColdFusion9\runtime\bin\JVM.CONFIG and alter Java Home to the JRE in JDK eg:

#java.home=C:/ColdFusion9/runtime/jre
java.home=C:\\Program Files\\Java\\jdk1.7.0_21\\jre

ColdFusion application service needs a restart to apply.

What JAR files do you have in ColdFusion9\lib\updates ?

HTH, Carl.