SF 4.1 SP1 Backend Pages not loading

Posted by Community Admin on 04-Aug-2018 06:26

SF 4.1 SP1 Backend Pages not loading

All Replies

Posted by Community Admin on 16-May-2011 00:00

Having more problems with SP1.

When I go into the backend of SF and click on Pages I don't see a list of pages like I used to, just a blank page with nothing in it.

Posted by Community Admin on 16-May-2011 00:00

Update:

- This happens on all Domains associated with the SF site
- This happens in IE, Chrome and FireFox

Update 2:
- This happens in all content pages (E.g. News, Images etc)

Posted by Community Admin on 16-May-2011 00:00

Hi James,

My take on this is that the web services are failing. Unfortunately we do not see error messages in the report, so we can only guess for now.

Can you check this with Firebug?

Regards,
Georgi
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 17-May-2011 00:00

Telerik.Web.UI.WebResource.axd:3692Uncaught TypeError: undefined is not a function
Telerik.Sitefinity.Web.UI.RadTreeBinder.initializeTelerik.Web.UI.WebResource.axd:3692
Sys.Component.endUpdateMicrosoftAjax.js:1
Sys.Component._registerMicrosoftAjax.js:1
$create.Sys.Component.createMicrosoftAjax.js:1
(anonymous function)Pages:3307
Sys.EventHandlerList.getHandlerMicrosoftAjax.js:1
Sys.Observer.raiseEventMicrosoftAjax.js:1
Sys._Application._raiseInitMicrosoftAjax.js:1
Sys._Application._doInitializeMicrosoftAjax.js:1
Sys._ApplicationMicrosoftAjax.js:1
aMicrosoftAjax.js:1
vMicrosoftAjax.js:1
fbMicrosoftAjax.js:1
VMicrosoftAjax.js:1
ibMicrosoftAjax.js:1
cMicrosoftAjax.js:1
dMicrosoftAjax.js:1

Posted by Community Admin on 17-May-2011 00:00

and

"enabling javascript debugger to support console"
Sys.UI.Template is not a constructor
[Break On This Error] this._template=new Sys.UI.Template($get(this._clientTemplates[0]));

Posted by Community Admin on 17-May-2011 00:00

Enabled SVC tracing:

<system.diagnostics>
  <trace autoflush="true" />
  <sources>
    <source name="System.ServiceModel"
            switchValue="Information, ActivityTracing"
            propagateActivity="true">
      <listeners>
        <add name="sdt"
            type="System.Diagnostics.XmlWriterTraceListener"
            initializeData= "SdrConfigExample.e2e" />
      </listeners>
    </source>
  </sources>
</system.diagnostics>

per http://www.sitefinity.com/devnet/forums/sitefinity-4-x/bugs-issues/page-template-admin-won-t-load.aspx

The contents of the file:

    <EventID>131073</EventID>
    <Type>3</Type>
    <SubType Name="Information">0</SubType>
    <Level>8</Level>
    <TimeCreated SystemTime="2011-05-17T01:43:45.7090016Z" />
    <Source Name="System.ServiceModel" />
    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" />
    <Execution ProcessName="w3wp" ProcessID="3828" ThreadID="2" />
    <Channel/>
    <Computer>MACHINENAME</Computer>
  </System>
  <ApplicationData>
    <TraceData>
      <DataItem>
        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
          <Description>AppDomain unloading.</Description>
          <AppDomain>/LM/W3SVC/2/ROOT-3-129500700879288627</AppDomain>
            <AppDomain.FriendlyName>/LM/W3SVC/2/ROOT-3-129500700879288627</AppDomain.FriendlyName>
            <ProcessName>w3wp</ProcessName>
            <ProcessId>3828</ProcessId>
          </ExtendedData>
        </TraceRecord>
      </DataItem>
    </TraceData>
  </ApplicationData>
</E2ETraceEvent>

Posted by Community Admin on 17-May-2011 00:00

There are no errors in:

- Windows error log
- App_Data/Logs

Posted by Community Admin on 17-May-2011 00:00

Looks like the requests are working:

