Log In Returns Blank Page

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

  1. #1

    Default Log In Returns Blank Page

    I am running ColdFusion MX 6.1 with JRun 4 Updater 6. I have a web application
    that requires authentication. After entering in my credentials,
    ColdFusion/JRun returns a blank page. I have to refresh the page before being
    taken into the site. This happens about 50% of the time and it just recently
    started happening after applying JRun4 Updater 6. The ColdFusion MX logs do
    not report any information on this. Any ideas what may be causing this to
    happen? Help would be much appreciated.

    Thanks,
    Ramzi:confused;

    RSalameh Guest

  2. Similar Questions and Discussions

    1. #40083 [NEW]: in the milter SAPI, the function smfi_getsymval always returns blank strings
      From: tuxracer69 at gmail dot com Operating system: Linux debi 2.6.17-2-k7 #1 SMP Fr PHP version: 5.2.0 PHP Bug Type: ...
    2. #40083 [Opn->Bgs]: in the milter SAPI, the function smfi_getsymval always returns blank strings
      ID: 40083 Updated by: iliaa@php.net Reported By: tuxracer69 at gmail dot com -Status: Open +Status: ...
    3. #39860 [NEW]: PHP returns a blank page
      From: j dot hakvoort at publiceren dot net Operating system: Linux PHP version: 5.2.0 PHP Bug Type: *General Issues Bug...
    4. Edit page returns a blank draft page
      The connection to my website is validated. I can see the home page as expected. But when I go to "Edit page" online, it comes back with a blank...
    5. Link target to blank page and sizing new page
      SimpleQ wrote: :: Hello, :: :: I'm linking a simple thumbnail to open a larger image in a new :: brower page. I'm trying to size the border of...
  3. #2

    Default Re: Log In Returns Blank Page

    RSalameh wrote:
    > I am running ColdFusion MX 6.1 with JRun 4 Updater 6. I have a web
    > application that requires authentication. After entering in my
    > credentials, ColdFusion/JRun returns a blank page. I have to refresh
    > the page before being taken into the site. This happens about 50% of
    > the time and it just recently started happening after applying JRun4
    > Updater 6. The ColdFusion MX logs do not report any information on
    > this. Any ideas what may be causing this to happen? Help would be
    > much appreciated.
    Use LiveHTTPHeaders extension for Mozilla to see what is sent from the
    server. Also check page source when the page is blank, maybe there are some
    clues there...

    --
    <mack />


    Neculai Macarie Guest

  4. #3

    Default Re: Log In Returns Blank Page

    View source shows nothing on the page. I also downloaded a utility to record the http traffic between the client browser and server. What should I be looking for?
    RSalameh Guest

  5. #4

    Default Re: Log In Returns Blank Page

    RSalameh wrote:
    > View source shows nothing on the page. I also downloaded a utility
    > to record the http traffic between the client browser and server.
    > What should I be looking for?
    Location: headers and general communication... Also you could enable
    debugging to see what files are processed.

    --
    <mack />


    Neculai Macarie Guest

  6. #5

    Default Re: Log In Returns Blank Page

    After enabling debugging, I noticed that the last page processed on the blank
    login page is the "application.cfm" file. When the login is successful there
    are a few other pages that are processed after the "application.cfm" file.
    As far as http traffic goes, when the login is successful, I noticed that
    there are an extra six http requests. After these first six requests, the
    communication between client and server is identical.
    Also for your information, I rolled back the installation on our production
    servers to the last JRun 4 Updater and I no longer have these problems. That
    implies that our coding is fine. There is another thread that I'm following on
    Google Groups. You may find it at
    [url]http://groups.google.com/group/macromedia.coldfusion.advanced_techniques/browse_[/url]
    frm/thread/6fc171c8efbc327b/7052d421eb9d4bb9?lnk=st&q=jrun+updater+6+blank+pag e&
    rnum=2#7052d421eb9d4bb9

    Anyhow, if you have any additional information on this, I would really
    appreciate it. Thanks for all of your help insofar.

    Ramzi

    RSalameh 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