We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NPE when indexing after deleting a role.
docker-compose[3564]: mesh-server | Caused by: java.lang.NullPointerException: null docker-compose[3564]: mesh-server | at com.gentics.mesh.search.index.AbstractTransformer.addPermissionInfo(AbstractTransformer.java:123) docker-compose[3564]: mesh-server | at com.gentics.mesh.search.index.project.ProjectTransformer.toDocument(ProjectTransformer.java:34) docker-compose[3564]: mesh-server | at com.gentics.mesh.search.index.project.ProjectTransformer.toDocument(ProjectTransformer.java:17) docker-compose[3564]: mesh-server | at com.gentics.mesh.search.index.entry.AbstractIndexHandler.lambda$null$2(AbstractIndexHandler.java:222) docker-compose[3564]: mesh-server | at com.gentics.madl.tx.TxFactory.lambda$tx$1(TxFactory.java:71) docker-compose[3564]: mesh-server | at com.gentics.mesh.graphdb.OrientDBDatabase.tx(OrientDBDatabase.java:399) docker-compose[3564]: mesh-server | at com.gentics.madl.tx.TxFactory.tx(TxFactory.java:70) docker-compose[3564]: mesh-server | at com.gentics.mesh.search.index.entry.AbstractIndexHandler.lambda$null$3(AbstractIndexHandler.java:222) docker-compose[3564]: mesh-server | at io.reactivex.internal.operators.flowable.FlowableMap$MapSubscriber.onNext(FlowableMap.java:63) docker-compose[3564]: mesh-server | ... 62 common frames omitted
The text was updated successfully, but these errors were encountered:
Fixed within 1.4.9 LTS and 1.5.0
Sorry, something went wrong.
No branches or pull requests
Gentics Mesh Version, operating system, or hardware.
Operating System
Problem
NPE when indexing after deleting a role.
Reproducer
Stacktrace
The text was updated successfully, but these errors were encountered: