Skip to main content
Participant
November 1, 2012
Answered

Coldfusion 10 Scheduled Tasks Not Working

  • November 1, 2012
  • 1 reply
  • 2835 views

I'm trying to schedule a task that will run every Sunday. I have tried several options and I continue to get the following message...

  • An error occured scheduling the task.
    Advance Scheduling support is not available in this edition of ColdFusion server.

My version is the following..

Server Product ColdFusion
Version ColdFusion 10,283111
Edition Standard  
Operating System Windows Server 2008 R2
OS Version 6.1  
Update Level /C:/ColdFusion10/cfusion/lib/updates/hf1000-3332326.jar  
Adobe Driver Version 4.1 (Build 0001)  

I've updated with the Mandatory update and still have this issue. 
Is there a work around or when should this be resolved?

    This topic has been closed for replies.
    Correct answer parkercep022

    It is not listed and I don't have either of those files.


    This fixed the issue... -Dhttp.proxyHost=wwwgate0.mot.com -Dhttp.proxyPort=1080  please note where to put the information.

    # VM configuration

    #

    # Where to find JVM, if {java.home}/jre exists then that JVM is used

    # if not then it must be the path to the JRE itself

    java.home=C:\\ColdFusion10\\jre

    application.home=C:\\ColdFusion10\\cfusion

    #

    # If no java.home is specified a VM is located by looking in these places in this

    # order:

    #

    #  1) ../runtime/jre

    #  2) registry (windows only)

    #  3) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)

    #  4) java.exe in path

    #

    # Arguments to VM

    java.args=-server -Xms256m -Xmx512m -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -

    Djava.awt.headless=true -Dcoldfusion.rootDir={application.home} -Djava.security.policy=

    {application.home}/lib/coldfusion.policy -Djava.security.auth.policy={application.home}/lib/neo_jaas.policy  -

    Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,

    {application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/cfform/jars,{application.home}/wwwroot/WEB-

    INF/flex/jars,{application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes -Dcoldfusion.libPath=

    {application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random

    -Dhttp.proxyHost=wwwgate0.mot.com -Dhttp.proxyPort=1080

    # Comma separated list of shared library path

    java.library.path={application.home}/lib,{application.home}/jintegra/bin,{application.home}/jintegra/bin/international,

    {application.home}/lib/oosdk/classes/win

    java.class.path={application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes

    1 reply

    Adobe Employee
    November 2, 2012

    Hi Parkercep022,

    It seems to me that ColdFusion 10 Update 2 has not been applied properly because applying this update, your Update Level: /C:/ColdFusion10/cfusion/lib/updates/chf10000002.jar

    Can you please check if you have chf10000002.jar file listed under "CF Server Java Class Path"?

    Thanks & Regards,

    Nimit

    Participant
    November 2, 2012

    I do not. Where do I get this update ?

    Adobe Employee
    November 2, 2012

    Is there any update notification on the top right corner of your CF admin page?

    If not, then please check if you have hotfix_002.jar file or hf-10-00002 folder inside "[Install Dir]\ColdFusion10\cfusion\hf-updates\" folder.

    If you have hotfix_002.jar then execute it using "java -jar hotfix_002.jar" command. But make sure on 64-bit computer, use 32-bit JRE for 32-bit ColdFusion and 64-bit JRE for 64-bit ColdFusion.

    Regards,

    Nimit