kromskii2
@kromskii2
новичёк

Месенджер Signal. Как поднять свой сервер?

Помогите пожалуйста попытался поднять свой сервер signal и столкнулся с вот такой ошибкой

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for TextSecureServer 0.0.0-NOT_A_GIT_REPOSITORY:
[INFO]
[INFO] TextSecureServer ................................... SUCCESS [03:16 min]
[INFO] websocket-resources ................................ FAILURE [02:50 min]
[INFO] service ............................................ SKIPPED
[INFO] api-doc ............................................ SKIPPED
[INFO] integration-tests .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:08 min
[INFO] Finished at: 2024-08-26T20:19:40+07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (default) on project websocket-resources: Unable to resolve plugin artifact: The following artifacts could not be resolved: com.salesforce.servicelibs:reactor-grpc:jar:1.2.4 (absent): Could not transfer artifact com.salesforce.servicelibs:reactor-grpc:jar:1.2.4 from/to central (https://repo.maven.apache.org/maven2): Connection reset
[ERROR]   com.salesforce.servicelibs:reactor-grpc:jar:1.2.4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR]   central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] Path to dependency:
[ERROR]         1) org.whispersystems.textsecure:websocket-resources:jar:0.0.0-NOT_A_GIT_REPOSITORY
[ERROR]         2) com.salesforce.servicelibs:reactor-grpc:jar:1.2.4
[ERROR]
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :websocket-resources


C:\projects\Signal-Server>mvnw.cmd
[INFO] Using jgitver configuration file: C:\projects\Signal-Server\.mvn\jgitver.config.xml
[INFO] Using jgitver-maven-plugin [1.9.0] (sha1: 410af24b23bf392ebb2810475800189c6d881817)
[INFO]     version '20240821.0.1-dirty-SNAPSHOT' computed in 4561 ms
[INFO]
[INFO] Scanning for projects...
[INFO] jgitver-maven-plugin is about to change project(s) version(s)
[INFO]     org.whispersystems.textsecure::TextSecureServer::JGITVER -> 20240821.0.1-dirty-SNAPSHOT
[INFO]     org.whispersystems.textsecure::api-doc::JGITVER -> 20240821.0.1-dirty-SNAPSHOT
[INFO]     org.whispersystems.textsecure::integration-tests::JGITVER -> 20240821.0.1-dirty-SNAPSHOT
[INFO]     org.whispersystems.textsecure::service::JGITVER -> 20240821.0.1-dirty-SNAPSHOT
[INFO]     org.whispersystems.textsecure::websocket-resources::JGITVER -> 20240821.0.1-dirty-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: windows
[INFO] os.detected.arch: x86_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 10.0
[INFO] os.detected.version.major: 10
[INFO] os.detected.version.minor: 0
[INFO] os.detected.classifier: windows-x86_64
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] TextSecureServer                                                   [pom]
[INFO] websocket-resources                                                [jar]
[INFO] service                                                            [jar]
[INFO] api-doc                                                            [jar]
[INFO] integration-tests                                                  [jar]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for TextSecureServer 20240821.0.1-dirty-SNAPSHOT:
[INFO]
[INFO] TextSecureServer ................................... SKIPPED
[INFO] websocket-resources ................................ SKIPPED
[INFO] service ............................................ SKIPPED
[INFO] api-doc ............................................ SKIPPED
[INFO] integration-tests .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.131 s
[INFO] Finished at: 2024-08-26T21:02:29+07:00
[INFO] ------------------------------------------------------------------------
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: pre-clean, clean, post-clean, validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-site, site, post-site, site-deploy. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException

C:\projects\Signal-Server>
  • Вопрос задан
  • 204 просмотра
Пригласить эксперта
Ответы на вопрос 2
NeiroNx
@NeiroNx
Программист
Установить окружение для сборки. Не удовлетворена зависимость com.salesforce.servicelibs:reactor-grpc:jar:1.2.4

https://github.com/LiteeDev/SignalApp-Setup/tree/master
Ответ написан
Комментировать
@Desert-Eagle
Новичок во всем
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы