Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 27852

Posting this for 5th time, why is there no Save button here. i keep losing my post

$
0
0

Posting this for 5th time, why is there no Save button here. i keep losing my post.

I have to be quick if you hit the wrong button, the page reloads to a 404 error and your long post is gone. how frustrating

anyway please help

APPlication Catalog website cannot connect to Applcation Server

Here are the logs.  This has been going on ever since the beginning when I installed COnfigMgr.  I posted over there but this seems to be an IIS specific issue, the only other option is a SQL Server issue.  So quickly, i will repost the logs and wait for response.  if you need more info i would be happy to give it to you I just dont want to have to post this all over again because the page reloads if I hit a hotkey by accident.

 

web.config:<?xml version="1.0" encoding="UTF-8"?> <configuration>  <configSections>   <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">   <section name="Microsoft.ConfigurationManager.SoftwareCatalog.Website.PortalClasses.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="true" />    <section name="Microsoft.ConfigurationManager.SoftwareCatalog.Website.WebControls.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="true" />   </sectionGroup>  </configSections>  <system.diagnostics>   <sources>    <source name="System.ServiceModel" switchValue="Warning" propagateActivity="true">     <listeners>      <add name="SmsXmlFileTrace" type="Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener.SmsXmlWriterTraceListener, AdminUI.SmsTraceListener" initializeData="ServicePortalWebSite.svclog" registryKeyName="SMS\PORTALWEB\Logging" />     </listeners>    </source>    <source name="ServiceCatalog" switchValue="Information">     <listeners>      <add name="SmsFileTrace" type="Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener.SmsTextWriterTraceListener, AdminUI.SmsTraceListener" initializeData="ServicePortalWebSite.log" registryKeyName="SMS\PORTALWEB\Logging" />      <add name="SmsEventTrace" type="Microsoft.ConfigurationManagement.AdminConsole.SmsTraceListener.SmsEventLogTraceListener, AdminUI.SmsTraceListener" initializeData="ServicePortalWebSite" eventTypeToLog="Critical" />     </listeners>    </source>   </sources>  </system.diagnostics>  <system.web>   <trust level="Full" legacyCasModel="false" />   <globalization uiCulture="auto" culture="auto" />   <identity impersonate="false" />   <!-- Ensure FIPS compliance-->   <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="HMACSHA256" />   <webServices>    <protocols>     <remove name="Documentation" />    </protocols>  </webServices>   <compilation debug="false">    <assemblies>     <add assembly="System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />    </assemblies>   </compilation>   <authentication mode="Windows">   </authentication>   <customErrors mode="RemoteOnly" defaultRedirect="default.aspx?Error=Error">   </customErrors>   <pages validateRequest="true">    <controls>     <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />     <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />    </controls>   </pages>   <!-- Set thresholds for view service requests.  -->   <httpRuntime executionTimeout="60" maxRequestLength="4096" />   <!-- We use session state in process with a timeout of 60 minutes -->   <sessionState mode="InProc" cookieless="UseCookies" cookieName="SCCM_SessionId" timeout="60" allowCustomSqlDatabase="false" regenerateExpiredSessionId="true">   <providers>     <clear />    </providers>   </sessionState>   <httpCookies httpOnlyCookies="true" />  </system.web>  <system.webServer>   <httpProtocol>    <customHeaders>     <add name="x-content-type-options" value="nosniff" />    </customHeaders>   </httpProtocol>  <validation validateIntegratedModeConfiguration="false" />   <security>    <requestFiltering>     <requestLimits maxAllowedContentLength="30000000" />     <hiddenSegments>      <add segment="logs" />     </hiddenSegments>    </requestFiltering>   </security>  <defaultDocument enabled="true">    <files>     <!-- Remove first in case the value is already defined in higher level  -->     <remove value="default.aspx" />     <add value="default.aspx" />    </files>   </defaultDocument>  </system.webServer>  <system.serviceModel>  <behaviors>    <endpointBehaviors>     <behavior name="endpointCredentialsBehavior">      <clientCredentials type="Microsoft.ConfigurationManager.SoftwareCatalog.Website.PortalClasses.Connection.SCCMClientCredentials, Microsoft.ConfigurationManager.SoftwareCatalog.Website.PortalClasses, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">       <serviceCertificate>        <authentication certificateValidationMode="PeerTrust" />       </serviceCertificate>      </clientCredentials>     </behavior>    </endpointBehaviors>   </behaviors>  <bindings>    <wsHttpBinding>     <binding name="SecureBinding_IApplicationOfferService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="5000000" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="false">      <readerQuotas maxDepth="32" maxStringContentLength="1048576" maxArrayLength="1048576" maxBytesPerRead="4096" maxNameTableCharCount="16384" />      <security mode="Message">       <message clientCredentialType="Certificate" />      </security>     </binding>    </wsHttpBinding>   </bindings>   <client>    <endpoint address="http://CryptoCenter1.GibbonsResearch.local:80/CMApplicationCatalogSvc/ApplicationOfferService.svc" behaviorConfiguration="endpointCredentialsBehavior" binding="wsHttpBinding" bindingConfiguration="SecureBinding_IApplicationOfferService" contract="IApplicationOfferService" name="SecureBinding_IApplicationOfferService" />    <endpoint address="http://CryptoCenter1.GibbonsResearch.local:80/CMApplicationCatalogSvc/DeviceManagementService.svc" behaviorConfiguration="endpointCredentialsBehavior" binding="wsHttpBinding" bindingConfiguration="SecureBinding_IApplicationOfferService" contract="Microsoft.ConfigurationManagement.DeviceManagementPortal.IDeviceManagementService" name="SecureBinding_IDeviceManagementService" />   </client>  </system.serviceModel>  <appSettings>   <add key="CertThumbprint" value="03 e2 56 99 bd 57 88 97 0f 9a 57 45 e9 fe bd d0 b7 43 0e 76" />   <add key="AllowSelfSignedCerts" value="true" />  </appSettings>  <applicationSettings>   <Microsoft.ConfigurationManager.SoftwareCatalog.Website.WebControls.Properties.Settings>   <setting name="BrandingString" serializeAs="String">     <value>JG Network Security</value>    </setting>    <setting name="ThemeHexValue" serializeAs="String">     <value>FF1BA1E2</value>    </setting>   </Microsoft.ConfigurationManager.SoftwareCatalog.Website.WebControls.Properties.Settings>  <Microsoft.ConfigurationManager.SoftwareCatalog.Website.PortalClasses.Properties.Settings>    <setting name="WriteableDirectory" serializeAs="String">     <value>~\Content\Images\AppIcons</value>    </setting>    <setting name="IconExpireDays" serializeAs="String">    <value>7</value>    </setting>    <setting name="MaxInitCache" serializeAs="String">     <value>20</value>    </setting>    <setting name="UseAppCache" serializeAs="String">     <value>False</value>    </setting>   </Microsoft.ConfigurationManager.SoftwareCatalog.Website.PortalClasses.Properties.Settings> </applicationSettings>     <connectionStrings>         <remove name="ConfigMgr Database Connection" />     </connectionStrings> </configuration>

 

