Hippo-cms.log files

Hi guys ,

I stuck on this error

Every time i open a place document the following error continues to appear in the hippo-cms.log file

Error

http-nio-8080-exec-1 [TextAreaWidget$1.onComponentTag:84] Cannot set height of textarea. Expected ‘rows’ to be a double, but got: ‘’

Please any body help

Hi,

There probably is a misconfiguration in your document type’s text field. Can you go into the /console app and check/fix the ‘rows’ property in /hippo:namespaces/your_namespace/your_doctype/editor:templates/_default_/your_field/cluster.options?

HTH
Jeroen

Jeroen,
Thanks for reply .

I checked it,but there is no ‘rows’ property in that location.can you help me on where is exact ‘rows’ property field is there ?
Thanks
Rajani

Joren,

Can I check yaml file ?

Thanks
Rajani

Hi Rajani,
If it’s not in the repository (visible through console) then it’s not auto-exported to yaml either…
Probably easiest to just add it (as a Double) in the console.
Jeroen

Jeroen,

I added double in console ,but getting this error ,can you please help out

" Javax.jcr.ValueFormatException:java.lang.NumberFormatException:empty String"

Jeroen,

If I remove ROW property ,will there be any problem ?

Thanks
Rajani

It looks like the 'rows’property should be a String after all, the frontend widget is parsing it, see your “NumberFormatException:empty String”.
Maybe you put it at the wrong location? Please be more detailed if you can’t get it to work. Removing shouldn’t be a problem.

Jeroen