CFMX 6.1 Daylight Savings Patch

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default CFMX 6.1 Daylight Savings Patch

    The patch for the DST is not working.

    The server version is:
    CMFX 6.1 version: 6,1,0,83762

    Installed the full SDK located at:
    C:\Program Files\java\j2re1.4.2_11

    Changed the VM configuration in the jvm.config file located at
    C:\CFusionMX\runtime\bin to:

    java.home=C:/Program Files/java/j2re1.4.2_11

    Tried to restart Coldfusion Services and it would not restart!


    Does anyone have any suggestions or did I miss anything?

    Thanks,

    Ron




    Ronsweb Guest

  2. Similar Questions and Discussions

    1. Daylight Savings Time
      Using the Date object, I can get the timezone (eg: GMT-4 is current for EDT, EST would return GMT-5). WHat I need help with is determining, from a...
    2. CFMX 6.0 Daylight Savings
      We are currently on CFMX 6.0 not CFMX 6.1. I am wondering if the patch for DST for 6.1 will work for 6.0? We are have just started to upgrade to...
    3. ColdFusion 5 and Daylight Savings Time
      Is Cold Fusion 5 affected by the change in Daylight Savings Time that's coming up? If so, is there a resolution?
    4. Daylight Savings Error
      I'm working with a SQLServer DB & am stumped!!! How can I get the time 2:00am (at the moment Daylight Savings Time changes) as a DATETIME outputted...
    5. please help with mktime/daylight savings
      Hi all, sorry to post yet another unix timestamp question, but I've been looking through php.net and google and can't find exactly what i need......
  3. #2

    Default Re: CFMX 6.1 Daylight Savings Patch

    Ronsweb wrote:
    > The patch for the DST is not working.
    see this first (especially steve's comments):

    [url]http://www.talkingtree.com/blog/index.cfm/2006/4/7/CFAdmin-problems-when-editing-JVM-settings[/url]
    PaulH **AdobeCommunityExpert** Guest

  4. #3

    Default Re: CFMX 6.1 Daylight Savings Patch

    I just tried this patch and fix and I am getting the same problem. My cold
    fusion will not restart When I look in sys information I get Java 1.4.2-b28.
    Can anyone help me with this ????

    Thanks
    danix

    danix Guest

  5. #4

    Default Re: CFMX 6.1 Daylight Savings Patch

    First, try restoring the path to your prior JDK (restore from a backup
    jvm.config if you have one).
    (I.E. java.home=C:/CFusionMX/runtime/jre)
    Confirm that ColdFusion MX restarts and you are back to square one.
    Next, install the JDK in a path without spaces (I.E. C:\j2sdk1.4.2_11 instead
    of c:\program files\j2sdk1.4.2_11)
    Now, edit the jvm.config with the new path java.home=C:/j2sdk1.4.2_11
    Save the file, restart ColdFusion and it should start.

    LL@Work Guest

  6. #5

    Default Re: CFMX 6.1 Daylight Savings Patch

    Thanks you were right on point
    danix: :cool;
    danix Guest

  7. #6

    Default Re: CFMX 6.1 Daylight Savings Patch

    Thanks LL@work for replying.

    I moved the j2re1.4.2_11 to C:\j2re1.4.2_11 and configured the jvm.config to
    C:/2re1.4.2_11. I also tried moving the
    complete install C:\java\j2re1.4.2_11 and configured the jvm.config to
    C:/java/2re1.4.2_11. I tried to restart coldfusion in
    both instances and Coldfusion would not restart. I had to go back to the
    original jvm.config java.home=C:/CFusionMX/runtime/jre

    Here is the jvm.config that I tried to install:


    # 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:/j2re1.4.2_11
    #
    # If no java.home is specified a VM is located by looking in these places in
    this
    # order:
    #
    # 1) bin directory for java.dll (windows) or lib/<ARCH>/libjava.so (unix)
    # 2) ../jre
    # 3) registry (windows only)
    # 4) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)
    #

    # Arguments to VM
    java.args=-server -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Xmx512m
    -Dsun.io.useCanonCaches=false -Xbootclasspath/a:

    #
    # commas will be converted to platform specific separator and the result will
    be passed
    # as -Djava.ext.dirs= to the VM
    java.ext.dirs={jre.home}/lib/ext

    #
    # where to find shared libraries

    java.library.path={application.home}/../lib,{application.home}/../jintegra/bin,{
    application.home}/../jintegra/bin/international,{application.home}/../lib/_nti40
    /bin
    system.path.first=false

    # JVM classpath

    java.class.path={application.home}/servers/lib,{application.home}/../lib/cfusion
    ..jar,{application.home}/../lib,{application.home}/../runtime/lib/jrun.jar,{appli
    cation.home}/../runtime/lib,c:\\cfdev\\spellchecker\\CFX_JSpellCheck.jar,c :\\Act
    ivEdit4\\activedit\\inc\\spellchecker\\ActivSpell2 .jar,C:/CFusionMX/cfx/java,C:\
    \Program Files\\Microsoft SQL Server 2005 JDBC
    Driver\\sqljdbc_1.0\\enu\\sqljdbc.jar,



    Thanks for the help,

    Ron


    Ronsweb Guest

  8. #7

    Default Re: CFMX 6.1 Daylight Savings Patch

    OK, I figured out the problem -

    You have to make sure that you have the right download from Java. If you look
    at my jvm.config you will notice that the file name
    is j2re1.4.2_11. It should be j2sdk1.4.2_11

    So here a step by step install for CFMX 6.1 with updater 1

    1) Make a backup of your jvm.config file located at: C:\CFusionMX\runtime\bin
    If you have any problems, just change the path back to the original
    java.home=C:/CFusionMX/runtime/jre

    2) Download the J2SDK 1.4.2_11 at:
    [url]http://java.sun.com/products/archive/j2se/1.4.2_11/index.html[/url]
    ** Make sure that you DO NOT install the J2RE 1.4.2_11. This is what gave me
    the problem***

    Install the full J2SDK 1.4.2_11 - Here is the download:

    [url]https://sdlc6a.sun.com/ECom/EComActionServlet;jsessionid=3BC516FBC3CC49D84B7C1 F8[/url]
    3E775207E


    3) I would use LL@works suggestion about not installing with any directory
    with spaces. I installed
    it at the default java installation location C:\j2sdk1.4.2_11

    4) Manually reconfigure the jvm.config file to point to the new installation
    java.home=C:/j2sdk1.4.2_11

    5) Restart the coldfusion application service in services.

    6) Then you have to check out this hotfix:
    [url]http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb400232[/url]

    You now should be in business.
    Thanks LL@work for all the help!

    Ron

    Ronsweb Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139