next application catalog website log (only botton part) it is very long and repeats

Server stack trace:    at System.ServiceModel.Security.IssuanceTokenProviderBase`1.DoNegotiation(TimeSpan timeout)    at System.ServiceModel.Security.SspiNegotiationTokenProvider.OnOpen(TimeSpan timeout)    at System.ServiceModel.Security.TlsnegoTokenProvider.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Security.SymmetricSecurityProtocol.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Channels.SecurityChannelFactory`1.ClientSecurityChannel`1.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.DoOperation(SecuritySessionOperation operation, EndpointAddress target, Uri via, SecurityToken currentToken, TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.GetTokenCore(TimeSpan timeout)    at System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecuritySessionChannel.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)

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 System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.ClientBase`1.System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout)    at Microsoft.ConfigurationManager.SoftwareCatalog.Website.PortalClasses.Connection.DefaultApplicationOfferService.Open()    at Microsoft.ConfigurationManager.SoftwareCatalog.Website.Global.Application_Start(Object sender, EventArgs e)System.Net.WebException: The remote server returned an error: (500) Internal Server Error.    at System.Net.HttpWebRequest.GetResponse()    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) [1, PID:13172][06/04/2013 01:41:03] :AppCacheableBase - configured writable app directory set to: C:\Program Files\SMS_CCM\CMApplicationCatalog\Content\Images\AppIcons [1, PID:13172][06/04/2013 01:41:03] :ASP.NET application cache will NOT be used (either cache dir not found, asp.net cache is not set, or cache setting in web.config is <= 0 [14, PID:13172][06/04/2013 02:41:00] :SoftwareCatalog website - application instance dispose ... [14, PID:13172][06/04/2013 02:41:07] :No cached apps to serialize (caching not enabled or no apps in cache) [14, PID:13172][06/04/2013 02:41:07] :SoftwareCatalog website stop ... [14, PID:13172][06/04/2013 02:41:07] :SoftwareCatalog website - application instance dispose ... [1, PID:10520][06/04/2013 02:41:08] :SoftwareCatalog website start ... [1, PID:10520][06/04/2013 02:41:09] :DefaultApplicationOfferService - retrieving client proxy using endpoint SecureBinding_IApplicationOfferService [1, PID:10520][06/04/2013 02:41:09] :FindCertificate - Found certs via FindByThumbprint, count = 1 [1, PID:10520][06/04/2013 02:41:09] :DefaultApplicationOfferService - opening channel via client proxy [1, PID:10520][06/04/2013 02:41:14] :Exception caught during warmup call [1, PID:10520][06/04/2013 02:41:14] :System.ServiceModel.ProtocolException: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<html>     <head>         <title>The protocol 'http' is not supported.</title>         <style>          body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}          p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}          b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}          H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }          H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }          pre {font-family:"Lucida Console";font-size: .9em}          .marker {font-weight: bold; color: black;text-decoration: none;}          .version {color: gray;}          .error {margin-bottom: 10px;}          .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }         </style>     </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/CMApplicationCatalogSvc' Application.<hr width=100% size=1 color=silver></H1>

            '.

