Unable to run server

Alex4 years ago

Everything was working fine ,no changes made in configurations, the server suddenly stopped running.Working with latest code from traccer.
logs is as follows:

2021-05-07 10:06:26  INFO: HikariPool-1 - Starting...
2021-05-07 10:06:27  INFO: HikariPool-1 - Start completed.
2021-05-07 10:06:27  INFO: Clearing database change log checksums
2021-05-07 10:06:28  INFO: Successfully acquired change log lock
2021-05-07 10:06:28  INFO: Successfully released change log lock
2021-05-07 10:06:28  INFO: Successfully acquired change log lock
2021-05-07 10:06:28  INFO: Cannot load service: liquibase.parser.ChangeLogParser: liquibase.parser.core.json.JsonChangeLogParser Unable to get public no-arg constructor
2021-05-07 10:06:28  INFO: Cannot load service: liquibase.parser.ChangeLogParser: liquibase.parser.core.yaml.YamlChangeLogParser Unable to get public no-arg constructor
2021-05-07 10:06:29  INFO: Reading from traccar.DATABASECHANGELOG
2021-05-07 10:06:30  INFO: Reading from traccar.DATABASECHANGELOG
2021-05-07 10:06:30  INFO: Cannot load service: liquibase.hub.HubService: Provider liquibase.hub.core.StandardHubService could not be instantiated
2021-05-07 10:06:30  INFO: Successfully released change log lock

doesnt move after this line, also tried from cmd.
Using Intellij and jdk11 on windows 10

Anton Tananaev4 years ago

What happens to the cmd after this line? Does the process hang or it finishes?

Alex4 years ago

it hangs does not move further, the laptop's fan also speeds up.

Anton Tananaev4 years ago

Try using jstack to see where it gets stuck.