cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException:Deploymentprob

Former Member
0 Kudos

Hi All,

I get an Exception when i deploy a vc model.but i test the FM's in the design time it exceutes without error.

The detailed exception is as below:

com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: Deployment problem: missing referenced component for the implementation URN 5f502b59139a351d8ee540326533d283.

at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.getExternalDocument(XGL2_2Interpreter.java:1810)

at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.getExternalXGraph(XGL2_2Interpreter.java:1821)

at com.sap.tc.wd4vc.core.std.infoactors.GenericInfoactor.initializeRuntimeInformation(GenericInfoactor.java:476)

at com.sap.tc.wd4vc.core.std.infoactors.GenericInfoactor.execute(GenericInfoactor.java:257)

at com.sap.tc.wd4vc.core.std.infoactors.wdp.InternalGenericInfoactor.execute(InternalGenericInfoactor.java:144)

... 95 more

can anyone help?

Regards

Edited by: Deepa Tekumalla on Apr 15, 2009 2:34 PM

Edited by: Deepa Tekumalla on Apr 15, 2009 2:35 PM

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Let me explain why this error occurs.

com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: Deployment problem: missing referenced component for the implement ([Uniform Resource Name|http://en.wikipedia.org/wiki/Uniform_Resource_Name] ) URN: 5f502b59139a351d8ee540326533d283.

1. When you deploy a model which has dependencies.

Solution : Sync the dependencies first. Then Check " With Dependencies" and then deploy.

2. If the model is referencing another model or component that no longer exists.

Solution: Go to NWDS and sync your model and bulid a project and go to the .dcdef file and search for the URN number that is displayed in your error message and delete the statement in the file if you no longer need it. Then compile and deploy the model.

Regards

Deep

Former Member
0 Kudos

Hi Deep

thanks for your post!

I have the same issue as our colleagues, but it is in a QA environment.

My main model uses a wizard, and in each step of the wizard I call via a nested view another model.

One of the link looks broken.

I tried to recompile and redploy drectly from QA but I still get the same error.

Eveything looks fine in dev and I do not have any issue...

How can I solve that problem ? Where the .dcdef file should be cleared : in dev or QA ?

Thanks for your help

PY

Former Member
0 Kudos

Hello,

We are also facing the similar error while deploying the applicaton through VC..

com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: Deployment problem: missing referenced component for the implementation URN 08af1e00022311e0ac1800215ac8929e.

at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.getExternalDocument(XGL2_2Interpreter.java:1892)

at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.getExternalXGraph(XGL2_2Interpreter.java:1903)

at com.sap.tc.wd4vc.core.std.interactors.whitebox.WhiteboxInteractor.init(WhiteboxInteractor.java:280)

at com.sap.tc.wd4vc.core.std.interactors.whitebox.wdp.InternalWhiteboxInteractor.init(InternalWhiteboxInteractor.java:154)

at com.sap.tc.wd4vc.core.std.interactors.whitebox.WhiteboxInteractorInterface.init(WhiteboxInteractorInterface.java:163)

Can you please let us know the solution for the same.

Thanks,

Sharma

Former Member
0 Kudos

Hi Deepa,

If you do not have msxml,svgview parsers then also you will get errors ,if you don't havein your system , install these two.

Thanks&Regards

Sreedhar

Former Member
0 Kudos

Hi Deepa,

I am also facing the same problem..Please can you help me how to resolve..issue.?

Regards

Rani.

Former Member
0 Kudos

Hi Deepa,

Try compiling first and then click on deploy.

Let me know if it helps.

Regards,

Dharmi

PS : I hope you haven't accidently deleted any of your model which is probably used in other model as nested iview !