cancel
Showing results for 
Search instead for 
Did you mean: 

Exception in a FPM application

Former Member
0 Kudos

Hi Experts,

I am encountering the following exception in a FPM application

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting interface controller. (Hint: Have you forgotten to create it with createComponent()? Should the lifecycle control of the component usage be "createOnDemand"?

i have gone through the following thread,

the CR Content in our SLD is the latest version itself

inspite of this i am facing this problem.

any suggestions would be of great help

Thanks and Regards,

Satya.

Accepted Solutions (1)

Accepted Solutions (1)

siddharth_jain
Active Contributor
0 Kudos

Hi,

i think FPMConfigurationUsage component usage lifecycle is manual ,you can check this under WD used component.

if it is manual then you have to first check whether the component usage has any active component if yes then destroy it and create new one before calling any interface controller method of used component.

If lifecycle is create on demand then WD runtime handles this.

Siddharth

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Siddarth,

I am facing the same issue.

Can you please explain in stepwise detail how to do this?

Regards,

Raja.J