Hello Team.
I have a problem while a upload my GC logs.
In console while I upload the gc logs file, I received this message: "Error: undefined"
Then I verify the "app.debug.2019-03-05.log", I can see this:
2019/03/05 04:10:00.154 INFO [c.g.c.OrientDbConfigurationManager] Trying to reload configuration from main DB.
2019/03/05 04:10:03.558 DEBUG [c.g.p.ProcessingWorker] Starting offline logs processing.
2019/03/05 04:10:04.544 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-2, inFlight=0, closed=false] was inactive for 10 seconds, sending heartbeat
2019/03/05 04:10:04.547 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2019/03/05 04:10:07.485 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-1, inFlight=0, closed=false] was inactive for 10 seconds, sending heartbeat
2019/03/05 04:10:07.489 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2019/03/05 04:10:14.553 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-2, inFlight=0, closed=false] was inactive for 10 seconds, sending heartbeat
2019/03/05 04:10:14.558 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2019/03/05 04:10:15.162 INFO [c.g.c.OrientDbConfigurationManager] Trying to reload configuration from main DB.
2019/03/05 04:10:17.494 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-1, inFlight=0, closed=false] was inactive for 10 seconds, sending heartbeat
2019/03/05 04:10:17.502 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2019/03/05 04:10:18.557 DEBUG [c.g.p.ProcessingWorker] Starting offline logs processing.
2019/03/05 04:10:19.714 WARN [c.g.s.l.DefaultLogsProcessorService] Resource Manager is currently disabled, can't upload log file.
2019/03/05 04:10:27.505 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-1, inFlight=0, closed=false] was inactive for 10 seconds, sending heartbeat
2019/03/05 04:10:27.513 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2019/03/05 04:10:28.822 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-2, inFlight=0, closed=false] was inactive for 10 seconds, sending heartbeat
2019/03/05 04:10:28.830 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2019/03/05 04:10:30.155 INFO [c.g.c.OrientDbConfigurationManager] Trying to reload configuration from main DB.
2019/03/05 04:10:33.557 DEBUG [c.g.p.ProcessingWorker] Starting offline logs processing.
2019/03/05 04:10:37.516 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-1, inFlight=0, closed=false] was inactive for 10 seconds, sending heartbeat
2019/03/05 04:10:37.523 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2019/03/05 04:10:38.835 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-2, inFlight=0, closed=false] was inactive for 10 seconds, sending heartbeat
2019/03/05 04:10:38.857 DEBUG [c.d.d.c.Connection] Connection[localhost/127.0.0.1:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2019/03/05 04:10:45.156 INFO [c.g.c.OrientDbConfigurationManager] Trying to reload configuration from main DB.
What´s the problem?
regards..