-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server is crashing, when HighLevelChangesList is applied #1152
Comments
It seems the needed transaction is not active and thus a NPE occurred. |
Fixed within 1.7.5 |
@Jotschi It still crashed in 1.7.1/1.7.2/1.7.3/1.7.4/1.7.5/1.7.6. There is my log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gentics Mesh Version, operating system, or hardware.
Operating System
Problem
When migrating from a version < 1.7,2 to a version >= 1,7,2 the HighLevelChangesList cannot be applied properly. This results in a server shutdown immediately after startup.
Reproducer
docker run -v mesh-storage:/graphdb -p 8080:8080 gentics/mesh:1.7.1
docker run -v mesh-storage:/graphdb -p 8080:8080 gentics/mesh:1.7.2
During startup of the second container the high level change log is executed, which cause the container to fail.
Expected behaviour and actual behaviour
Expected: The migration is applied properly and the server starts accepting requests.
Actual:
Following stacktrace is printed during startup and the server shuts down:
The text was updated successfully, but these errors were encountered: