I'm trying to build the solr 9.0.0 release from source following the Gradle
instructions on the cwiki. I am getting the following error. I'm getting the
same error when using the latest git pull as well.
Thanks,
Jimmy
> Task :solr:solr-ref-guide:buildLocalAntoraSite FAILED
{"level":"fatal","time":1655931597971,"name":"antora","hint":"Add the
--stacktrace option to see the cause of the error.","msg":"problem encountered
while reading ui.supplemental_files: ENOENT: no such file or directory, access
'/home/guse1/workspace/solr-9.0.0/.gradle/node/solr-ref-guide/node_modules/@antora/lunr-extension/supplemental_ui'"}
/home/guse1/workspace/solr-9.0.0/.gradle/node/solr-ref-guide/node_modules/@antora/ui-loader/lib/load-ui.js:180<mailto:/home/guse1/workspace/solr-9.0.0/.gradle/node/solr-ref-guide/node_modules/@antora/ui-loader/lib/load-ui.js:180>
if (response.statusCode !== 200) {
^
TypeError: Cannot read properties of undefined (reading 'statusCode')
at
/home/guse1/workspace/solr-9.0.0/.gradle/node/solr-ref-guide/node_modules/@antora/ui-loader/lib/load-ui.js:180:20<mailto:/home/guse1/workspace/solr-9.0.0/.gradle/node/solr-ref-guide/node_modules/@antora/ui-loader/lib/load-ui.js:180:20>
at ClientRequest.<anonymous>
(/home/guse1/workspace/solr-9.0.0/.gradle/node/solr-ref-guide/node_modules/simple-get/index.js:88:21)
at ClientRequest.f
(/home/guse1/workspace/solr-9.0.0/.gradle/node/solr-ref-guide/node_modules/once/once.js:25:25)
at ClientRequest.emit (node:events:390:28)
at TLSSocket.socketErrorListener (node:_http_client:447:9)
at TLSSocket.emit (node:events:390:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':solr:solr-ref-guide:buildLocalAntoraSite'.
> Process 'command
> '/home/guse1/workspace/solr-9.0.0/.gradle/node/nodejs/node-v16.13.2-linux-x64/bin/npx''
> finished with non-zero exit value 1
* 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.
* Get more help at https://help.gradle.org
BUILD FAILED in 53s
106 actionable tasks: 53 executed, 53 up-to-date