cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding a product in backoffice with korean language is giving UnknownFormatConversionException: Conversion = 'D'

Former Member

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi,

I'm using hybris v6.7.0.3 and I had the same problem, the issue exists in the hybris platform.
When creating a new element, the observer "com.hybris.cockpitng.components.validation.DefaultValidationResultsPopup.validationObserver" is executed, the method getTitleFormat() returns an incoherent string value, when using ko_KR as current language, which invokes the UnknownFormatConversionException when calling String.format()

Best regards,
Anouar

Former Member
0 Likes

Hi,

could you provide us reproduction steps, version and appropriate stack trace?

Cheers, Wojtek

Former Member
0 Likes

For Hybris (v6.7) Steps : 1. Login in backoffice with Korean language as selected 2. Go to products and click on create product 3. Fill in the popup form, then when clicking on Next/Create throws the following error :

ERROR hybrisHTTP23 | | [172.17.0.1] | | UiEngineImpl | handleError | java.util.UnknownFormatConversionException: Conversion = 'D' at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2691) ~[?:1.8.0_152] at java.util.Formatter$FormatSpecifier.(Formatter.java:2720) ~[?:1.8.0_152]

Thanks in advance 🙂