Expand my Community achievements bar.

DSC Component - patching

Avatar

Level 2

I have created DSC component.

Lately I have added new method to my component.

I try to patch my DSC component on cluster server (2 nodes) and it seems that

only on one node component is patched.

Processes which are executed on other cluster node are throwing exception

Caused by: java.lang.NoSuchMethodException: <MyComponentMethodName>
    at java.lang.Class.getMethod(Class.java:1605)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:116)
    ... 87 more

When I run patch on both cluster it works fine.

Why LC does not replicate changes to component?

0 Replies