Created
March 14, 2011 12:40
-
-
Save Azrael808/869065 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://dl.dropbox.com/u/12300638/appjet-eth-dev.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@centos5-testing0 etherpad]# ./bin/run.sh | |
/srv/etherpad/bin/ooffice.sh: line 3: /usr/bin/soffice: No such file or directory | |
/srv/etherpad/bin/ooffice.sh: line 3: exec: /usr/bin/soffice: cannot execute: No such file or directory | |
Maximum ram: 100M | |
Maximum thread count: 25 | |
Using config file: ./etc/etherpad.localdev-default.properties | |
profile -> false | |
ajstdlibHome -> ../infrastructure/framework-src/modules | |
listenPort -> 9000 | |
listenSecurePort -> 0 | |
verbose -> false | |
devMode -> true | |
listenMonitoring -> 0:0 | |
maxThreads -> 25 | |
listenHost -> | |
listenSecureHost -> | |
sslKeyStore -> ./data/appjet/sslkeystore | |
sslStorePassword -> appjet | |
sslKeyPassword -> appjet | |
preloadRunners -> 0 | |
listenSarsPort -> 0 | |
sarsAuthKey -> appjet | |
listenSarsHost -> | |
configFile -> ./etc/etherpad.localdev-default.properties | |
logDir -> ./data/logs | |
transportPrefix -> /comet | |
disableShortPolling -> false | |
transportUseWildcardSubdomains -> true | |
smtpPass -> | |
smtpUser -> | |
smtpServer -> localhost:25 | |
appjetHome -> ./data/appjet | |
licenseGeneratorKey -> null | |
listenSars -> 0 | |
listenMonitoringSecondaryPort -> 0 | |
listenMonitoringPrimaryPort -> 0 | |
listenMonitoringHost -> | |
listenSecure -> 0 | |
listen -> 9000 | |
hidePorts -> false | |
jdbcPoolSize -> 10 | |
sessionStoreDir -> ./data/appjet/sessions | |
useVirtualFileRoot -> ./src | |
modulePath -> ./src | |
useHttpsUrls -> false | |
appHome -> | |
logExcludeLst -> null | |
logExclude -> | |
logIncludeLst -> null | |
logInclude -> | |
derbyHome -> ./data/appjet/derbydb | |
topdomains -> localhost,localbox.info | |
etherpad.SQL_JDBC_DRIVER -> com.mysql.jdbc.Driver | |
showLinkandLicense -> true | |
etherpad.soffice -> /usr/bin/soffice | |
customEmailAddress -> support@etherpad.org | |
alwaysHttps -> false | |
etherpad.adminPass -> password | |
motdPage -> /ep/pad/view/ro.3PfHCD0ApLc/latest?fullScreen=1&slider=0&sidebar=0 | |
etherpad.isProduction -> false | |
theme -> default | |
customBrandingName -> Etherpad v1.1 | |
etherpad.SQL_JDBC_URL -> jdbc:mysql://localhost:3306/etherpad | |
etherpad.SQL_USERNAME -> etherpad | |
etherpad.SQL_PASSWORD -> etherpad | |
etherpad.proAccounts -> true | |
etherpad.fakeProduction -> false | |
Using mysql database type. | |
Establishing mysql connection (this may take a minute)... | |
mysql connection established. | |
Startup execution failed with non-200 response: 500 | |
net.appjet.bodylock.JSRuntimeException: Error while executing: scala/collection/mutable/HashMap | |
at net.appjet.bodylock.InnerExecutable.execute(bodylock.scala:84) | |
at net.appjet.oui.execution$$anonfun$execute$4.apply(execution.scala:508) | |
at net.appjet.oui.NoninheritedDynamicVariable.withValue(dynamicvar.scala:38) | |
at net.appjet.oui.ExecutionContextUtils$.withContext(execution.scala:334) | |
at net.appjet.oui.execution$.execute(execution.scala:504) | |
at net.appjet.oui.execution$.runOutOfBand(execution.scala:631) | |
at net.appjet.oui.main$.runOnStartup(main.scala:102) | |
at net.appjet.oui.main$.main(main.scala:266) | |
at net.appjet.oui.main.main(main.scala) | |
Caused by: java.lang.ClassNotFoundException: scala/collection/mutable/HashMap | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Class.java:169) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160) | |
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243) | |
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:66) | |
at JS$module$etherpad$log$js$12._c3(module etherpad/log.js:71) | |
at JS$module$etherpad$log$js$12.call(module etherpad/log.js) | |
at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119) | |
at JS$module$main$js$8._c1(module main.js:80) | |
at JS$module$main$js$8.call(module main.js) | |
at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119) | |
at JS$onstartup._c0(onstartup.js:18) | |
at JS$onstartup.call(onstartup.js) | |
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:401) | |
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3004) | |
at JS$onstartup.call(onstartup.js) | |
at JS$onstartup.exec(onstartup.js) | |
at net.appjet.bodylock.InnerExecutable$$anonfun$execute$1.apply(bodylock.scala:76) | |
at net.appjet.bodylock.InnerExecutable$$anonfun$execute$1.apply(bodylock.scala:75) | |
at net.appjet.bodylock.BodyLock$.runInContext(bodylock.scala:111) | |
at net.appjet.bodylock.InnerExecutable.execute(bodylock.scala:75) | |
... 8 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment