david g.
david g.
@Sayali-Kolhatkar @shijuc18 - are you both on 1.8.0? Any chance you can try with the latest 1.9.x version?
@shijuc18 I am having trouble re-producing this on 1.8.0. Are you able to re-produce this on a lower environment? If so, can you: 1. install ACS Tools [1] 2. Goto...
@shijuc18 can you copy/paste that full line in to the comments?
Can you also add debug statements to your card.html and see what the values are for that results size object?  ``` SEARCH: ${search ? "not null" : "null"} SEARCH...
You want to check `org.apache.sling.scripting.sightly.apps.asset__002d__share__002d__commons.components.search.results.result.card.card_html.render(card_html.java:106)` as that is what was the root cause of the exception for you per your stack trace above - obviously if youve changed those JSPs...
I think you'll need to disable Error Handler... as that rewrites the page. We're specifically trying to see what those 3 values are. You can disable Error Page Handler by...
Also, probably should've asked this first - are there any other errors/warns in the `error.log` other than the stack trace you're seeing on the page?
@shijuc18 very strange -- the size appears to be a number, so i'm not sure why its complaining ... Can you add the following beneath those inline debug outputs? ```...
Ok - this is very strange .. since it's formatting as if we're a number. Can you provide a txt file of the entire jsp code display output for that...