Hi All,
I found that this all happened due to inconsistency in the registration of Moose objects in recently created ''newt'" app.
Previously, I used to register MyMooseObject with danpheApp.C (./danphe/src/base/danpheApp.C) of "danphe " application created 4 years ago.
Now, with the syntax change in registration, I have to register each moose objects in their corresponding .C files (e.g. MyMooseObject in MyMooseObject.C) of newt Application.
registerMooseObject("ExampleApp", ExampleConvection);
Applying these changes and updates in the registry of Moose objects in newt, the abovementioned problem is solved.
Yours Sincerely,
Anil Kunwar