0003.    <EventID>589828</EventID>
0004.    <Type>3</Type>
0005.    <SubType Name="Information">0</SubType>
0006.    <Level>8</Level>
0007.    <TimeCreated SystemTime="2011-05-17T01:59:14.3348509Z" />
0008.    <Source Name="System.ServiceModel" />
0009.    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" />
0010.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0011.    <Channel/>
0012.    <Computer>MACHINENAME</Computer>
0013.  </System>
0014.  <ApplicationData>
0015.    <TraceData>
0016.      <DataItem>
0017.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0019.          <Description>ASP.Net hosted compilation.</Description>
0020.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0021.          <Source>System.ServiceModel.Activation.ServiceParser/24329978</Source>
0022.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
0023.            <VirtualPath>/Sitefinity/Services/Configuration/ConfigSectionItems.svc</VirtualPath>
0024.          </ExtendedData>
0025.        </TraceRecord>
0026.      </DataItem>
0027.    </TraceData>
0028.  </ApplicationData>
0029.</E2ETraceEvent>
0032.    <EventID>589828</EventID>
0033.    <Type>3</Type>
0034.    <SubType Name="Information">0</SubType>
0035.    <Level>8</Level>
0036.    <TimeCreated SystemTime="2011-05-17T01:59:14.3368043Z" />
0037.    <Source Name="System.ServiceModel" />
0038.    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" />
0039.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0040.    <Channel/>
0041.    <Computer>MACHINENAME</Computer>
0042.  </System>
0043.  <ApplicationData>
0044.    <TraceData>
0045.      <DataItem>
0046.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0048.          <Description>ASP.Net hosted compilation.</Description>
0049.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0050.          <Source>System.ServiceModel.Activation.ServiceParser/58005032</Source>
0051.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
0052.            <VirtualPath>/Sitefinity/Services/Configuration/ConfigSections.svc</VirtualPath>
0053.          </ExtendedData>
0054.        </TraceRecord>
0055.      </DataItem>
0056.    </TraceData>
0057.  </ApplicationData>
0058.</E2ETraceEvent>
0061.    <EventID>589828</EventID>
0062.    <Type>3</Type>
0063.    <SubType Name="Information">0</SubType>
0064.    <Level>8</Level>
0065.    <TimeCreated SystemTime="2011-05-17T01:59:14.3377810Z" />
0066.    <Source Name="System.ServiceModel" />
0067.    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" />
0068.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0069.    <Channel/>
0070.    <Computer>MACHINENAME</Computer>
0071.  </System>
0072.  <ApplicationData>
0073.    <TraceData>
0074.      <DataItem>
0075.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0077.          <Description>ASP.Net hosted compilation.</Description>
0078.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0079.          <Source>System.ServiceModel.Activation.ServiceParser/64389551</Source>
0080.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
0081.            <VirtualPath>/Sitefinity/Services/Configuration/LocalizationCultures.svc</VirtualPath>
0082.          </ExtendedData>
0083.        </TraceRecord>
0084.      </DataItem>
0085.    </TraceData>
0086.  </ApplicationData>
0087.</E2ETraceEvent>
0090.    <EventID>589828</EventID>
0091.    <Type>3</Type>
0092.    <SubType Name="Information">0</SubType>
0093.    <Level>8</Level>
0094.    <TimeCreated SystemTime="2011-05-17T01:59:14.3387577Z" />
0095.    <Source Name="System.ServiceModel" />
0096.    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" />
0097.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0098.    <Channel/>
0099.    <Computer>MACHINENAME</Computer>
0100.  </System>
0101.  <ApplicationData>
0102.    <TraceData>
0103.      <DataItem>
0104.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0106.          <Description>ASP.Net hosted compilation.</Description>
0107.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0108.          <Source>System.ServiceModel.Activation.ServiceParser/59347593</Source>
0109.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
0110.            <VirtualPath>/Sitefinity/Services/Configuration/ConfigPolicyHandlers.svc</VirtualPath>
0111.          </ExtendedData>
0112.        </TraceRecord>
0113.      </DataItem>
0114.    </TraceData>
0115.  </ApplicationData>
0116.</E2ETraceEvent>
0119.    <EventID>589828</EventID>
0120.    <Type>3</Type>
0121.    <SubType Name="Information">0</SubType>
0122.    <Level>8</Level>
0123.    <TimeCreated SystemTime="2011-05-17T01:59:14.3397344Z" />
0124.    <Source Name="System.ServiceModel" />
0125.    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" />
0126.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0127.    <Channel/>
0128.    <Computer>MACHINENAME</Computer>
0129.  </System>
0130.  <ApplicationData>
0131.    <TraceData>
0132.      <DataItem>
0133.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0135.          <Description>ASP.Net hosted compilation.</Description>
0136.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0137.          <Source>System.ServiceModel.Activation.ServiceParser/39532060</Source>
0138.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
0139.            <VirtualPath>/Sitefinity/Services/Configuration/ConfigPolicies.svc</VirtualPath>
0140.          </ExtendedData>
0141.        </TraceRecord>
0142.      </DataItem>
0143.    </TraceData>
0144.  </ApplicationData>
0145.</E2ETraceEvent>
0148.    <EventID>0</EventID>
0149.    <Type>3</Type>
0150.    <SubType Name="Transfer">0</SubType>
0151.    <Level>255</Level>
0152.    <TimeCreated SystemTime="2011-05-17T01:59:14.3739189Z" />
0153.    <Source Name="System.ServiceModel" />
0154.    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" RelatedActivityID="e95304cf-1ca8-40ce-a0ec-5c1477aa6aba" />
0155.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0156.    <Channel/>
0157.    <Computer>MACHINENAME</Computer>
0158.  </System>
0159.  <ApplicationData></ApplicationData>
0160.</E2ETraceEvent>
0163.    <EventID>131085</EventID>
0164.    <Type>3</Type>
0165.    <SubType Name="Start">0</SubType>
0166.    <Level>255</Level>
0167.    <TimeCreated SystemTime="2011-05-17T01:59:14.3797791Z" />
0168.    <Source Name="System.ServiceModel" />
0169.    <Correlation ActivityID="e95304cf-1ca8-40ce-a0ec-5c1477aa6aba" />
0170.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0171.    <Channel/>
0172.    <Computer>MACHINENAME</Computer>
0173.  </System>
0174.  <ApplicationData>
0175.    <TraceData>
0176.      <DataItem>
0177.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
0179.          <Description>Activity boundary.</Description>
0180.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0181.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0182.            <ActivityName>Construct ServiceHost 'Telerik.Sitefinity.Configuration.Web.ConfigSectionItems'.</ActivityName>
0183.            <ActivityType>Construct</ActivityType>
0184.          </ExtendedData>
0185.        </TraceRecord>
0186.      </DataItem>
0187.    </TraceData>
0188.  </ApplicationData>
0189.</E2ETraceEvent>
0192.    <EventID>524326</EventID>
0193.    <Type>3</Type>
0194.    <SubType Name="Information">0</SubType>
0195.    <Level>8</Level>
0196.    <TimeCreated SystemTime="2011-05-17T01:59:14.4237306Z" />
0197.    <Source Name="System.ServiceModel" />
0198.    <Correlation ActivityID="e95304cf-1ca8-40ce-a0ec-5c1477aa6aba" />
0199.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0200.    <Channel/>
0201.    <Computer>MACHINENAME</Computer>
0202.  </System>
0203.  <ApplicationData>
0204.    <TraceData>
0205.      <DataItem>
0206.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0207.          <TraceIdentifier>http://msdn.microsoft.com/en-GB/library/System.ServiceModel.GetServiceElement.aspx<;/TraceIdentifier>
0208.          <Description>Get ServiceElement.</Description>
0209.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0211.            <FoundServiceElement>False</FoundServiceElement>
0212.          </ExtendedData>
0213.        </TraceRecord>
0214.      </DataItem>
0215.    </TraceData>
0216.  </ApplicationData>
0217.</E2ETraceEvent>
0220.    <EventID>0</EventID>
0221.    <Type>3</Type>
0222.    <SubType Name="Transfer">0</SubType>
0223.    <Level>255</Level>
0224.    <TimeCreated SystemTime="2011-05-17T01:59:14.4247073Z" />
0225.    <Source Name="System.ServiceModel" />
0226.    <Correlation ActivityID="e95304cf-1ca8-40ce-a0ec-5c1477aa6aba" RelatedActivityID="00000000-0000-0000-0000-000000000000" />
0227.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0228.    <Channel/>
0229.    <Computer>MACHINENAME</Computer>
0230.  </System>
0231.  <ApplicationData></ApplicationData>
0232.</E2ETraceEvent>
0235.    <EventID>131085</EventID>
0236.    <Type>3</Type>
0237.    <SubType Name="Stop">0</SubType>
0238.    <Level>255</Level>
0239.    <TimeCreated SystemTime="2011-05-17T01:59:14.4256840Z" />
0240.    <Source Name="System.ServiceModel" />
0241.    <Correlation ActivityID="e95304cf-1ca8-40ce-a0ec-5c1477aa6aba" />
0242.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0243.    <Channel/>
0244.    <Computer>MACHINENAME</Computer>
0245.  </System>
0246.  <ApplicationData>
0247.    <TraceData>
0248.      <DataItem>
0249.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
0251.          <Description>Activity boundary.</Description>
0252.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0253.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0254.            <ActivityName>Construct ServiceHost 'Telerik.Sitefinity.Configuration.Web.ConfigSectionItems'.</ActivityName>
0255.            <ActivityType>Construct</ActivityType>
0256.          </ExtendedData>
0257.        </TraceRecord>
0258.      </DataItem>
0259.    </TraceData>
0260.  </ApplicationData>
0261.</E2ETraceEvent>
0264.    <EventID>0</EventID>
0265.    <Type>3</Type>
0266.    <SubType Name="Transfer">0</SubType>
0267.    <Level>255</Level>
0268.    <TimeCreated SystemTime="2011-05-17T01:59:14.4256840Z" />
0269.    <Source Name="System.ServiceModel" />
0270.    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" RelatedActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" />
0271.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0272.    <Channel/>
0273.    <Computer>MACHINENAME</Computer>
0274.  </System>
0275.  <ApplicationData></ApplicationData>
0276.</E2ETraceEvent>
0279.    <EventID>131085</EventID>
0280.    <Type>3</Type>
0281.    <SubType Name="Start">0</SubType>
0282.    <Level>255</Level>
0283.    <TimeCreated SystemTime="2011-05-17T01:59:14.4256840Z" />
0284.    <Source Name="System.ServiceModel" />
0285.    <Correlation ActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" />
0286.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0287.    <Channel/>
0288.    <Computer>MACHINENAME</Computer>
0289.  </System>
0290.  <ApplicationData>
0291.    <TraceData>
0292.      <DataItem>
0293.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
0295.          <Description>Activity boundary.</Description>
0296.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0297.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0298.            <ActivityName>Open ServiceHost 'Telerik.Sitefinity.Configuration.Web.ConfigSectionItems'.</ActivityName>
0299.            <ActivityType>Open</ActivityType>
0300.          </ExtendedData>
0301.        </TraceRecord>
0302.      </DataItem>
0303.    </TraceData>
0304.  </ApplicationData>
0305.</E2ETraceEvent>
0308.    <EventID>524312</EventID>
0309.    <Type>3</Type>
0310.    <SubType Name="Warning">0</SubType>
0311.    <Level>4</Level>
0312.    <TimeCreated SystemTime="2011-05-17T01:59:14.4452180Z" />
0313.    <Source Name="System.ServiceModel" />
0314.    <Correlation ActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" />
0315.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0316.    <Channel/>
0317.    <Computer>MACHINENAME</Computer>
0318.  </System>
0319.  <ApplicationData>
0320.    <TraceData>
0321.      <DataItem>
0322.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Warning">
0324.          <Description>Configuration evaluation context not found.</Description>
0325.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0326.        </TraceRecord>
0327.      </DataItem>
0328.    </TraceData>
0329.  </ApplicationData>
0330.</E2ETraceEvent>
0333.    <EventID>524312</EventID>
0334.    <Type>3</Type>
0335.    <SubType Name="Warning">0</SubType>
0336.    <Level>4</Level>
0337.    <TimeCreated SystemTime="2011-05-17T01:59:14.4461947Z" />
0338.    <Source Name="System.ServiceModel" />
0339.    <Correlation ActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" />
0340.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0341.    <Channel/>
0342.    <Computer>MACHINENAME</Computer>
0343.  </System>
0344.  <ApplicationData>
0345.    <TraceData>
0346.      <DataItem>
0347.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Warning">
0349.          <Description>Configuration evaluation context not found.</Description>
0350.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0351.        </TraceRecord>
0352.      </DataItem>
0353.    </TraceData>
0354.  </ApplicationData>
0355.</E2ETraceEvent>
0358.    <EventID>524333</EventID>
0359.    <Type>3</Type>
0360.    <SubType Name="Information">0</SubType>
0361.    <Level>8</Level>
0362.    <TimeCreated SystemTime="2011-05-17T01:59:14.4501015Z" />
0363.    <Source Name="System.ServiceModel" />
0364.    <Correlation ActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" />
0365.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0366.    <Channel/>
0367.    <Computer>MACHINENAME</Computer>
0368.  </System>
0369.  <ApplicationData>
0370.    <TraceData>
0371.      <DataItem>
0372.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0373.          <TraceIdentifier>http://msdn.microsoft.com/en-GB/library/System.ServiceModel.ServiceHostBaseAddresses.aspx<;/TraceIdentifier>
0374.          <Description>ServiceHost base addresses.</Description>
0375.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0376.          <Source>Telerik.Sitefinity.Web.Services.DefaultServiceHost/16234388</Source>
0377.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/CollectionTraceRecord">
0378.            <BaseAddresses>
0380.            </BaseAddresses>
0381.          </ExtendedData>
0382.        </TraceRecord>
0383.      </DataItem>
0384.    </TraceData>
0385.  </ApplicationData>
0386.</E2ETraceEvent>
0389.    <EventID>0</EventID>
0390.    <Type>3</Type>
0391.    <SubType Name="Transfer">0</SubType>
0392.    <Level>255</Level>
0393.    <TimeCreated SystemTime="2011-05-17T01:59:14.4930763Z" />
0394.    <Source Name="System.ServiceModel" />
0395.    <Correlation ActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" RelatedActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" />
0396.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0397.    <Channel/>
0398.    <Computer>MACHINENAME</Computer>
0399.  </System>
0400.  <ApplicationData></ApplicationData>
0401.</E2ETraceEvent>
0404.    <EventID>131085</EventID>
0405.    <Type>3</Type>
0406.    <SubType Name="Start">0</SubType>
0407.    <Level>255</Level>
0408.    <TimeCreated SystemTime="2011-05-17T01:59:14.4940530Z" />
0409.    <Source Name="System.ServiceModel" />
0410.    <Correlation ActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" />
0411.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0412.    <Channel/>
0413.    <Computer>MACHINENAME</Computer>
0414.  </System>
0415.  <ApplicationData>
0416.    <TraceData>
0417.      <DataItem>
0418.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
0420.          <Description>Activity boundary.</Description>
0421.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0422.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0423.            <ActivityName>Listen at 'http://dev.iqx.com.au/Sitefinity/Services/Configuration/ConfigSectionItems.svc'.</ActivityName>
0424.            <ActivityType>ListenAt</ActivityType>
0425.          </ExtendedData>
0426.        </TraceRecord>
0427.      </DataItem>
0428.    </TraceData>
0429.  </ApplicationData>
0430.</E2ETraceEvent>
0433.    <EventID>524342</EventID>
0434.    <Type>3</Type>
0435.    <SubType Name="Information">0</SubType>
0436.    <Level>8</Level>
0437.    <TimeCreated SystemTime="2011-05-17T01:59:14.4940530Z" />
0438.    <Source Name="System.ServiceModel" />
0439.    <Correlation ActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" />
0440.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0441.    <Channel/>
0442.    <Computer>MACHINENAME</Computer>
0443.  </System>
0444.  <ApplicationData>
0445.    <TraceData>
0446.      <DataItem>
0447.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0448.          <TraceIdentifier>http://msdn.microsoft.com/en-GB/library/System.ServiceModel.TransportListen.aspx<;/TraceIdentifier>
0449.          <Description>Listen at 'http://dev.iqx.com.au/Sitefinity/Services/Configuration/ConfigSectionItems.svc'.</Description>
0450.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0451.          <Source>System.ServiceModel.Activation.HostedHttpTransportManager/60115898</Source>
0452.        </TraceRecord>
0453.      </DataItem>
0454.    </TraceData>
0455.  </ApplicationData>
0456.</E2ETraceEvent>
0459.    <EventID>262152</EventID>
0460.    <Type>3</Type>
0461.    <SubType Name="Information">0</SubType>
0462.    <Level>8</Level>
0463.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0464.    <Source Name="System.ServiceModel" />
0465.    <Correlation ActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" />
0466.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0467.    <Channel/>
0468.    <Computer>MACHINENAME</Computer>
0469.  </System>
0470.  <ApplicationData>
0471.    <TraceData>
0472.      <DataItem>
0473.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0475.          <Description>Endpoint listener opened.</Description>
0476.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0477.          <Source>System.ServiceModel.Dispatcher.EndpointDispatcher/55984691</Source>
0478.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0479.            <ContractNamespace>http://tempuri.org/<;/ContractNamespace>
0480.            <ContractName>ConfigSectionItems</ContractName>
0482.          </ExtendedData>
0483.        </TraceRecord>
0484.      </DataItem>
0485.    </TraceData>
0486.  </ApplicationData>
0487.</E2ETraceEvent>
0490.    <EventID>0</EventID>
0491.    <Type>3</Type>
0492.    <SubType Name="Transfer">0</SubType>
0493.    <Level>255</Level>
0494.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0495.    <Source Name="System.ServiceModel" />
0496.    <Correlation ActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" RelatedActivityID="00000000-0000-0000-0000-000000000000" />
0497.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0498.    <Channel/>
0499.    <Computer>MACHINENAME</Computer>
0500.  </System>
0501.  <ApplicationData></ApplicationData>
0502.</E2ETraceEvent>
0505.    <EventID>131085</EventID>
0506.    <Type>3</Type>
0507.    <SubType Name="Stop">0</SubType>
0508.    <Level>255</Level>
0509.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0510.    <Source Name="System.ServiceModel" />
0511.    <Correlation ActivityID="911ea5ac-516b-4056-81c2-149ee8f08150" />
0512.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0513.    <Channel/>
0514.    <Computer>MACHINENAME</Computer>
0515.  </System>
0516.  <ApplicationData>
0517.    <TraceData>
0518.      <DataItem>
0519.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
0521.          <Description>Activity boundary.</Description>
0522.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0523.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0524.            <ActivityName>Open ServiceHost 'Telerik.Sitefinity.Configuration.Web.ConfigSectionItems'.</ActivityName>
0525.            <ActivityType>Open</ActivityType>
0526.          </ExtendedData>
0527.        </TraceRecord>
0528.      </DataItem>
0529.    </TraceData>
0530.  </ApplicationData>
0531.</E2ETraceEvent>
0534.    <EventID>589826</EventID>
0535.    <Type>3</Type>
0536.    <SubType Name="Information">0</SubType>
0537.    <Level>8</Level>
0538.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0539.    <Source Name="System.ServiceModel" />
0540.    <Correlation ActivityID="00000000-0000-0000-0000-000000000000" />
0541.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0542.    <Channel/>
0543.    <Computer>MACHINENAME</Computer>
0544.  </System>
0545.  <ApplicationData>
0546.    <TraceData>
0547.      <DataItem>
0548.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0550.          <Description>ASP.Net hosted service activated.</Description>
0551.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0552.          <Source>System.ServiceModel.ServiceHostingEnvironment+HostingManager/62810779</Source>
0553.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
0554.            <VirtualPath>/Sitefinity/Services/Configuration/ConfigSectionItems.svc</VirtualPath>
0555.          </ExtendedData>
0556.        </TraceRecord>
0557.      </DataItem>
0558.    </TraceData>
0559.  </ApplicationData>
0560.</E2ETraceEvent>
0563.    <EventID>262168</EventID>
0564.    <Type>3</Type>
0565.    <SubType Name="Information">0</SubType>
0566.    <Level>8</Level>
0567.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0568.    <Source Name="System.ServiceModel" />
0569.    <Correlation ActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" />
0570.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0571.    <Channel/>
0572.    <Computer>MACHINENAME</Computer>
0573.  </System>
0574.  <ApplicationData>
0575.    <TraceData>
0576.      <DataItem>
0577.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0579.          <Description>Connection information.</Description>
0580.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0581.          <Source>System.ServiceModel.Activation.HostedHttpTransportManager/60115898</Source>
0582.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0583.            <LocalEndpoint>192.168.3.25:80</LocalEndpoint>
0584.            <RemoteEndpoint>110.142.21.147:50932</RemoteEndpoint>
0585.          </ExtendedData>
0586.        </TraceRecord>
0587.      </DataItem>
0588.    </TraceData>
0589.  </ApplicationData>
0590.</E2ETraceEvent>
0593.    <EventID>0</EventID>
0594.    <Type>3</Type>
0595.    <SubType Name="Transfer">0</SubType>
0596.    <Level>255</Level>
0597.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0598.    <Source Name="System.ServiceModel" />
0599.    <Correlation ActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" RelatedActivityID="b22ca9ac-03f1-4dd2-88c2-061ddd2a0baa" />
0600.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0601.    <Channel/>
0602.    <Computer>MACHINENAME</Computer>
0603.  </System>
0604.  <ApplicationData></ApplicationData>
0605.</E2ETraceEvent>
0608.    <EventID>131085</EventID>
0609.    <Type>3</Type>
0610.    <SubType Name="Suspend">0</SubType>
0611.    <Level>255</Level>
0612.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0613.    <Source Name="System.ServiceModel" />
0614.    <Correlation ActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" />
0615.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0616.    <Channel/>
0617.    <Computer>MACHINENAME</Computer>
0618.  </System>
0619.  <ApplicationData>
0620.    <TraceData>
0621.      <DataItem>
0622.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Suspend">
0624.          <Description>Activity boundary.</Description>
0625.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0626.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0627.            <ActivityName>Listen at 'http://dev.iqx.com.au/Sitefinity/Services/Configuration/ConfigSectionItems.svc'.</ActivityName>
0628.            <ActivityType>ListenAt</ActivityType>
0629.          </ExtendedData>
0630.        </TraceRecord>
0631.      </DataItem>
0632.    </TraceData>
0633.  </ApplicationData>
0634.</E2ETraceEvent>
0637.    <EventID>131085</EventID>
0638.    <Type>3</Type>
0639.    <SubType Name="Start">0</SubType>
0640.    <Level>255</Level>
0641.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0642.    <Source Name="System.ServiceModel" />
0643.    <Correlation ActivityID="b22ca9ac-03f1-4dd2-88c2-061ddd2a0baa" />
0644.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0645.    <Channel/>
0646.    <Computer>MACHINENAME</Computer>
0647.  </System>
0648.  <ApplicationData>
0649.    <TraceData>
0650.      <DataItem>
0651.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
0653.          <Description>Activity boundary.</Description>
0654.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0655.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0656.            <ActivityName>Processing message 1.</ActivityName>
0657.            <ActivityType>ProcessMessage</ActivityType>
0658.          </ExtendedData>
0659.        </TraceRecord>
0660.      </DataItem>
0661.    </TraceData>
0662.  </ApplicationData>
0663.</E2ETraceEvent>
0666.    <EventID>0</EventID>
0667.    <Type>3</Type>
0668.    <SubType Name="Transfer">0</SubType>
0669.    <Level>255</Level>
0670.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0671.    <Source Name="System.ServiceModel" />
0672.    <Correlation ActivityID="b22ca9ac-03f1-4dd2-88c2-061ddd2a0baa" RelatedActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
0673.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0674.    <Channel/>
0675.    <Computer>MACHINENAME</Computer>
0676.  </System>
0677.  <ApplicationData></ApplicationData>
0678.</E2ETraceEvent>
0681.    <EventID>131085</EventID>
0682.    <Type>3</Type>
0683.    <SubType Name="Start">0</SubType>
0684.    <Level>255</Level>
0685.    <TimeCreated SystemTime="2011-05-17T01:59:14.4950297Z" />
0686.    <Source Name="System.ServiceModel" />
0687.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
0688.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0689.    <Channel/>
0690.    <Computer>MACHINENAME</Computer>
0691.  </System>
0692.  <ApplicationData>
0693.    <TraceData>
0694.      <DataItem>
0695.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
0697.          <Description>Activity boundary.</Description>
0698.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0699.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0700.            <ActivityName>Process action ''.</ActivityName>
0701.            <ActivityType>ProcessAction</ActivityType>
0702.          </ExtendedData>
0703.        </TraceRecord>
0704.      </DataItem>
0705.    </TraceData>
0706.  </ApplicationData>
0707.</E2ETraceEvent>
0710.    <EventID>262163</EventID>
0711.    <Type>3</Type>
0712.    <SubType Name="Information">0</SubType>
0713.    <Level>8</Level>
0714.    <TimeCreated SystemTime="2011-05-17T01:59:14.4960064Z" />
0715.    <Source Name="System.ServiceModel" />
0716.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
0717.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0718.    <Channel/>
0719.    <Computer>MACHINENAME</Computer>
0720.  </System>
0721.  <ApplicationData>
0722.    <TraceData>
0723.      <DataItem>
0724.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0725.          <TraceIdentifier>http://msdn.microsoft.com/en-GB/library/System.ServiceModel.Channels.MessageReceived.aspx<;/TraceIdentifier>
0726.          <Description>Received a message over a channel.</Description>
0727.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0728.          <Source>System.ServiceModel.Activation.HostedHttpContext+HostedHttpInput/13670972</Source>
0730.            <MessageProperties>
0731.              <AllowOutputBatching>False</AllowOutputBatching>
0733.            </MessageProperties>
0734.            <MessageHeaders>
0736.            </MessageHeaders>
0737.          </ExtendedData>
0738.        </TraceRecord>
0739.      </DataItem>
0740.    </TraceData>
0741.  </ApplicationData>
0742.</E2ETraceEvent>
0745.    <EventID>0</EventID>
0746.    <Type>3</Type>
0747.    <SubType Name="Transfer">0</SubType>
0748.    <Level>255</Level>
0749.    <TimeCreated SystemTime="2011-05-17T01:59:14.4960064Z" />
0750.    <Source Name="System.ServiceModel" />
0751.    <Correlation ActivityID="b22ca9ac-03f1-4dd2-88c2-061ddd2a0baa" RelatedActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" />
0752.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0753.    <Channel/>
0754.    <Computer>MACHINENAME</Computer>
0755.  </System>
0756.  <ApplicationData></ApplicationData>
0757.</E2ETraceEvent>
0760.    <EventID>131085</EventID>
0761.    <Type>3</Type>
0762.    <SubType Name="Stop">0</SubType>
0763.    <Level>255</Level>
0764.    <TimeCreated SystemTime="2011-05-17T01:59:14.4960064Z" />
0765.    <Source Name="System.ServiceModel" />
0766.    <Correlation ActivityID="b22ca9ac-03f1-4dd2-88c2-061ddd2a0baa" />
0767.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0768.    <Channel/>
0769.    <Computer>MACHINENAME</Computer>
0770.  </System>
0771.  <ApplicationData>
0772.    <TraceData>
0773.      <DataItem>
0774.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
0776.          <Description>Activity boundary.</Description>
0777.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0778.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0779.            <ActivityName>Processing message 1.</ActivityName>
0780.            <ActivityType>ProcessMessage</ActivityType>
0781.          </ExtendedData>
0782.        </TraceRecord>
0783.      </DataItem>
0784.    </TraceData>
0785.  </ApplicationData>
0786.</E2ETraceEvent>
0789.    <EventID>131085</EventID>
0790.    <Type>3</Type>
0791.    <SubType Name="Resume">0</SubType>
0792.    <Level>255</Level>
0793.    <TimeCreated SystemTime="2011-05-17T01:59:14.4960064Z" />
0794.    <Source Name="System.ServiceModel" />
0795.    <Correlation ActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" />
0796.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0797.    <Channel/>
0798.    <Computer>MACHINENAME</Computer>
0799.  </System>
0800.  <ApplicationData>
0801.    <TraceData>
0802.      <DataItem>
0803.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Resume">
0805.          <Description>Activity boundary.</Description>
0806.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0807.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0808.            <ActivityName>Listen at 'http://dev.iqx.com.au/Sitefinity/Services/Configuration/ConfigSectionItems.svc'.</ActivityName>
0809.            <ActivityType>ListenAt</ActivityType>
0810.          </ExtendedData>
0811.        </TraceRecord>
0812.      </DataItem>
0813.    </TraceData>
0814.  </ApplicationData>
0815.</E2ETraceEvent>
0818.    <EventID>262163</EventID>
0819.    <Type>3</Type>
0820.    <SubType Name="Information">0</SubType>
0821.    <Level>8</Level>
0822.    <TimeCreated SystemTime="2011-05-17T01:59:14.4960064Z" />
0823.    <Source Name="System.ServiceModel" />
0824.    <Correlation ActivityID="cb3202ce-a3e3-4db7-8ff5-721d53f47065" />
0825.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0826.    <Channel/>
0827.    <Computer>MACHINENAME</Computer>
0828.  </System>
0829.  <ApplicationData>
0830.    <TraceData>
0831.      <DataItem>
0832.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0833.          <TraceIdentifier>http://msdn.microsoft.com/en-GB/library/System.ServiceModel.Channels.MessageReceived.aspx<;/TraceIdentifier>
0834.          <Description>Received a message over a channel.</Description>
0835.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0836.          <Source>System.ServiceModel.Channels.TransportReplyChannelAcceptor/23638979</Source>
0838.            <MessageProperties>
0839.              <AllowOutputBatching>False</AllowOutputBatching>
0841.            </MessageProperties>
0842.            <MessageHeaders>
0844.            </MessageHeaders>
0845.          </ExtendedData>
0846.        </TraceRecord>
0847.      </DataItem>
0848.    </TraceData>
0849.  </ApplicationData>
0850.</E2ETraceEvent>
0853.    <EventID>524331</EventID>
0854.    <Type>3</Type>
0855.    <SubType Name="Information">0</SubType>
0856.    <Level>8</Level>
0857.    <TimeCreated SystemTime="2011-05-17T01:59:14.5253074Z" />
0858.    <Source Name="System.ServiceModel" />
0859.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
0860.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0861.    <Channel/>
0862.    <Computer>MACHINENAME</Computer>
0863.  </System>
0864.  <ApplicationData>
0865.    <TraceData>
0866.      <DataItem>
0867.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0868.          <TraceIdentifier>http://msdn.microsoft.com/en-AU/library/System.ServiceModel.ServiceChannelLifetime.aspx<;/TraceIdentifier>
0869.          <Description>ServiceChannel information.</Description>
0870.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0871.          <Source>System.ServiceModel.Channels.ServiceChannel/8676369</Source>
0872.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
0873.            <ServiceType>Telerik.Sitefinity.Configuration.Web.ConfigSectionItems, Telerik.Sitefinity, Version=4.1.1395.0, Culture=neutral, PublicKeyToken=b28c218413bdf563</ServiceType>
0874.            <ContractNamespace>http://tempuri.org/<;/ContractNamespace>
0875.            <ContractName>ConfigSectionItems</ContractName>
0877.          </ExtendedData>
0878.        </TraceRecord>
0879.      </DataItem>
0880.    </TraceData>
0881.  </ApplicationData>
0882.</E2ETraceEvent>
0885.    <EventID>983077</EventID>
0886.    <Type>3</Type>
0887.    <SubType Name="Information">0</SubType>
0888.    <Level>8</Level>
0889.    <TimeCreated SystemTime="2011-05-17T01:59:14.5282375Z" />
0890.    <Source Name="System.ServiceModel" />
0891.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
0892.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0893.    <Channel/>
0894.    <Computer>MACHINENAME</Computer>
0895.  </System>
0896.  <ApplicationData>
0897.    <TraceData>
0898.      <DataItem>
0899.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0900.          <TraceIdentifier>http://msdn.microsoft.com/en-AU/library/.WebRequestMatchesOperation.aspx<;/TraceIdentifier>
0901.          <Description>Incoming HTTP request to URI 'http://dev.iqx.com.au/Sitefinity/Services/Configuration/ConfigSectionItems.svc/general/?unv_tstmp_prm=1305597543067' matched operation 'GetGeneralBasicSettings'.</Description>
0902.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0903.          <Source>System.String/49163856</Source>
0904.        </TraceRecord>
0905.      </DataItem>
0906.    </TraceData>
0907.  </ApplicationData>
0908.</E2ETraceEvent>
0911.    <EventID>983076</EventID>
0912.    <Type>3</Type>
0913.    <SubType Name="Information">0</SubType>
0914.    <Level>8</Level>
0915.    <TimeCreated SystemTime="2011-05-17T01:59:14.5370278Z" />
0916.    <Source Name="System.ServiceModel" />
0917.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
0918.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0919.    <Channel/>
0920.    <Computer>MACHINENAME</Computer>
0921.  </System>
0922.  <ApplicationData>
0923.    <TraceData>
0924.      <DataItem>
0925.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0926.          <TraceIdentifier>http://msdn.microsoft.com/en-GB/library/.WebUnknownQueryParameterIgnored.aspx<;/TraceIdentifier>
0927.          <Description>Query string parameter with name 'unv_tstmp_prm' was not used during parameter deserialization for operation 'GetGeneralBasicSettings'.</Description>
0928.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0929.          <Source>System.String/-529974782</Source>
0930.        </TraceRecord>
0931.      </DataItem>
0932.    </TraceData>
0933.  </ApplicationData>
0934.</E2ETraceEvent>
0937.    <EventID>458758</EventID>
0938.    <Type>3</Type>
0939.    <SubType Name="Information">0</SubType>
0940.    <Level>8</Level>
0941.    <TimeCreated SystemTime="2011-05-17T01:59:14.5380045Z" />
0942.    <Source Name="System.ServiceModel" />
0943.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
0944.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0945.    <Channel/>
0946.    <Computer>MACHINENAME</Computer>
0947.  </System>
0948.  <ApplicationData>
0949.    <TraceData>
0950.      <DataItem>
0951.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
0953.          <Description>Security Impersonation succeeded at the server.</Description>
0954.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0956.            <OperationAction>http://tempuri.org/ConfigSectionItems/GetGeneralBasicSettings<;/OperationAction>
0957.            <OperationName>GetGeneralBasicSettings</OperationName>
0958.          </ExtendedData>
0959.        </TraceRecord>
0960.      </DataItem>
0961.    </TraceData>
0962.  </ApplicationData>
0963.</E2ETraceEvent>
0966.    <EventID>0</EventID>
0967.    <Type>3</Type>
0968.    <SubType Name="Transfer">0</SubType>
0969.    <Level>255</Level>
0970.    <TimeCreated SystemTime="2011-05-17T01:59:14.5380045Z" />
0971.    <Source Name="System.ServiceModel" />
0972.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" RelatedActivityID="b5e1ec37-6ea2-42a3-9d70-c3ab6148d084" />
0973.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0974.    <Channel/>
0975.    <Computer>MACHINENAME</Computer>
0976.  </System>
0977.  <ApplicationData></ApplicationData>
0978.</E2ETraceEvent>
0981.    <EventID>131085</EventID>
0982.    <Type>3</Type>
0983.    <SubType Name="Suspend">0</SubType>
0984.    <Level>255</Level>
0985.    <TimeCreated SystemTime="2011-05-17T01:59:14.5380045Z" />
0986.    <Source Name="System.ServiceModel" />
0987.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
0988.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
0989.    <Channel/>
0990.    <Computer>MACHINENAME</Computer>
0991.  </System>
0992.  <ApplicationData>
0993.    <TraceData>
0994.      <DataItem>
0995.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Suspend">
0997.          <Description>Activity boundary.</Description>
0998.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
0999.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
1000.            <ActivityName>Process action ''.</ActivityName>
1001.            <ActivityType>ProcessAction</ActivityType>
1002.          </ExtendedData>
1003.        </TraceRecord>
1004.      </DataItem>
1005.    </TraceData>
1006.  </ApplicationData>
1007.</E2ETraceEvent>
1010.    <EventID>131085</EventID>
1011.    <Type>3</Type>
1012.    <SubType Name="Start">0</SubType>
1013.    <Level>255</Level>
1014.    <TimeCreated SystemTime="2011-05-17T01:59:14.5380045Z" />
1015.    <Source Name="System.ServiceModel" />
1016.    <Correlation ActivityID="b5e1ec37-6ea2-42a3-9d70-c3ab6148d084" />
1017.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
1018.    <Channel/>
1019.    <Computer>MACHINENAME</Computer>
1020.  </System>
1021.  <ApplicationData>
1022.    <TraceData>
1023.      <DataItem>
1024.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
1026.          <Description>Activity boundary.</Description>
1027.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
1028.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
1029.            <ActivityName>Execute 'Telerik.Sitefinity.Configuration.Web.ConfigSectionItems.GetGeneralBasicSettings'.</ActivityName>
1030.            <ActivityType>ExecuteUserCode</ActivityType>
1031.          </ExtendedData>
1032.        </TraceRecord>
1033.      </DataItem>
1034.    </TraceData>
1035.  </ApplicationData>
1036.</E2ETraceEvent>
1039.    <EventID>0</EventID>
1040.    <Type>3</Type>
1041.    <SubType Name="Transfer">0</SubType>
1042.    <Level>255</Level>
1043.    <TimeCreated SystemTime="2011-05-17T01:59:14.5409346Z" />
1044.    <Source Name="System.ServiceModel" />
1045.    <Correlation ActivityID="b5e1ec37-6ea2-42a3-9d70-c3ab6148d084" RelatedActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
1046.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
1047.    <Channel/>
1048.    <Computer>MACHINENAME</Computer>
1049.  </System>
1050.  <ApplicationData></ApplicationData>
1051.</E2ETraceEvent>
1054.    <EventID>131085</EventID>
1055.    <Type>3</Type>
1056.    <SubType Name="Stop">0</SubType>
1057.    <Level>255</Level>
1058.    <TimeCreated SystemTime="2011-05-17T01:59:14.5409346Z" />
1059.    <Source Name="System.ServiceModel" />
1060.    <Correlation ActivityID="b5e1ec37-6ea2-42a3-9d70-c3ab6148d084" />
1061.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
1062.    <Channel/>
1063.    <Computer>MACHINENAME</Computer>
1064.  </System>
1065.  <ApplicationData>
1066.    <TraceData>
1067.      <DataItem>
1068.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
1070.          <Description>Activity boundary.</Description>
1071.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
1072.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
1073.            <ActivityName>Execute 'Telerik.Sitefinity.Configuration.Web.ConfigSectionItems.GetGeneralBasicSettings'.</ActivityName>
1074.            <ActivityType>ExecuteUserCode</ActivityType>
1075.          </ExtendedData>
1076.        </TraceRecord>
1077.      </DataItem>
1078.    </TraceData>
1079.  </ApplicationData>
1080.</E2ETraceEvent>
1083.    <EventID>131085</EventID>
1084.    <Type>3</Type>
1085.    <SubType Name="Resume">0</SubType>
1086.    <Level>255</Level>
1087.    <TimeCreated SystemTime="2011-05-17T01:59:14.5419113Z" />
1088.    <Source Name="System.ServiceModel" />
1089.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
1090.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
1091.    <Channel/>
1092.    <Computer>MACHINENAME</Computer>
1093.  </System>
1094.  <ApplicationData>
1095.    <TraceData>
1096.      <DataItem>
1097.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Resume">
1099.          <Description>Activity boundary.</Description>
1100.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
1101.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
1102.            <ActivityName>Process action ''.</ActivityName>
1103.            <ActivityType>ProcessAction</ActivityType>
1104.          </ExtendedData>
1105.        </TraceRecord>
1106.      </DataItem>
1107.    </TraceData>
1108.  </ApplicationData>
1109.</E2ETraceEvent>
1112.    <EventID>262164</EventID>
1113.    <Type>3</Type>
1114.    <SubType Name="Information">0</SubType>
1115.    <Level>8</Level>
1116.    <TimeCreated SystemTime="2011-05-17T01:59:14.5985599Z" />
1117.    <Source Name="System.ServiceModel" />
1118.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
1119.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
1120.    <Channel/>
1121.    <Computer>MACHINENAME</Computer>
1122.  </System>
1123.  <ApplicationData>
1124.    <TraceData>
1125.      <DataItem>
1126.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
1127.          <TraceIdentifier>http://msdn.microsoft.com/en-GB/library/System.ServiceModel.Channels.MessageSent.aspx<;/TraceIdentifier>
1128.          <Description>Sent a message over a channel.</Description>
1129.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
1130.          <Source>System.ServiceModel.Activation.HostedHttpContext+HostedRequestHttpOutput/20186819</Source>
1131.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTraceRecord">
1132.            <MessageProperties>
1133.              <Encoder>application/json; charset=utf-8</Encoder>
1134.              <AllowOutputBatching>False</AllowOutputBatching>
1135.            </MessageProperties>
1136.            <MessageHeaders></MessageHeaders>
1137.          </ExtendedData>
1138.        </TraceRecord>
1139.      </DataItem>
1140.    </TraceData>
1141.  </ApplicationData>
1142.</E2ETraceEvent>
1145.    <EventID>131085</EventID>
1146.    <Type>3</Type>
1147.    <SubType Name="Stop">0</SubType>
1148.    <Level>255</Level>
1149.    <TimeCreated SystemTime="2011-05-17T01:59:14.5995366Z" />
1150.    <Source Name="System.ServiceModel" />
1151.    <Correlation ActivityID="16ba4460-90bc-4e97-8d6e-f61dd0654888" />
1152.    <Execution ProcessName="w3wp" ProcessID="2112" ThreadID="9" />
1153.    <Channel/>
1154.    <Computer>MACHINENAME</Computer>
1155.  </System>
1156.  <ApplicationData>
1157.    <TraceData>
1158.      <DataItem>
1159.        <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
1161.          <Description>Activity boundary.</Description>
1162.          <AppDomain>/LM/W3SVC/6/ROOT-2-129500709684366098</AppDomain>
1163.          <ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
1164.            <ActivityName>Process action ''.</ActivityName>
1165.            <ActivityType>ProcessAction</ActivityType>
1166.          </ExtendedData>
1167.        </TraceRecord>
1168.      </DataItem>
1169.    </TraceData>
1170.  </ApplicationData>
1171.</E2ETraceEvent>

