pan3793 commented on PR #2840:
URL:
https://github.com/apache/incubator-kyuubi/pull/2840#issuecomment-1158016577
Encounter the following exception when I'm trying to start Kyuubi Server w/
REST FE.
```
Exception in thread "main" org.apache.kyuubi.KyuubiException: Failed to
Start KyuubiServer
at
org.apache.kyuubi.service.CompositeService.$anonfun$start$1(CompositeService.scala:52)
at
org.apache.kyuubi.service.CompositeService.$anonfun$start$1$adapted(CompositeService.scala:45)
at
scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
at
scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
at
org.apache.kyuubi.service.CompositeService.start(CompositeService.scala:45)
at org.apache.kyuubi.service.Serverable.start(Serverable.scala:51)
at org.apache.kyuubi.server.KyuubiServer.start(KyuubiServer.scala:144)
at
org.apache.kyuubi.server.KyuubiServer$.startServer(KyuubiServer.scala:68)
at org.apache.kyuubi.server.KyuubiServer$.main(KyuubiServer.scala:97)
at org.apache.kyuubi.server.KyuubiServer.main(KyuubiServer.scala)
Caused by: org.apache.kyuubi.KyuubiException: Cannot start
KyuubiRestFrontendService
at
org.apache.kyuubi.server.KyuubiRestFrontendService.start(KyuubiRestFrontendService.scala:128)
at
org.apache.kyuubi.service.CompositeService.$anonfun$start$1(CompositeService.scala:47)
... 10 more
Caused by: org.apache.kyuubi.KyuubiException: Could not find resource path
for Web UI: web
at
org.apache.kyuubi.server.ui.JettyUtils$.createStaticHandler(JettyUtils.scala:45)
at
org.apache.kyuubi.server.ui.JettyServer.addStaticHandler(JettyServer.scala:62)
at
org.apache.kyuubi.server.KyuubiRestFrontendService.startInternal(KyuubiRestFrontendService.scala:74)
at
org.apache.kyuubi.server.KyuubiRestFrontendService.start(KyuubiRestFrontendService.scala:126)
... 11 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]