commonsense / conceptnet5

Code for building ConceptNet from raw data.
Other
2.75k stars 352 forks source link

API ConceptNet 5.0/5.1 off? Oh my God! #12

Closed zegildo closed 11 years ago

zegildo commented 11 years ago

Hi guys,

I'm trying to access: http://conceptnet5.media.mit.edu/data/5.1/c/en/toast but unfortunatly that is not possible. Is it true? Could anyone tell me whats happening? How long time I will wait till back the service? I have a service that use the conceptnet graph by online API and when conceptnet out, my service out too :(.

Thanks everybody!

havasi commented 11 years ago

Amazon majorly fucked up. We're migrating the server and it should be back by this afternoon EST at the earliset. So Amazon had sent us a warning late last week that we'd have to move our server to a different "zone" by this Wednesday -- which we knew about -- but then they seem to have done something that made the server unusable three days early with no warning. We haven't been very happy with Amazon's reliability and we're building our own cluster for Cnet in early fall.

It takes hours to copy an Amazon snapshot; it's usually something you want to do before taking down the server (we were going to do it today).

Downloads are still available.

Catherine and Rob

On Mon, Aug 6, 2012 at 7:08 AM, zegildo < reply@reply.github.com

wrote:

Hi guys,

I'm trying to access: http://conceptnet5.media.mit.edu/data/5.1/c/en/toastbut unfortunatly that is not possible. Is it true? Could anyone tell me whats happening? How long time I will wait till back the service? I have a service that use the conceptnet graph by online API and when conceptnet out, my service out too :(.

Thanks everybody!


Reply to this email directly or view it on GitHub: https://github.com/commonsense/conceptnet5/issues/12

zegildo commented 11 years ago

Hi guys, My apologies for insist in this subject, but I would like to know the minimum features that a machine must be to execute the conceptnet5 database and if exist a tutorial teaching how do it.

P.S: P.S: I try execute "import-solr-json.sh", but unfortunately I do not got a positive out.

Log: ehRipa-2:cnet5-solr zegildo$ sh import-solr-json.sh ../conceptnet5.1b-20120501-solr-json.tar Importing ../conceptnet5.1b-20120501-solr-json.tar curl(4430) malloc: * mmap(size=140737488359424) failed (error code=12) * error: can't allocate region *\ set a breakpoint in malloc_error_break to debug curl: option --data-binary: out of memory curl: try 'curl --help' or 'curl --manual' for more information

Thank you so much guys!

havasi commented 11 years ago

The service will be up in a few hours.

On Mon, Aug 6, 2012 at 2:06 PM, zegildo < reply@reply.github.com

wrote:

Hi guys, My apologies for insist in this subject, but I would like to know the minimum features that a machine must be to execute the conceptnet5 database and if exist a tutorial teaching how do it.

P.S: P.S: I try execute "import-solr-json.sh", but unfortunately I do not got a positive out.

Log: ehRipa-2:cnet5-solr zegildo$ sh import-solr-json.sh ../conceptnet5.1b-20120501-solr-json.tar Importing ../conceptnet5.1b-20120501-solr-json.tar curl(4430) malloc: * mmap(size=140737488359424) failed (error code=12) * error: can't allocate region *\ set a breakpoint in malloc_error_break to debug curl: option --data-binary: out of memory curl: try 'curl --help' or 'curl --manual' for more information

Thank you so much guys!


Reply to this email directly or view it on GitHub: https://github.com/commonsense/conceptnet5/issues/12#issuecomment-7530779

rspeer commented 11 years ago

The API is back now. Sorry for the downtime, but it was out of our control.

Also, that error message happens when you're importing the wrong type of file. Instead of just telling you it's the wrong file, Solr does something weird that makes it run out of memory.

You need to untar the tar file. That will give you a directory of files, I believe called "conceptnet5.1b-20120501-solr-json". Then you type

./import-solr-json.sh conceptnet5.1b-20120501-solr-json/* 

to import all the files in it.

zegildo commented 11 years ago

Thank you so much everyone!!!!!