some-crayon-90964
04/05/2021, 8:08 PMENABLE_EMBER
is removed from dockerfile, is ember app still available?chilly-spring-43918
04/08/2021, 6:40 AMwonderful-quill-11255
04/13/2021, 11:35 AMcalm-sunset-28996
04/14/2021, 12:13 PMphotoUrl: owner.owner.editableInfo?.pictureLink || '',
Same with ChartHeader?
Because I’m getting an error in the UI:
Uncaught (in promise) TypeError: Cannot read property 'pictureLink' of null
pointing to that line.high-hospital-85984
04/14/2021, 5:51 PMhigh-hospital-85984
04/14/2021, 6:00 PMgreen-football-43791
04/14/2021, 8:57 PMcalm-sunset-28996
04/21/2021, 1:24 PMworried-sundown-63248
04/22/2021, 8:46 PMException while fetching data (/dataset/upstreamLineage/upstreams[0]/dataset/downstreamLineage/downstreams[1]/dataset) : java.lang.RuntimeException: Failed to retrieve entities of type Dataset
• Assuming my ingest code is correct, all referenced datasets should exist
• I am able to query the problematic dataset via the REST API
• I am able to load the referenced upstream in the UI (e.g. Loading up the upstream[0]
dataset)
• I checked the datahub-frontend-react
logs and put the stack trace in the thread 👇
What are some good methods to investigate this?red-journalist-15118
04/23/2021, 5:06 PMgreen-football-43791
04/23/2021, 10:07 PMbetter-orange-49102
05/02/2021, 7:09 AMbetter-orange-49102
05/02/2021, 7:15 AMflaky-cartoon-59720
05/02/2021, 8:37 AMhigh-hospital-85984
05/03/2021, 10:34 AM/user/urn:li:corpuser:fredrik
) but can’t find ourselves through search. Is this by design?big-carpet-38439
05/03/2021, 2:14 PMbetter-orange-49102
05/04/2021, 6:53 AMmodern-nest-69826
05/05/2021, 8:36 AMhandsome-airplane-62628
05/13/2021, 9:43 PMhigh-hospital-85984
05/18/2021, 2:06 PMwhite-beach-27328
05/18/2021, 4:41 PM2021-05-18 14:59:52.109:WARN:oejh.HttpParser:qtp544724190-13: URI is too large >8192
. This throws a 414
response and causes the frontend to error out: Caused by: com.linkedin.r2.RemoteInvocationException: com.linkedin.r2.RemoteInvocationException: Received error 414 from server for URI <http://datahub-datahub-gms:8080/datasets>
. I am trying to figure out how to increase the logging to see the actual urls being requested. Any thoughts?white-beach-27328
05/18/2021, 6:01 PMgifted-art-69474
05/21/2021, 7:37 AMException while fetching data (/dataset/downstreamLineage) : java.lang.RuntimeException: Failed to retrieve entities of type DownstreamEntityRelationships Exception while fetching data (/dataset/upstreamLineage) : java.lang.RuntimeException: Failed to retrieve entities of type UpstreamEntityRelationships
When browsning to a dataset, the exception pops up sometimes.
Upon refreshing the page, the exception is gone and the dataset is shown.
The exception originates from GMS, that it suddenly can’t connect to Neo4j.
Response status 500, serviceErrorMessage: org.neo4j.driver.exceptions.ServiceUnavailableException: Connection to the database failed
The default connection properties seems to be reasonable, so we are a bit lost here.
Anyone seen this error or can give me a lead?busy-accountant-26554
05/27/2021, 8:57 AMbrave-furniture-58468
05/27/2021, 11:40 AMstale-jewelry-2440
05/27/2021, 3:37 PMdatahub-frontend-react | Caused by: com.linkedin.r2.message.rest.RestException: Received error 500 from server for URI <http://datahub-gms:8080/corpUsers>
and few rows later:
datahub-mae-consumer | Caused by: com.linkedin.r2.message.rest.RestException: Received error 500 from server for URI <http://datahub-gms:8080/corpUsers>
I already tried to nuke and retry. Any suggestion?average-autumn-35845
06/06/2021, 11:42 AMbrief-lizard-77958
06/07/2021, 8:26 AMDataHub-web-react
and make changes there or is there another way? More info on what I'm trying to achieve: https://github.com/linkedin/datahub/issues/2633
Any guidance in the right direction would be very appreciated.rich-policeman-92383
06/07/2021, 9:30 AM09:15:41 [application-akka.actor.default-dispatcher-19] ERROR o.p.o.p.creator.OidcProfileCreator - Bad User Info response, error=invalid_token
09:15:41 [application-akka.actor.default-dispatcher-19] ERROR react.auth.AuthModule$2 - Unable to renew the session. The session store may not support this feature
09:15:43 [application-akka.actor.default-dispatcher-19] ERROR o.p.o.p.creator.OidcProfileCreator - Bad User Info response, error=invalid_token
09:15:43 [application-akka.actor.default-dispatcher-19] ERROR react.auth.AuthModule$2 - Unable to renew the session. The session store may not support this feature
09:15:45 [application-akka.actor.default-dispatcher-17] ERROR o.p.o.p.creator.OidcProfileCreator - Bad User Info response, error=invalid_token
09:15:45 [application-akka.actor.default-dispatcher-17] ERROR react.auth.AuthModule$2 - Unable to renew the session. The session store may not support this feature
09:15:47 [application-akka.actor.default-dispatcher-4] ERROR o.p.o.p.creator.OidcProfileCreator - Bad User Info response, error=invalid_token
09:15:47 [application-akka.actor.default-dispatcher-4] ERROR react.auth.AuthModule$2 - Unable to renew the session. The session store may not support this feature
09:15:49 [application-akka.actor.default-dispatcher-3] ERROR o.p.o.p.creator.OidcProfileCreator - Bad User Info response, error=invalid_token
09:15:49 [application-akka.actor.default-dispatcher-3] ERROR react.auth.AuthModule$2 - Unable to renew the session. The session store may not support this feature
09:15:50 [application-akka.actor.default-dispatcher-3] ERROR o.p.o.p.creator.OidcProfileCreator - Bad User Info response, error=invalid_token
09:15:50 [application-akka.actor.default-dispatcher-3] ERROR react.auth.AuthModule$2 - Unable to renew the session. The session store may not support this feature
09:15:52 [application-akka.actor.default-dispatcher-20] ERROR o.p.o.c.extractor.OidcExtractor - Bad authentication response, error=server_error
09:15:52 [application-akka.actor.default-dispatcher-17] ERROR application -
->
play.api.UnexpectedException: Unexpected exception[CompletionException: java.lang.RuntimeException: Failed to authenticate current user. Cannot find valid identity provider profile in session]
at play.api.http.HttpErrorHandlerExceptions$.throwableToUsefulException(HttpErrorHandler.scala:247)
at play.api.http.DefaultHttpErrorHandler.onServerError(HttpErrorHandler.scala:176)
at play.core.server.AkkaHttpServer$$anonfun$2.applyOrElse(AkkaHttpServer.scala:363)
at play.core.server.AkkaHttpServer$$anonfun$2.applyOrElse(AkkaHttpServer.scala:361)
at scala.concurrent.Future$$anonfun$recoverWith$1.apply(Future.scala:346)
at scala.concurrent.Future$$anonfun$recoverWith$1.apply(Future.scala:345)
at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:36)
at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:91)
at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)
at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)
at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:72)
at akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:90)
at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:40)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:43)
at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Caused by: java.util.concurrent.CompletionException: java.lang.RuntimeException: Failed to authenticate current user. Cannot find valid identity provider profile in session
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592)
at play.core.j.HttpExecutionContext$$anon$2.run(HttpExecutionContext.scala:56)
... 6 common frames omitted
Caused by: java.lang.RuntimeException: Failed to authenticate current user. Cannot find valid identity provider profile in session
at react.auth.AuthModule.handleOidcCallback(AuthModule.java:154)
at react.auth.AuthModule.access$100(AuthModule.java:36)
at react.auth.AuthModule$2.perform(AuthModule.java:86)
at react.auth.AuthModule$2.perform(AuthModule.java:79)
at org.pac4j.play.CallbackController.lambda$callback$0(CallbackController.java:56)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
... 7 common frames omitted
# Optional OIDC configs
AUTH_OIDC_USER_NAME_CLAIM=SamAccountName
#AUTH_OIDC_USER_NAME_CLAIM_REGEX=([^@]+)
AUTH_OIDC_SCOPE=openid
early-midnight-66457
06/14/2021, 11:25 AM