Getting random 500 server errors from VersionEye API from maven/gradle/sbt plugin pushes

Issue #273 resolved
Hari Sekhon created an issue

I'm getting random 500 server errors when using the maven / gradle / sbt plugins to push versioneye updates.

./gradlew versionEyeUpdate
:versioneye-pom
:versioneye-update
Unexpected failure accessing VersionEye API: HTTP/1.1 500 Internal Server Error (Internal Server Error)
:versioneye-update FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':versioneye-update'.
> Unexpected failure accessing VersionEye API: HTTP/1.1 500 Internal Server Error (Internal Server Error)

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

BUILD FAILED

Total time: 4.027 secs

On immediate retries it seems to work, but then later when running all 3 plugin pushes it'll break again for one of the other ones like sbt or maven. Retries again seem to succeed, hence it's an intermittent problem, but one I've hit several times with random builds using each of the 3 build systems in the last few minutes.

Comments (1)

  1. Robert Reiz

    This should be resolved now. We had this week some issues with our MongoDB replica set. But now it's stable again.

  2. Log in to comment