Forums & Blog

A SmarterTools-sponsored community.
Welcome to Forums & Blog Sign in | Join | Help
in Search

Problems after initial installation

Last post 07-06-2009 9:24 AM by ST-AWhite. 13 replies.
Page 1 of 1 (14 items)
Sort Posts: Previous Next
  • 06-25-2009 9:11 AM

    • 803617
    • Not Ranked
    • Joined on 06-25-2009
    • Posts 9

    Problems after initial installation

     

     
    I voted today for the first time an installation of SmarterTrack performed (shared hosting, IIS7). After the installation wizard and the error to occur, however.

    1. Question
    For me, the portal without stylesheets shown. The files are all in App_Themes uploaded. The path in the code shows how to "href ="/App_Themes/Horizon/CSS/StyleSheet.ashx?Guid=1C9F585B9AB629E_1.6.3435.15429_4.0.3435.15445=portal&fileMask/Cust;SV5_HyperGrid&rtl = false". What do I need to adjust so that the stylesheets are displayed?

    2. Question
    The directories "kb" and "news" are not in the file SmarterTrack4_ManualSetup.exe included. This is when you call from ".../KB/root.aspx" to Error 404. What do wrong?

    Thanks

    Filed under:
  • 06-25-2009 9:36 AM In reply to

    Re: Problems after initial installation

    Your portal is pointing to the correct handler so that shouldn't be an issue. It almost seems like some content is being blocked on your server or that it is not set up with the correct permissions.

    Please verify the following with your hosting provider:

    1. Is your SmarterTrack site is running in full trust mode? SmarterTrack will need full trust in order to function properly.
    2. Is your SmarterTrack site running in classic or integrated mode? Currently, only classic mode is supported

    Also, please log in as a system admin and check out the system diagnostic page. (You can find this page under System Settings -> Self Diagnostic). Does this page indicate any failed checks?

    Andrew White
    Senior Developer / Analyst
    SmarterTools Inc.
    (877) 357-6278
    www.smartertools.com

    SmarterMail - Windows Mail Server and Microsoft Exchange Alternative
    SmarterTrack - Help Desk, Ticket Tracking, Live Chat, WhosOn, and Knowledge Base Software
    SmarterStats - Web Log Analytics and SEO Software
  • 06-25-2009 10:44 AM In reply to

    • 803617
    • Not Ranked
    • Joined on 06-25-2009
    • Posts 9

    Re: Problems after initial installation

    The diagnostic side, I can not call because I am not in the administrative area come (JavaScript error).
    It appears that the handler is not executed.
    I have the web.config from the Setup file is not altered. What settings are available for IIS7 to make? Our own ASP-NET-Applications work fine on the server.

  • 06-25-2009 10:52 AM In reply to

    Re: Problems after initial installation

    Even if your stylesheet does not load you should still be able to pull up the diagnostics page if you do the following:

    1. Go to your site and go to /Login.aspx.
    2. Login as the system admin
    3. Manually type in the address for the diagnostic page. (/About/frmCheckUp.aspx)

    The settings in IIS7 that need to be looked at were in my last response. Basically, SmarterTrack needs to be running in full trust and the application pool must be running in classic mode.

    Andrew White
    Senior Developer / Analyst
    SmarterTools Inc.
    (877) 357-6278
    www.smartertools.com

    SmarterMail - Windows Mail Server and Microsoft Exchange Alternative
    SmarterTrack - Help Desk, Ticket Tracking, Live Chat, WhosOn, and Knowledge Base Software
    SmarterStats - Web Log Analytics and SEO Software
  • 06-26-2009 4:23 AM In reply to

    • 803617
    • Not Ranked
    • Joined on 06-25-2009
    • Posts 9

    Re: Problems after initial installation

    The application is running in Full Trust mode. I have changed the web.config:

     

     

    <

    system.web>
    ...

    <
    trust level="Full" originUrl="" />
    ...
    </
    system.web>

    The problem is the same. So it can only be on Classic mode lie. How can these settings?

  • 06-26-2009 4:30 AM In reply to

    • 803617
    • Not Ranked
    • Joined on 06-25-2009
    • Posts 9

    Re: Problems after initial installation

    Another Note: The server runs on Windows 2008 and Plesk 9.2.1.

  • 06-26-2009 11:56 PM In reply to

    • 803617
    • Not Ranked
    • Joined on 06-25-2009
    • Posts 9

    Re: Problems after initial installation

    It seems that Plesk can not Classic mode for application pools set.
    http://forum.parallels.com/showthread.php?t=83879
    Can SmarterTrack together on a server with Plesk basically work?

  • 06-29-2009 7:33 AM In reply to

    • 803617
    • Not Ranked
    • Joined on 06-25-2009
    • Posts 9

    Re: Problems after initial installation

    We have the Application Pool now manually Classic mode converted. Now, the following errors.
    HTTP-Fehler 500.21 - Internal Server Error
    Der Handler "Plesk_Handler_033644602" weist das ungültige Modul "ManagedPipelineHandler" in der Modulliste auf.

     What to do?

  • 06-29-2009 10:37 AM In reply to

    Re: Problems after initial installation

    You can configure a seperate application pool for SmarterTrack to run under. SmarterTrack only works in classic mode at this time.

    Andrew White
    Senior Developer / Analyst
    SmarterTools Inc.
    (877) 357-6278
    www.smartertools.com

    SmarterMail - Windows Mail Server and Microsoft Exchange Alternative
    SmarterTrack - Help Desk, Ticket Tracking, Live Chat, WhosOn, and Knowledge Base Software
    SmarterStats - Web Log Analytics and SEO Software
  • 06-29-2009 10:43 AM In reply to

    • 803617
    • Not Ranked
    • Joined on 06-25-2009
    • Posts 9

    Re: Problems after initial installation

    SmarterTrack is already running in a dedicated application pool in Classic Mode. It is also not possible, so that other applications are not in Classic mode to run.

  • 06-29-2009 11:55 AM In reply to

    Re: Problems after initial installation

    Some applications are designed to operate in integrated mode only so if let's say your plesk app is on that same pool it will most likely not work. They will both need to be seperate. From what you said though, it sounds like this is the case. You may want to open a support ticket so we can take a look at your smartertrack app a little more closely. Is SmarterTrack currently up and running?

    Andrew White
    Senior Developer / Analyst
    SmarterTools Inc.
    (877) 357-6278
    www.smartertools.com

    SmarterMail - Windows Mail Server and Microsoft Exchange Alternative
    SmarterTrack - Help Desk, Ticket Tracking, Live Chat, WhosOn, and Knowledge Base Software
    SmarterStats - Web Log Analytics and SEO Software
  • 06-29-2009 2:13 PM In reply to

    • 803617
    • Not Ranked
    • Joined on 06-25-2009
    • Posts 9

    Re: Problems after initial installation

    What should I login details to open a ticket?

  • 07-02-2009 11:10 AM In reply to

    Re: Problems after initial installation

    Your options for opening a support ticket can be found here on this page:

    http://www.smartertools.com/Support/Support-Hours.aspx

    When you submit a ticket I would be sure to reference this post. You may also want to let them know what problems you are having and what you have tried already. This will help them determine a solution to your issue more quickly.

    Thanks

    Andrew White
    Senior Developer / Analyst
    SmarterTools Inc.
    (877) 357-6278
    www.smartertools.com

    SmarterMail - Windows Mail Server and Microsoft Exchange Alternative
    SmarterTrack - Help Desk, Ticket Tracking, Live Chat, WhosOn, and Knowledge Base Software
    SmarterStats - Web Log Analytics and SEO Software
  • 07-06-2009 9:24 AM In reply to

    Re: Problems after initial installation

    If you don't feel comfortable opening a ticket for installation support you can also try checking a few additional IIS settings. Usually, the stylesheets do not load if your server's IIS settings are restricting their usage of certain file extensions. (In this case, .ashx) Often times, the installation of cold fusion or other IIS related apps (like Plesk) can add custom settings to your IIS that prevent certain extensions from being accessible by .net apps.

    On the file extensions setting page please make sure .ashx has the "Verify that file exists" checkbox unchecked. This would be a good place to start in debugging your install as it seems the handler is not able to load the appropriate stylesheet for the portal. Somehow, your IIS is restricting the use of .ashx files (or handlers)

    Thanks! Hope this helps.

    Andrew White
    Senior Developer / Analyst
    SmarterTools Inc.
    (877) 357-6278
    www.smartertools.com

    SmarterMail - Windows Mail Server and Microsoft Exchange Alternative
    SmarterTrack - Help Desk, Ticket Tracking, Live Chat, WhosOn, and Knowledge Base Software
    SmarterStats - Web Log Analytics and SEO Software
Page 1 of 1 (14 items)