500 Internal Server Error on project creation

Issue #373 closed
Erik C. Thauvin created an issue

My Plugin is getting a 500 Internal Server Error when trying to create (upload) a new project. Calling:

https://www.versioneye.com/api/v2/projects?api_key=053b3aabe8e97xxxxxx

The interesting part is that it works when using Fiddler to intercept the traffic. Maybe a certificate issue?

Comments (6)

  1. Robert Reiz

    @ethauvin The unit tests for the API are still all green. I just used the swagger ui to upload a file and to create a new project and it worked. Can you repeat that error? And do you have a bigger exception message you could share here?

  2. Robert Reiz

    We are using Letsencrypt to create our SSL certs. I know that older versions of the JVM are not supporting that certificates. You need the latest build from JDK 8 to work with Letsencrypt certs.

  3. Erik C. Thauvin reporter

    I'm going to close this, I've resolved my problem, and I have not seen the Internal Error again.

  4. Robert Reiz

    Hi @ethauvin We had some scalability issues on the API which we solved last week. Maybe that was the root of the evil.

  5. Log in to comment