Copied to clipboard

Flag this post as spam?

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


  • kwagalajosamu 3 posts 73 karma points
    Sep 10, 2016 @ 12:52
    kwagalajosamu
    0

    "Server Error in '/' Application" while

    I'm getting this error while trying to publish my Umbraco site to Azure server Server Error

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Sep 10, 2016 @ 13:30
    Dennis Adolfi
    1

    Hi kwagalajosamu.

    This is a standard Server Error message, impossible to know what's wrong, sorry.

    Could you turn off customErrors in your web.config (as is says on the image you posted) and see what the real error is?

    Best of luck to you.

  • kwagalajosamu 3 posts 73 karma points
    Sep 13, 2016 @ 17:39
    kwagalajosamu
    0

    Hello Dennis

    Thanks for the reply. So after turning off customErrors in my web.config i get this

    "The page cannot be displayed because an internal server error has occurred. "

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Sep 13, 2016 @ 18:12
    Dennis Adolfi
    0

    Hi again. Still not enough to determine the error I'm afraid. Could you post a screenshot?

  • Ivan Ponomarenko 20 posts 105 karma points
    Sep 14, 2016 @ 08:06
    Ivan Ponomarenko
    2

    Hi kwagalajosamu.

    Also you can see detailed errors in log file, that location is App_Data/Logs/UmbracoTraceLog.{machinename}.txt

    Just copy past latest errors here and we try help you :)

    Regards, Ivan

  • kwagalajosamu 3 posts 73 karma points
    Sep 14, 2016 @ 14:23
    kwagalajosamu
    0

    Hello, thanks for the response so I've copied the latest error loggings as below

    2016-09-13 14:42:38,732 [P9640/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.4.3 application starting on RD0003FF28D2DF 2016-09-13 14:42:39,372 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk 2016-09-13 14:42:39,419 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 48ms) 2016-09-13 14:42:39,826 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler 2016-09-13 14:42:40,654 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 837ms) 2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter 2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms) 2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter 2016-09-13 14:42:41,076 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 1ms) 2016-09-13 14:42:41,091 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController 2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 6ms) 2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController 2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 11ms) 2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider 2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 0ms) 2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider 2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 0ms) 2016-09-13 14:42:44,294 [P9640/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 5750ms) 2016-09-13 14:42:52,790 [P9640/D2/T11] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://Johndoe.azurewebsites.net:80/umbraco (UmbracoModule request) 2016-09-13 14:42:53,911 [P9640/D2/T11] INFO umbraco.content - Load Xml from file... 2016-09-13 14:42:53,911 [P9640/D2/T11] WARN umbraco.content - Failed to load Xml, file does not exist. 2016-09-13 14:42:53,911 [P9640/D2/T11] INFO umbraco.content - Loading content from database... 2016-09-13 14:42:53,942 [P9640/D2/T11] ERROR umbraco.cms.businesslogic.web.DocumentType - Exception while trying to build DTD for Xml schema; is Umbraco installed correctly and the connection string configured? System.InvalidOperationException: Can't find a connection string with the name 'umbracoDbDSN' at Umbraco.Core.Persistence.Database..ctor(String connectionStringName) at Umbraco.Core.Persistence.DefaultDatabaseFactory.CreateDatabase() at Umbraco.Core.Persistence.UnitOfWork.PetaPocoUnitOfWorkProvider.GetUnitOfWork() at Umbraco.Core.Services.ContentTypeService.GetAllContentTypes(Int32[] ids) at umbraco.cms.businesslogic.web.DocumentType.GetAllAsList() at umbraco.cms.businesslogic.web.DocumentType.GenerateXmlDocumentType()

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Sep 14, 2016 @ 14:30
    Dennis Adolfi
    0

    Hi kwagalajosamu.

    Is says "Can't find a connection string with the name 'umbracoDbDSN'", could you make sure you have a correct connectionstring in your web.config?

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Sep 22, 2016 @ 09:04
    Dennis Adolfi
    0

    Hi kwagalajosamu.

    Did this problem work out for you?

    If not, do you have anymore information that could be helpful in finding a solution for you.

    If its fixed, would you like to post the solution so that we can close this thread and so that others may find your solution easier.

    Take care!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies