Advertisement
Guest User

Untitled

a guest
Mar 29th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.50 KB | None | 0 0
  1. 2012/03/30 01:37:03.738| fd_open() FD 11 HTTP Request
  2. 2012/03/30 01:37:03.738| AcceptFD::acceptOne accepted: FD 14 newfd: 11 from: 127.0.0.1:50902 handler: SomeCommAcceptHandler(FD -1, data=0x29e5548)
  3. 2012/03/30 01:37:03.738| comm.cc(2349) will call SomeCommAcceptHandler(FD 14, data=0x29e5548, newFD 11) [call252]
  4. 2012/03/30 01:37:03.738| entering SomeCommAcceptHandler(FD 14, data=0x29e5548, newFD 11)
  5. 2012/03/30 01:37:03.738| AsyncCall.cc(32) make: make call SomeCommAcceptHandler [call252]
  6. 2012/03/30 01:37:03.738| comm_accept: FD 14 handler: 0x4cb520
  7. 2012/03/30 01:37:03.738| The AsyncCall SomeCommAcceptHandler constructed, this=0x2c40870 [call476]
  8. 2012/03/30 01:37:03.738| comm_old_accept: FD 14: (11) Resource temporarily unavailable
  9. 2012/03/30 01:37:03.738| comm.cc(2313) acceptOne: try later: FD 14 handler: 0x2c40870*2
  10. 2012/03/30 01:37:03.738| httpAccept: FD 11: accepted
  11. 2012/03/30 01:37:03.738| AsyncJob constructed, this=0x2c30be0 type=ConnStateData [job16]
  12. 2012/03/30 01:37:03.738| The AsyncCall ConnStateData::connStateClosed constructed, this=0x2c41200 [call477]
  13. 2012/03/30 01:37:03.738| comm_add_close_handler: FD 11, AsyncCall=0x2c41200*1
  14. 2012/03/30 01:37:03.738| The AsyncCall ConnStateData::requestTimeout constructed, this=0x2c40780 [call478]
  15. 2012/03/30 01:37:03.738| comm.cc(1207) commSetTimeout: FD 11 timeout 900
  16. 2012/03/30 01:37:03.738| aclCheckFast: list: 0x29e5098
  17. 2012/03/30 01:37:03.738| ACLList::matches: checking all
  18. 2012/03/30 01:37:03.738| ACL::checklistMatches: checking 'all'
  19. 2012/03/30 01:37:03.738| aclIpMatchIp: '127.0.0.1:50902' found
  20. 2012/03/30 01:37:03.738| ACL::ChecklistMatches: result for 'all' is 1
  21. 2012/03/30 01:37:03.738| ACLList::matches: result is true
  22. 2012/03/30 01:37:03.738| aclmatchAclList: 0x7fff36f5f7a0 returning true (AND list satisfied)
  23. 2012/03/30 01:37:03.738| ACLChecklist::markFinished: 0x7fff36f5f7a0 checklist processing finished
  24. 2012/03/30 01:37:03.738| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff36f5f7a0
  25. 2012/03/30 01:37:03.738| ACLChecklist::~ACLChecklist: destroyed 0x7fff36f5f7a0
  26. 2012/03/30 01:37:03.738| clientReadSomeData: FD 11: reading request...
  27. 2012/03/30 01:37:03.738| The AsyncCall ConnStateData::clientReadRequest constructed, this=0x2c41030 [call479]
  28. 2012/03/30 01:37:03.738| comm_read, queueing read for FD 11; asynCall 0x2c41030*1
  29. 2012/03/30 01:37:03.738| leaving SomeCommAcceptHandler(FD 14, data=0x29e5548, newFD 11)
  30. 2012/03/30 01:37:03.738| comm_read_try: FD 11, size 4095, retval 146, errno 0
  31. 2012/03/30 01:37:03.738| commio_finish_callback: called for FD 11 (0, 0)
  32. 2012/03/30 01:37:03.738| comm.cc(165) will call ConnStateData::clientReadRequest(FD 11, data=0x2c30a28, size=146, buf=0x2c07080) [call479]
  33. 2012/03/30 01:37:03.738| entering ConnStateData::clientReadRequest(FD 11, data=0x2c30a28, size=146, buf=0x2c07080)
  34. 2012/03/30 01:37:03.738| AsyncCall.cc(32) make: make call ConnStateData::clientReadRequest [call479]
  35. 2012/03/30 01:37:03.738| ConnStateData status in: [ job16]
  36. 2012/03/30 01:37:03.738| client_side.cc(2756) clientReadRequest: clientReadRequest FD 11 size 146
  37. 2012/03/30 01:37:03.738| clientParseRequest: FD 11: attempting to parse
  38. 2012/03/30 01:37:03.738| httpParseInit: Request buffer is GET /alfresco/service/catalog/products HTTP/1.1
  39. User-Agent: Wget/1.13.4 (linux-gnu)
  40. Accept: */*
  41. Host: localhost:280
  42. Connection: Keep-Alive
  43.  
  44.  
  45. 2012/03/30 01:37:03.738| HttpMsg.cc(445) parseRequestFirstLine: parsing possible request: GET /alfresco/service/catalog/products HTTP/1.1
  46. User-Agent: Wget/1.13.4 (linux-gnu)
  47. Accept: */*
  48. Host: localhost:280
  49. Connection: Keep-Alive
  50.  
  51.  
  52. 2012/03/30 01:37:03.738| Parser: retval 1: from 0->48: method 0->2; url 4->37; version 39->46 (1/1)
  53. 2012/03/30 01:37:03.738| parseHttpRequest: req_hdr = {User-Agent: Wget/1.13.4 (linux-gnu)
  54. Accept: */*
  55. Host: localhost:280
  56. Connection: Keep-Alive
  57.  
  58. }
  59. 2012/03/30 01:37:03.738| parseHttpRequest: end = {
  60. }
  61. 2012/03/30 01:37:03.738| parseHttpRequest: prefix_sz = 146, req_line_sz = 49
  62. 2012/03/30 01:37:03.738| AsyncJob constructed, this=0x2c315a8 type=ClientHttpRequest [job17]
  63. 2012/03/30 01:37:03.738| clientStreamInsertHead: Inserted node 0x2c33ae8 with data 0x2c32770 after head
  64. 2012/03/30 01:37:03.738| parseHttpRequest: Request Header is
  65. User-Agent: Wget/1.13.4 (linux-gnu)
  66. Accept: */*
  67. Host: localhost:280
  68. Connection: Keep-Alive
  69.  
  70.  
  71. 2012/03/30 01:37:03.738| client_side.cc(2171) parseHttpRequest: repare absolute URL from accel
  72. 2012/03/30 01:37:03.738| ACCEL DEFAULTSITE REWRITE: defaultsite=localhost + vport=0
  73. 2012/03/30 01:37:03.738| ACCEL DEFAULTSITE REWRITE: 'http://localhost/alfresco/service/catalog/products'
  74. 2012/03/30 01:37:03.738| parseHttpRequest: Complete request received
  75. 2012/03/30 01:37:03.738| clientParseRequest: FD 11: parsed a request
  76. 2012/03/30 01:37:03.738| comm.cc(1196) commSetTimeout: FD 11 timeout 86400
  77. 2012/03/30 01:37:03.738| The AsyncCall SomeTimeoutHandler constructed, this=0x2c34f70 [call480]
  78. 2012/03/30 01:37:03.738| comm.cc(1207) commSetTimeout: FD 11 timeout 86400
  79. 2012/03/30 01:37:03.738| urlParse: Split URL 'http://localhost/alfresco/service/catalog/products' into proto='http', host='localhost', port='80', path='/alfresco/service/catalog/products'
  80. 2012/03/30 01:37:03.738| init-ing hdr: 0x2c045f0 owner: 2
  81. 2012/03/30 01:37:03.738| HttpRequest.cc(55) HttpRequest: constructed, this=0x2c045e0 id=2
  82. 2012/03/30 01:37:03.739| parsing hdr: (0x2c045f0)
  83. User-Agent: Wget/1.13.4 (linux-gnu)
  84. Accept: */*
  85. Host: localhost:280
  86. Connection: Keep-Alive
  87.  
  88. 2012/03/30 01:37:03.739| clientSetKeepaliveFlag: http_ver = 1.1
  89. 2012/03/30 01:37:03.739| clientSetKeepaliveFlag: method = GET
  90. 2012/03/30 01:37:03.739| 0x2c045f0: joined for id 9: Keep-Alive
  91. 2012/03/30 01:37:03.739| client_side_request.cc(142) ClientRequestContext: 0x2c34038 ClientRequestContext constructed
  92. 2012/03/30 01:37:03.739| client_side_request.cc(1322) doCallouts: Doing calloutContext->clientAccessCheck()
  93. 2012/03/30 01:37:03.739| ACLChecklist::preCheck: 0x2c341e8 checking 'http_access deny !Safe_ports'
  94. 2012/03/30 01:37:03.739| ACLList::matches: checking !Safe_ports
  95. 2012/03/30 01:37:03.739| ACL::checklistMatches: checking 'Safe_ports'
  96. 2012/03/30 01:37:03.739| ACL::ChecklistMatches: result for 'Safe_ports' is 1
  97. 2012/03/30 01:37:03.739| ACLList::matches: result is false
  98. 2012/03/30 01:37:03.739| aclmatchAclList: 0x2c341e8 returning false (AND list entry failed to match)
  99. 2012/03/30 01:37:03.739| aclmatchAclList: async=0 nodeMatched=0 async_in_progress=0 lastACLResult() = 0 finished() = 0
  100. 2012/03/30 01:37:03.739| ACLChecklist::preCheck: 0x2c341e8 checking 'http_access allow our_sites'
  101. 2012/03/30 01:37:03.739| ACLList::matches: checking our_sites
  102. 2012/03/30 01:37:03.739| ACL::checklistMatches: checking 'our_sites'
  103. 2012/03/30 01:37:03.739| aclMatchDomainList: checking 'localhost'
  104. 2012/03/30 01:37:03.739| aclMatchDomainList: 'localhost' found
  105. 2012/03/30 01:37:03.739| ACL::ChecklistMatches: result for 'our_sites' is 1
  106. 2012/03/30 01:37:03.739| ACLList::matches: result is true
  107. 2012/03/30 01:37:03.739| aclmatchAclList: 0x2c341e8 returning true (AND list satisfied)
  108. 2012/03/30 01:37:03.739| ACLChecklist::markFinished: 0x2c341e8 checklist processing finished
  109. 2012/03/30 01:37:03.739| ACLChecklist::check: 0x2c341e8 match found, calling back with 1
  110. 2012/03/30 01:37:03.739| ACLFilledChecklist::checkCallback: 0x2c341e8 answer=1
  111. 2012/03/30 01:37:03.739| ACLChecklist::checkCallback: 0x2c341e8 answer=1
  112. 2012/03/30 01:37:03.739| The request GET http://localhost/alfresco/service/catalog/products is ALLOWED, because it matched 'our_sites'
  113. 2012/03/30 01:37:03.739| AccessCheck.cc(31) Start: adaptation off, skipping
  114. 2012/03/30 01:37:03.739| client_side_request.cc(1351) doCallouts: Doing calloutContext->clientAccessCheck2()
  115. 2012/03/30 01:37:03.739| client_side_request.cc(556) clientAccessCheck2: No adapted_http_access configuration.
  116. 2012/03/30 01:37:03.739| The request GET http://localhost/alfresco/service/catalog/products is ALLOWED, because it matched 'our_sites'
  117. 2012/03/30 01:37:03.739| client_side_request.cc(1358) doCallouts: Doing clientInterpretRequestHeaders()
  118. 2012/03/30 01:37:03.739| clientInterpretRequestHeaders: REQ_NOCACHE = NOT SET
  119. 2012/03/30 01:37:03.739| clientInterpretRequestHeaders: REQ_CACHABLE = SET
  120. 2012/03/30 01:37:03.739| clientInterpretRequestHeaders: REQ_HIERARCHICAL = SET
  121. 2012/03/30 01:37:03.739| client_side_request.cc(130) ~ClientRequestContext: 0x2c34038 ClientRequestContext destructed
  122. 2012/03/30 01:37:03.739| client_side_request.cc(1390) doCallouts: calling processRequest()
  123. 2012/03/30 01:37:03.739| clientProcessRequest: GET 'http://localhost/alfresco/service/catalog/products'
  124. 2012/03/30 01:37:03.739| ClientHttpRequest::httpStart: NONE for 'http://localhost/alfresco/service/catalog/products'
  125. 2012/03/30 01:37:03.739| clientStreamRead: Calling 1 with cbdata 0x2c33980 from node 0x2c33ae8
  126. 2012/03/30 01:37:03.739| storeGet: looking up 84C0C508214C0BF21C5F311EE274EA0A
  127. 2012/03/30 01:37:03.739| clientProcessRequest2: default HIT
  128. 2012/03/30 01:37:03.739| StoreEntry::lock: key '84C0C508214C0BF21C5F311EE274EA0A' count=1
  129. 2012/03/30 01:37:03.739| store_client::copy: 84C0C508214C0BF21C5F311EE274EA0A, from 0, for length 4096, cb 1, cbdata 0x2c328c8
  130. 2012/03/30 01:37:03.739| storeClientCopy2: 84C0C508214C0BF21C5F311EE274EA0A
  131. 2012/03/30 01:37:03.739| store_client::doCopy: co: 0, hi: 1352
  132. 2012/03/30 01:37:03.739| store_client::doCopy: Copying normal from memory
  133. 2012/03/30 01:37:03.739| memCopy: [0,4096)
  134. 2012/03/30 01:37:03.739| clientCacheHit: http://localhost/alfresco/service/catalog/products, 1352 bytes
  135. 2012/03/30 01:37:03.739| refreshCheck: 'http://localhost/alfresco/service/catalog/products'
  136. 2012/03/30 01:37:03.739| refreshCheck: Matched '. 0 20%% 259200'
  137. 2012/03/30 01:37:03.739| age: 155
  138. 2012/03/30 01:37:03.739| check_time: Thu, 29 Mar 2012 23:37:03 GMT
  139. 2012/03/30 01:37:03.739| entry->timestamp: Thu, 29 Mar 2012 23:34:28 GMT
  140. 2012/03/30 01:37:03.739| STALE: expires 1333064068 < check_time 1333064223
  141. 2012/03/30 01:37:03.739| Staleness = 155
  142. 2012/03/30 01:37:03.739| clientCacheHit: in refreshCheck() block
  143. 2012/03/30 01:37:03.739| clientReplyContext::processExpired: 'http://localhost/alfresco/service/catalog/products'
  144. 2012/03/30 01:37:03.739| clientReplyContext::saveState: saving store context
  145. 2012/03/30 01:37:03.739| storeCreateEntry: 'http://localhost/alfresco/service/catalog/products'
  146. 2012/03/30 01:37:03.739| store.cc(360) StoreEntry: new StoreEntry 0x2c34590
  147. 2012/03/30 01:37:03.739| MemObject.cc(76) MemObject: new MemObject 0x2c40f30
  148. 2012/03/30 01:37:03.739| init-ing hdr: 0x2c040d0 owner: 3
  149. 2012/03/30 01:37:03.739| storeKeyPrivate: GET http://localhost/alfresco/service/catalog/products
  150. 2012/03/30 01:37:03.739| StoreEntry::hashInsert: Inserting Entry 0x2c34590 key '36A4E18536613102118E64F9C24B04A1'
  151. 2012/03/30 01:37:03.739| clientReplyContext::processExpired : lastmod -1
  152. 2012/03/30 01:37:03.739| aclCheckFast: list: 0x29e5018
  153. 2012/03/30 01:37:03.739| ACLList::matches: checking all
  154. 2012/03/30 01:37:03.739| ACL::checklistMatches: checking 'all'
  155. 2012/03/30 01:37:03.739| aclIpMatchIp: '127.0.0.1:50902' found
  156. 2012/03/30 01:37:03.739| ACL::ChecklistMatches: result for 'all' is 1
  157. 2012/03/30 01:37:03.739| ACLList::matches: result is true
  158. 2012/03/30 01:37:03.739| aclmatchAclList: 0x7fff36f5eda0 returning true (AND list satisfied)
  159. 2012/03/30 01:37:03.739| ACLChecklist::markFinished: 0x7fff36f5eda0 checklist processing finished
  160. 2012/03/30 01:37:03.739| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff36f5eda0
  161. 2012/03/30 01:37:03.739| ACLChecklist::~ACLChecklist: destroyed 0x7fff36f5eda0
  162. 2012/03/30 01:37:03.739| FwdState::start() 'http://localhost/alfresco/service/catalog/products'
  163. 2012/03/30 01:37:03.739| StoreEntry::lock: key '36A4E18536613102118E64F9C24B04A1' count=2
  164. 2012/03/30 01:37:03.739| peerSelect: http://localhost/alfresco/service/catalog/products
  165. 2012/03/30 01:37:03.739| StoreEntry::lock: key '36A4E18536613102118E64F9C24B04A1' count=3
  166. 2012/03/30 01:37:03.739| peerSelectFoo: 'GET localhost'
  167. 2012/03/30 01:37:03.739| peerSelectFoo: direct = DIRECT_NO
  168. 2012/03/30 01:37:03.739| peerDigestLookup: peer 127.0.0.1
  169. 2012/03/30 01:37:03.739| peerDigestLookup: gone!
  170. 2012/03/30 01:37:03.739| neighborsDigestSelect: choices: 0 (0)
  171. 2012/03/30 01:37:03.739| peerNoteDigestLookup: peer <none>, lookup: LOOKUP_NONE
  172. 2012/03/30 01:37:03.739| peerSelectIcpPing: http://localhost/alfresco/service/catalog/products
  173. 2012/03/30 01:37:03.739| neighborsCount: 0
  174. 2012/03/30 01:37:03.739| peerSelectIcpPing: counted 0 neighbors
  175. 2012/03/30 01:37:03.739| peerGetSomeParent: GET localhost
  176. 2012/03/30 01:37:03.739| neighbors.cc(339) getRoundRobinParent: returning NULL
  177. 2012/03/30 01:37:03.739| getWeightedRoundRobinParent: returning NULL
  178. 2012/03/30 01:37:03.739| aclCheckFast: list: 0x29e72d8
  179. 2012/03/30 01:37:03.739| ACLList::matches: checking our_sites
  180. 2012/03/30 01:37:03.739| ACL::checklistMatches: checking 'our_sites'
  181. 2012/03/30 01:37:03.739| aclMatchDomainList: checking 'localhost'
  182. 2012/03/30 01:37:03.739| aclMatchDomainList: 'localhost' found
  183. 2012/03/30 01:37:03.739| ACL::ChecklistMatches: result for 'our_sites' is 1
  184. 2012/03/30 01:37:03.739| ACLList::matches: result is true
  185. 2012/03/30 01:37:03.739| aclmatchAclList: 0x7fff36f5eb50 returning true (AND list satisfied)
  186. 2012/03/30 01:37:03.739| ACLChecklist::markFinished: 0x7fff36f5eb50 checklist processing finished
  187. 2012/03/30 01:37:03.739| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff36f5eb50
  188. 2012/03/30 01:37:03.739| ACLChecklist::~ACLChecklist: destroyed 0x7fff36f5eb50
  189. 2012/03/30 01:37:03.739| getFirstUpParent: returning 127.0.0.1
  190. 2012/03/30 01:37:03.739| peerSelect: FIRST_UP_PARENT/127.0.0.1
  191. 2012/03/30 01:37:03.739| peerAddFwdServer: adding 127.0.0.1 FIRST_UP_PARENT
  192. 2012/03/30 01:37:03.739| aclCheckFast: list: 0x29e72d8
  193. 2012/03/30 01:37:03.739| ACLList::matches: checking our_sites
  194. 2012/03/30 01:37:03.739| ACL::checklistMatches: checking 'our_sites'
  195. 2012/03/30 01:37:03.739| aclMatchDomainList: checking 'localhost'
  196. 2012/03/30 01:37:03.739| aclMatchDomainList: 'localhost' found
  197. 2012/03/30 01:37:03.739| ACL::ChecklistMatches: result for 'our_sites' is 1
  198. 2012/03/30 01:37:03.739| ACLList::matches: result is true
  199. 2012/03/30 01:37:03.739| aclmatchAclList: 0x7fff36f5ebb0 returning true (AND list satisfied)
  200. 2012/03/30 01:37:03.739| ACLChecklist::markFinished: 0x7fff36f5ebb0 checklist processing finished
  201. 2012/03/30 01:37:03.739| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff36f5ebb0
  202. 2012/03/30 01:37:03.739| ACLChecklist::~ACLChecklist: destroyed 0x7fff36f5ebb0
  203. 2012/03/30 01:37:03.739| peerGetAllParents: adding alive parent 127.0.0.1
  204. 2012/03/30 01:37:03.739| peerAddFwdServer: adding 127.0.0.1 ANY_PARENT
  205. 2012/03/30 01:37:03.739| aclCheckFast: list: 0x29e72d8
  206. 2012/03/30 01:37:03.739| ACLList::matches: checking our_sites
  207. 2012/03/30 01:37:03.739| ACL::checklistMatches: checking 'our_sites'
  208. 2012/03/30 01:37:03.739| aclMatchDomainList: checking 'localhost'
  209. 2012/03/30 01:37:03.739| aclMatchDomainList: 'localhost' found
  210. 2012/03/30 01:37:03.739| ACL::ChecklistMatches: result for 'our_sites' is 1
  211. 2012/03/30 01:37:03.739| ACLList::matches: result is true
  212. 2012/03/30 01:37:03.739| aclmatchAclList: 0x7fff36f5eb90 returning true (AND list satisfied)
  213. 2012/03/30 01:37:03.739| ACLChecklist::markFinished: 0x7fff36f5eb90 checklist processing finished
  214. 2012/03/30 01:37:03.739| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff36f5eb90
  215. 2012/03/30 01:37:03.739| ACLChecklist::~ACLChecklist: destroyed 0x7fff36f5eb90
  216. 2012/03/30 01:37:03.739| getDefaultParent: returning 127.0.0.1
  217. 2012/03/30 01:37:03.739| peerAddFwdServer: adding 127.0.0.1 DEFAULT_PARENT
  218. 2012/03/30 01:37:03.739| peerSelectCallback: http://localhost/alfresco/service/catalog/products
  219. 2012/03/30 01:37:03.739| fwdStartComplete: http://localhost/alfresco/service/catalog/products
  220. 2012/03/30 01:37:03.739| fwdConnectStart: http://localhost/alfresco/service/catalog/products
  221. 2012/03/30 01:37:03.739| PconnPool::key(myAccel,8080,localhost,[::]is {myAccel:8080/localhost}
  222. 2012/03/30 01:37:03.739| PconnPool::pop: lookup for key {myAccel:8080/localhost} failed.
  223. 2012/03/30 01:37:03.739| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff36f5ea70
  224. 2012/03/30 01:37:03.739| ACLChecklist::~ACLChecklist: destroyed 0x7fff36f5ea70
  225. 2012/03/30 01:37:03.739| fwdConnectStart: got outgoing addr [::], tos 0
  226. 2012/03/30 01:37:03.739| comm_openex: Attempt open socket for: [::]
  227. 2012/03/30 01:37:03.739| comm_openex: Opened socket FD 12 : family=10, type=1, protocol=6
  228. 2012/03/30 01:37:03.739| comm_open: FD 12 is a new socket
  229. 2012/03/30 01:37:03.740| fd_open() FD 12 http://localhost/alfresco/service/catalog/products
  230. 2012/03/30 01:37:03.740| fwdConnectStart: got TCP FD 12
  231. 2012/03/30 01:37:03.740| comm_local_port: FD 12: port 0(family=10)
  232. 2012/03/30 01:37:03.740| comm_add_close_handler: FD 12, handler=1, data=0x29e6588
  233. 2012/03/30 01:37:03.740| The AsyncCall SomeCloseHandler constructed, this=0x2c34ce0 [call481]
  234. 2012/03/30 01:37:03.740| comm_add_close_handler: FD 12, AsyncCall=0x2c34ce0*1
  235. 2012/03/30 01:37:03.740| comm_add_close_handler: FD 12, handler=1, data=0x2c349a8
  236. 2012/03/30 01:37:03.740| The AsyncCall SomeCloseHandler constructed, this=0x2acc5e0 [call482]
  237. 2012/03/30 01:37:03.740| comm_add_close_handler: FD 12, AsyncCall=0x2acc5e0*1
  238. 2012/03/30 01:37:03.740| comm.cc(1196) commSetTimeout: FD 12 timeout 30
  239. 2012/03/30 01:37:03.740| The AsyncCall SomeTimeoutHandler constructed, this=0x2ac6f60 [call483]
  240. 2012/03/30 01:37:03.740| comm.cc(1207) commSetTimeout: FD 12 timeout 30
  241. 2012/03/30 01:37:03.740| commConnectStart: FD 12, data 0x2c349a8, 127.0.0.1:8080
  242. 2012/03/30 01:37:03.740| The AsyncCall SomeCommConnectHandler constructed, this=0x2ac6fd0 [call484]
  243. 2012/03/30 01:37:03.740| commConnectStart: FD 12, cb 0x2ac6fd0*1, 127.0.0.1:8080
  244. 2012/03/30 01:37:03.740| comm_add_close_handler: FD 12, handler=1, data=0x2c35028
  245. 2012/03/30 01:37:03.740| The AsyncCall SomeCloseHandler constructed, this=0x2ac9a80 [call485]
  246. 2012/03/30 01:37:03.740| comm_add_close_handler: FD 12, AsyncCall=0x2ac9a80*1
  247. 2012/03/30 01:37:03.740| ipcache_nbgethostbyname: Name '127.0.0.1'.
  248. 2012/03/30 01:37:03.740| ipcacheCheckNumeric: HIT_BYPASS for '127.0.0.1' == 127.0.0.1
  249. 2012/03/30 01:37:03.740| ipcache_nbgethostbyname: BYPASS for '127.0.0.1' (already numeric)
  250. 2012/03/30 01:37:03.740| comm.cc(1114) connect: to 127.0.0.1:8080
  251. 2012/03/30 01:37:03.740| comm_connect_addr: sock=12, addrinfo( flags=4, family=10, socktype=1, protocol=6, &addr=0x2c34fe0, addrlen=28 )
  252. 2012/03/30 01:37:03.740| comm.cc(1119) connect: FD 12: COMM_INPROGRESS
  253. 2012/03/30 01:37:03.740| StoreEntry::unlock: key '36A4E18536613102118E64F9C24B04A1' count=2
  254. 2012/03/30 01:37:03.740| store_client::copy: 36A4E18536613102118E64F9C24B04A1, from 0, for length 4096, cb 1, cbdata 0x2c328c8
  255. 2012/03/30 01:37:03.740| storeClientCopy2: returning because ENTRY_FWD_HDR_WAIT set
  256. 2012/03/30 01:37:03.740| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x2c341e8
  257. 2012/03/30 01:37:03.740| ACLChecklist::~ACLChecklist: destroyed 0x2c341e8
  258. 2012/03/30 01:37:03.740| client_side.cc(2310) connNoteUseOfBuffer: conn->in.notYetUsed = 0
  259. 2012/03/30 01:37:03.740| clientReadSomeData: FD 11: reading request...
  260. 2012/03/30 01:37:03.740| The AsyncCall ConnStateData::clientReadRequest constructed, this=0x2ac9af0 [call486]
  261. 2012/03/30 01:37:03.740| comm_read, queueing read for FD 11; asynCall 0x2ac9af0*1
  262. 2012/03/30 01:37:03.740| ConnStateData status out: [ job16]
  263. 2012/03/30 01:37:03.740| leaving ConnStateData::clientReadRequest(FD 11, data=0x2c30a28, size=146, buf=0x2c07080)
  264. 2012/03/30 01:37:03.740| comm.cc(1114) connect: to 127.0.0.1:8080
  265. 2012/03/30 01:37:03.740| comm.cc(1124) connect: FD 12: COMM_OK - connected
  266. 2012/03/30 01:37:03.740| commConnectCallback: FD 12
  267. 2012/03/30 01:37:03.740| comm_remove_close_handler: FD 12, handler=1, data=0x2c35028
  268. 2012/03/30 01:37:03.740| comm.cc(1196) commSetTimeout: FD 12 timeout -1
  269. 2012/03/30 01:37:03.740| comm.cc(1207) commSetTimeout: FD 12 timeout -1
  270. 2012/03/30 01:37:03.740| comm.cc(935) will call SomeCommConnectHandler(FD 12, data=0x2c349a8, ) [call484]
  271. 2012/03/30 01:37:03.740| commConnectFree: FD 12
  272. 2012/03/30 01:37:03.740| entering SomeCommConnectHandler(FD 12, data=0x2c349a8, )
  273. 2012/03/30 01:37:03.740| AsyncCall.cc(32) make: make call SomeCommConnectHandler [call484]
  274. 2012/03/30 01:37:03.740| fwdConnectDone: FD 12: 'http://localhost/alfresco/service/catalog/products'
  275. 2012/03/30 01:37:03.740| fwdDispatch: FD 11: Fetching 'GET http://localhost/alfresco/service/catalog/products'
  276. 2012/03/30 01:37:03.740| httpStart: "GET http://localhost/alfresco/service/catalog/products"
  277. 2012/03/30 01:37:03.740| AsyncJob constructed, this=0x2c35618 type=HttpStateData [job18]
  278. 2012/03/30 01:37:03.740| StoreEntry::lock: key '36A4E18536613102118E64F9C24B04A1' count=3
  279. 2012/03/30 01:37:03.740| http.cc(83) HttpStateData: HttpStateData 0x2c35528 created
  280. 2012/03/30 01:37:03.740| init-ing hdr: 0x2c39670 owner: 2
  281. 2012/03/30 01:37:03.740| HttpRequest.cc(55) HttpRequest: constructed, this=0x2c39660 id=3
  282. 2012/03/30 01:37:03.740| HttpRequest::SetHost() given IP: 127.0.0.1
  283. 2012/03/30 01:37:03.740| The AsyncCall HttpStateData::httpStateConnClosed constructed, this=0x2c41030 [call487]
  284. 2012/03/30 01:37:03.740| comm_add_close_handler: FD 12, AsyncCall=0x2c41030*1
  285. 2012/03/30 01:37:03.740| httpSendRequest: FD 12, request 0x2c39660, this 0x2c35528.
  286. 2012/03/30 01:37:03.740| The AsyncCall HttpStateData::httpTimeout constructed, this=0x2c42620 [call488]
  287. 2012/03/30 01:37:03.740| comm.cc(1207) commSetTimeout: FD 12 timeout 86400
  288. 2012/03/30 01:37:03.740| The AsyncCall HttpStateData::readReply constructed, this=0x2c426b0 [call489]
  289. 2012/03/30 01:37:03.740| comm_read, queueing read for FD 12; asynCall 0x2c426b0*1
  290. 2012/03/30 01:37:03.740| The AsyncCall HttpStateData::sendComplete constructed, this=0x2c42750 [call490]
  291. 2012/03/30 01:37:03.740| init-ing hdr: 0x7fff36f5f490 owner: 2
  292. 2012/03/30 01:37:03.740| 0x2c045f0: joined for id 9: Keep-Alive
  293. 2012/03/30 01:37:03.740| httpBuildRequestHeader: User-Agent: Wget/1.13.4 (linux-gnu)
  294. 2012/03/30 01:37:03.740| httpBuildRequestHeader: Accept: */*
  295. 2012/03/30 01:37:03.740| httpBuildRequestHeader: Host: localhost:280
  296. 2012/03/30 01:37:03.740| httpBuildRequestHeader: Connection: Keep-Alive
  297. 2012/03/30 01:37:03.740| getMaxAge: 'http://localhost/alfresco/service/catalog/products'
  298. 2012/03/30 01:37:03.740| packing hdr: (0x7fff36f5f490)
  299. 2012/03/30 01:37:03.740| cleaning hdr: 0x7fff36f5f490 owner: 2
  300. 2012/03/30 01:37:03.740| cleaning hdr: 0x7fff36f5f490 owner: 2
  301. 2012/03/30 01:37:03.740| httpSendRequest: FD 12:
  302. GET /alfresco/service/catalog/products HTTP/1.1
  303. If-Modified-Since: Thu, 29 Mar 2012 22:14:20 GMT
  304. User-Agent: Wget/1.13.4 (linux-gnu)
  305. Accept: */*
  306. Host: localhost
  307. Via: 1.1 localhost (squid/3.1.19)
  308. Surrogate-Capability: unset-id="Surrogate/1.0 ESI/1.0"
  309. X-Forwarded-For: 127.0.0.1
  310. Cache-Control: max-age=259200
  311. Connection: keep-alive
  312.  
  313.  
  314. 2012/03/30 01:37:03.740| comm_write: FD 12: sz 342: asynCall 0x2c42750*1
  315. 2012/03/30 01:37:03.740| leaving SomeCommConnectHandler(FD 12, data=0x2c349a8, )
  316. 2012/03/30 01:37:03.740| commHandleWrite: FD 12: off 0, sz 342.
  317. 2012/03/30 01:37:03.740| commHandleWrite: write() returns 342
  318. 2012/03/30 01:37:03.740| commio_finish_callback: called for FD 12 (0, 0)
  319. 2012/03/30 01:37:03.740| comm.cc(165) will call HttpStateData::sendComplete(FD 12, data=0x2c35528) [call490]
  320. 2012/03/30 01:37:03.740| entering HttpStateData::sendComplete(FD 12, data=0x2c35528)
  321. 2012/03/30 01:37:03.740| AsyncCall.cc(32) make: make call HttpStateData::sendComplete [call490]
  322. 2012/03/30 01:37:03.740| HttpStateData status in: [ job18]
  323. 2012/03/30 01:37:03.740| httpSendComplete: FD 12: size 342: errflag 0.
  324. 2012/03/30 01:37:03.740| The AsyncCall HttpStateData::httpTimeout constructed, this=0x2c427f0 [call491]
  325. 2012/03/30 01:37:03.740| comm.cc(1207) commSetTimeout: FD 12 timeout 900
  326. 2012/03/30 01:37:03.740| HttpStateData status out: [ job18]
  327. 2012/03/30 01:37:03.740| leaving HttpStateData::sendComplete(FD 12, data=0x2c35528)
  328. 2012/03/30 01:37:03.817| event.cc(251) checkEvents: checkEvents
  329. 2012/03/30 01:37:03.817| The AsyncCall MaintainSwapSpace constructed, this=0x2ac9a80 [call492]
  330. 2012/03/30 01:37:03.817| event.cc(260) will call MaintainSwapSpace() [call492]
  331. 2012/03/30 01:37:03.817| entering MaintainSwapSpace()
  332. 2012/03/30 01:37:03.817| AsyncCall.cc(32) make: make call MaintainSwapSpace [call492]
  333. 2012/03/30 01:37:03.817| event.cc(343) schedule: schedule: Adding 'MaintainSwapSpace', in 1.00 seconds
  334. 2012/03/30 01:37:03.817| leaving MaintainSwapSpace()
  335. 2012/03/30 01:37:04.569| comm_read_try: FD 12, size 16382, retval 204, errno 0
  336. 2012/03/30 01:37:04.569| commio_finish_callback: called for FD 12 (0, 0)
  337. 2012/03/30 01:37:04.569| comm.cc(165) will call HttpStateData::readReply(FD 12, data=0x2c35528, size=204, buf=0x2c35650) [call489]
  338. 2012/03/30 01:37:04.569| entering HttpStateData::readReply(FD 12, data=0x2c35528, size=204, buf=0x2c35650)
  339. 2012/03/30 01:37:04.569| AsyncCall.cc(32) make: make call HttpStateData::readReply [call489]
  340. 2012/03/30 01:37:04.569| HttpStateData status in: [ job18]
  341. 2012/03/30 01:37:04.569| httpReadReply: FD 12: len 204.
  342. 2012/03/30 01:37:04.569| ctx: enter level 0: 'http://localhost/alfresco/service/catalog/products'
  343. 2012/03/30 01:37:04.569| processReplyHeader: key '36A4E18536613102118E64F9C24B04A1'
  344. 2012/03/30 01:37:04.569| init-ing hdr: 0x2c41300 owner: 3
  345. 2012/03/30 01:37:04.570| parsing hdr: (0x2c41300)
  346. Cache-Control: public, max-age=3600
  347. Last-Modified: Thu, 29 Mar 2012 22:14:20 GMT
  348. Content-Type: application/json;charset=UTF-8
  349. Content-Length: 1158
  350. Server: Jetty(6.1.21)
  351.  
  352. 2012/03/30 01:37:04.570| 0x2c41300: joined for id 8: 0x7fff36f5f780
  353. 2012/03/30 01:37:04.570| Server.cc(139) setVirginReply: 0x2c35528 setting virgin reply to 0x2c412f0
  354. 2012/03/30 01:37:04.570| ctx: exit level 0
  355. 2012/03/30 01:37:04.570| AccessCheck.cc(31) Start: adaptation off, skipping
  356. 2012/03/30 01:37:04.570| Server.cc(887) adaptOrFinalizeReply: adaptationAccessCheckPending=0
  357. 2012/03/30 01:37:04.570| Server.cc(156) setFinalReply: 0x2c35528 setting final reply to 0x2c412f0
  358. 2012/03/30 01:37:04.570| StoreEntry::replaceHttpReply: http://localhost/alfresco/service/catalog/products
  359. 2012/03/30 01:37:04.570| cleaning hdr: 0x2c040d0 owner: 3
  360. 2012/03/30 01:37:04.570| cleaning hdr: 0x2c040d0 owner: 3
  361. 2012/03/30 01:37:04.570| storeWrite: writing 27 bytes for '36A4E18536613102118E64F9C24B04A1'
  362. 2012/03/30 01:37:04.570| memWrite: offset -204 len 27
  363. 2012/03/30 01:37:04.570| mem_hdr::write: [0,27) object end 0
  364. 2012/03/30 01:37:04.570| packing hdr: (0x2c41300)
  365. 2012/03/30 01:37:04.570| storeWrite: writing 13 bytes for '36A4E18536613102118E64F9C24B04A1'
  366. 2012/03/30 01:37:04.570| memWrite: offset -177 len 13
  367. 2012/03/30 01:37:04.570| mem_hdr::write: [27,40) object end 27
  368. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  369. 2012/03/30 01:37:04.570| memWrite: offset -164 len 2
  370. 2012/03/30 01:37:04.570| mem_hdr::write: [40,42) object end 40
  371. 2012/03/30 01:37:04.570| storeWrite: writing 21 bytes for '36A4E18536613102118E64F9C24B04A1'
  372. 2012/03/30 01:37:04.570| memWrite: offset -162 len 21
  373. 2012/03/30 01:37:04.570| mem_hdr::write: [42,63) object end 42
  374. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  375. 2012/03/30 01:37:04.570| memWrite: offset -141 len 2
  376. 2012/03/30 01:37:04.570| mem_hdr::write: [63,65) object end 63
  377. 2012/03/30 01:37:04.570| storeWrite: writing 13 bytes for '36A4E18536613102118E64F9C24B04A1'
  378. 2012/03/30 01:37:04.570| memWrite: offset -139 len 13
  379. 2012/03/30 01:37:04.570| mem_hdr::write: [65,78) object end 65
  380. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  381. 2012/03/30 01:37:04.570| memWrite: offset -126 len 2
  382. 2012/03/30 01:37:04.570| mem_hdr::write: [78,80) object end 78
  383. 2012/03/30 01:37:04.570| storeWrite: writing 29 bytes for '36A4E18536613102118E64F9C24B04A1'
  384. 2012/03/30 01:37:04.570| memWrite: offset -124 len 29
  385. 2012/03/30 01:37:04.570| mem_hdr::write: [80,109) object end 80
  386. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  387. 2012/03/30 01:37:04.570| memWrite: offset -95 len 2
  388. 2012/03/30 01:37:04.570| mem_hdr::write: [109,111) object end 109
  389. 2012/03/30 01:37:04.570| storeWrite: writing 12 bytes for '36A4E18536613102118E64F9C24B04A1'
  390. 2012/03/30 01:37:04.570| memWrite: offset -93 len 12
  391. 2012/03/30 01:37:04.570| mem_hdr::write: [111,123) object end 111
  392. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  393. 2012/03/30 01:37:04.570| memWrite: offset -81 len 2
  394. 2012/03/30 01:37:04.570| mem_hdr::write: [123,125) object end 123
  395. 2012/03/30 01:37:04.570| storeWrite: writing 30 bytes for '36A4E18536613102118E64F9C24B04A1'
  396. 2012/03/30 01:37:04.570| memWrite: offset -79 len 30
  397. 2012/03/30 01:37:04.570| mem_hdr::write: [125,155) object end 125
  398. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  399. 2012/03/30 01:37:04.570| memWrite: offset -49 len 2
  400. 2012/03/30 01:37:04.570| mem_hdr::write: [155,157) object end 155
  401. 2012/03/30 01:37:04.570| storeWrite: writing 14 bytes for '36A4E18536613102118E64F9C24B04A1'
  402. 2012/03/30 01:37:04.570| memWrite: offset -47 len 14
  403. 2012/03/30 01:37:04.570| mem_hdr::write: [157,171) object end 157
  404. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  405. 2012/03/30 01:37:04.570| memWrite: offset -33 len 2
  406. 2012/03/30 01:37:04.570| mem_hdr::write: [171,173) object end 171
  407. 2012/03/30 01:37:04.570| storeWrite: writing 4 bytes for '36A4E18536613102118E64F9C24B04A1'
  408. 2012/03/30 01:37:04.570| memWrite: offset -31 len 4
  409. 2012/03/30 01:37:04.570| mem_hdr::write: [173,177) object end 173
  410. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  411. 2012/03/30 01:37:04.570| memWrite: offset -27 len 2
  412. 2012/03/30 01:37:04.570| mem_hdr::write: [177,179) object end 177
  413. 2012/03/30 01:37:04.570| storeWrite: writing 6 bytes for '36A4E18536613102118E64F9C24B04A1'
  414. 2012/03/30 01:37:04.570| memWrite: offset -25 len 6
  415. 2012/03/30 01:37:04.570| mem_hdr::write: [179,185) object end 179
  416. 2012/03/30 01:37:04.570| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  417. 2012/03/30 01:37:04.571| memWrite: offset -19 len 2
  418. 2012/03/30 01:37:04.571| mem_hdr::write: [185,187) object end 185
  419. 2012/03/30 01:37:04.571| storeWrite: writing 13 bytes for '36A4E18536613102118E64F9C24B04A1'
  420. 2012/03/30 01:37:04.571| memWrite: offset -17 len 13
  421. 2012/03/30 01:37:04.571| mem_hdr::write: [187,200) object end 187
  422. 2012/03/30 01:37:04.571| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  423. 2012/03/30 01:37:04.571| memWrite: offset -4 len 2
  424. 2012/03/30 01:37:04.571| mem_hdr::write: [200,202) object end 200
  425. 2012/03/30 01:37:04.571| storeWrite: writing 2 bytes for '36A4E18536613102118E64F9C24B04A1'
  426. 2012/03/30 01:37:04.571| memWrite: offset -2 len 2
  427. 2012/03/30 01:37:04.571| mem_hdr::write: [202,204) object end 202
  428. 2012/03/30 01:37:04.571| storeSwapOut: http://localhost/alfresco/service/catalog/products
  429. 2012/03/30 01:37:04.571| storeSwapOut: store_status = STORE_PENDING
  430. 2012/03/30 01:37:04.571| store_swapout.cc(190) swapOut: storeSwapOut: mem->inmem_lo = 0
  431. 2012/03/30 01:37:04.571| store_swapout.cc(191) swapOut: storeSwapOut: mem->endOffset() = 204
  432. 2012/03/30 01:37:04.571| store_swapout.cc(192) swapOut: storeSwapOut: swapout.queue_offset = 0
  433. 2012/03/30 01:37:04.571| store_swapout.cc(203) swapOut: storeSwapOut: lowest_offset = 0
  434. 2012/03/30 01:37:04.571| MemObject::isContiguous: Returning true
  435. 2012/03/30 01:37:04.571| storeSwapOut: swapout_size = 204
  436. 2012/03/30 01:37:04.571| InvokeHandlers: 36A4E18536613102118E64F9C24B04A1
  437. 2012/03/30 01:37:04.571| StoreEntry::InvokeHandlers: checking client #0
  438. 2012/03/30 01:37:04.571| storeClientCopy2: returning because ENTRY_FWD_HDR_WAIT set
  439. 2012/03/30 01:37:04.571| ctx: enter level 0: 'http://localhost/alfresco/service/catalog/products'
  440. 2012/03/30 01:37:04.571| haveParsedReplyHeaders: HTTP CODE: 304
  441. 2012/03/30 01:37:04.571| StoreEntry::expireNow: '36A4E18536613102118E64F9C24B04A1'
  442. 2012/03/30 01:37:04.571| StoreEntry::setReleaseFlag: '36A4E18536613102118E64F9C24B04A1'
  443. 2012/03/30 01:37:04.571| ctx: exit level 0
  444. 2012/03/30 01:37:04.571| http.cc(1309) processReplyBody: adaptationAccessCheckPending=0
  445. 2012/03/30 01:37:04.571| storeSwapOut: http://localhost/alfresco/service/catalog/products
  446. 2012/03/30 01:37:04.571| storeSwapOut: store_status = STORE_PENDING
  447. 2012/03/30 01:37:04.571| store_swapout.cc(190) swapOut: storeSwapOut: mem->inmem_lo = 0
  448. 2012/03/30 01:37:04.571| store_swapout.cc(191) swapOut: storeSwapOut: mem->endOffset() = 204
  449. 2012/03/30 01:37:04.571| store_swapout.cc(192) swapOut: storeSwapOut: swapout.queue_offset = 0
  450. 2012/03/30 01:37:04.571| store_swapout.cc(203) swapOut: storeSwapOut: lowest_offset = 0
  451. 2012/03/30 01:37:04.571| InvokeHandlers: 36A4E18536613102118E64F9C24B04A1
  452. 2012/03/30 01:37:04.571| StoreEntry::InvokeHandlers: checking client #0
  453. 2012/03/30 01:37:04.571| storeClientCopy2: 36A4E18536613102118E64F9C24B04A1
  454. 2012/03/30 01:37:04.571| store_client::doCopy: co: 0, hi: 204
  455. 2012/03/30 01:37:04.571| store_client::doCopy: Copying normal from memory
  456. 2012/03/30 01:37:04.571| memCopy: [0,4096)
  457. 2012/03/30 01:37:04.571| handleIMSReply: http://localhost/alfresco/service/catalog/products, 204 bytes
  458. 2012/03/30 01:37:04.571| Updating header 'Cache-Control' in cached entry
  459. 2012/03/30 01:37:04.571| Updating header 'Server' in cached entry
  460. 2012/03/30 01:37:04.571| 0x2c3d300: joined for id 8: 0x7fff36f5f600
  461. 2012/03/30 01:37:04.571| handleIMSReply: origin replied 304, revalidating existing entry and sending 200 to client
  462. 2012/03/30 01:37:04.571| clientReplyContext::restoreState: Restoring store context
  463. 2012/03/30 01:37:04.571| storeUnregister: called for '36A4E18536613102118E64F9C24B04A1'
  464. 2012/03/30 01:37:04.571| storePendingNClients: returning 0
  465. 2012/03/30 01:37:04.571| CheckQuickAbort2: entry=0x2c34590, mem=0x2c40f30
  466. 2012/03/30 01:37:04.571| CheckQuickAbort2: YES KEY_PRIVATE
  467. 2012/03/30 01:37:04.571| storeAbort: 36A4E18536613102118E64F9C24B04A1
  468. 2012/03/30 01:37:04.571| StoreEntry::lock: key '36A4E18536613102118E64F9C24B04A1' count=4
  469. 2012/03/30 01:37:04.571| event.cc(343) schedule: schedule: Adding 'mem_obj->abort.callback', in 0.00 seconds
  470. 2012/03/30 01:37:04.571| storeSwapOut: http://localhost/alfresco/service/catalog/products
  471. 2012/03/30 01:37:04.572| storeSwapOut: store_status = STORE_OK
  472. 2012/03/30 01:37:04.572| storeSwapOutFileClose: 36A4E18536613102118E64F9C24B04A1
  473. 2012/03/30 01:37:04.572| storeSwapOutFileClose: sio = 0
  474. 2012/03/30 01:37:04.572| InvokeHandlers: 36A4E18536613102118E64F9C24B04A1
  475. 2012/03/30 01:37:04.572| storeSwapOutFileClose: 36A4E18536613102118E64F9C24B04A1
  476. 2012/03/30 01:37:04.572| storeSwapOutFileClose: sio = 0
  477. 2012/03/30 01:37:04.572| StoreEntry::unlock: key '36A4E18536613102118E64F9C24B04A1' count=3
  478. 2012/03/30 01:37:04.572| StoreEntry::unlock: key '36A4E18536613102118E64F9C24B04A1' count=2
  479. 2012/03/30 01:37:04.572| clientReplyContext::sendMoreData: http://localhost/alfresco/service/catalog/products, 1352 bytes (1352 new bytes)
  480. 2012/03/30 01:37:04.572| clientReplyContext::sendMoreData: FD 11 'http://localhost/alfresco/service/catalog/products' out.offset=0
  481. 2012/03/30 01:37:04.572| init-ing hdr: 0x2c040d0 owner: 3
  482. 2012/03/30 01:37:04.572| appending hdr: 0x2c040d0 += 0x2c3d300
  483. 2012/03/30 01:37:04.572| 0x2c040d0: joined for id 8: 0x7fff36f5f560
  484. 2012/03/30 01:37:04.572| 0x2c040d0 adding entry: 21 at 5
  485. 2012/03/30 01:37:04.572| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x7fff36f5f480
  486. 2012/03/30 01:37:04.572| ACLChecklist::~ACLChecklist: destroyed 0x7fff36f5f480
  487. 2012/03/30 01:37:04.572| HttpReply.cc(566) expectedBodyTooLarge: bodySizeMax=-1
  488. 2012/03/30 01:37:04.572| The reply for GET http://localhost/alfresco/service/catalog/products is ALLOWED, because it matched 'our_sites'
  489. 2012/03/30 01:37:04.572| StoreEntry::lock: key '84C0C508214C0BF21C5F311EE274EA0A' count=2
  490. 2012/03/30 01:37:04.572| clientReplyContext::sendMoreData: Appending 1158 bytes after 194 bytes of headers
  491. 2012/03/30 01:37:04.572| clientStreamCallback: Calling 1 with cbdata 0x2c32770 from node 0x2a2af48
  492. 2012/03/30 01:37:04.572| packing hdr: (0x2c040d0)
  493. 2012/03/30 01:37:04.572| client_side.cc(1259) sendStartOfMessage: sendStartOfMessage schedules clientWriteComplete
  494. 2012/03/30 01:37:04.572| The AsyncCall clientWriteComplete constructed, this=0x2ac6ff0 [call493]
  495. 2012/03/30 01:37:04.572| comm_write: FD 11: sz 1517: asynCall 0x2ac6ff0*1
  496. 2012/03/30 01:37:04.572| HttpStateData status out: [ job18]
  497. 2012/03/30 01:37:04.572| leaving HttpStateData::readReply(FD 12, data=0x2c35528, size=204, buf=0x2c35650)
  498. 2012/03/30 01:37:04.572| event.cc(251) checkEvents: checkEvents
  499. 2012/03/30 01:37:04.572| The AsyncCall mem_obj->abort.callback constructed, this=0x2ac9a80 [call494]
  500. 2012/03/30 01:37:04.572| event.cc(260) will call mem_obj->abort.callback(0x2c349a8*?) [call494]
  501. 2012/03/30 01:37:04.572| entering mem_obj->abort.callback(0x2c349a8*?)
  502. 2012/03/30 01:37:04.572| AsyncCall.cc(32) make: make call mem_obj->abort.callback [call494]
  503. 2012/03/30 01:37:04.572| comm_close: start closing FD 12
  504. 2012/03/30 01:37:04.572| The AsyncCall comm_close_start constructed, this=0x2c426b0 [call495]
  505. 2012/03/30 01:37:04.572| comm.cc(1616) will call comm_close_start(FD 12) [call495]
  506. 2012/03/30 01:37:04.572| comm.cc(1196) commSetTimeout: FD 12 timeout -1
  507. 2012/03/30 01:37:04.572| comm.cc(1207) commSetTimeout: FD 12 timeout -1
  508. 2012/03/30 01:37:04.572| commCallCloseHandlers: FD 12
  509. 2012/03/30 01:37:04.572| commCallCloseHandlers: ch->handler=0x2c41030*2
  510. 2012/03/30 01:37:04.572| comm.cc(1461) will call HttpStateData::httpStateConnClosed(FD 12, data=0x2c35528) [call487]
  511. 2012/03/30 01:37:04.572| commCallCloseHandlers: ch->handler=0x2acc5e0*1
  512. 2012/03/30 01:37:04.572| comm.cc(1461) will call SomeCloseHandler(FD 12, data=0x2c349a8) [call482]
  513. 2012/03/30 01:37:04.572| commCallCloseHandlers: ch->handler=0x2c34ce0*1
  514. 2012/03/30 01:37:04.572| comm.cc(1461) will call SomeCloseHandler(FD 12, data=0x29e6588) [call481]
  515. 2012/03/30 01:37:04.572| The AsyncCall comm_close_complete constructed, this=0x2c43540 [call496]
  516. 2012/03/30 01:37:04.572| comm.cc(1648) will call comm_close_complete(FD 12) [call496]
  517. 2012/03/30 01:37:04.572| leaving mem_obj->abort.callback(0x2c349a8*?)
  518. 2012/03/30 01:37:04.572| entering comm_close_start(FD 12)
  519. 2012/03/30 01:37:04.572| AsyncCall.cc(32) make: make call comm_close_start [call495]
  520. 2012/03/30 01:37:04.573| leaving comm_close_start(FD 12)
  521. 2012/03/30 01:37:04.573| entering HttpStateData::httpStateConnClosed(FD 12, data=0x2c35528)
  522. 2012/03/30 01:37:04.573| AsyncCall.cc(32) make: make call HttpStateData::httpStateConnClosed [call487]
  523. 2012/03/30 01:37:04.573| HttpStateData status in: [ job18]
  524. 2012/03/30 01:37:04.573| httpStateFree: FD 12, httpState=0x2c35528
  525. 2012/03/30 01:37:04.573| HttpStateData will NOT delete in-call job, reason: HttpStateData::httpStateConnClosed
  526. 2012/03/30 01:37:04.573| HttpStateData::httpStateConnClosed(FD 12, data=0x2c35528) ends job [Stopped, reason:HttpStateData::httpStateConnClosed job18]
  527. 2012/03/30 01:37:04.573| Server.cc(562) cleanAdaptation: cleaning ICAP; ACL: 0
  528. 2012/03/30 01:37:04.573| The AsyncCall Initiate::noteInitiatorAborted constructed, this=0x2ac9a80 [call497]
  529. 2012/03/30 01:37:04.573| Initiator.cc(28) will call Initiate::noteInitiatorAborted() [call497]
  530. 2012/03/30 01:37:04.573| http.cc(163) ~HttpStateData: HttpStateData 0x2c35528 destroyed; FD 12
  531. 2012/03/30 01:37:04.573| StoreEntry::unlock: key '36A4E18536613102118E64F9C24B04A1' count=1
  532. 2012/03/30 01:37:04.573| cleaning hdr: 0x2c39670 owner: 2
  533. 2012/03/30 01:37:04.573| HttpRequest.cc(63) ~HttpRequest: destructed, this=0x2c39660
  534. 2012/03/30 01:37:04.573| cleaning hdr: 0x2c39670 owner: 2
  535. 2012/03/30 01:37:04.573| forward.cc(164) ~FwdState: FwdState destructor starting
  536. 2012/03/30 01:37:04.573| storePendingNClients: returning 0
  537. 2012/03/30 01:37:04.573| StoreEntry::unlock: key '36A4E18536613102118E64F9C24B04A1' count=0
  538. 2012/03/30 01:37:04.573| storePendingNClients: returning 0
  539. 2012/03/30 01:37:04.573| storeRelease: Releasing: '36A4E18536613102118E64F9C24B04A1'
  540. 2012/03/30 01:37:04.573| store.cc(403) destroyStoreEntry: destroyStoreEntry: destroying 0x2c34598
  541. 2012/03/30 01:37:04.573| store.cc(393) destroyMemObject: destroyMemObject 0x2c40f30
  542. 2012/03/30 01:37:04.573| MemObject.cc(97) ~MemObject: del MemObject 0x2c40f30
  543. 2012/03/30 01:37:04.573| ctx: enter level 0: 'http://localhost/alfresco/service/catalog/products'
  544. 2012/03/30 01:37:04.573| cleaning hdr: 0x2c41300 owner: 3
  545. 2012/03/30 01:37:04.573| cleaning hdr: 0x2c41300 owner: 3
  546. 2012/03/30 01:37:04.573| ctx: exit level 0
  547. 2012/03/30 01:37:04.573| forward.cc(193) ~FwdState: FwdState destructor done
  548. 2012/03/30 01:37:04.573| AsyncJob destructed, this=0x2c35618 type=HttpStateData [job18]
  549. 2012/03/30 01:37:04.573| AsyncJob.cc(139) callEnd: HttpStateData::httpStateConnClosed(FD 12, data=0x2c35528) ended 0x2c35618
  550. 2012/03/30 01:37:04.573| leaving HttpStateData::httpStateConnClosed(FD 12, data=0x2c35528)
  551. 2012/03/30 01:37:04.573| entering SomeCloseHandler(FD 12, data=0x2c349a8)
  552. 2012/03/30 01:37:04.573| AsyncCall.cc(32) make: make call SomeCloseHandler [call482]
  553. 2012/03/30 01:37:04.573| AsyncCall.cc(42) make: will not call SomeCloseHandler [call482] because of callee gone
  554. 2012/03/30 01:37:04.573| leaving SomeCloseHandler(FD 12, data=0x2c349a8)
  555. 2012/03/30 01:37:04.573| entering SomeCloseHandler(FD 12, data=0x29e6588)
  556. 2012/03/30 01:37:04.573| AsyncCall.cc(32) make: make call SomeCloseHandler [call481]
  557. 2012/03/30 01:37:04.573| leaving SomeCloseHandler(FD 12, data=0x29e6588)
  558. 2012/03/30 01:37:04.573| entering comm_close_complete(FD 12)
  559. 2012/03/30 01:37:04.573| AsyncCall.cc(32) make: make call comm_close_complete [call496]
  560. 2012/03/30 01:37:04.573| fd_close FD 12 http://localhost/alfresco/service/catalog/products
  561. 2012/03/30 01:37:04.573| leaving comm_close_complete(FD 12)
  562. 2012/03/30 01:37:04.573| entering Initiate::noteInitiatorAborted()
  563. 2012/03/30 01:37:04.573| AsyncCall.cc(32) make: make call Initiate::noteInitiatorAborted [call497]
  564. 2012/03/30 01:37:04.573| AsyncCall.cc(42) make: will not call Initiate::noteInitiatorAborted [call497] because of job gone
  565. 2012/03/30 01:37:04.573| leaving Initiate::noteInitiatorAborted()
  566. 2012/03/30 01:37:04.573| commHandleWrite: FD 11: off 0, sz 1517.
  567. 2012/03/30 01:37:04.573| commHandleWrite: write() returns 1517
  568. 2012/03/30 01:37:04.573| commio_finish_callback: called for FD 11 (0, 11)
  569. 2012/03/30 01:37:04.573| comm.cc(165) will call clientWriteComplete(FD 11, errno=11, data=0x2c31708) [call493]
  570. 2012/03/30 01:37:04.573| entering clientWriteComplete(FD 11, errno=11, data=0x2c31708)
  571. 2012/03/30 01:37:04.573| AsyncCall.cc(32) make: make call clientWriteComplete [call493]
  572. 2012/03/30 01:37:04.573| clientWriteComplete: FD 11, sz 1517, err 0, off 1517, len 0x2c34410
  573. 2012/03/30 01:37:04.573| client_side_reply.cc(1037) storeOKTransferDone: storeOKTransferDone out.offset=1158 objectLen()=1352 headers_sz=194
  574. 2012/03/30 01:37:04.573| clientReplyStatus: transfer is DONE
  575. 2012/03/30 01:37:04.573| clientReplyStatus: stream complete and can keepalive
  576. 2012/03/30 01:37:04.573| clientWriteComplete: FD 11 Keeping Alive
  577. 2012/03/30 01:37:04.573| ClientSocketContext::keepaliveNextRequest: FD 11
  578. 2012/03/30 01:37:04.573| clientStreamDetach: Detaching node 0x2c33ae8
  579. 2012/03/30 01:37:04.573| Freeing clientStreamNode 0x2c33ae8
  580. 2012/03/30 01:37:04.573| httpRequestFree: http://localhost/alfresco/service/catalog/products
  581. 2012/03/30 01:37:04.574| FilledChecklist.cc(168) ~ACLFilledChecklist: ACLFilledChecklist destroyed 0x2c341e8
  582. 2012/03/30 01:37:04.574| ACLChecklist::~ACLChecklist: destroyed 0x2c341e8
  583. 2012/03/30 01:37:04.574| StoreEntry::unlock: key '84C0C508214C0BF21C5F311EE274EA0A' count=1
  584. 2012/03/30 01:37:04.574| cleaning hdr: 0x2c045f0 owner: 2
  585. 2012/03/30 01:37:04.574| HttpRequest.cc(63) ~HttpRequest: destructed, this=0x2c045e0
  586. 2012/03/30 01:37:04.574| cleaning hdr: 0x2c045f0 owner: 2
  587. 2012/03/30 01:37:04.574| clientStreamAbort: Aborting stream with tail 0x2a2af48
  588. 2012/03/30 01:37:04.574| clientStreamDetach: Detaching node 0x2a2af48
  589. 2012/03/30 01:37:04.574| The AsyncCall Initiate::noteInitiatorAborted constructed, this=0x2ac9a80 [call498]
  590. 2012/03/30 01:37:04.574| Initiator.cc(28) will call Initiate::noteInitiatorAborted() [call498]
  591. 2012/03/30 01:37:04.574| AsyncJob destructed, this=0x2c315a8 type=ClientHttpRequest [job17]
  592. 2012/03/30 01:37:04.574| clientStreamDetach: Calling 1 with cbdata 0x2c33980
  593. 2012/03/30 01:37:04.574| Freeing clientStreamNode 0x2a2af48
  594. 2012/03/30 01:37:04.574| storeUnregister: called for '84C0C508214C0BF21C5F311EE274EA0A'
  595. 2012/03/30 01:37:04.574| storeSwapOut: http://localhost/alfresco/service/catalog/products
  596. 2012/03/30 01:37:04.574| storeSwapOut: store_status = STORE_OK
  597. 2012/03/30 01:37:04.574| store_swapout.cc(190) swapOut: storeSwapOut: mem->inmem_lo = 0
  598. 2012/03/30 01:37:04.574| store_swapout.cc(191) swapOut: storeSwapOut: mem->endOffset() = 1352
  599. 2012/03/30 01:37:04.574| store_swapout.cc(192) swapOut: storeSwapOut: swapout.queue_offset = 0
  600. 2012/03/30 01:37:04.574| store_swapout.cc(203) swapOut: storeSwapOut: lowest_offset = 1353
  601. 2012/03/30 01:37:04.574| MemObject::isContiguous: Returning true
  602. 2012/03/30 01:37:04.574| storeSwapOut: swapout_size = 1352
  603. 2012/03/30 01:37:04.574| storeSwapOutStart: Begin SwapOut 'http://localhost/alfresco/service/catalog/products' to dirno -1, fileno FFFFFFFF
  604. 2012/03/30 01:37:04.574| storeSwapMetaBuild: http://localhost/alfresco/service/catalog/products
  605. 2012/03/30 01:37:04.574| storeCreate: no valid swapdirs for this object
  606. 2012/03/30 01:37:04.574| storePendingNClients: returning 0
  607. 2012/03/30 01:37:04.574| StoreEntry::unlock: key '84C0C508214C0BF21C5F311EE274EA0A' count=0
  608. 2012/03/30 01:37:04.574| storePendingNClients: returning 0
  609. 2012/03/30 01:37:04.574| cleaning hdr: 0x2c040d0 owner: 3
  610. 2012/03/30 01:37:04.574| cleaning hdr: 0x2c040d0 owner: 3
  611. 2012/03/30 01:37:04.574| clientParseRequest: FD 11: attempting to parse
  612. 2012/03/30 01:37:04.574| ClientSocketContext:: FD 11: calling conn->readNextRequest()
  613. 2012/03/30 01:37:04.574| ConnStateData::readNextRequest: FD 11 reading next req
  614. 2012/03/30 01:37:04.574| The AsyncCall ConnStateData::requestTimeout constructed, this=0x2c40780 [call499]
  615. 2012/03/30 01:37:04.574| comm.cc(1207) commSetTimeout: FD 11 timeout 120
  616. 2012/03/30 01:37:04.574| leaving clientWriteComplete(FD 11, errno=11, data=0x2c31708)
  617. 2012/03/30 01:37:04.574| entering Initiate::noteInitiatorAborted()
  618. 2012/03/30 01:37:04.574| AsyncCall.cc(32) make: make call Initiate::noteInitiatorAborted [call498]
  619. 2012/03/30 01:37:04.574| AsyncCall.cc(42) make: will not call Initiate::noteInitiatorAborted [call498] because of job gone
  620. 2012/03/30 01:37:04.574| leaving Initiate::noteInitiatorAborted()
  621. 2012/03/30 01:37:04.574| comm_read_try: FD 11, size 4095, retval 0, errno 0
  622. 2012/03/30 01:37:04.574| commio_finish_callback: called for FD 11 (0, 0)
  623. 2012/03/30 01:37:04.574| comm.cc(165) will call ConnStateData::clientReadRequest(FD 11, data=0x2c30a28, size=0, buf=0x2c07080) [call486]
  624. 2012/03/30 01:37:04.574| entering ConnStateData::clientReadRequest(FD 11, data=0x2c30a28, size=0, buf=0x2c07080)
  625. 2012/03/30 01:37:04.574| AsyncCall.cc(32) make: make call ConnStateData::clientReadRequest [call486]
  626. 2012/03/30 01:37:04.574| ConnStateData status in: [ job16]
  627. 2012/03/30 01:37:04.574| client_side.cc(2756) clientReadRequest: clientReadRequest FD 11 size 0
  628. 2012/03/30 01:37:04.574| clientReadRequest: FD 11 closed?
  629. 2012/03/30 01:37:04.574| connFinishedWithConn: FD 11 closed
  630. 2012/03/30 01:37:04.574| comm_close: start closing FD 11
  631. 2012/03/30 01:37:04.574| The AsyncCall comm_close_start constructed, this=0x2ac9a80 [call500]
  632. 2012/03/30 01:37:04.574| comm.cc(1616) will call comm_close_start(FD 11) [call500]
  633. 2012/03/30 01:37:04.574| comm.cc(1196) commSetTimeout: FD 11 timeout -1
  634. 2012/03/30 01:37:04.574| comm.cc(1207) commSetTimeout: FD 11 timeout -1
  635. 2012/03/30 01:37:04.574| commCallCloseHandlers: FD 11
  636. 2012/03/30 01:37:04.574| commCallCloseHandlers: ch->handler=0x2c41200*1
  637. 2012/03/30 01:37:04.574| comm.cc(1461) will call ConnStateData::connStateClosed(FD 11, data=0x2c30a28) [call477]
  638. 2012/03/30 01:37:04.574| The AsyncCall comm_close_complete constructed, this=0x2c34f70 [call501]
  639. 2012/03/30 01:37:04.574| comm.cc(1648) will call comm_close_complete(FD 11) [call501]
  640. 2012/03/30 01:37:04.574| ConnStateData status out: [ job16]
  641. 2012/03/30 01:37:04.574| leaving ConnStateData::clientReadRequest(FD 11, data=0x2c30a28, size=0, buf=0x2c07080)
  642. 2012/03/30 01:37:04.574| entering comm_close_start(FD 11)
  643. 2012/03/30 01:37:04.574| AsyncCall.cc(32) make: make call comm_close_start [call500]
  644. 2012/03/30 01:37:04.574| leaving comm_close_start(FD 11)
  645. 2012/03/30 01:37:04.574| entering ConnStateData::connStateClosed(FD 11, data=0x2c30a28)
  646. 2012/03/30 01:37:04.574| AsyncCall.cc(32) make: make call ConnStateData::connStateClosed [call477]
  647. 2012/03/30 01:37:04.574| ConnStateData status in: [ job16]
  648. 2012/03/30 01:37:04.574| ConnStateData will NOT delete in-call job, reason: ConnStateData::connStateClosed
  649. 2012/03/30 01:37:04.574| ConnStateData::connStateClosed(FD 11, data=0x2c30a28) ends job [Stopped, reason:ConnStateData::connStateClosed job16]
  650. 2012/03/30 01:37:04.574| ConnStateData::swanSong: FD 11
  651. 2012/03/30 01:37:04.574| ConnStateData::~ConnStateData: FD -1
  652. 2012/03/30 01:37:04.574| AsyncJob destructed, this=0x2c30be0 type=ConnStateData [job16]
  653. 2012/03/30 01:37:04.574| AsyncJob.cc(139) callEnd: ConnStateData::connStateClosed(FD 11, data=0x2c30a28) ended 0x2c30be0
  654. 2012/03/30 01:37:04.574| leaving ConnStateData::connStateClosed(FD 11, data=0x2c30a28)
  655. 2012/03/30 01:37:04.574| entering comm_close_complete(FD 11)
  656. 2012/03/30 01:37:04.574| AsyncCall.cc(32) make: make call comm_close_complete [call501]
  657. 2012/03/30 01:37:04.574| fd_close FD 11 Waiting for next request
  658. 2012/03/30 01:37:04.574| leaving comm_close_complete(FD 11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement