Report Server not showing - error http 500 on SSRS 2008 installation on Windows server 2008
When trying to access "http://localhost/Reports" I get the following screen: http://i.imgur.com/UjBd8.png I have this error in the Event Viewer: Failed to unload app domain DefaultDomain. The following exception occurred: Error while unloading appdomain. (Exception from HRESULT: 0x80131015). And lastly the most recent log entries are: Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId) --- End of inner exception stack trace --- at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId) at Microsoft.ReportingServices.AppDomainManager.RsAppDomainManager.CreateHttpRuntime(RsAppDomainType appDomainType, String vdir, String pdir, Int32& domainId) --- End of inner exception stack trace --- rshost!rshost!bb8!05/16/2012-10:43:39:: e ERROR: Failed to create HttpRuntime 80131500. rshost!rshost!bb8!05/16/2012-10:43:39:: e ERROR: Failed to get appdomain 80131500, pipeline=0x000000000161FE10. rshost!rshost!bb8!05/16/2012-10:43:39:: e ERROR: Error state. Internal abort for pipeline=0x000000000161FE10 ... ui!ReportManager_0-1!9e0!05/16/2012-10:43:41:: e ERROR: Exception in ShowErrorPage: System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) at at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) appdomainmanager!DefaultDomain!1494!05/16/2012-10:44:15:: i INFO: Appdomain:7 ReportServer_MSSQLSERVER_0-5-129816530194618276 unregistered. rshost!rshost!1494!05/16/2012-10:44:15:: i INFO: Application domain type ReportServer statistics: created: 4, unloaded: 4, failed: 0, timed out: 0. appdomainmanager!DefaultDomain!5ac!05/16/2012-10:44:40:: i INFO: Appdomain:8 ReportServer_MSSQLSERVER_0-6-129816530802131693 started. appdomainmanager!ReportServer_0-6!5ac!05/16/2012-10:44:40:: e ERROR: RsHttpRuntime::VerifyAuthMode(): caught exception System.Configuration.ConfigurationErrorsException: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms. (E:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\web.config line 5) at System.Configuration.ConfigurationElement.get_Item(ConfigurationProperty prop) at System.Web.Configuration.AuthenticationSection.get_Mode() at ReportingServicesHttpRuntime.RsHttpRuntime.VerifyAuthMode()! appdomainmanager!DefaultDomain!5ac!05/16/2012-10:44:40:: e ERROR: Appdomain:8 ReportServer_MSSQLSERVER_0-6-129816530802131693 failed to initialize. Error: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms. (E:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\web.config line 5). library!DefaultDomain!5ac!05/16/2012-10:44:40:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-6-129816530802131693. , Failed to intialize HTTP Runtime; Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-6-129816530802131693. ---> System.Configuration.ConfigurationErrorsException: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms. (E:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\web.config line 5) Server stack trace: at ReportingServicesHttpRuntime.RsHttpRuntime.VerifyAuthMode() at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId) --- End of inner exception stack trace --- appdomainmanager!ReportServer_0-6!5ac!05/16/2012-10:44:40:: i INFO: Appdomain:8 ReportServer_MSSQLSERVER_0-6-129816530802131693 unloading library!DefaultDomain!5ac!05/16/2012-10:44:40:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: An error occurred when attempting to start the application domain ReportServer within the Report Server service., Failed to create Report Server HTTP Runtime; Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: An error occurred when attempting to start the application domain ReportServer within the Report Server service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-6-129816530802131693. ---> System.Configuration.ConfigurationErrorsException: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms. (E:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\web.config line 5) Server stack trace: at ReportingServicesHttpRuntime.RsHttpRuntime.VerifyAuthMode() at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId) --- End of inner exception stack trace --- at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId) at Microsoft.ReportingServices.AppDomainManager.RsAppDomainManager.CreateHttpRuntime(RsAppDomainType appDomainType, String vdir, String pdir, Int32& domainId) --- End of inner exception stack trace --- rshost!rshost!5ac!05/16/2012-10:44:40:: e ERROR: Failed to create HttpRuntime 80131500. rshost!rshost!5ac!05/16/2012-10:44:40:: e ERROR: Failed to get appdomain 80131500, pipeline=0x000000000161FE10. rshost!rshost!5ac!05/16/2012-10:44:40:: e ERROR: Error state. Internal abort for pipeline=0x000000000161FE10 ... ui!ReportManager_0-1!920!05/16/2012-10:44:42:: e ERROR: The report server is not responding. Verify that the report server is running and can be accessed from this computer. ui!ReportManager_0-1!920!05/16/2012-10:44:42:: e ERROR: HTTP status code --> 500 -------Details-------- Microsoft.ReportingServices.UI.Global+RSWebServiceWrapper+CantCommunicateWithReportServerException: The report server is not responding. Verify that the report server is running and can be accessed from this computer. at Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods() at Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String methodname) at Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection() at Microsoft.ReportingServices.UI.Global.SecureAllAPI() at Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel level) at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object sender, EventArgs args) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) rshost!rshost!5ac!05/16/2012-10:44:42:: i INFO: Application domain type ReportServer statistics: created: 5, unloaded: 5, failed: 0, timed out: 0. appdomainmanager!DefaultDomain!5ac!05/16/2012-10:44:42:: i INFO: Appdomain:9 ReportServer_MSSQLSERVER_0-7-129816530826680903 started. appdomainmanager!ReportServer_0-7!5ac!05/16/2012-10:44:43:: e ERROR: RsHttpRuntime::VerifyAuthMode(): caught exception System.Configuration.ConfigurationErrorsException: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms. (E:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\web.config line 5) at System.Configuration.ConfigurationElement.get_Item(ConfigurationProperty prop) at System.Web.Configuration.AuthenticationSection.get_Mode() at ReportingServicesHttpRuntime.RsHttpRuntime.VerifyAuthMode()! appdomainmanager!DefaultDomain!5ac!05/16/2012-10:44:43:: e ERROR: Appdomain:9 ReportServer_MSSQLSERVER_0-7-129816530826680903 failed to initialize. Error: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms. (E:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\web.config line 5). library!DefaultDomain!5ac!05/16/2012-10:44:43:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-7-129816530826680903. , Failed to intialize HTTP Runtime; Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-7-129816530826680903. ---> System.Configuration.ConfigurationErrorsException: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms. (E:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\web.config line 5) Server stack trace: at ReportingServicesHttpRuntime.RsHttpRuntime.VerifyAuthMode() at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId) --- End of inner exception stack trace --- appdomainmanager!ReportServer_0-7!5ac!05/16/2012-10:44:43:: i INFO: Appdomain:9 ReportServer_MSSQLSERVER_0-7-129816530826680903 unloading library!DefaultDomain!5ac!05/16/2012-10:44:43:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: An error occurred when attempting to start the application domain ReportServer within the Report Server service., Failed to create Report Server HTTP Runtime; Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: An error occurred when attempting to start the application domain ReportServer within the Report Server service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-7-129816530826680903. ---> System.Configuration.ConfigurationErrorsException: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms. (E:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\web.config line 5) Server stack trace: at ReportingServicesHttpRuntime.RsHttpRuntime.VerifyAuthMode() at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at ReportingServicesHttpRuntime.RsHttpRuntime.Initialize(RsAppDomainType type, String virtualDir, String physicalDir) at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId) --- End of inner exception stack trace --- at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId) at Microsoft.ReportingServices.AppDomainManager.RsAppDomainManager.CreateHttpRuntime(RsAppDomainType appDomainType, String vdir, String pdir, Int32& domainId) --- End of inner exception stack trace --- rshost!rshost!5ac!05/16/2012-10:44:43:: e ERROR: Failed to create HttpRuntime 80131500. rshost!rshost!5ac!05/16/2012-10:44:43:: e ERROR: Failed to get appdomain 80131500, pipeline=0x000000000161FE10. rshost!rshost!5ac!05/16/2012-10:44:43:: e ERROR: Error state. Internal abort for pipeline=0x000000000161FE10 ... ui!ReportManager_0-1!920!05/16/2012-10:44:45:: e ERROR: Exception in ShowErrorPage: System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) at at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) appdomainmanager!DefaultDomain!1494!05/16/2012-10:45:18:: i INFO: Appdomain:9 ReportServer_MSSQLSERVER_0-7-129816530826680903 unregistered. rshost!rshost!1494!05/16/2012-10:45:18:: i INFO: Application domain type ReportServer statistics: created: 6, unloaded: 6, failed: 0, timed out: 0. Thanks guys/gals! Any help will be greatly appreciated!
May 16th, 2012 10:53am

It's looks like that your IIS is running correctly. For me, the main problem is access rights with SQL Server on your SSRS instance. Check also the Errors logs for SQL Server with SSRS.
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2012 11:28am

I will check into the logs for SQL Server
May 16th, 2012 12:42pm

Hello RobGarrison87, Reporting Services SP1 and earlier do not run on Windows Vista. If you try to run an SP1 report server on Windows Vista, you will encounter the error. The error will no longer occur after you apply SP2 or upgrade to SQL Server 2008 and configure the report server for operation. Here are some articles about this issue for your reference, please see: Troubleshooting Server and Database Connection Problems: http://msdn.microsoft.com/en-us/library/ms156468(v=sql.100).aspx http://social.technet.microsoft.com/Forums/en-US/sqlreportingservices/thread/47697d43-e8f9-4c5f-8354-4d848d46e26b Regards, Bin LongBin Long TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
May 26th, 2012 10:25pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics