Guest User

Untitled

a guest
Nov 4th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. darshan@darshan-HP-Notebook:~/online$ make run
  2. make all-recursive
  3. make[1]: Entering directory '/home/darshan/online'
  4. Making all in .
  5. make[2]: Entering directory '/home/darshan/online'
  6. Set required capabilities
  7. make[2]: Leaving directory '/home/darshan/online'
  8. Making all in test
  9. make[2]: Entering directory '/home/darshan/online/test'
  10.  
  11. Running build-time unit tests. For more thorough testing, please run 'make check'.
  12.  
  13. TileQueueTests::testTileQueuePriority. : OK
  14. TileQueueTests::testTileCombinedRendering. : OK
  15. TileQueueTests::testTileRecombining. : OK
  16. TileQueueTests::testViewOrder. : OK
  17. TileQueueTests::testPreviewsDeprioritization. : OK
  18. TileQueueTests::testSenderQueue. : OK
  19. TileQueueTests::testSenderQueueTileDeduplication. : OK
  20. TileQueueTests::testInvalidateViewCursorDeduplication. : OK
  21. TileQueueTests::testCallbackInvalidation. : OK
  22. TileQueueTests::testCallbackIndicatorValue. : OK
  23. TileQueueTests::testCallbackPageSize. : OK
  24. WhiteBoxTests::testLOOLProtocolFunctions. : OK
  25. WhiteBoxTests::testMessageAbbreviation. : OK
  26. WhiteBoxTests::testTokenizer. : OK
  27. WhiteBoxTests::testReplace. : OK
  28. WhiteBoxTests::testRegexListMatcher. : OK
  29. WhiteBoxTests::testRegexListMatcher_Init. : OK
  30. WhiteBoxTests::testEmptyCellCursor. : OK
  31. WhiteBoxTests::testRectanglesIntersect. : OK
  32. WhiteBoxTests::testAuthorization. : OK
  33.  
  34. OK (20)
  35. make[2]: Leaving directory '/home/darshan/online/test'
  36. Making all in loleaflet
  37. make[2]: Entering directory '/home/darshan/online/loleaflet'
  38. rm -rf dist/plugins/draw-0.2.4 && mkdir -p dist/plugins/draw-0.2.4
  39. cd plugins/draw-0.2.4 && jake build && cp -ar dist ../../dist/plugins/draw-0.2.4
  40.  
  41. Concatenating and compressing 25 files...
  42. Uncompressed: 71.68 KB (unchanged)
  43. jake build debug=true minify=false
  44.  
  45. Finished building admin
  46. Finished building loleaflet
  47. make[2]: Leaving directory '/home/darshan/online/loleaflet'
  48. make[1]: Leaving directory '/home/darshan/online'
  49. Launching loolwsd
  50.  
  51. ./loolwsd --o:sys_template_path="/home/darshan/online/systemplate" --o:lo_template_path="../libreoffice/instdir" \
  52. --o:child_root_path="/home/darshan/online/jails" --o:storage.filesystem[@allow]=true \
  53. --o:ssl.cert_file_path="/home/darshan/online/etc/cert.pem" \
  54. --o:ssl.key_file_path="/home/darshan/online/etc/key.pem" \
  55. --o:ssl.ca_file_path="/home/darshan/online/etc/ca-chain.cert.pem" \
  56. --o:admin_console.username=admin --o:admin_console.password=admin \
  57. --o:logging.file[@enable]=true --o:logging.level=trace
  58.  
  59. Full log is available in: /tmp/loolwsd.log
  60.  
  61. Launch this in your browser:
  62.  
  63. https://localhost:9980/loleaflet/a3d6dee/loleaflet.html?file_path=file:///home/darshan/online/test/data/hello-world.odt
  64.  
  65.  
  66. Or for the Admin Console:
  67.  
  68. https://admin:admin@localhost:9980/loleaflet/dist/admin/admin.html
  69.  
  70. Bootstrapping exception 'component context fails to supply service com.sun.star.linguistic2.LinguServiceManager of type com.sun.star.linguistic2.XLinguServiceManager2'
  71. Bootstrapping exception 'component context fails to supply singleton com.sun.star.configuration.theDefaultProvider of type com.sun.star.lang.XMultiServiceFactory'
  72. FATAL: Failed to fork child processes.
  73. Failed to fork child processes.
  74. <shutdown>-07406 09:35:42.242140 [ loolwsd ] WRN Waking up dead poll thread [accept_poll], started: false, finished: false| ./net/Socket.hpp:507
  75. <shutdown>-07406 09:35:42.242190 [ loolwsd ] WRN Waking up dead poll thread [accept_poll], started: false, finished: false| ./net/Socket.hpp:507
  76. <shutdown>-07406 09:35:42.242206 [ loolwsd ] WRN Waking up dead poll thread [websrv_poll], started: false, finished: false| ./net/Socket.hpp:507
  77. <shutdown>-07406 09:35:42.242221 [ loolwsd ] WRN Waking up dead poll thread [websrv_poll], started: false, finished: false| ./net/Socket.hpp:507
  78. <shutdown>-07406 09:35:42.242237 [ loolwsd ] WRN Waking up dead poll thread [accept_poll], started: false, finished: false| ./net/Socket.hpp:507
  79. <shutdown>-07406 09:35:42.242253 [ loolwsd ] WRN Waking up dead poll thread [accept_poll], started: false, finished: false| ./net/Socket.hpp:507
  80. <shutdown>-07406 09:35:42.242375 [ loolwsd ] WRN Waking up dead poll thread [websrv_poll], started: false, finished: false| ./net/Socket.hpp:507
  81. <shutdown>-07406 09:35:42.242390 [ loolwsd ] WRN Waking up dead poll thread [websrv_poll], started: false, finished: false| ./net/Socket.hpp:507
  82. Makefile:2224: recipe for target 'run' failed
  83. make: *** [run] Error 70
Add Comment
Please, Sign In to add comment