uhh-lt / wsd

A system for unsupervised knowledge-free interpretable word sense disambiguation based on distributional semantics
http://jobimtext.org/wsd
GNU General Public License v3.0
19 stars 5 forks source link

wsp_default database does not exist #4

Closed ylitripnester closed 6 years ago

ylitripnester commented 6 years ago

Hi, When I try this docker, I always has this problem of : wsp_default database does not exist thanks for help

My computer is Ubuntu

alexanderpanchenko commented 6 years ago

Hello,

Can you please provide more context?

On Jan 18, 2018 7:24 PM, "ylitripnester" notifications@github.com wrote:

Hi, When I try this docker, I always has this problem of : wsp_default database does not exist thanks for help

My computer is Ubuntu

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uhh-lt/wsd/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ABY6vmfr6PjQ878dV6sYT1adBeIBYcggks5tL4xwgaJpZM4RjXGa .

dengke-li commented 6 years ago

Hello, I meet the same problem when I follow the two command ./wsd model:donwload, and ./wsd web-app:start for the project https://github.com/uhh-lt/wsd, I check the log when I do a request and find there is following error: play.api.UnexpectedException: Unexpected exception[PSQLException: FATAL: database "wsp_default" does not exist]

fmarten commented 6 years ago

Hi ylitripnester, most likely the download of the DB image did not succeed.

There is another issue #6 discussing this problem. Lets continue any further discussion there.

Closing this issue as duplicate.