Skip to content
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

Exception on MULTI_TENANCY_ENABLED #920

Open
cooperlyt opened this issue Oct 3, 2024 · 0 comments
Open

Exception on MULTI_TENANCY_ENABLED #920

cooperlyt opened this issue Oct 3, 2024 · 0 comments

Comments

@cooperlyt
Copy link

cooperlyt commented Oct 3, 2024

  1. Download this project
  2. change MULTI_TENANCY_ENABLED=true in .env file
  3. run docker compose up
  4. in the connectors service log will get exception:
2024-10-03 16:16:10 io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Expected to handle gRPC request ActivateJobs with tenant identifier '<default>', but tenant could not be retrieved from the request context
2024-10-03 16:16:10     at io.grpc.Status.asRuntimeException(Status.java:533)
2024-10-03 16:16:10     at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:481)
2024-10-03 16:16:10     at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:564)
2024-10-03 16:16:10     at io.grpc.internal.ClientCallImpl.access$100(ClientCallImpl.java:72)
2024-10-03 16:16:10     at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:729)
2024-10-03 16:16:10     at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:710)
2024-10-03 16:16:10     at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
2024-10-03 16:16:10     at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
2024-10-03 16:16:10     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
2024-10-03 16:16:10     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
2024-10-03 16:16:10     at java.base/java.lang.Thread.run(Unknown Source)

What's I miss?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant