-
Notifications
You must be signed in to change notification settings - Fork 323
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
[Bug]: Amoro start error #3403
Comments
it seems not a bug. if you complie by you self , you should using dist package and then unpackage it. |
|
Hi, it seems that the installation package is missing static resource jars. Did you perhaps not package all components completely, or did you enable the Can you provide the package command to help us find the cause? |
The lincense of MySQL is incompatible with Apache Lincese, we need to correct the descriptions This closes apache/amoro#3403
What happened?
After deploying Amoro and running {AMORO_HOME}/bin/ams.sh start, the following error message appears:
2025-01-09 19:33:30,765 ERROR [main] [org.apache.amoro.server.AmoroServiceContainer] [] - AMS start error
io.javalin.core.util.JavalinException: Static resource directory with path: '/static' does not exist. Depending on your setup, empty folders might not get copied to classpath.
at io.javalin.jetty.ConfigurableHandler.getResourceBase(JettyResourceHandler.kt:96) ~[javalin-4.6.8.jar:4.6.8]
at io.javalin.jetty.ConfigurableHandler.(JettyResourceHandler.kt:70) ~[javalin-4.6.8.jar:4.6.8]
at io.javalin.jetty.JettyResourceHandler.addStaticFileConfig(JettyResourceHandler.kt:33) ~[javalin-4.6.8.jar:4.6.8]
at io.javalin.core.JavalinConfig.addStaticFiles(JavalinConfig.java:134) ~[javalin-4.6.8.jar:4.6.8]
at org.apache.amoro.server.AmoroServiceContainer.lambda$initHttpService$2(AmoroServiceContainer.java:249) ~[amoro-ams-0.8-SNAPSHOT.jar:0.8-SNAPSHOT]
at io.javalin.core.JavalinConfig.applyUserConfig(JavalinConfig.java:205) ~[javalin-4.6.8.jar:4.6.8]
at io.javalin.Javalin.create(Javalin.java:93) ~[javalin-4.6.8.jar:4.6.8]
at org.apache.amoro.server.AmoroServiceContainer.initHttpService(AmoroServiceContainer.java:247) ~[amoro-ams-0.8-SNAPSHOT.jar:0.8-SNAPSHOT]
at org.apache.amoro.server.AmoroServiceContainer.startService(AmoroServiceContainer.java:172) ~[amoro-ams-0.8-SNAPSHOT.jar:0.8-SNAPSHOT]
at org.apache.amoro.server.AmoroServiceContainer.main(AmoroServiceContainer.java:123) [amoro-ams-0.8-SNAPSHOT.jar:0.8-SNAPSHOT]
Affects Versions
master(amoro-0.8-SNAPSHOT)
What table formats are you seeing the problem on?
No response
What engines are you seeing the problem on?
AMS
How to reproduce
Relevant log output
Anything else
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: