Projects tigase _server server-core Issues #1353
SchemaManager should operate in non-cluster mode to avoid issues with licence-checking (#1353)
Open
wojciech.kapcia@tigase.net opened 1 year ago

It may happen that if the upgrade takes a long time, and in that case licence-checker may try to initialise itself causing the shutdown:

"[2023-04-18 13:47:18:234] [INFO    ] [                  main ] DBSchemaLoader.loadSchemaFile()  : Loading schema from file(s): mysql-issue #8.0.0.sql, URI: jdbc:mysql://tigase:3306/tigasedb_prod?user=user&password=password"
"Apr 18, 2023 1:51:10 PM tigase.licence.InstallationIdRetriever <init>"
WARNING: There was a problem adding user licence-library to the repository! Please make sure your database is configured correctly
"Apr 18, 2023 1:51:10 PM tigase.licence.InstallationIdRetriever c"
WARNING: There was a problem accessing repository to retrieve ID
"Apr 18, 2023 1:51:10 PM tigase.licence.InstallationIdRetriever c"
WARNING: There was a problem accessing repository to retrieve ID
java.lang.NullPointerException
at tigase.server.XMPPServer.getComponent(XMPPServer.java:90)
at tigase.licence.InstallationIdRetriever.c(SourceFile:258)
at tigase.licence.InstallationIdRetriever.b(SourceFile:171)
at tigase.licence.LicenceCheckDailyTask$1.run(SourceFile:105)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
wojciech.kapcia@tigase.net batch edited 4 months ago
Name Previous Value Current Value
Iterations
empty
tigase-server-8.4.0
wojciech.kapcia@tigase.net batch edited 3 months ago
Name Previous Value Current Value
Iterations
tigase-server-8.4.0
tigase-server-8.5.0
Version
tigase-server-8.4.0
tigase-server-8.5.0
issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
tigase-server-8.5.0
Iterations
Issue Votes (0)
Watchers (2)
Reference
tigase/_server/server-core#1353
Please wait...
Page is in error, reload to recover