JohnMcLear / ep_draw

Etherpad plugin for Etherdraw
Other
15 stars 22 forks source link

hangs etherpad-lite startup #19

Closed egradman closed 9 years ago

egradman commented 9 years ago

when ep_draw is installed, etherpad-lite startup hangs here:

www-data@git:/usr/share/nginx/etherpad-lite$ bin/run.sh
Ensure that all dependencies are up to date...  If this is the first time you have run Etherpad please be patient.
npm WARN package.json async-stacktrace@0.0.2 No repository field.
npm WARN package.json channels@0.0.4 No repository field.
npm WARN package.json tinycon@0.0.1 No repository field.
Ensure jQuery is downloaded and up to date...
Clearing minified cache...
Ensure custom css/js files are created...
Started Etherpad...

the draw host is set, running, and accessible.

JohnMcLear commented 9 years ago

Sounds environmental so check your environment. They can 100% be run together.

egradman commented 9 years ago

yup. the server didn't have write permission in the node_module to write the .ep_initialized file. Fixed!