Server stack trace:    at System.ServiceModel.Security.IssuanceTokenProviderBase`1.DoNegotiation(TimeSpan timeout)    at System.ServiceModel.Security.SspiNegotiationTokenProvider.OnOpen(TimeSpan timeout)    at System.ServiceModel.Security.TlsnegoTokenProvider.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Security.SymmetricSecurityProtocol.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Channels.SecurityChannelFactory`1.ClientSecurityChannel`1.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.DoOperation(SecuritySessionOperation operation, EndpointAddress target, Uri via, SecurityToken currentToken, TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.GetTokenCore(TimeSpan timeout)    at System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecuritySessionChannel.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)

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 System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.ClientBase`1.System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout)    at Microsoft.ConfigurationManager.SoftwareCatalog.Website.PortalClasses.Connection.DefaultApplicationOfferService.Open()    at Microsoft.ConfigurationManager.SoftwareCatalog.Website.Global.Application_Start(Object sender, EventArgs e)System.Net.WebException: The remote server returned an error: (500) Internal Server Error.    at System.Net.HttpWebRequest.GetResponse()    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) [1, PID:10520][06/04/2013 02:41:15] :AppCacheableBase - configured writable app directory set to: C:\Program Files\SMS_CCM\CMApplicationCatalog\Content\Images\AppIcons [1, PID:10520][06/04/2013 02:41:15] :ASP.NET application cache will NOT be used (either cache dir not found, asp.net cache is not set, or cache setting in web.config is <= 0 [39, PID:10520][06/04/2013 03:41:09] :SoftwareCatalog website - application instance dispose ... [39, PID:10520][06/04/2013 03:41:17] :No cached apps to serialize (caching not enabled or no apps in cache) [39, PID:10520][06/04/2013 03:41:18] :SoftwareCatalog website stop ... [39, PID:10520][06/04/2013 03:41:18] :SoftwareCatalog website - application instance dispose ... [1, PID:10580][06/04/2013 03:41:23] :SoftwareCatalog website start ... [1, PID:10580][06/04/2013 03:41:23] :DefaultApplicationOfferService - retrieving client proxy using endpoint SecureBinding_IApplicationOfferService [1, PID:10580][06/04/2013 03:41:23] :FindCertificate - Found certs via FindByThumbprint, count = 1 [1, PID:10580][06/04/2013 03:41:24] :DefaultApplicationOfferService - opening channel via client proxy [1, PID:10580][06/04/2013 03:41:28] :Exception caught during warmup call [1, PID:10580][06/04/2013 03:41:29] :System.ServiceModel.ProtocolException: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<html>     <head>         <title>The protocol 'http' is not supported.</title>         <style>          body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}          p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}          b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}          H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }          H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }          pre {font-family:"Lucida Console";font-size: .9em}          .marker {font-weight: bold; color: black;text-decoration: none;}          .version {color: gray;}          .error {margin-bottom: 10px;}          .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }         </style>     </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/CMApplicationCatalogSvc' Application.<hr width=100% size=1 color=silver></H1>

            '.

