Guest User

Untitled

a guest
Apr 17th, 2012
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. Error running Reader:
  2. SQL Statement:
  3. select id, domainName from umbracoDomains
  4.  
  5. Exception:
  6. System.Data.SqlServerCe.SqlCeException: There is a file sharing violation. A different process might be using the file. [ \\PDC2\sites\d\dalston.tv\public_html\App_Data\Umbraco.sdf ]
  7. at System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr)
  8. at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
  9. at System.Data.SqlServerCe.SqlCeConnection.Open()
  10. at SQLCE4Umbraco.SqlCeContextGuardian.Open(String connectionString)
  11. at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)
  12. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  13.  
  14. Exception Details: SqlCE4Umbraco.SqlCeProviderException: Error running Reader:
  15. SQL Statement:
  16. select id, domainName from umbracoDomains
  17.  
  18. Exception:
  19. System.Data.SqlServerCe.SqlCeException: There is a file sharing violation. A different process might be using the file. [ \\PDC2\sites\d\dalston.tv\public_html\App_Data\Umbraco.sdf ]
  20. at System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr)
  21. at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
  22. at System.Data.SqlServerCe.SqlCeConnection.Open()
  23. at SQLCE4Umbraco.SqlCeContextGuardian.Open(String connectionString)
  24. at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)
  25.  
  26. Source Error:
  27.  
  28. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  29.  
  30. Stack Trace:
  31.  
  32.  
  33. [SqlCeProviderException: Error running Reader:
  34. SQL Statement:
  35. select id, domainName from umbracoDomains
  36.  
  37. Exception:
  38. System.Data.SqlServerCe.SqlCeException: There is a file sharing violation. A different process might be using the file. [ \\PDC2\sites\d\dalston.tv\public_html\App_Data\Umbraco.sdf ]
  39. at System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr)
  40. at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
  41. at System.Data.SqlServerCe.SqlCeConnection.Open()
  42. at SQLCE4Umbraco.SqlCeContextGuardian.Open(String connectionString)
  43. at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)]
  44. SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters) +192
  45. SqlCE4Umbraco.SqlCEHelper.ExecuteReader(String commandText, SqlCeParameter[] parameters) +37
  46. umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +87
  47.  
  48. [SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader]
  49. umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +142
  50. umbraco.cms.businesslogic.web.Domain.<GetDomains>b__0() +89
  51. umbraco.cms.businesslogic.cache.Cache.GetCacheItem(String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) +132
  52. umbraco.cms.businesslogic.web.Domain.GetDomains() +158
  53. umbraco.cms.businesslogic.web.Domain.GetDomain(String DomainName) +44
  54. umbraco.requestHandler.CreateXPathQuery(String url, Boolean checkDomain) +232
  55. umbraco.requestHandler..ctor(XmlDocument umbracoContent, String url) +523
  56. umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) +977
  57. System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
  58. System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
  59. System.EventHandler.Invoke(Object sender, EventArgs e) +0
  60. System.Web.UI.Page.OnPreInit(EventArgs e) +8876158
  61. System.Web.UI.Page.PerformPreInit() +31
  62. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +328
  63.  
  64. Request Details
  65. Session Id: 2rbo0bz2fjrcymdy1rmko5ww Request Type: GET
  66. Time of Request: 17/04/2012 16:20:14 Status Code: 500
  67. Request Encoding: Unicode (UTF-8) Response Encoding: Unicode (UTF-8)
  68. Trace Information
  69. Category Message From First(s) From Last(s)
  70. aspx.page Begin PreInit
  71. umbracoInit handling request 1.74559929234852E-05 0.000017
  72. request handler current url '' 7.39619637328616E-05 0.000057
  73. Unhandled Execution Error
  74. Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
  75. at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters)
  76. at umbraco.cms.businesslogic.web.Domain.<GetDomains>b__0()
  77. at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
  78. at umbraco.cms.businesslogic.web.Domain.GetDomains()
  79. at umbraco.cms.businesslogic.web.Domain.GetDomain(String DomainName)
  80. at umbraco.requestHandler.CreateXPathQuery(String url, Boolean checkDomain)
  81. at umbraco.requestHandler..ctor(XmlDocument umbracoContent, String url)
  82. at umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e)
  83. at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
  84. at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
  85. at System.EventHandler.Invoke(Object sender, EventArgs e)
  86. at System.Web.UI.Page.OnPreInit(EventArgs e)
  87. at System.Web.UI.Page.PerformPreInit()
  88. at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 0.00304844980097302 0.002974
  89. Control Tree
  90. Control UniqueID Type Render Size Bytes (including children) ViewState Size Bytes (excluding children) ControlState Size Bytes (excluding children)
  91. __Page ASP.default_aspx 0 0 0
  92. Session State
  93. Session Key Type Value
  94. Application State
  95. Application Key Type Value
  96. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  97. umbracoUrl System.String www.dalston.tv:80/umbraco
  98. umbracoNeedConfiguration System.Boolean False
  99. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  100. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  101. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  102. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  103. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  104. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  105. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  106. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  107. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  108. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  109. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  110. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  111. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  112. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  113. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  114. vnc38ykjnkjdnk2jt98ygkxjng <null> <null>
  115. Request Cookies Collection
  116. Name Value Size
  117. Response Cookies Collection
  118. Name Value Size
  119. ASP.NET_SessionId 2rbo0bz2fjrcymdy1rmko5ww 42
  120. Headers Collection
  121. Name Value
  122. Connection close
  123. Accept text/html, application/xhtml+xml, */*
  124. Accept-Encoding gzip, deflate
  125. Accept-Language en-GB
  126. Host dalston.tv
  127. User-Agent Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
  128. X-Forwarded-For 87.83.19.33
  129. Response Headers Collection
  130. Name Value
  131. X-AspNet-Version 4.0.30319
  132. Set-Cookie ASP.NET_SessionId=2rbo0bz2fjrcymdy1rmko5ww; path=/; HttpOnly
  133. Cache-Control private
  134. Content-Type text/html
  135. Form Collection
  136. Name Value
  137. Querystring Collection
  138. Name Value
  139. Server Variables
  140. Name Value
  141. ALL_HTTP HTTP_CONNECTION:close HTTP_ACCEPT:text/html, application/xhtml+xml, */* HTTP_ACCEPT_ENCODING:gzip, deflate HTTP_ACCEPT_LANGUAGE:en-GB HTTP_HOST:dalston.tv HTTP_USER_AGENT:Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) HTTP_X_FORWARDED_FOR:87.83.19.33
  142. ALL_RAW Connection: close Accept: text/html, application/xhtml+xml, */* Accept-Encoding: gzip, deflate Accept-Language: en-GB Host: dalston.tv User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) X-Forwarded-For: 87.83.19.33
  143. APPL_MD_PATH /LM/W3SVC/96067/ROOT
  144. APPL_PHYSICAL_PATH \\PDC2\sites\d\dalston.tv\public_html\
  145. AUTH_TYPE
  146. AUTH_USER
  147. AUTH_PASSWORD
  148. LOGON_USER
  149. REMOTE_USER
  150. CERT_COOKIE
  151. CERT_FLAGS
  152. CERT_ISSUER
  153. CERT_KEYSIZE
  154. CERT_SECRETKEYSIZE
  155. CERT_SERIALNUMBER
  156. CERT_SERVER_ISSUER
  157. CERT_SERVER_SUBJECT
  158. CERT_SUBJECT
  159. CONTENT_LENGTH 0
  160. CONTENT_TYPE
  161. GATEWAY_INTERFACE CGI/1.1
  162. HTTPS off
  163. HTTPS_KEYSIZE
  164. HTTPS_SECRETKEYSIZE
  165. HTTPS_SERVER_ISSUER
  166. HTTPS_SERVER_SUBJECT
  167. INSTANCE_ID 96067
  168. INSTANCE_META_PATH /LM/W3SVC/96067
  169. LOCAL_ADDR 10.168.1.132
  170. PATH_INFO /default.aspx
  171. PATH_TRANSLATED \\PDC2\sites\d\dalston.tv\public_html\default.aspx
  172. QUERY_STRING
  173. REMOTE_ADDR 87.83.19.33
  174. REMOTE_HOST 87.83.19.33
  175. REMOTE_PORT 33441
  176. REQUEST_METHOD GET
  177. SCRIPT_NAME /default.aspx
  178. SERVER_NAME dalston.tv
  179. SERVER_PORT 80
  180. SERVER_PORT_SECURE 0
  181. SERVER_PROTOCOL HTTP/1.1
  182. SERVER_SOFTWARE Microsoft-IIS/6.0
  183. URL /default.aspx
  184. HTTP_CONNECTION close
  185. HTTP_ACCEPT text/html, application/xhtml+xml, */*
  186. HTTP_ACCEPT_ENCODING gzip, deflate
  187. HTTP_ACCEPT_LANGUAGE en-GB
  188. HTTP_HOST dalston.tv
  189. HTTP_USER_AGENT Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
  190. HTTP_X_FORWARDED_FOR 87.83.19.33
Advertisement
Add Comment
Please, Sign In to add comment