Hello, I've followed the entity onboarding process...
# ingestion
i
Hello, I've followed the entity onboarding process. When trying to search something in the UI I get the following stack trace which seems unrelated:
Copy code
datahub-gms                    | 16:01:54.314 [qtp626202354-22] INFO  c.l.parseq.TaskDescriptorFactory - No provider found for TaskDescriptor, falling back to DefaultTaskDescriptor
datahub-frontend               | 16:02:00 [application-akka.actor.default-dispatcher-33] ERROR application - Fail to get data platforms
datahub-frontend               | java.lang.NullPointerException: null
datahub-frontend               | 	at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
datahub-frontend               | 	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
datahub-frontend               | 	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
datahub-frontend               | 	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
datahub-frontend               | 	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
datahub-frontend               | 	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
datahub-frontend               | 	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
datahub-frontend               | 	at com.linkedin.datahub.dao.table.DataPlatformsDao.getAllPlatforms(DataPlatformsDao.java:23)
datahub-frontend               | 	at controllers.api.v2.Dataset.getDataPlatforms(Dataset.java:280)
datahub-frontend               | 	at router.Routes$$anonfun$routes$1$$anonfun$applyOrElse$29$$anonfun$apply$29.apply(Routes.scala:916)
datahub-frontend               | 	at router.Routes$$anonfun$routes$1$$anonfun$applyOrElse$29$$anonfun$apply$29.apply(Routes.scala:916)
datahub-frontend               | 	at play.core.routing.HandlerInvokerFactory$$anon$3.resultCall(HandlerInvoker.scala:134)
datahub-frontend               | 	at play.core.routing.HandlerInvokerFactory$$anon$3.resultCall(HandlerInvoker.scala:133)
Does this ring a bell to anyone?
b
The DataPlatformsDao has a bug IIRC @ambitious-battery-33996 to confirm that this has not been fixed. However, I'm not sure why you'd be seeing this. What Play route are you hitting??
✔️ 1
i
I just tried to use the search bar in the UI
and was looking at the docker-compose logs
b
Was this happening before your changes also?
(I'm guessing yes)
i
I haven't checked, will get back to you on that
Confirmed, it also happens without my changes on commit: a9069d4d - feat(React): Powering lineage page through graphql endpoint (#2099)
b
okay are you deploying the ember app/
?
i
I think so? I'm simplying invoking the docker/dev.sh script