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
Yesterday I started the installation of AGE on a Postgresql V14 database. I had a problem and fixed with the help of John Gemignani, who pointed out my mistake.
Today, I had to upgrade to Postgresql V15. So, I've repeated the AGE installation for the upgrade and had no problems, until I started building the JDBC driver. I'm not familiar with Gradle, but the antlr pom file is available over https. I've checked the README file on https://github.com/apache/age/tree/master/drivers/jdbc, but I'm not sure about how "You should have installed following jar files and packages." I assume that those dependencies are resolved by Gradle.
Starting a Gradle Daemon (subsequent builds will be faster)
Task :lib:generateGrammarSource FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':lib:generateGrammarSource'.
Could not resolve all files for configuration ':lib:antlr'.
Could not resolve org.antlr:antlr4:4.12.0.
Required by:
project :lib
> Could not resolve org.antlr:antlr4:4.12.0.
> Could not get resource 'https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.12.0/antlr4-4.12.0.pom'.
> java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
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
-
Hi there,
Yesterday I started the installation of AGE on a Postgresql V14 database. I had a problem and fixed with the help of John Gemignani, who pointed out my mistake.
Today, I had to upgrade to Postgresql V15. So, I've repeated the AGE installation for the upgrade and had no problems, until I started building the JDBC driver. I'm not familiar with Gradle, but the antlr pom file is available over https. I've checked the README file on https://github.com/apache/age/tree/master/drivers/jdbc, but I'm not sure about how "You should have installed following jar files and packages." I assume that those dependencies are resolved by Gradle.
Any help is very much appreciated.
Many thanks.
Cheers
Here is the console log.
Beta Was this translation helpful? Give feedback.
All reactions