bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
369 stars 248 forks source link

Impossible to install/build docker image #190

Open PhilippeAccorsi opened 2 years ago

PhilippeAccorsi commented 2 years ago

Hi,

I have tried to use this documentation to run bbb with docker on a new server.

But after Total time: 5 hrs 10 mins 58.162 secs I can seen error (I don't understand why all *.pom file is downloaded very very slow).

This is the end of build log when starting docker-compose up -d

Download https://jcenter.bintray.com/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Download https://jcenter.bintray.com/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Download https://repo1.maven.org/maven2/org/springframework/spring-beans/4.3.21.RELEASE/spring-beans-4.3.21.RELEASE.jar
Download https://jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'bigbluebutton'.
> Could not resolve all files for configuration ':classpath'.
   > Could not download aether-connector-basic.jar (org.eclipse.aether:aether-connector-basic:1.0.2.v20150114)
      > Could not get resource 'https://jcenter.bintray.com/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/aether-connector-basic-1.0.2.v20150114.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/aether-connector-basic-1.0.2.v20150114.jar'. Received status code 502 from server: Bad Gateway
   > Could not download aether-impl.jar (org.eclipse.aether:aether-impl:1.0.2.v20150114)
      > Could not get resource 'https://jcenter.bintray.com/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar'. Received status code 504 from server: Gateway Time-out
   > Could not download spring-boot.jar (org.springframework.boot:spring-boot:1.4.6.RELEASE)
      > Could not get resource 'https://jcenter.bintray.com/org/springframework/boot/spring-boot/1.4.6.RELEASE/spring-boot-1.4.6.RELEASE.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/springframework/boot/spring-boot/1.4.6.RELEASE/spring-boot-1.4.6.RELEASE.jar'. Received status code 504 from server: Gateway Time-out
   > Could not download maven-model-builder.jar (org.apache.maven:maven-model-builder:3.2.1)
      > Could not get resource 'https://jcenter.bintray.com/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar'. Received status code 504 from server: Gateway Time-out
   > Could not download spring-orm.jar (org.springframework:spring-orm:4.3.21.RELEASE)
      > Could not get resource 'https://jcenter.bintray.com/org/springframework/spring-orm/4.3.21.RELEASE/spring-orm-4.3.21.RELEASE.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/springframework/spring-orm/4.3.21.RELEASE/spring-orm-4.3.21.RELEASE.jar'. Received status code 504 from server: Gateway Time-out
   > Could not download spring-tx.jar (org.springframework:spring-tx:4.3.21.RELEASE)
      > Could not get resource 'https://jcenter.bintray.com/org/springframework/spring-tx/4.3.21.RELEASE/spring-tx-4.3.21.RELEASE.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/springframework/spring-tx/4.3.21.RELEASE/spring-tx-4.3.21.RELEASE.jar'. Received status code 504 from server: Gateway Time-out
   > Could not download maven-settings.jar (org.apache.maven:maven-settings:3.1.1)
      > Could not get resource 'https://jcenter.bintray.com/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar'. Received status code 504 from server: Gateway Time-out
   > Could not download spring-jdbc.jar (org.springframework:spring-jdbc:4.3.21.RELEASE)
      > Could not get resource 'https://jcenter.bintray.com/org/springframework/spring-jdbc/4.3.21.RELEASE/spring-jdbc-4.3.21.RELEASE.jar'.
         > Could not GET 'https://jcenter.bintray.com/org/springframework/spring-jdbc/4.3.21.RELEASE/spring-jdbc-4.3.21.RELEASE.jar'. Received status code 502 from server: Bad Gateway

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

CONFIGURE FAILED

Total time: 5 hrs 10 mins 58.162 secs
| Error Error initializing classpath: Could not GET 'https://jcenter.bintray.com/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/aether-connector-basic-1.0.2.v20150114.jar'. Received status code 502 from server: Bad Gateway (Use --stacktrace to see the full trace)
The command '/bin/sh -c cd /bbb-web && grails assemble' returned a non-zero code: 1
ERROR: Service 'bbb-web' failed to build : Build failed

What is wrong in the process ? What can I do to install/use bbb with docker ?

Thanks for your help :) :)

PhilippeAccorsi commented 2 years ago

This is the version I have locally after cloning repository:

commit 2e20485fb5e3b852566ef5153a006955868e1fd5 (HEAD -> main, origin/main)
Merge: 5e453ee c6b6548
Author: chandi <git@chandi.it>
Date:   Wed Dec 29 15:01:16 2021 +0100

    Merge pull request #179 from bigbluebutton/develop

    Release v2.4.0-1
ffdixon commented 2 years ago

72 170.9 Reason: No space left on device

72 170.9 | Error Error initializing classpath: No space left on device (Use --stacktrace to see the full trace)

Did your server on which you are running docker run out of space?