Trouble installing CFMX7 on SLES9

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Trouble installing CFMX7 on SLES9

    I have successfully installed CFMX701 on one SuSE Linux Enterprise server 9,
    but cannot install on a virtually identical one. I have asked support several
    times but I don?t think they have got any ideas yet; perhaps someone else may
    have some suggestions.

    I have downloaded the coldfusion-701-lin.bin executable from the Macromedia
    trials downloads page and placed into the /tmp directory. Next, I changed the
    permissions on the file to allow root to execute (chmod u+x). As the
    instructions said, I then executed "./coldfusion-701-lin.bin -i gui" to run the
    installer in GUI mode.

    I then went through, entering my licence key, selecting apache2 configs etc.
    The install completes, but with errors. Any suggestions would be most welcome.
    Extract of the log file is below:



    Install Begin: Thu Oct 13 10:07:14 BST 2005
    Install End: Thu Oct 13 10:10:11 BST 2005

    Created with Zero G's InstallAnywhere 6.1 Enterprise Build 2328


    Summary
    -------

    Installation: Successful with errors.

    59 SUCCESSES
    0 WARNINGS
    4 NONFATAL ERRORS
    0 FATAL ERRORS

    Action Notes:

    None.

    Install Log Detail:

    [...CUT...]

    Modify Text File - Single File: cfmx-init.sh
    Status: SUCCESSFUL

    ANT Script Error:
    Status: ERROR
    Additional Notes: ERROR - standalone.xmlExecute
    failed: java.io.IOException: java.io.IOException: chmod: not found

    Custom Action: com.macromedia.ia.action.ExecuteANTScriptAction
    Status: SUCCESSFUL

    Install File: /opt/coldfusionmx7/jrun-config.zip
    Status: SUCCESSFUL

    Install File: /opt/coldfusionmx7/license.txt
    Status: SUCCESSFUL

    Install File: /opt/coldfusionmx7/Readme.htm
    Status: SUCCESSFUL

    ANT Script Error:
    Status: ERROR
    Additional Notes: ERROR -
    standalone.xml/opt/coldfusionmx7/lib not found.

    Custom Action: com.macromedia.ia.action.ExecuteANTScriptAction
    Status: SUCCESSFUL

    Modify Text File - Multiple Files: No target chosen
    Status: SUCCESSFUL

    ANT Script Error:
    Status: ERROR
    Additional Notes: ERROR -
    unix_basic_commands.xmlsrcdir does not exist!

    Custom Action: com.macromedia.ia.action.ExecuteANTScriptAction
    Status: SUCCESSFUL


    ANT Script Error:
    Status: ERROR
    Additional Notes: ERROR -
    prepare-cfmx-unix-connectors.xmlError adding connector to webserver: Apache
    CommandLine:
    ErrorString: Execute failed: java.io.IOException: java.io.IOException: chmod:
    not found

    Custom Action: com.macromedia.ia.action.WSConfigAction
    Status: SUCCESSFUL

    [...CUT...]

    nhyder Guest

  2. Similar Questions and Discussions

    1. Help! CFMX7 stalls on installing at "Installing WebServer Connectors"
      I hope someone can help with this - I am currently doing an install (fresh = no other CF versions on server) on a small production server - the...
    2. Installing CFMX7 on SuSE, apache2 (RPM-based)
      I can't get the coldfusion MX 7 connector to compile and run correctly to work with apache2. (prefork version) I've followed the directions here,...
    3. ZipException when installing CFMX7
      Install SpeedFolder: Status: FATAL ERROR Additional Notes: FATAL ERROR - Error Installing Folder Contents: java.util.zip.ZipException: invalid...
    4. Installing CFMX7 on Windows ME
      Hi, I've tried to install CFMX7 four times now, and everytime I've run into the problem of it just stopping at 'Creating Coldfusion directory' I've...
    5. Trouble installing GD
      I'm trying to install the perl GD 2.16 library and make is failing. I have tried all of the suggestions in Linclon's README (except I haven't...
  3. #2

    Default Re: Trouble installing CFMX7 on SLES9

    Check whether you typed "chmod" or "chmod:".
    BKBK Guest

  4. #3

    Default Re: Trouble installing CFMX7 on SLES9

    Before executing, I typed:

    chmod u+x coldfusion-701-lin.bin

    So that I could then do:

    ./coldfusion-701-lin.bin -i gui

    to execute from the current (temporary directory "/tmp") as root. The
    installer appears to run okay, but just with "non-fatal" errors. I have tried
    using just console instead of GUI and still get same result.

    I know the install did not complete properly, as in reality the resulting
    /opt/coldfusionmx7/ directory does not seem to have execute bits set for any
    files. Also, there is a jrun-config.zip file in there and that isn?t present on
    the server that worked?


    nhyder Guest

  5. #4

    Default Re: Trouble installing CFMX7 on SLES9

    What happens when you add read and write permissions? That is,
    chmod u+rwx coldfusion-701-lin.bin

    I suspect a permissions problem.

    BKBK Guest

  6. #5

    Default Re: Trouble installing CFMX7 on SLES9

    It's saying "chmod not found". The ant script and connector installer uses
    chmod to change permissions on files,etc.

    Make sure the env you install in has a PATH that includes "chmod". That
    sounds strange.

    Stephen Dupre
    Macromedia QA

    sdupre Guest

  7. #6

    Default Re: Trouble installing CFMX7 on SLES9

    Thank you Stephen!

    For some strange reason, all files in the /bin directory didn't have the user
    execute bit set, chmod being one of them. I can only assume I must have tried
    to make the server more secure and removed execute permissions from user as
    opposed to other by mistake at some time.

    First part of install now completed withour error. I will now set-up
    connectors - have done this on other box so should be okay.

    nhyder 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