Posted by Community Admin on 17-May-2011 00:00

Hi James,

Have you made any changes to the backend pages where you include/reference some js scripts or have you replaced the default js scripts from the configurations? It looks like that there is a js conflict and the tree view could not be populated.

All the best,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 17-May-2011 00:00

No. but I did get advised to change script manager to release abd use a cdn. Could this be it?

Posted by Community Admin on 17-May-2011 00:00

Hello James,

The issue comes from the CDN. Please stop it and the issue should be fixed. The problem is two scripts are loaded.

Regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 18-May-2011 00:00

Is this a Telerik bug? I was advised to turn on CDN in another bug ticket..... Confused?

Posted by Community Admin on 18-May-2011 00:00

Hi James,

Please excuse us for the inconvenience caused by this issue. We have recently discovered the bug with enabling CDN loading twice the same scripts, and we are working on providing a solution for it. I apologize if we have advised you to enable it in our previous support communication, I believe this was either before the bug was introduced or we were still not aware of its behavior. Turning it off should fix the mentioned problems with the backend, until we provide the fix for this bug and you'll be able to use this option again.

Kind regards,
Boyan Barnev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 19-May-2011 00:00

Yeah I guess so, I was advised on the 14th of May. Thanks for your help, this fixed the problem.

This thread is closed