SORMAS-Foundation / SORMAS-Project

SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
https://sormas.org
GNU General Public License v3.0
293 stars 143 forks source link

Error during Fresh Install of system at server update step #13121

Closed obinna-h-n closed 3 months ago

obinna-h-n commented 4 months ago

Bug Description

A system exception occurs while executing the server update step of the installation process. This causes the deployment to fail.

Reproduction Steps

  1. Follow the "Installing a SORMAS Server" guide to setup sormas
  2. Execute the server-update.sh file to populate the database and deploy the application
  3. During the deployment of the sormas modules, a system exception occurs
  4. A system exception occurred during an invocation on EJB FeatureConfigurationService, method: public void de.symeda.sormas.backend.feature.FeatureConfigurationService.createMissingFeatureConfigurations()..........................Exception thrown from bean: javax.persistence.PersistenceException: org.hibernate.PropertyAccessException: Null value was assigned to a property of primitive type setter of de.symeda.sormas.backend.feature.FeatureConfiguration.enabled
  5. See log extract: sormas-install-error-log.txt

Expected Behavior

  1. No exception that causes the deployment to fail is thrown
  2. All SORMAS modules are deployed successfully

SORMAS Version

1.97.0

Android version/Browser

No Response

User Role(s)

No Response

Server URL

No response

Additional Information

Seems this has been since 1.91.0. see #13090