Unknown opened 4 years ago
|
|
This is because relevant information about build/version are not present. If you have schema loaded in the correct version, you can skip this check by with Option to ignore schema-version check added:
|
|
i' try it again, thanks a lot! |
|
Referenced from commit 1 year ago
|
Describe the bug
run tigase-server in idea:
To Reproduce Steps to reproduce the behavior:
Expected behavior
I trace into the source and find the DataSource.java line 91 can not find the version number:
implementationVersion = repositoryVersionAware.getVersion();
the repositoryVersionAware object must be TigaseCustomAuth; It's method getVersion() uses : this.getPackage().getImplementationVersion()) but returns null. how can i get the TigaseCustomAuth version? Screenshots If applicable, add screenshots to help explain your problem.Desktop (please complete the following information):
Additional context the whole outputs: