Actions
Bug #2626
closedThe upgrade from Rudder 2.3 to Rudder 2.4 doesn't work as 'rudder.ui.changeMessage.enabled' is missing in rudder-web.properties
Status:
Released
Priority:
1 (highest)
Assignee:
Nicolas PERRON
Category:
Packaging
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
It seems that rudder-upgrade.sh script doesn't handle all the attributes from rudder-web.properties.
18:41:18.598 [main] ERROR org.springframework.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appConfig': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private boolean bootstrap.liftweb.AppConfig.reasonFieldEnabled; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'boolean'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [${rudder.ui.changeMessage.enabled}]
In rudder-web.properties, 'rudder.ui.changeMessage.enabled' doesn't exist.
Updated by Nicolas PERRON over 12 years ago
rudder.ui.changeMessage.enabled and rudder.ui.changeMessage.mandatory=false are missing too
Updated by Nicolas PERRON over 12 years ago
Nicolas PERRON wrote:
rudder.ui.changeMessage.enabled and rudder.ui.changeMessage.mandatory=false are missing too
I mean rudder.ui.changeMessage.explanation and rudder.ui.changeMessage.mandatory
Updated by Nicolas PERRON over 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:1d5252af3994c9693a52c467e61872a64b1590a0.
Updated by Matthieu CERDA over 12 years ago
I'm Matthieu CERDA and I approve this commit. And you, what's your game ?
Updated by Jonathan CLARKE over 12 years ago
- Status changed from Pending technical review to Released
Updated by Nicolas PERRON almost 12 years ago
- Project changed from Rudder to 34
- Category deleted (
11)
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions