Foreman dashboard

Hello,
I've recently installed puppet and the foreman dashboard but am
getting a browser error when pointing to the foreman dashboard :
"blank.html - Needed for Internet Explorer's hidden IFrame". I can
browse to subdirs like /dashboard or /hosts which seems to work fine.
Just can't get the initial "splash" page.

I couldn't find anything in previous posts about this and realize that
I probably am missing something but thought i would post in case
someone has seen this message and can point me in the right
direction?

running puppet 2.7.12 and server, foreman 0.4.2, apache 2.2.15-15,
mozilla browser, etc.
RHEL 6.2
thanks for any help!

It looks like all I had to do was remove the /usr/share/foreman/public/
index.html and no more error.
Joe.

··· On Apr 11, 2:08 pm, brufan wrote: > Hello, > I've recently installed puppet and the foreman dashboard but am > getting a browser error when pointing to the foreman dashboard : > "blank.html - Needed for Internet Explorer's hidden IFrame". I can > browse to subdirs like /dashboard or /hosts which seems to work fine. > Just can't get the initial "splash" page. > > I couldn't find anything in previous posts about this and realize that > I probably am missing something but thought i would post in case > someone has seen this message and can point me in the right > direction? > > running puppet 2.7.12 and server, foreman 0.4.2, apache 2.2.15-15, > mozilla browser, etc. > RHEL 6.2 > thanks for any help!

where did you get that file from initially? its not part of foreman afaik

··· On Wed, Apr 11, 2012 at 10:06 PM, brufan wrote: > > > On Apr 11, 2:08 pm, brufan wrote: >> Hello, >> I've recently installed puppet and the foreman dashboard but am >> getting a browser error when pointing to the foreman dashboard : >> "blank.html - Needed for Internet Explorer's hidden IFrame". I can >> browse to subdirs like /dashboard or /hosts which seems to work fine. >> Just can't get the initial "splash" page. >> >> I couldn't find anything in previous posts about this and realize that >> I probably am missing something but thought i would post in case >> someone has seen this message and can point me in the right >> direction? >> >> running puppet 2.7.12 and server, foreman 0.4.2, apache 2.2.15-15, >> mozilla browser, etc. >> RHEL 6.2 >> thanks for any help! > > It looks like all I had to do was remove the /usr/share/foreman/public/ > index.html and no more error.

Hmmm, not sure. I'll have to look into it some more. I just assumed
it was part of the install. I'll see if passenger, rabbitmq,
mcollective installs had anything to do with it. Here is the file,
maybe someone has seen it before:

<!–
Copyright © 2005, Brad Neuberg, bkn3@columbia.edu
http://codinginparadise.org

Permission is hereby granted, free of charge, to any person
obtaining
a copy of this software and associated documentation files (the
"Software"),
to deal in the Software without restriction, including without
limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense,
and/or sell copies of the Software, and to permit persons to whom
the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
–>

<html>
<script language="JavaScript">
function pageLoaded() {

window.parent.dhtmlHistory.iframeLoaded(window.location);
}
</script>
<body onload="pageLoaded()">
<h1>blank.html - Needed for Internet Explorer's hidden IFrame</
h1>
</body>
</html>

··· On Apr 11, 3:17 pm, Ohad Levy wrote: > On Wed, Apr 11, 2012 at 10:06 PM, brufan wrote: > > > On Apr 11, 2:08 pm, brufan wrote: > >> Hello, > >> I've recently installed puppet and the foreman dashboard but am > >> getting a browser error when pointing to the foreman dashboard : > >> "blank.html - Needed for Internet Explorer's hidden IFrame". I can > >> browse to subdirs like /dashboard or /hosts which seems to work fine. > >> Just can't get the initial "splash" page. > > >> I couldn't find anything in previous posts about this and realize that > >> I probably am missing something but thought i would post in case > >> someone has seen this message and can point me in the right > >> direction? > > >> running puppet 2.7.12 and server, foreman 0.4.2, apache 2.2.15-15, > >> mozilla browser, etc. > >> RHEL 6.2 > >> thanks for any help! > > > It looks like all I had to do was remove the /usr/share/foreman/public/ > > index.html and no more error. > > where did you get that file from initially? its not part of foreman afaik