Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. $ sudo -u etherpad ./run.sh
  2. [sudo] Passwort for....
  3. Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.
  4. Ensure jQuery is downloaded and up to date...
  5. Clearing minified cache...
  6. Ensure custom css/js files are created...
  7. Started Etherpad...
  8. [2016-12-02 13:58:08.849] [WARN] console - DirtyDB is used. This is fine for testing but not recommended for production.
  9. /usr/share/webapps/etherpad-lite/src/static/js/pluginfw/plugins.js:50
  10. res.push("<dt>" + hook.hook_name + "</dt><dd>" + hook.hook_fn_name + " from " + hook.part.full_name + "</dd>");
  11. ^
  12.  
  13. RangeError: Maximum call stack size exceeded
  14. at _ (/usr/share/webapps/etherpad-lite/src/node_modules/underscore/underscore.js:40:13)
  15. at Function._.chain (/usr/share/webapps/etherpad-lite/src/node_modules/underscore/underscore.js:1473:20)
  16. at flatten (/usr/share/webapps/etherpad-lite/src/static/js/pluginfw/plugins.js:111:9)
  17. at /usr/share/webapps/etherpad-lite/src/static/js/pluginfw/plugins.js:120:52
  18. at Function._.each._.forEach (/usr/share/webapps/etherpad-lite/src/node_modules/underscore/underscore.js:153:9)
  19. at _.(anonymous function) [as each] (/usr/share/webapps/etherpad-lite/src/node_modules/underscore/underscore.js:1496:34)
  20. at flatten (/usr/share/webapps/etherpad-lite/src/static/js/pluginfw/plugins.js:111:28)
  21. at /usr/share/webapps/etherpad-lite/src/static/js/pluginfw/plugins.js:120:52
  22. at Function._.each._.forEach (/usr/share/webapps/etherpad-lite/src/node_modules/underscore/underscore.js:153:9)
  23. at _.(anonymous function) [as each] (/usr/share/webapps/etherpad-lite/src/node_modules/underscore/underscore.js:1496:34)
  24. at flatten (/usr/share/webapps/etherpad-lite/src/static/js/pluginfw/plugins.js:111:28)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement