Error:
Apache IoTDB CI Error:
thrift failed output:
thrift failed error: The system cannot execute the specified program.
Reason:
<profile>
<id>windows</id>
<activation>
<os>
<family>windows</family>
</os>
</activation>
<properties>
<os.classifier>windows-x86_64</os.classifier>
<thrift.download-url>http://artfiles.org/apache.org/thrift/${thrift.version}/thrift-${thrift.version}.exe</thrift.download-url>
<thrift.executable>thrift-${thrift.version}-win-x86_64.exe</thrift.executable>
<thrift.skip-making-executable>true</thrift.skip-making-executable>
<thrift.exec-cmd.executable>echo</thrift.exec-cmd.executable>
<thrift.exec-cmd.args>"Do nothing"</thrift.exec-cmd.args>
</properties>
</profile>
The reason is that thrift has changed the download link, thrift.download-url
no executable file found:
http://artfiles.org/apache.org/thrift/${thrift.version}/thrift-${thrift.version}.exe
Solution:
Just update the link
http://archive.apache.org/dist/thrift/${thrift.version}/thrift-${thrift.version}.exe
https://github.com/apache/iotdb/pull/5293/files
Read More:
- [Solved] thrift Service Error: socket write error
- [Solved] App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
- [Solved] MetaStoreClient lost connection. Attempting to reconnect (1 of 1) after 1s. getCurrentNotificatio
- [Solved] CMake Error Cannot specify link libraries for target “variational“ which is not built by this projec
- [Solved] Error: In the Function of ‘fmt::v8::detail::error_handler::on_error(char const*)’
- [Solved] standard_init_linux.go:190: exec user process caused “exec format error“
- How to Solve Hadoop Missing Hadoop.dll and winutils.exe file error
- line 1: syntax error: unexpected “(“ [How to Solve]
- [Local Precompilation Error] do not set execute permissions for source files
- [Solved] flink Write Files Error: lang.NoClassDefFoundError: org/apache/flink/api/common/typeinfo/TypeInformation
- [Solved] Qt Error: qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
- Pod install Error: LoadError [How to Solve]
- [Solved] Vite Project jenkins Auto Package Error: failed to load config from ../vite.config.js You installed esbuild on
- [Solved] hive Caused by: MetaException(message:Version information not found in metastore. )
- How to Solve Archetype generate Error
- launch file Run Error: Resourcenotfound: XXX [How to Solve]
- Clion new method shows undefined reference to solution
- error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory
- Gateway Error: Cannot resolve org.springframework.cloud:spring-cloud-starter-gateway:unknown
- Prompt unknown error in pom.xml of Maven project