MonkeyCanCode commented on issue #280:
URL: https://github.com/apache/polaris/issues/280#issuecomment-2345074492

   > thanks for the inputs. I entered the container `docker exec -it -u 0 
<<container-name>> bash` and ran `/app/bin/polaris-service bootstrap 
polaris-server.yml` but it threw `Internal Exception: java.sql.SQLException: No 
suitable driver found for jdbc:postgres://postgres_metastore:5433/polaris`
   > 
   > I tried downloading the postgres jar from 
`https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.4/postgresql-42.7.4.jar`
 into `/app/lib` but no luck. Is that the right location to place the jar file?
   
   Hello, so this error is expected as Polaris itself doesn't package any jdbc 
driver which is actually needed when using a jdbc backend via eclipse link. 
This needs to be added as part of the EclipseLink build file instead. 
   
   See more details in https://github.com/apache/polaris/issues/230. 


-- 
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]

Reply via email to