monali45 commented on issue #1916: URL: https://github.com/apache/polaris/issues/1916#issuecomment-3004426659
Hi @dimas-b Thank you, I'm trying to run polaris as standalone, we already have a postgres db Below command ran fine: ``` ./gradlew clean\ :polaris-server:assemble \ :polaris-server:quarkusAppPartsBuild --rerun \ :polaris-admin:assemble \ :polaris-admin:quarkusAppPartsBuild --rerun ``` But while running the jar getting error: ``` $ java -jar runtime/server/build/quarkus-build/app/quarkus-app/quarkus-run.jar Error: Could not find or load main class io.quarkus.bootstrap.runner.QuarkusEntryPoint Caused by: java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint ``` Can you help here to run polaris jar independently Also, are you guys releasing .jar artifacts ? which we can use directly -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org