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
{{ message }}
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.
I have installed and used OLTPBench in the past successfully, but today I am getting these "ant resolve" issues. My corporate account uses proxy server, but I didn't get this error before.
[arunm2@vm-arunm2 oltpbench]$ ant resolve
Buildfile: /mnt/ssd/oltpbench/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.5.0 - 20191020104435 :: https://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /mnt/ssd/oltpbench/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: com.oltpbenchmark#oltpbench;1.0
[ivy:retrieve] confs: [default, master, compile, provided, runtime, test, system]
[ivy:retrieve] You probably access the destination server through a proxy server that is not well configured.
[ivy:retrieve] You probably access the destination server through a proxy server that is not well configured.
===========
In order to resolve this issue, I added the following section to build.xml.
Notice that "resolve" now calls the "proxy" task. Unfortunately, that did not help.
I have a suspicion, in addition, we need something like "sslVerify=False", but I could not figure out via a web search how to specify that in the proxy syntax.
Can you please help?
The text was updated successfully, but these errors were encountered:
I have installed and used OLTPBench in the past successfully, but today I am getting these "ant resolve" issues. My corporate account uses proxy server, but I didn't get this error before.
[arunm2@vm-arunm2 oltpbench]$ ant resolve
Buildfile: /mnt/ssd/oltpbench/build.xml
resolve:
[ivy:retrieve] :: Apache Ivy 2.5.0 - 20191020104435 :: https://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /mnt/ssd/oltpbench/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: com.oltpbenchmark#oltpbench;1.0
[ivy:retrieve] confs: [default, master, compile, provided, runtime, test, system]
[ivy:retrieve] You probably access the destination server through a proxy server that is not well configured.
[ivy:retrieve] You probably access the destination server through a proxy server that is not well configured.
===========
In order to resolve this issue, I added the following section to build.xml.
Notice that "resolve" now calls the "proxy" task. Unfortunately, that did not help.
I have a suspicion, in addition, we need something like "sslVerify=False", but I could not figure out via a web search how to specify that in the proxy syntax.
Can you please help?
The text was updated successfully, but these errors were encountered: