Guest User

Untitled

a guest
Jul 24th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1.  
  2.  
  3. [root@centos5-testing0 etherpad]# ./bin/run.sh
  4. /srv/etherpad/bin/ooffice.sh: line 3: /usr/bin/soffice: No such file or directory
  5. /srv/etherpad/bin/ooffice.sh: line 3: exec: /usr/bin/soffice: cannot execute: No such file or directory
  6. Maximum ram: 100M
  7. Maximum thread count: 25
  8. Using config file: ./etc/etherpad.localdev-default.properties
  9. profile -> false
  10. ajstdlibHome -> ../infrastructure/framework-src/modules
  11. listenPort -> 9000
  12. listenSecurePort -> 0
  13. verbose -> false
  14. devMode -> true
  15. listenMonitoring -> 0:0
  16. maxThreads -> 25
  17. listenHost ->
  18. listenSecureHost ->
  19. sslKeyStore -> ./data/appjet/sslkeystore
  20. sslStorePassword -> appjet
  21. sslKeyPassword -> appjet
  22. preloadRunners -> 0
  23. listenSarsPort -> 0
  24. sarsAuthKey -> appjet
  25. listenSarsHost ->
  26. configFile -> ./etc/etherpad.localdev-default.properties
  27. logDir -> ./data/logs
  28. transportPrefix -> /comet
  29. disableShortPolling -> false
  30. transportUseWildcardSubdomains -> true
  31. smtpPass ->
  32. smtpUser ->
  33. smtpServer -> localhost:25
  34. appjetHome -> ./data/appjet
  35. licenseGeneratorKey -> null
  36. listenSars -> 0
  37. listenMonitoringSecondaryPort -> 0
  38. listenMonitoringPrimaryPort -> 0
  39. listenMonitoringHost ->
  40. listenSecure -> 0
  41. listen -> 9000
  42. hidePorts -> false
  43. jdbcPoolSize -> 10
  44. sessionStoreDir -> ./data/appjet/sessions
  45. useVirtualFileRoot -> ./src
  46. modulePath -> ./src
  47. useHttpsUrls -> false
  48. appHome ->
  49. logExcludeLst -> null
  50. logExclude ->
  51. logIncludeLst -> null
  52. logInclude ->
  53. derbyHome -> ./data/appjet/derbydb
  54. topdomains -> localhost,localbox.info
  55. etherpad.SQL_JDBC_DRIVER -> com.mysql.jdbc.Driver
  56. showLinkandLicense -> true
  57. etherpad.soffice -> /usr/bin/soffice
  58. customEmailAddress -> support@etherpad.org
  59. alwaysHttps -> false
  60. etherpad.adminPass -> password
  61. motdPage -> /ep/pad/view/ro.3PfHCD0ApLc/latest?fullScreen=1&slider=0&sidebar=0
  62. etherpad.isProduction -> false
  63. theme -> default
  64. customBrandingName -> Etherpad v1.1
  65. etherpad.SQL_JDBC_URL -> jdbc:mysql://localhost:3306/etherpad
  66. etherpad.SQL_USERNAME -> etherpad
  67. etherpad.SQL_PASSWORD -> etherpad
  68. etherpad.proAccounts -> true
  69. etherpad.fakeProduction -> false
  70. Using mysql database type.
  71. Establishing mysql connection (this may take a minute)...
  72. mysql connection established.
  73. Startup execution failed with non-200 response: 500
  74. net.appjet.bodylock.JSRuntimeException: Error while executing: scala/collection/mutable/HashMap
  75. at net.appjet.bodylock.InnerExecutable.execute(bodylock.scala:84)
  76. at net.appjet.oui.execution$$anonfun$execute$4.apply(execution.scala:508)
  77. at net.appjet.oui.NoninheritedDynamicVariable.withValue(dynamicvar.scala:38)
  78. at net.appjet.oui.ExecutionContextUtils$.withContext(execution.scala:334)
  79. at net.appjet.oui.execution$.execute(execution.scala:504)
  80. at net.appjet.oui.execution$.runOutOfBand(execution.scala:631)
  81. at net.appjet.oui.main$.runOnStartup(main.scala:102)
  82. at net.appjet.oui.main$.main(main.scala:266)
  83. at net.appjet.oui.main.main(main.scala)
  84. Caused by: java.lang.ClassNotFoundException: scala/collection/mutable/HashMap
  85. at java.lang.Class.forName0(Native Method)
  86. at java.lang.Class.forName(Class.java:169)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  90. at java.lang.reflect.Method.invoke(Method.java:597)
  91. at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160)
  92. at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
  93. at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:66)
  94. at JS$module$etherpad$log$js$12._c3(module etherpad/log.js:71)
  95. at JS$module$etherpad$log$js$12.call(module etherpad/log.js)
  96. at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119)
  97. at JS$module$main$js$8._c1(module main.js:80)
  98. at JS$module$main$js$8.call(module main.js)
  99. at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119)
  100. at JS$onstartup._c0(onstartup.js:18)
  101. at JS$onstartup.call(onstartup.js)
  102. at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:401)
  103. at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3004)
  104. at JS$onstartup.call(onstartup.js)
  105. at JS$onstartup.exec(onstartup.js)
  106. at net.appjet.bodylock.InnerExecutable$$anonfun$execute$1.apply(bodylock.scala:76)
  107. at net.appjet.bodylock.InnerExecutable$$anonfun$execute$1.apply(bodylock.scala:75)
  108. at net.appjet.bodylock.BodyLock$.runInContext(bodylock.scala:111)
  109. at net.appjet.bodylock.InnerExecutable.execute(bodylock.scala:75)
  110. ... 8 more
Add Comment
Please, Sign In to add comment