Can't View Build History After Latest Update
Updated to 2018.1.2 (build 58537) last night.
Now can not view build history. Seeing following error in log:
jetbrains.buildServer.SERVER - Failed to perform internal rest request: jetbrains.buildServer.web.impl.RestApiFacade$InternalRestApiCallException: Error has occurred during request processing, status code: 500 (Internal Server Error).
Details: java.lang.RuntimeException: java.lang.NoClassDefFoundError: jetbrains/buildServer/server/rest/jersey/ExceptionMapperUtil, caused by: java.lang.ClassNotFoundException: Class 'jetbrains.buildServer.server.rest.jersey.ExceptionMapperUtil' was not found
Please sign in to leave a comment.
Hi Michael,
class not found exceptions are common when the update process has been unable to complete properly. Either some of the files weren't unpacked properly, or got corrupted, or some of the old files were left in place. In this case, it would seem like jesper classes are affected. Could you check whether the jesper libraries are in place, and they aren't duplicated?
I got the same error when trying to select a branch to build in Run Custom Build form. This error appeared after upgrading from 2017.2.3 (build 51047) to 2018.1.2 (build 58537). I'm using docker setup, so I just stopped the old container, pulled new image and run a new one.