Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Jul 01, 2013 @ 13:14
    Rasmus Fjord
    0

    base/teacommerce/GetOrder.aspx just says page cannot be displayed(1.4.4.4)

    Hey :)

    Im testing out a solution on azure and everything seems to work though i cannot add products to the cart. it just returns a 500 The page cannot be displayed because an internal server error has occurred.

    But if i open the site on a local machine it works, and if i goto /base/teacommerce/GetOrder.aspx i get the json obj but if i do it on the azure site i just get "the page cannot ...." 

    Any ideas?

    the 2 codebases is identical, the site also works perfectly locally even if i use the azure DB.

    Is there a log where i can see the TC error ?

  • Anders Burla 2560 posts 8256 karma points
    Jul 01, 2013 @ 16:12
    Anders Burla
    0

    Hi Rasmus

    Im no Azure freak - so not much help to get from me :)

    But if it works locally but not on Azure then i might be something with the File system on an Azure site being a blob? Or am I already wrong here? :)

    Tea Commerce use the Umbraco log system. So depending on you Umbraco version then it is in a DB table or in the App data folder.

    Kind regards
    Anders

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Jul 01, 2013 @ 18:23
    Rasmus Fjord
    0

    Hey Anders 

    Thx for your reply.

    Its a version 4.10.8, its quite wierd its not throwing a bug into the umbraco log, and its running on default logging settings.

    Its not like that because of the license file it wont let me use a azurewebsites.net subdomain ? just rambling ideas here.

    Well so far ive seen its not something with the azure sql, but it might be the file storage though i havnt seen the problem on other umbraco installs.

    Here is what is says when i hit the url

    It says the error is in :

    Detailed Error Information:

    Module    ManagedPipelineHandler
    Notification    ExecuteRequestHandler
    Handler    Umbraco.Web.BaseRest.BaseRestHandler
    Error Code

       0x00000000

     

    Dont have more details yet, can this help in anyway ?

  • Anders Burla 2560 posts 8256 karma points
    Jul 02, 2013 @ 20:31
    Anders Burla
    0

    You dont have a stack trace for that error? If the domain isnt valid and you have more than 20 orders. Then delete them from the database and remove them from the orders xml cache.

    Kind regards
    Anders

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Jul 02, 2013 @ 21:00
    Rasmus Fjord
    0

    Nope sadly no i Cant get a stacktrace. And no bug is being throw neither in the base or log file. What will happen if an order is created after the 20th if no correct license is present and does a license count for sub domains aswell? 

  • Anders Burla 2560 posts 8256 karma points
    Jul 02, 2013 @ 21:05
    Anders Burla
    100

    Yes - a license works for all subdomains as well. Tea Commerce throws an exception when the order limit is hit and an order is tried to be saved. Be sure to upgrade to the latest Tea Commerce 1.4.4.5 for the 1.x branch. It has a minor refactoring of the licensing check.

    Kind regards
    Anders

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Jul 02, 2013 @ 21:15
    Rasmus Fjord
    0

    Okay ill try to add a subdomain tomorrow to check it out. Thx so far :-) 

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Jul 03, 2013 @ 10:51
    Rasmus Fjord
    0

    Hey Anders

    It actually ended up being just because of the licensing error but didnt recieve any errors upon it, neither in the logs or anything.

    Thx for the help :)

    Fixed it by testing it with a subdomain

  • Anders Burla 2560 posts 8256 karma points
    Jul 03, 2013 @ 16:22
    Anders Burla
    0

    great you got it fixed :)

Please Sign in or register to post replies

Write your reply to:

Draft