Link to home
Start Free TrialLog in
Avatar of rburney
rburney

asked on

New xenapp 5.0 install unable to launch published apps

i have a new xenapp 5.0 with no fp's installed running on server 2008 std sp2 64bit. We are running xml on port 8080. I will attached the htm file from the web interface.

When a user logs in they are presented with there apps. But when they click on one to launch the page just starts refreshing in a continuous loop and never launches the app. It also gives a error on the page stating the following: " An error occurred while making the requested connection." Any and all help would be greatly appreciated.



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <title>Notepad</title>
    <link rel="SHORTCUT ICON" href="/Citrix/XenApp/site/icons.aspx?size=small&amp;id=NIAGGDKFNIHJFCPOIGAKMOCCDCKDGCPP" type="image/png">
      <script type="text/javascript" src="javascript.aspx?cacheString=en++Normal++KFWf1KBI+xefiYOBh5aC5A++MUCJDUwQa30pKxd5SgccFC++authenticated"></script>
  <script type="text/javascript">
    <!--
    // Ensure every page has an onLoadLayout function. If a page defines its own
    // onLoadLayout function, it will override this one.
    function onLoadLayout() {
      return;
    }
    function getFrameSuffix() {
      return "WI_1fCOCe3gdM0Ns0NDm";
    }
    function getSessionToken() {
      return "62e26b2dd1775ff2f01c44a44b218d7f";
    }
    // -->
  </script>
    <script type="text/javascript">
        <!--
        // launch.js
// Copyright (c) 2001 - 2008 Citrix Systems, Inc. All Rights Reserved.
// Web Interface 5.0.1.29110

function onLoadLayout()
{
}


function appEmbed(mylink, width, height)
{
    var scrollable = "no";
    if (width > window.screen.availWidth) {
        scrollable = "yes";
        width = window.screen.availWidth - 10;
    }
    if (height > window.screen.availHeight) {
        scrollable = "yes";
        height = window.screen.availHeight - 30;
    }
    var win = window.open(mylink, '_blank', 'width=' + width + ',height=' + height + ',scrollbars=' + scrollable + ',status=no,resizable=no,toolbar=no');
    if (win != null) {
        try {
            win.moveTo(window.screen.availLeft, window.screen.availTop);
        } catch (e) {
            // Ignore exception caused by this page being in a different zone to the opened window. (RDP Trusted Sites issue).
        }
    }
    return win;
}
// launcher.js
// Copyright (c) 2008 Citrix Systems, Inc. All rights reserved.
// Web Interface 5.0.1.29110

// Check if we are in the main frame in WI (i.e. not hidden frames)
// If so, redirect to a hidden one so that we can still see the WI default page
function checkFrameName( ){

    if (findMainFrame(window) == null) {

        redirectToMainFrame("default.aspx?NFuse_MessageType=WARNING&NFuse_MessageKey=ShortcutDisabled")

    } else {
      document.location.replace('/Citrix/XenApp/site/appembed.aspx?NFuse_Application=Citrix.MPS.App.NewFarmName.Notepad&LaunchId=1303842372937&NFuse_AppFriendlyNameURLENcoded=Notepad&NFuse_Token=62e26b2dd1775ff2f01c44a44b218d7f&NFuse_WindowWidth=1024&NFuse_WindowHeight=768&Title=Notepad');
    }

}

        // -->
    </script>
</head>

<body onload="setTimeout('checkFrameName();',0);">
</body>
</html>

Open in new window

Avatar of Carl Webster
Carl Webster
Flag of United States of America image

Are these internal or external users?
What do you have setup for Secure Access in the web site configuration?
Avatar of rburney
rburney

ASKER

There is no secure access this is internal access only.
There is always Secure Access.  By default, it is set for Direct Access, which is all IP addresses on the same subnet as the WI server.
Avatar of rburney

ASKER

Sorry i was thinking SSL... it is direct access.
Where is Web Interface installed?  On the same XenApp Server or a separate server?

Use this article I wrote to help you test basic internal web access:

http://www.dabcc.com/article.aspx?id=15053

Avatar of rburney

ASKER

Everything is on the same box.
Avatar of rburney

ASKER

I have read through that and that is pretty much what i have done. I have done several xenapp installs and never have had this issue. A co worker of mine  did the install "not putting the blam on anyone" but he brought this issue to me. The PNagent sight is not working either.
Is the license server also on this server?  Is the web site configured as the default site for IIS?
Avatar of rburney

ASKER

license server is on the same server and yes the web site is set as the default site. I can get to the site, login and see my apps but when i go to launch the site IE goes into a infinant loop and never launches the app.
If license server is installed and is not build 10007 then web site CANNOT be the default site.
Avatar of rburney

ASKER

build version 10007 of license server? Where can i verify that info at?
Avatar of rburney

ASKER

thanks!! 11.6.1 build 10007 is the build version. So that should not be a problem correct?
Try to access the same application through Program Neighborhood client to narrow down the problem.  If it will not work from PN client, then there is some issue on the Citrix XenApp server.



ASKER CERTIFIED SOLUTION
Avatar of rburney
rburney

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rburney

ASKER

Found the solution myself by reinstalling IIS.