RegisterOverrideMethod was called twice for the same object for method 'lookup'. You can only override a method once per instance.

Error: RegisterOverrideMethod was called twice for the same object for method 'lookup'. You can only override a method once per instance.

Solution:
 I have done only one thing: postRun() method overridden to comment out super() method call.
super() is commented to avoid the above exception:

Comments