Page 1 of 1

Process Tree Expanding Error in PAW

Posted: Mon Mar 09, 2020 12:49 am
by macsir
Hi, all

We are on PAW 2.0.46 and I found this error when expanding process tree. Other trees are fine. Any idea?
Caused by: com.fasterxml.jackson.core.JsonParseException: Invalid UTF-8 start byte 0xa0
at [Source: (com.ibm.ba.pm.harmony.common.tm1.TM1RestResult$InputStreamProxy); line: 1, column: 268191]
Seems like some UTF-8 characters is causing the issue but I couldn't find any.

Thanks.

Re: Process Tree Expanding Error in PAW

Posted: Tue Mar 10, 2020 12:17 am
by kangkc
macsir wrote: Mon Mar 09, 2020 12:49 am Hi, all

We are on PAW 2.0.46 and I found this error when expanding process tree. Other trees are fine. Any idea?
Caused by: com.fasterxml.jackson.core.JsonParseException: Invalid UTF-8 start byte 0xa0
at [Source: (com.ibm.ba.pm.harmony.common.tm1.TM1RestResult$InputStreamProxy); line: 1, column: 268191]
Seems like some UTF-8 characters is causing the issue but I couldn't find any.

Thanks.
Just a wild guess, some process name uses special characters that're reserved by JSON and it is not handled in PAW ?

Re: Process Tree Expanding Error in PAW

Posted: Tue Mar 10, 2020 3:03 am
by macsir
No, I went through all of them. Can't find any. Thanks.

Re: Process Tree Expanding Error in PAW

Posted: Fri Mar 13, 2020 12:38 am
by macsir
I even tested with following statement which works fine.
https://PROD SERVER:8010/api/v1/Processes

Re: Process Tree Expanding Error in PAW

Posted: Wed Mar 18, 2020 1:50 am
by macsir
I recopy the whole data folder again from 10.2.2 to PA. The issue went away and not sure why. Pretty much they are same bunch of processes.