kochetkov-ma / allure-server

Allure Server. Save/ generate / provide allure2 reports in one place
http://allure.iopump.ru
Apache License 2.0
218 stars 65 forks source link

Getting 500 internal server error when the json files are huge #74

Closed samuel-anbudaiyan closed 1 year ago

samuel-anbudaiyan commented 1 year ago

<!doctype html>HTTP Status 500 – Internal Server Error

HTTP Status 500 – Internal Server Error

Scenario - 1: Allure results size - 35 MB with less json files and nested tests. The generate report api works. The below screenshot is taken from allure server image

Scenario - 2 Allure results size - 33 MB with more json files and nested tests. The generate report api does not work.The below screenshot is taken from cloudfront where the results are in s3. The above error is for this scenario. image

samuel-anbudaiyan commented 1 year ago

Issue fixed as it was a java.lang.OutOfMemoryError: Java heap space in spring boot server issue. Used the Xmx param to increase the heap space