Server stack trace:    at System.ServiceModel.Security.IssuanceTokenProviderBase`1.DoNegotiation(TimeSpan timeout)    at System.ServiceModel.Security.SspiNegotiationTokenProvider.OnOpen(TimeSpan timeout)    at System.ServiceModel.Security.TlsnegoTokenProvider.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Security.SymmetricSecurityProtocol.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Channels.SecurityChannelFactory`1.ClientSecurityChannel`1.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.DoOperation(SecuritySessionOperation operation, EndpointAddress target, Uri via, SecurityToken currentToken, TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.GetTokenCore(TimeSpan timeout)    at System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(TimeSpan timeout)    at System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecuritySessionChannel.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)

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 System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout)    at System.ServiceModel.ClientBase`1.System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout)    at Microsoft.ConfigurationManager.SoftwareCatalog.Website.PortalClasses.Connection.DefaultApplicationOfferService.Open()    at Microsoft.ConfigurationManager.SoftwareCatalog.Website.Global.Application_Start(Object sender, EventArgs e)System.Net.WebException: The remote server returned an error: (500) Internal Server Error.    at System.Net.HttpWebRequest.GetResponse()    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) [1, PID:10580][06/04/2013 03:41:29] :AppCacheableBase - configured writable app directory set to: C:\Program Files\SMS_CCM\CMApplicationCatalog\Content\Images\AppIcons [1, PID:10580][06/04/2013 03:41:29] :ASP.NET application cache will NOT be used (either cache dir not found, asp.net cache is not set, or cache setting in web.config is <= 0 [19, PID:10580][06/04/2013 04:20:30] :SoftwareCatalog website - application instance dispose ... [19, PID:10580][06/04/2013 04:20:51] :No cached apps to serialize (caching not enabled or no apps in cache) [19, PID:10580][06/04/2013 04:20:52] :SoftwareCatalog website stop ... [19, PID:10580][06/04/2013 04:20:52] :SoftwareCatalog website - application instance dispose ...

 

ServicePortalwebsite service log: clips of errors

<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent"><System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system"><EventID>131075</EventID><Type>3</Type><SubType Name="Error">0</SubType><Level>2</Level><TimeCreated SystemTime="2013-06-02T06:36:28.0726161Z" /><Source Name="System.ServiceModel" /><Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" /><Execution ProcessName="w3wp" ProcessID="17500" ThreadID="1" /><Channel/><Computer>CRYPTOCENTER1</Computer></System><ApplicationData><TraceData><DataItem><TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Error"><TraceIdentifier>http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.ThrowingException.aspx</TraceIdentifier><Description>Throwing an exception.</Description><AppDomain>/LM/W3SVC/1/ROOT/CMApplicationCatalog-1-130146285795938445</AppDomain><Exception><ExceptionType>System.ServiceModel.ProtocolException, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '&amp;lt;html&amp;gt;

 

Basically it just says that the server returned a 500 error

Heres the applicationportalwebsitesvc log error clips:

   at System.ServiceModel.Channels.IOThreadScheduler.CriticalHelper.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)    at System.ServiceModel.Diagnostics.Utility.IOCompletionThunk.UnhandledExceptionFrame(UInt32 error, UInt32 bytesRead, NativeOverlapped* nativeOverlapped)    at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) </StackTrace><ExceptionString>System.InvalidOperationException: The protocol 'http' is not supported.</ExceptionString></Exception></TraceRecord></DataItem></TraceData></ApplicationData></E2ETraceEvent><E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent"><System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system"><EventID>131075</EventID><Type>3</Type><SubType Name="Error">0</SubType><Level>2</Level><TimeCreated SystemTime="2013-06-04T08:18:48.7104706Z" /><Source Name="System.ServiceModel" /><Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" /><Execution ProcessName="w3wp" ProcessID="14000" ThreadID="5" /><Channel/><Computer>CRYPTOCENTER1</Computer></System><ApplicationData><TraceData><DataItem><TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Error"><TraceIdentifier>http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.ThrowingException.aspx</TraceIdentifier><Description>Throwing an exception.</Description><AppDomain>/LM/W3SVC/1/ROOT/CMApplicationCatalogSvc-2-130148075251041751</AppDomain><Exception><ExceptionType>System.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>The protocol 'http' is not supported.</Message><StackTrace>   at System.ServiceModel.Activation.HostedTransportConfigurationManager.InternalGetConfiguration(String scheme)

   at System.ServiceModel.Channels.IOThreadScheduler.CriticalHelper.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)    at System.ServiceModel.Diagnostics.Utility.IOCompletionThunk.UnhandledExceptionFrame(UInt32 error, UInt32 bytesRead, NativeOverlapped* nativeOverlapped)    at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) </StackTrace><ExceptionString>System.InvalidOperationException: The protocol 'http' is not supported.</ExceptionString></Exception></TraceRecord></DataItem></TraceData></ApplicationData></E2ETraceEvent><E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent"><System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system"><EventID>131075</EventID><Type>3</Type><SubType Name="Error">0</SubType><Level>2</Level><TimeCreated SystemTime="2013-06-04T08:18:48.7104706Z" /><Source Name="System.ServiceModel" /><Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" /><Execution ProcessName="w3wp" ProcessID="14000" ThreadID="5" /><Channel/><Computer>CRYPTOCENTER1</Computer></System><ApplicationData><TraceData><DataItem><TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Error"><TraceIdentifier>http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.ThrowingException.aspx</TraceIdentifier><Description>Throwing an exception.</Description><AppDomain>/LM/W3SVC/1/ROOT/CMApplicationCatalogSvc-2-130148075251041751</AppDomain><Exception><ExceptionType>System.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>The protocol 'http' is not supported.</Message><StackTrace>   at System.ServiceModel.Activation.HostedTransportConfigurationManager.InternalGetConfiguration(String scheme)

 

 at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(Object state)</ExceptionString></Exception></TraceRecord></DataItem></TraceData></ApplicationData></E2ETraceEvent><E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent"><System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system"><EventID>131074</EventID><Type>3</Type><SubType Name="Error">0</SubType><Level>2</Level><TimeCreated SystemTime="2013-06-02T03:08:21.0468826Z" /><Source Name="System.ServiceModel" /><Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" /><Execution ProcessName="w3wp" ProcessID="4592" ThreadID="5" /><Channel/><Computer>CRYPTOCENTER1</Computer></System><ApplicationData><TraceData><DataItem><TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Error"><TraceIdentifier>http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.EventLog.aspx</TraceIdentifier><Description>Wrote to the EventLog.</Description><AppDomain>/LM/W3SVC/1/ROOT/CMApplicationCatalogSvc-1-130145728852389572</AppDomain><ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord"><CategoryID.Name>WebHost</CategoryID.Name><CategoryID.Value>5</CategoryID.Value><InstanceID.Name>WebHostFailedToProcessRequest</InstanceID.Name><InstanceID.Value>3221356547</InstanceID.Value><Value0>System.ServiceModel.Activation.HostedHttpRequestAsyncResult/48397273</Value0><Value1>System.InvalidOperationException: The protocol 'http' is not supported.

 

 

So basically im thinking the protocol HTTP is not supported means that SQL cannot connect to my web app with http, how do i configure this ASP.Net ConfigMgr Applcation Portal and the PortalWebSVC to connect to the local SQL server database (full version of SQL 2012) on same server with database name CONFIGMGR.

please help thousand ice cream cones to the answer

 

 

 


Viewing all articles
Browse latest Browse all 27852

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>