ecologylab / BigSemanticsService

Provides a RESTful service for BigSemantics. Supports thin desktop, mobile and cloud clients.
Apache License 2.0
0 stars 3 forks source link

ACM requests never return #16

Closed keithkade closed 8 years ago

keithkade commented 9 years ago

Example: http://dl.acm.org/citation.cfm?id=1125696&preflayout=flat

Log:

<log id="ACYxqOO2erwAVaz6APPZVsBpLHKYedzrob8HLGs2SvAE" requester_ip="128.194.143.209" request_time="Wed Jan 28 12:43:48 CST 2015" request_url="/BigSemanticsService/metadata.jsonp">
<document_location>
http://dl.acm.org/citation.cfm?id=1125696&preflayout=flat
</document_location>
</log>
keithkade commented 9 years ago

working now

keithkade commented 9 years ago

stalling out again :/

quyin commented 9 years ago

There is something strange about this one. Even when the log shows that it is downloaded, I still cannot get the metadata.

<log id="AjHftgbYp6KbTvafE75k6UZp0hxCbw39HOGY7kXKCTWY" download_status_code="200" requester_ip="128.194.128.59" request_time="Sun Feb 01 20:01:39 CST 2015" request_url="/BigSemanticsService/metadata.xml" response_code="200">
<log_post>
<events>
<memory_cache_hit timestamp="1422842499391" time="2015-02-01T20:01:39.391Z-0600"/>
<dpool_task_created timestamp="1422842499395" time="2015-02-01T20:01:39.395Z-0600"/>
<dpool_task_queued timestamp="1422842499396" time="2015-02-01T20:01:39.396Z-0600"/>
<dpool_task_matched timestamp="1422842499482" time="2015-02-01T20:01:39.482Z-0600"/>
<dpool_task_assigned timestamp="1422842499483" time="2015-02-01T20:01:39.483Z-0600" downloader_id="127.0.0.1"/>
<dpool_task_reported timestamp="1422842501290" time="2015-02-01T20:01:41.290Z-0600"/>
<dpool_task_success timestamp="1422842501290" time="2015-02-01T20:01:41.290Z-0600" downloader_id="127.0.0.1" content_length="480167"/>
</events>
</log_post>
<document_location>
http://dl.acm.org/citation.cfm?id=123456&preflayout=flat
</document_location>
<persistence_meta_info meta_metadata_name="acm_portal" doc_id="AjHftgbYp6KbTvafE75k6UZp0hxCbw39HOGY7kXKCTWY" location="http://dl.acm.org/citation.cfm?id=123456&preflayout=flat" mime_type="text/html" access_time="Sun Feb 01 20:01:44 CST 2015" persistence_time="Sun Feb 01 20:01:44 CST 2015" mmd_hash="HY9p8b6mCrZ7TO8SB4wC1Ntpt0PMOokCtApOPdxYZfY"/>
</log>
quyin commented 9 years ago

OK, now it is stucked at downloading:

<log id="ACYxqOO2erwAVaz6APPZVsBpLHKYedzrob8HLGs2SvAE" requester_ip="165.91.49.122" request_time="Mon Feb 02 15:42:30 CST 2015" request_url="/BigSemanticsService/metadata.json">
<document_location>
http://dl.acm.org/citation.cfm?id=1125696&preflayout=flat
</document_location>
</log>
<log id="ACYxqOO2erwAVaz6APPZVsBpLHKYedzrob8HLGs2SvAE" requester_ip="165.91.49.122" request_time="Mon Feb 02 15:41:32 CST 2015" request_url="/BigSemanticsService/metadata.json">
<document_location>
http://dl.acm.org/citation.cfm?id=1125696&preflayout=flat
</document_location>
</log>
<log id="ACYxqOO2erwAVaz6APPZVsBpLHKYedzrob8HLGs2SvAE" requester_ip="10.201.132.50" request_time="Mon Feb 02 15:41:00 CST 2015" request_url="/BigSemanticsService/metadata.json">
<document_location>
http://dl.acm.org/citation.cfm?id=1125696&preflayout=flat
</document_location>
</log>

Hopefully I'll get to it tomorrow.