Server liefert heute: "Http failure response for https://www.mygood.at/api/orderProducts: 500 Internal Server Error"
Bitte, wenn eine DB-Connection verloren geht eine neue aufmachen!!
2020-04-23 21:05:31: Universal had an error: Error: Can't resolve all parameters for ApplicationModule: (?).
at syntaxError (/home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:2724:21)
at CompileMetadataResolver._getDependenciesMetadata (/home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:22585:39)
at CompileMetadataResolver._getTypeMetadata (/home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:22477:30)
at CompileMetadataResolver.getNgModuleMetadata (/home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:22345:28)
at CompileMetadataResolver.getNgModuleSummary (/home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:22152:39)
at /home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:22266:55
at Array.forEach (<anonymous>)
at CompileMetadataResolver.getNgModuleMetadata (/home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:22254:53)
at CompileMetadataResolver.getNgModuleSummary (/home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:22152:39)
at /home/ohonig/azeero.group/client/node_modules/@angular/compiler/bundles/compiler.umd.js:22239:59 {
ngSyntaxError: true
}
2020-04-24 09:13:23: Proxy Request to apiServer
2020-04-24 09:13:29: Fehler passiert im proxy!! Error: socket hang up
at connResetException (internal/errors.js:561:14)
at Socket.socketCloseListener (_http_client.js:380:25)
at ZoneDelegate.invokeTask (/home/ohonig/azeero.group/client/node_modules/zone.js/dist/zone-node.js:431:35)
at Zone.runTask (/home/ohonig/azeero.group/client/node_modules/zone.js/dist/zone-node.js:198:51)
at ZoneTask.invokeTask (/home/ohonig/azeero.group/client/node_modules/zone.js/dist/zone-node.js:513:38)
at Socket.ZoneTask.invoke (/home/ohonig/azeero.group/client/node_modules/zone.js/dist/zone-node.js:502:52)
at Socket.emit (events.js:215:7)
at TCP.<anonymous> (net.js:658:12) {
code: 'ECONNRESET'
{"time":"2020-4-24 9:26:53","errorCode":"SEQUELIZE_ERROR","message":"Could not Order Products","prevError":{"fatal":true,"code":"PROTOCOL_CONNECTION_LOST"},"route":"/orderProducts"}
{"time":"2020-4-24 11:13:33","message":"API_FUNCTION_TIMEOUT","route":"/orderProducts"}
Nach reboot geht die Buchung wieder!
Server disconnects :
You may lose the connection to a MySQL server due to network problems, the server timing you out, the server being restarted, or crashing. All of these events are considered fatal errors, and will have the err.code = 'PROTOCOL_CONNECTION_LOST'. See the Error Handling section for more information.
Re-connecting a connection is done by establishing a new connection. Once terminated, an existing connection object cannot be re-connected by design.
With Pool, disconnected connections will be removed from the pool freeing up space for a new connection to be created on the next getConnection call.