-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ftgo application failed to build #138
Comments
The bintray repository no longer exists. See https://bintray.com/ All of the io.eventuate libraries are now published to Maven Central. This is a problem because The following temporary fix is required:
I will work on getting io.microservices.tools.canvas published to Maven Central. |
Thank you, I will use that fix |
What are the specs for the machine?
How precisely did you increase heapsize? And when you say "build was slow, so I disabled it " what do you mean by 'it'. Compilation? Running tests? Please be precise? Did it involve Docker? What's the resources configuration of the Docker VM? |
core i7-11700k, 32Gb RAM DDR4 (3200 MHz), 500 Gb SSD
Inserted this:
to gradle properties
I canceled tests
no As I wrote further in the issue, problem in slow requests to wrong repositories. gradle searchs for artifacs in order of specified repositories. And even single request could take much time: Failed to get resource: HEAD. [HTTP HTTP/1.1 403 Forbidden: https://dl.bintray.com/eventuateio-oss/eventuate-maven-rc/io/zipkin/reporter2/zipkin-reporter-bom/2.11.0/zipkin-reporter-bom-2.11.0.pom)] this took more than minute. Problem was solved to defining maven central repository first. |
Operating system?
|
Also, if references to the bintray repo are removed does the build still need |
OS java --verison: java version "1.8.0_131" |
I will remove canvas tools and check, 99.99% it is not necessary. |
I ran a build that published microservice-canvas-tools 0.7.0.RELEASE to Maven Central. |
Hi,
Regards |
I have a fresh OS install on new machine (without previous builds of ftgo app)
so have no (or have only some) cached java libraries.
When I ran build-and-test-all.sh the application build took more than 30 min and failed with OutOfMemoryError:
First thought was that there was not enough memory and GC took all resources.
I increased java heap size from default 1Gb to 4Gb, but build was slow, so I disabled it and used the following command to inspect the problem:
./gradlew assemble -i
Last request was hanging more than minute.
I changed repository declaration from:
to
Project building had fast progress, but failed with:
But logs contain repository that specified here: https://github.com/microservice-canvas/microservice-canvas-tools
https://dl.bintray.com/eventuateio-oss/microservice-canvas-tools-release
The text was updated successfully, but these errors were encountered: