You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Could someone help me with the situation when nothing happens after a try of ldap authorization? The signin page just reloads.
openmetadata.yaml configured for ldap authentication without ssl.
Stack trace from openmetadata.log:
ERROR [ForkJoinPool.commonPool-worker-3] o.o.s.u.ParallelStreamUtil - Got exception while running async task
java.lang.RuntimeException: java.lang.NullPointerException
at org.openmetadata.service.util.ParallelStreamUtil.lambda$runAsync$0(ParallelStreamUtil.java:76)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
...
Caused by: java.lang.NullPointerException: null
ERROR [dw-75 - POST /api/v1/users/login] o.o.s.u.ParallelStreamUtil - Got exception while running async task
java.lang.RuntimeException: java.lang.NullPointerException
at org.openmetadata.service.util.ParallelStreamUtil.lambda$runAsync$0(ParallelStreamUtil.java:76)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! Could someone help me with the situation when nothing happens after a try of ldap authorization? The signin page just reloads.
openmetadata.yaml configured for ldap authentication without ssl.
Stack trace from openmetadata.log:
ERROR [ForkJoinPool.commonPool-worker-3] o.o.s.u.ParallelStreamUtil - Got exception while running async task
java.lang.RuntimeException: java.lang.NullPointerException
at org.openmetadata.service.util.ParallelStreamUtil.lambda$runAsync$0(ParallelStreamUtil.java:76)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
...
Caused by: java.lang.NullPointerException: null
ERROR [dw-75 - POST /api/v1/users/login] o.o.s.u.ParallelStreamUtil - Got exception while running async task
java.lang.RuntimeException: java.lang.NullPointerException
at org.openmetadata.service.util.ParallelStreamUtil.lambda$runAsync$0(ParallelStreamUtil.java:76)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
...
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions