CONFIG change
CONFIG change
CONFIG change
CONFIG change
CONFIG change
Change in AppOffline.htm
Change in AppOffline.htm
Change in App_Offline.htm
Change in GLOBAL.ASAX
HostingEnvironment forårsagede nedlukning
shutDownStack= ved System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
ved System.Environment.getStackTrace()
ved System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
ved System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
ved System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
ved System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e)
ved System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e)
ved System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname)
ved System.Web.DirectoryMonitor.FireNotifications()
ved System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
ved System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
ved System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
ved System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
ved System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
ved System.Threading.ThreadPoolWorkQueue.Dispatch()
Based on that stack trace, I'd make sure you do not have an app_offline.htm file at the root of your site: https://weblogs.asp.net/scottgu/App5F00Offline.htm-and-working-around-the-2200IE-Friendly-Errors2200-feature
Also, if you open the network tab in Chrome, you can view the response page from the 500 error. That can give you specific details about what caused the 500 error.
2016-05-10 07:37:22,470 [P5140/D13/T199] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: HostingEnvironment
_shutDownMessage=HostingEnvironment initiated shutdown
HostingEnvironment forårsagede nedlukning
_shutDownStack= ved System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
ved System.Environment.get_StackTrace()
ved System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
ved System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
ved System.Web.Hosting.PipelineRuntime.StopProcessing()
I have seen something like this before when I didn't have something installed that was required by the web.config. For example, I always install Application Request Routing (ARR), as that includes some bits necessary for redirects to work (otherwise, you may get a 500 error).
Maybe also try clearing your cookies (and other browser files). I have seen funky issues with upgrades that have dropped cookies that made Umbraco act weird.
Would also be worth creating an event in the Global.asax to see if requests are even being processed before they throw an error.
Try also putting a static HTML file in the root of the site to see if that gets returned when you view it from Visual Studio. Might offer up additional clues.
One final thing to try would be to ensure you don't have too many redirects in your web.config. If the web.config is too large, you'll get an error.
Umbraco 7.4 _shutDownMessage=CONFIG change HostingEnvironment initiated shutdown
Hi
I have a problem getting Umbraco debug in visualstudio to work.
Umbraco version 7.4.3 assembly: 1.0.5948.18141
Microsoft SQL Server Express (64-bit)
Windows 10 pro 64 bit
I have upgraded to 743 from 730. But the problem was there before upgrading.
If i run the page from local iis eg: mysite.local it is working
When i run the page from http://localhost:55941/ visual Studio i only get a totally blank page.
I have a copy of the website on unoeuro and the problem is also there.
The umbraco backoffice is also blank.
I have this error in the console:
I have tried recycle app pool, rebuild, different browsers chrome edge .. Nothing works.
I can see there are different solutions in this forum but noting works.
Is there any one wo can point me in the right direction :-) René
Anything in the app_data logs?
Sounds like a permissions problem. Try adding network service to your project files
Hi
Forgot to show. This is from the log:
CONFIG change CONFIG change CONFIG change CONFIG change CONFIG change Change in AppOffline.htm Change in AppOffline.htm Change in App_Offline.htm Change in GLOBAL.ASAX HostingEnvironment forårsagede nedlukning
shutDownStack= ved System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) ved System.Environment.getStackTrace() ved System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() ved System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand() ved System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace) ved System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e) ved System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e) ved System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname) ved System.Web.DirectoryMonitor.FireNotifications() ved System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback) ved System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state) ved System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) ved System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) ved System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() ved System.Threading.ThreadPoolWorkQueue.Dispatch()
Based on that stack trace, I'd make sure you do not have an
app_offline.htm
file at the root of your site: https://weblogs.asp.net/scottgu/App5F00Offline.htm-and-working-around-the-2200IE-Friendly-Errors2200-featureAlso, if you open the network tab in Chrome, you can view the response page from the 500 error. That can give you specific details about what caused the 500 error.
If you get the generic 500 error page, you can enable viewing the error details by changing your web.config so that
customErrors="Off"
: https://msdn.microsoft.com/en-us/library/h0hfz6fc(v=vs.71).aspxHi
Tanks for your reply and time to answer.
I´m lost on this one. Any pointers in any direction to solve it would be great.
Here is the info from the network tab
Thee is no
app_offline.htm
in the rootCostum errors are set
<customErrors mode="Off" />
Hi
Here is info from the log file
Hi again
I have been trying to compare the error logs from the 2 different ways to run the app.
where i start up
http://localhost:55941/
(Not working)where i start up
domainname.local
(Working)The difference besides the date time
http://localhost:55941/
2016-05-10 09:29:39,931 [P16860/D3/T63] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: BinDirChangeOrDirectoryRename
domainname.local
2016-05-10 09:29:49,959 [P16860/D4/T68] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://domainname.local:80/umbraco (UmbracoModule request)
René
I have seen something like this before when I didn't have something installed that was required by the web.config. For example, I always install Application Request Routing (ARR), as that includes some bits necessary for redirects to work (otherwise, you may get a 500 error).
Maybe also try clearing your cookies (and other browser files). I have seen funky issues with upgrades that have dropped cookies that made Umbraco act weird.
Would also be worth creating an event in the Global.asax to see if requests are even being processed before they throw an error.
Try also putting a static HTML file in the root of the site to see if that gets returned when you view it from Visual Studio. Might offer up additional clues.
One final thing to try would be to ensure you don't have too many redirects in your web.config. If the web.config is too large, you'll get an error.
Hi
If anyone comes by, i did not find the solution.
I did a new install and moved the content for the web app, to get it up running again.
René
is working on a reply...
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.