Skip to content

Instantly share code, notes, and snippets.

@JohnMcLear
Created February 17, 2021 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnMcLear/f34ab70d4ff79a3010e24348f1ade409 to your computer and use it in GitHub Desktop.
Save JohnMcLear/f34ab70d4ff79a3010e24348f1ade409 to your computer and use it in GitHub Desktop.
C:\new-etherpad-lite-win>node src\node\server.js
[2021-02-17 21:30:31.017] [DEBUG] console - Running on Node v12.20.2 (minimum required Node version: 10.17.0)
[2021-02-17 21:30:31.044] [INFO] console - All relative paths will be interpreted relative to the identified Etherpad base dir: C:\new-etherpad-lite-win
[2021-02-17 21:30:31.045] [INFO] console - Random string used for versioning assets: ecf0e541
[2021-02-17 21:30:31.046] [DEBUG] AbsolutePaths - Relative path "settings.json" can be rewritten to "C:\new-etherpad-lite-win\settings.json"
[2021-02-17 21:30:31.046] [DEBUG] AbsolutePaths - Relative path "credentials.json" can be rewritten to "C:\new-etherpad-lite-win\credentials.json"
[2021-02-17 21:30:31.055] [INFO] console - settings loaded from: C:\new-etherpad-lite-win\settings.json
[2021-02-17 21:30:31.059] [INFO] console - No credentials file found in C:\new-etherpad-lite-win\credentials.json. Ignoring.
[2021-02-17 21:30:31.061] [INFO] console - Using skin "colibris" in dir: C:\new-etherpad-lite-win\src\static\skins\colibris
[2021-02-17 21:30:31.061] [DEBUG] AbsolutePaths - Relative path "./SESSIONKEY.txt" can be rewritten to "C:\new-etherpad-lite-win\SESSIONKEY.txt"
[2021-02-17 21:30:31.062] [INFO] console - Session key loaded from: C:\new-etherpad-lite-win\SESSIONKEY.txt
[2021-02-17 21:30:31.063] [DEBUG] AbsolutePaths - Relative path "var/dirty.db" can be rewritten to "C:\new-etherpad-lite-win\var\dirty.db"
[2021-02-17 21:30:31.063] [WARN] console - DirtyDB is used. This is not recommended for production. File location: C:\new-etherpad-lite-win\var\dirty.db
[2021-02-17 21:30:31.502] [DEBUG] runCmd - Executing command: npm --version
[2021-02-17 21:30:31.504] [DEBUG] runCmd - Path=C:\new-etherpad-lite-win\src\node_modules\.bin;C:\new-etherpad-lite-win\node_modules\.bin;C:\Python39\Scripts\;C:\Python39\;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Python27\;C:\Python27\Scripts;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin\;C:\Program Files\PuTTY\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\ProgramData\chocolatey\bin;c:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;c:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\nodejs\;C:\Users\John McLear\AppData\Local\Microsoft\WindowsApps;C:\Users\John McLear\AppData\Local\GitHubDesktop\bin;C:\Users\John McLear\AppData\Local\Microsoft\WindowsApps;C:\Users\John McLear\AppData\Local\atom\bin;C:\Program Files (x86)\Nmap;C:\Program Files\Java\jdk1.8.0_221;C:\Program Files\Java\jdk1.8.0_221\bin;C:\Users\John McLear\AppData\Local\Android\Sdk\platform-tools;C:\Program Files\Mozilla Firefox;;C:\Users\John McLear\AppData\Local\Programs\IPFS Desktop\resources\app.asar.unpacked\src\ipfs-on-path\scripts\bin-win;C:\Users\John McLear\AppData\Roaming\npm
[2021-02-17 21:30:31.544] [INFO] server - Starting Etherpad...
[2021-02-17 21:30:31.642] [DEBUG] server - Removing SIGINT listener because it might interfere with shutdown tasks. Function code:
function listener () {
// If there are no other listeners, an exit is coming!
// Simplest way: remove us and then re-send the signal.
// We know that this will kill the process, so we can
// safely emit now.
var listeners = process.listeners(sig)
if (listeners.length === emitter.count) {
unload()
emit('exit', null, sig)
/* istanbul ignore next */
emit('afterexit', null, sig)
/* istanbul ignore next */
process.kill(process.pid, sig)
}
}
Current stack:
at removeSignalListener (C:\new-etherpad-lite-win\src\node\server.js:78:36)
at process.<anonymous> (C:\new-etherpad-lite-win\src\node\server.js:131:9)
at process.emit (events.js:326:22)
at process.EventEmitter.emit (domain.js:483:12)
at _addListener (events.js:357:14)
at process.addListener (events.js:405:10)
at addListener (C:\new-etherpad-lite-win\src\node_modules\wtfnode\index.js:286:30)
at process.Cls.<computed> [as on] (C:\new-etherpad-lite-win\src\node_modules\wtfnode\index.js:308:27)
at C:\new-etherpad-lite-win\src\node_modules\npm\node_modules\signal-exit\index.js:122:15
at Array.filter (<anonymous>)
[2021-02-17 21:30:31.643] [DEBUG] server - Removing SIGTERM listener because it might interfere with shutdown tasks. Function code:
function listener () {
// If there are no other listeners, an exit is coming!
// Simplest way: remove us and then re-send the signal.
// We know that this will kill the process, so we can
// safely emit now.
var listeners = process.listeners(sig)
if (listeners.length === emitter.count) {
unload()
emit('exit', null, sig)
/* istanbul ignore next */
emit('afterexit', null, sig)
/* istanbul ignore next */
process.kill(process.pid, sig)
}
}
Current stack:
at removeSignalListener (C:\new-etherpad-lite-win\src\node\server.js:78:36)
at process.<anonymous> (C:\new-etherpad-lite-win\src\node\server.js:131:9)
at process.emit (events.js:326:22)
at process.EventEmitter.emit (domain.js:483:12)
at _addListener (events.js:357:14)
at process.addListener (events.js:405:10)
at addListener (C:\new-etherpad-lite-win\src\node_modules\wtfnode\index.js:286:30)
at process.Cls.<computed> [as on] (C:\new-etherpad-lite-win\src\node_modules\wtfnode\index.js:308:27)
at C:\new-etherpad-lite-win\src\node_modules\npm\node_modules\signal-exit\index.js:122:15
at Array.filter (<anonymous>)
[2021-02-17 21:30:31.660] [WARN] console - hello world {
type: 'dirty',
dbModule: { Database: [Function] },
dbSettings: {
filename: 'C:\\new-etherpad-lite-win\\var\\dirty.db',
cache: 0,
writeInterval: 0,
json: false
},
wrapperSettings: null,
logger: Logger {},
channels: { channels: {}, operatorFunction: [Function: doOperation] },
db: {
wrappedDB: {
db: [EventEmitter],
settings: [Object],
createFindRegex: [Function]
},
logger: Logger {},
settings: { cache: 0, writeInterval: 0, json: false, charset: 'utf8mb4' },
buffer: LRU { _capacity: 0, _evictable: [Function], _cache: Map {} },
flushInterval: null,
isFlushing: false,
_flushDoneCallbacks: []
}
}
[2021-02-17 21:30:31.664] [INFO] runNpm - Executing command: npm ls --long --json --depth=0
[2021-02-17 21:30:31.664] [DEBUG] runCmd - Executing command: npm ls --long --json --depth=0
[2021-02-17 21:30:31.665] [DEBUG] runCmd - Path=C:\new-etherpad-lite-win\src\node_modules\.bin;C:\new-etherpad-lite-win\node_modules\.bin;C:\Python39\Scripts\;C:\Python39\;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Python27\;C:\Python27\Scripts;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin\;C:\Program Files\PuTTY\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\ProgramData\chocolatey\bin;c:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;c:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\nodejs\;C:\Users\John McLear\AppData\Local\Microsoft\WindowsApps;C:\Users\John McLear\AppData\Local\GitHubDesktop\bin;C:\Users\John McLear\AppData\Local\Microsoft\WindowsApps;C:\Users\John McLear\AppData\Local\atom\bin;C:\Program Files (x86)\Nmap;C:\Program Files\Java\jdk1.8.0_221;C:\Program Files\Java\jdk1.8.0_221\bin;C:\Users\John McLear\AppData\Local\Android\Sdk\platform-tools;C:\Program Files\Mozilla Firefox;;C:\Users\John McLear\AppData\Local\Programs\IPFS Desktop\resources\app.asar.unpacked\src\ipfs-on-path\scripts\bin-win;C:\Users\John McLear\AppData\Roaming\npm
[2021-02-17 21:30:32.271] [DEBUG] runCmd - Command returned successfully: npm --version
[2021-02-17 21:30:32.272] [INFO] runNpm - npm --version: 6.14.11
[2021-02-17 21:30:34.375] [DEBUG] runCmd - Command returned successfully: npm ls --long --json --depth=0
[2021-02-17 21:30:41.591] [INFO] runNpm - Successfully ran command: npm ls --long --json --depth=0
[2021-02-17 21:30:41.899] [INFO] console - [2021-02-17 21:30:41.899] [DEBUG] AbsolutePaths - C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite does not end with "src"
[2021-02-17 21:30:41.900] [INFO] console - All relative paths will be interpreted relative to the identified Etherpad base dir: C:\new-etherpad-lite-win
[2021-02-17 21:30:41.902] [INFO] console - Random string used for versioning assets: ed49dca0
[2021-02-17 21:30:41.902] [INFO] console - [2021-02-17 21:30:41.902] [DEBUG] AbsolutePaths - Relative path "settings.json" can be rewritten to "C:\new-etherpad-lite-win\settings.json"
[2021-02-17 21:30:41.903] [INFO] console - [2021-02-17 21:30:41.903] [DEBUG] AbsolutePaths - Relative path "credentials.json" can be rewritten to "C:\new-etherpad-lite-win\credentials.json"
[2021-02-17 21:30:41.912] [INFO] console - settings loaded from: C:\new-etherpad-lite-win\settings.json
[2021-02-17 21:30:41.913] [INFO] console - No credentials file found in C:\new-etherpad-lite-win\credentials.json. Ignoring.
[2021-02-17 21:30:41.915] [INFO] console - [2021-02-17 21:30:41.915] [INFO] console - Using skin "colibris" in dir: C:\new-etherpad-lite-win\src\static\skins\colibris
[2021-02-17 21:30:41.915] [INFO] console - [2021-02-17 21:30:41.915] [DEBUG] AbsolutePaths - Relative path "./SESSIONKEY.txt" can be rewritten to "C:\new-etherpad-lite-win\SESSIONKEY.txt"
[2021-02-17 21:30:41.916] [INFO] console - [2021-02-17 21:30:41.916] [INFO] console - Session key loaded from: C:\new-etherpad-lite-win\SESSIONKEY.txt
[2021-02-17 21:30:41.916] [INFO] console - [2021-02-17 21:30:41.916] [DEBUG] AbsolutePaths - Relative path "var/dirty.db" can be rewritten to "C:\new-etherpad-lite-win\var\dirty.db"
[2021-02-17 21:30:41.917] [INFO] console - [2021-02-17 21:30:41.917] [WARN] console - DirtyDB is used. This is not recommended for production. File location: C:\new-etherpad-lite-win\var\dirty.db
[2021-02-17 21:30:42.168] [INFO] console - [2021-02-17 21:30:42.168] [DEBUG] AbsolutePaths - Relative path "./APIKEY.txt" can be rewritten to "C:\new-etherpad-lite-win\APIKEY.txt"
[2021-02-17 21:30:42.169] [INFO] console - [2021-02-17 21:30:42.169] [INFO] APIHandler - Api key file read from: "C:\new-etherpad-lite-win\APIKEY.txt"
[2021-02-17 21:30:42.198] [INFO] console - [2021-02-17 21:30:42.198] [DEBUG] runCmd - Executing command: npm --version
[2021-02-17 21:30:42.199] [INFO] console - [2021-02-17 21:30:42.199] [DEBUG] runCmd - Path=C:\new-etherpad-lite-win\src\node_modules\.bin;C:\new-etherpad-lite-win\node_modules\.bin;C:\Python39\Scripts\;C:\Python39\;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Python27\;C:\Python27\Scripts;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin\;C:\Program Files\PuTTY\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\ProgramData\chocolatey\bin;c:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;c:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\nodejs\;C:\Users\John McLear\AppData\Local\Microsoft\WindowsApps;C:\Users\John McLear\AppData\Local\GitHubDesktop\bin;C:\Users\John McLear\AppData\Local\Microsoft\WindowsApps;C:\Users\John McLear\AppData\Local\atom\bin;C:\Program Files (x86)\Nmap;C:\Program Files\Java\jdk1.8.0_221;C:\Program Files\Java\jdk1.8.0_221\bin;C:\Users\John McLear\AppData\Local\Android\Sdk\platform-tools;C:\Program Files\Mozilla Firefox;;C:\Users\John McLear\AppData\Local\Programs\IPFS Desktop\resources\app.asar.unpacked\src\ipfs-on-path\scripts\bin-win;C:\Users\John McLear\AppData\Roaming\npm
[2021-02-17 21:30:42.865] [DEBUG] server - Removing SIGINT listener because it might interfere with shutdown tasks. Function code:
() => terminateWorkersAndMaster()
Current stack:
at removeSignalListener (C:\new-etherpad-lite-win\src\node\server.js:78:36)
at process.<anonymous> (C:\new-etherpad-lite-win\src\node\server.js:131:9)
at process.emit (events.js:326:22)
at process.EventEmitter.emit (domain.js:483:12)
at processEmit [as emit] (C:\new-etherpad-lite-win\src\node_modules\npm\node_modules\signal-exit\index.js:155:32)
at _addListener (events.js:357:14)
at process.addListener (events.js:405:10)
at addListener (C:\new-etherpad-lite-win\src\node_modules\wtfnode\index.js:286:30)
at process.Cls.<computed> [as on] (C:\new-etherpad-lite-win\src\node_modules\wtfnode\index.js:308:27)
at initWorkerThreadsWorker (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\threads\dist\master\implementation.node.js:134:13)
[2021-02-17 21:30:42.867] [DEBUG] server - Removing SIGTERM listener because it might interfere with shutdown tasks. Function code:
() => terminateWorkersAndMaster()
Current stack:
at removeSignalListener (C:\new-etherpad-lite-win\src\node\server.js:78:36)
at process.<anonymous> (C:\new-etherpad-lite-win\src\node\server.js:131:9)
at process.emit (events.js:326:22)
at process.EventEmitter.emit (domain.js:483:12)
at processEmit [as emit] (C:\new-etherpad-lite-win\src\node_modules\npm\node_modules\signal-exit\index.js:155:32)
at _addListener (events.js:357:14)
at process.addListener (events.js:405:10)
at addListener (C:\new-etherpad-lite-win\src\node_modules\wtfnode\index.js:286:30)
at process.Cls.<computed> [as on] (C:\new-etherpad-lite-win\src\node_modules\wtfnode\index.js:308:27)
at initWorkerThreadsWorker (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\threads\dist\master\implementation.node.js:135:13)
[2021-02-17 21:30:42.908] [INFO] server - Installed plugins:
[2021-02-17 21:30:42.908] [DEBUG] server - Installed parts:
ep_etherpad-lite/openapi
ep_etherpad-lite/adminsettings
ep_etherpad-lite/adminplugins
ep_etherpad-lite/admin
ep_etherpad-lite/tests
ep_etherpad-lite/socketio
ep_etherpad-lite/errorhandling
ep_etherpad-lite/importexport
ep_etherpad-lite/apicalls
ep_etherpad-lite/webaccess
ep_etherpad-lite/padreadonly
ep_etherpad-lite/padurlsanitize
ep_etherpad-lite/specialpages
ep_etherpad-lite/i18n
ep_etherpad-lite/stats
ep_etherpad-lite/static
ep_etherpad-lite/express
ep_etherpad-lite/Minify
ep_etherpad-lite/DB
[2021-02-17 21:30:42.932] [DEBUG] server - Installed hooks:
<dl><dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/openapi from ep_etherpad-lite/openapi</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/adminsettings from ep_etherpad-lite/adminsettings</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/adminplugins from ep_etherpad-lite/adminplugins</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/admin from ep_etherpad-lite/admin</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/tests from ep_etherpad-lite/tests</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/socketio from ep_etherpad-lite/socketio</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/errorhandling from ep_etherpad-lite/errorhandling</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/importexport from ep_etherpad-lite/importexport</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/apicalls from ep_etherpad-lite/apicalls</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/padreadonly from ep_etherpad-lite/padreadonly</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/padurlsanitize from ep_etherpad-lite/padurlsanitize</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/specialpages from ep_etherpad-lite/specialpages</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/i18n from ep_etherpad-lite/i18n</dd>
<dt>expressCreateServer</dt><dd>ep_etherpad-lite/node/hooks/express/static from ep_etherpad-lite/static</dd>
<dt>socketio</dt><dd>ep_etherpad-lite/node/hooks/express/adminsettings from ep_etherpad-lite/adminsettings</dd>
<dt>socketio</dt><dd>ep_etherpad-lite/node/hooks/express/adminplugins from ep_etherpad-lite/adminplugins</dd>
<dt>socketio</dt><dd>ep_etherpad-lite/node/handler/PadMessageHandler from ep_etherpad-lite/socketio</dd>
<dt>expressCloseServer</dt><dd>ep_etherpad-lite/node/hooks/express/socketio from ep_etherpad-lite/socketio</dd>
<dt>expressConfigure</dt><dd>ep_etherpad-lite/node/hooks/express/webaccess from ep_etherpad-lite/webaccess</dd>
<dt>shutdown</dt><dd>ep_etherpad-lite/node/stats from ep_etherpad-lite/stats</dd>
<dt>shutdown</dt><dd>ep_etherpad-lite/node/hooks/express from ep_etherpad-lite/express</dd>
<dt>shutdown</dt><dd>ep_etherpad-lite/node/utils/Minify from ep_etherpad-lite/Minify</dd>
<dt>shutdown</dt><dd>ep_etherpad-lite/node/db/DB from ep_etherpad-lite/DB</dd>
<dt>createServer</dt><dd>ep_etherpad-lite/node/hooks/express from ep_etherpad-lite/express</dd>
<dt>restartServer</dt><dd>ep_etherpad-lite/node/hooks/express from ep_etherpad-lite/express</dd></dl>
[2021-02-17 21:30:42.935] [INFO] console - [2021-02-17 21:30:42.934] [INFO] console - Report bugs at https://github.com/ether/etherpad-lite/issues
[2021-02-17 21:30:42.936] [INFO] console - [2021-02-17 21:30:42.936] [WARN] console - Can't get git version for server header
ENOENT: no such file or directory, lstat 'C:\new-etherpad-lite-win/.git'
[2021-02-17 21:30:42.940] [INFO] console - [2021-02-17 21:30:42.940] [WARN] console - Can't get git version for server header
ENOENT: no such file or directory, lstat 'C:\new-etherpad-lite-win/.git'
[2021-02-17 21:30:42.940] [INFO] console - [2021-02-17 21:30:42.940] [INFO] console - Your Etherpad version is 1.8.8 ()
[2021-02-17 21:30:42.949] [INFO] console - [2021-02-17 21:30:42.949] [INFO] http - HTTP server listening for connections
[2021-02-17 21:30:42.950] [INFO] console - [2021-02-17 21:30:42.950] [INFO] console - You can access your Etherpad instance at http://0.0.0.0:9001/
[2021-02-17 21:30:42.953] [INFO] console - [2021-02-17 21:30:42.953] [WARN] console - Admin username and password not set in settings.json. To access admin please uncomment and edit "users" in settings.json
[2021-02-17 21:30:42.961] [INFO] console - [2021-02-17 21:30:42.961] [WARN] console - Etherpad is running in Development mode. This mode is slower for users and less secure than production mode. You should set the NODE_ENV environment variable to production by using: export NODE_ENV=production
[2021-02-17 21:30:42.965] [INFO] server - Etherpad is running
[2021-02-17 21:30:42.966] [INFO] console - [2021-02-17 21:30:42.966] [DEBUG] runCmd - Command returned successfully: npm --version
[2021-02-17 21:30:42.967] [INFO] console - [2021-02-17 21:30:42.967] [INFO] runNpm - npm --version: 6.14.11
[2021-02-17 21:30:51.799] [INFO] console - [2021-02-17 21:30:51.799] [DEBUG] SessionStore - GET FXiNBhgPhuVOGPFeSnLdAlmtxWJs6eBt
[2021-02-17 21:30:51.811] [INFO] console - [2021-02-17 21:30:51.811] [DEBUG] http - 500, GET /p/MkSCWXyYI0h93ZDGnvjz
[2021-02-17 21:30:51.812] [INFO] console - [2021-02-17 21:30:51.812] [ERROR] console - (node:18404) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
[2021-02-17 21:30:51.813] [INFO] console - [2021-02-17 21:30:51.813] [ERROR] console - TypeError: Cannot read property 'get' of null
at SessionStore.get (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node\db\SessionStore.js:20:11)
at session (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express-session\index.js:481:11)
at Layer.handle [as handle_request] (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\layer.js:95:5)
at trim_prefix (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:317:13)
at C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:284:7
at Function.process_params (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:335:12)
at next (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:275:10)
at C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\log4js\lib\connect-logger.js:103:5
at Layer.handle [as handle_request] (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\layer.js:95:5)
at trim_prefix (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:317:13)
[2021-02-17 21:31:49.053] [INFO] console - [2021-02-17 21:31:49.052] [DEBUG] SessionStore - GET FXiNBhgPhuVOGPFeSnLdAlmtxWJs6eBt
[2021-02-17 21:32:12.019] [INFO] console - [2021-02-17 21:32:12.019] [DEBUG] http - 500, GET /p/MkSCWXyYI0h93ZDGnvjz
[2021-02-17 21:32:12.038] [INFO] console - [2021-02-17 21:32:12.038] [ERROR] console - TypeError: Cannot read property 'get' of null
at SessionStore.get (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node\db\SessionStore.js:20:11)
at session (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express-session\index.js:481:11)
at Layer.handle [as handle_request] (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\layer.js:95:5)
at trim_prefix (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:317:13)
at C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:284:7
at Function.process_params (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:335:12)
at next (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:275:10)
at C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\log4js\lib\connect-logger.js:103:5
at Layer.handle [as handle_request] (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\layer.js:95:5)
at trim_prefix (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:317:13)
[2021-02-17 21:32:12.048] [INFO] console - [2021-02-17 21:32:12.048] [DEBUG] SessionStore - GET pjUJwTbEHJNRYY0elJMKeDg_1tJODCMd
[2021-02-17 21:32:12.056] [INFO] console - [2021-02-17 21:32:12.055] [DEBUG] http - 500, GET /randomPad
[2021-02-17 21:32:12.061] [INFO] console - [2021-02-17 21:32:12.061] [ERROR] console - TypeError: Cannot read property 'get' of null
at SessionStore.get (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node\db\SessionStore.js:20:11)
at session (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express-session\index.js:481:11)
at Layer.handle [as handle_request] (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\layer.js:95:5)
at trim_prefix (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:317:13)
at C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:284:7
at Function.process_params (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:335:12)
at next (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:275:10)
at C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\log4js\lib\connect-logger.js:103:5
at Layer.handle [as handle_request] (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\layer.js:95:5)
at trim_prefix (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\express\lib\router\index.js:317:13)
[2021-02-17 21:32:12.225] [ERROR] server - SIGINT
[2021-02-17 21:32:12.237] [INFO] server - Stopping Etherpad...
[2021-02-17 21:32:12.239] [INFO] console - [2021-02-17 21:32:12.239] [INFO] http - Closing HTTP server...
[2021-02-17 21:32:12.254] [INFO] console - [2021-02-17 21:32:12.254] [INFO] http - Waiting for 2 HTTP clients to disconnect...
[2021-02-17 21:32:12.271] [ERROR] server - Error occurred while stopping Etherpad
[2021-02-17 21:32:12.272] [ERROR] server - TypeError: Cannot read property 'close' of undefined
at exports.Database.close (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node_modules\ueberdb2\index.js:185:11)
at internal/util.js:297:30
at new Promise (<anonymous>)
at bound (internal/util.js:296:12)
at Object.exports.shutdown [as hook_fn] (C:\new-etherpad-lite-win\node_modules\ep_etherpad-lite\node\db\DB.js:76:42)
at C:\new-etherpad-lite-win\src\static\js\pluginfw\hooks.js:272:18
at new Promise (<anonymous>)
at callHookFnAsync (C:\new-etherpad-lite-win\src\static\js\pluginfw\hooks.js:235:16)
at C:\new-etherpad-lite-win\src\static\js\pluginfw\hooks.js:350:54
at Array.map (<anonymous>)
[2021-02-17 21:32:12.272] [ERROR] server - Error occurred while waiting to exit. Forcing an immediate unclean exit...
Terminate batch job (Y/N)?
^C
C:\new-etherpad-lite-win>start.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment