활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi Team,
I am not able to see the workflow model entries in Classic UI, not sure why this is showing blank.
and how to debug this?
Whereas the models are showing up in Touch UI. Below are the environment details.
AEM : 6.5
Service Pack 6.5.15 (latest)
Could this be any customized company code affecting?
Thanks!
조회 수
답글
좋아요 수
Hi @ChitraMadan
Yes all the bundles are active and strangely I don't see any errors or warnings in the logs.
Below is bundles screenshot.
Initially it was loading fine and I suspect if it was breaking after the custom code installation but not sure how to troubleshoot these kind of issues.
Thanks!
@VK35 :
Can you check in your code , did they overlay the below component and made changes:
/libs/cq/workflow/components/console/models/json.jsp
I have tried , making changes to above jsp to not to display the workflow models, yes it is not showing in classic UI, although its showing in Touch UI.
Thanks,
Siva
Hi @SivakumarKanoori
Yes I have checked the code and able to figure out the root cause for this issue.
Our internal code bundle is using the class by calling the "HttpAsyncClient OSGI bundle" which was causing.
So, when I kept those both bundles in "Resolved" status the classic UI workflow models entries are showing up.
Thanks