Can't open administrator, get bunch of binary codesinstead. Please help!

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

  1. #1

    Default Can't open administrator, get bunch of binary codesinstead. Please help!

    Hello all,
    I have installed Cold Fusion 6.1 in a Fedora machine and CF admin doesn't want
    to show up. Instead I see the bunch of characters below. Do I need to recompile
    something? The logs don't seem to show anything relevant. Any hint any one?

    Thanks a lot


    Allaire Cold Fusion Template
    Header Size: New
    Version?7???R`E?_Y????$hq???8X???????P^qv
    ?N????F??'????wI?M??1<D]6
    =???
    #??=??????>e???R?t-]S?H?x?3?]?'?G?-????[g??pq?L????V?????f
    ?S??`??$sw??=o????3????Y?p?K?_?;?Bw?cjZV?k???#??? q????B?H?@?????j
    ????j7??T?B??(J<'??gO??j_<????`n??7)?

    andres15 Guest

  2. Similar Questions and Discussions

    1. Cannot open MX Administrator
      I did a clean sweep and uninstalled ColdFusion MX. After the uninstall routine, I did a restart and deleted the root folder (it was left after...
    2. Can not open Administrator
      New to webservers and I have no clue --- Please help.... I can not open the administrator. I keep gettting a File not found:...
    3. Can't open ColdFusion MX7 Administrator
      I'd like to install Coldfusion MX 7. As webserver I choose the built-in web server to run. At the end of installation it opens a configuration and...
    4. 6.1 Administrator won't open
      I have installed 6.1 on a production server. Self contained server install with IIS configured and ponited to a root folder and CFIDE is in the root...
    5. Secure binary files with ASP.NET and open PDF with Browser
      Open Binary files with ASP.Net Posted: 07-08-2003 05:47 PM I am trying to protect PDF files with a form that asks the user to enter name and...
  3. #2

    Default Re: Can't open administrator, get bunch of binary codes instead. Please help!

    > Hello all,
    > I have installed Cold Fusion 6.1 in a Fedora machine and CF admin doesn't
    want
    > to show up. Instead I see the bunch of characters below. Do I need to
    recompile
    > something? The logs don't seem to show anything relevant. Any hint any
    one?
    >
    > Thanks a lot
    >
    >
    > Allaire Cold Fusion Template
    > Header Size: New
    > Version?7???R`E?_Y????$hq???8X???????P^qv
    > ?N????F??'????wI?M??1<D]6
    > =???
    > #??=??????>e???R?t-]S?H?x?3?]?'?G?-????[g??pq?L????V?????f
    > ?S??`??$sw??=o????3????Y?p?K?_?;?Bw?cjZV?k???#??? q????B?H?@?????j
    > ????j7??T?B??(J<'??gO??j_<????`n??7)?
    The web server connector is not installed (you should have some lines with
    Load Module mod_jrun{1,2}.so in your httpd.conf file). Run wsconfig from
    CF's bin directory.

    --
    <mack />


    Neculai Macarie Guest

  4. #3

    Default Re: Can't open administrator, get bunch of binary codesinstead. Please help!

    Hi, thanks for your reply.
    I have tried your suggestion but it says that a "JVM can not be found".
    This is going to be a very stupid question but, do I need to install JRun/J2EE
    separately after/before installing Cold Fusion 6?

    Thanks

    andres15 Guest

  5. #4

    Default Re: Can't open administrator, get bunch of binary codes instead. Please help!

    > Hi, thanks for your reply.
    > I have tried your suggestion but it says that a "JVM can not be found".
    > This is going to be a very stupid question but, do I need to install
    JRun/J2EE
    > separately after/before installing Cold Fusion 6?
    No, it should have been installed with CFMX. I think that something went
    wrong when installing CFMX. Can you try to reinstall it ?

    --
    <mack />


    Neculai Macarie Guest

  6. #5

    Default Re: Can't open administrator, get bunch of binary codesinstead. Please help!

    Thanks for your advice. I reinstalled Cold Fusion (server, not J2EE) and this
    time the install added the lines below to Apache's httpd.conf. Also, checking
    ConnectorInstall0.txt after installation doesn't seem to report anything wrong
    (see below too).

    With that code in it, any request to the server (even [url]http://localhost[/url]) seem
    to hang, all I get is "Waiting for localhost..." and nothing happens. Without
    those lines the requests are served quickly but CF Admin still shows the
    bizarre codes. Any idea?

    Thanks a lot

    LoadModule jrun_module /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so
    <IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore
    /opt/coldfusionmx/runtime/lib/wsconfig/1/jrunserver.store
    JRunConfig Bootstrap 127.0.0.1:51010
    # JRunConfig Errorurl <optionally redirect to this URL on errors>
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc
    </IfModule>

    ################################################## #################

    Macromedia JRun 4 (Build 63961)
    os.name: Linux
    os.version: 2.4.22-1.2115.nptl
    os.arch: i386
    platform: intel-linux
    Found port 2901 on host localhost
    findServers(): found server default at 127.0.0.1:2901
    Found JRun server default at 127.0.0.1:2901
    this host is newblack:127.0.0.1
    default ProxyService activated, saved deactivated offline and started
    web server: Apache
    web server directory: /etc/httpd/conf
    verbose connector logging: false
    apialloc: false
    force resource extract from jar: true
    CFMX: true
    mappings: .jsp,.jws,.cfm,.cfml,.cfc
    filter mapping prefix: false
    Apache binary: /usr/sbin/httpd
    Apache control script: /etc/rc.d/init.d/httpd
    Fedora Core release 1 (Yarrow)
    Detected Red Hat Linux release 7 or lower
    Using Apache binary /usr/sbin/httpd
    Server version: Apache/2.0.47
    Apache 2.0.47 is supported
    isValidVersion(): Apache is 2.0.47
    Compiled in modules:
    core.c
    prefork.c
    http_core.c
    mod_so.c
    Using Apache control script /etc/rc.d/init.d/httpd
    Parsing Apache configuration file /etc/httpd/conf/httpd.conf
    Exec'ing chmod 777 /opt/coldfusionmx/runtime/lib/wsconfig/1
    Set permission to 777 on /opt/coldfusionmx/runtime/lib/wsconfig/1
    Using resource mod_jrun20.so
    Extracting resource connectors/apache/intel-linux/prebuilt/mod_jrun20.so
    file defaulted
    last modification date: Fri Jul 18 12:04:18 BST 2003
    size/compressed size: 64117/27715
    to /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so
    Exec'ing chmod +x /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so
    Set permission to execute on
    /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so
    Created file /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so
    getProxyServerUrl(): 127.0.0.1:51010
    Wrote file /etc/httpd/conf/httpd.conf
    Added JRun configuration to Apache configuration file
    /etc/httpd/conf/httpd.conf
    Created file /opt/coldfusionmx/runtime/lib/wsconfig/1/README.txt
    Wrote file /opt/coldfusionmx/runtime/lib/wsconfig/wsconfig.properties
    Exec'ing /etc/rc.d/init.d/httpd restart
    Stopping httpd: [ OK ]

    Starting httpd: [ OK ]

    Restarted Apache server
    The Apache connector was installed to /etc/httpd/conf




    andres15 Guest

  7. #6

    Default Re: Can't open administrator, get bunch of binary codesinstead. Please help!

    Hi,
    I have tried again commenting out the line

    JRunConfig Serverstore
    /opt/coldfusionmx/runtime/lib/wsconfig/1/jrunserver.store

    and it seems to work, now I can access the CF Admin... Not sure what that line
    does but with it I just get the "Waiting for host" message. My only doubt now
    is if by commenting that out I'll have problems later on.

    Thanks

    andres15 Guest

  8. #7

    Default Re: Can't open administrator, get bunch of binary codesinstead. Please help!

    I had the same problem as you.
    Mine was rectified by restarting Apache
    Mairead2004 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