cancel
Showing results for 
Search instead for 
Did you mean: 

Error in consuming Adaptive Web service

Former Member
0 Kudos

Hi Experts,

I am facing the following error at the time of depoying an application.I have developed an web service,consuming it by createing an adaptive web service model,mapped the context.Now the error is coming at the time of deploying the application,..

<b><u>ERROR</u>::</b>

Result

=> deployed with warning : file:/D:/DOCUME1/E371001/LOCALS~1/Temp/temp56774Test2Web.ear

Finished with warnings: development component 'Test2Web'/'local'/'LOKAL'/'0.2007.09.05.12.28.02':Caught exception during application startup from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred while starting application local/Test2Web and wait. Reason: Clusterwide exception: server ID 13483150:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application ''local/Test2Web'' for startup. Reason=Clusterwide exception: Failed to start dependent library ''tc/wd/wslib'' of application ''local/Test2Web''. Status of dependent component: STATUS_MISSING. Hint: Is the component deployed correctly on the engine? at com.sap.engine.services.webdynpro.WebDynproContainer.prepareStart(WebDynproContainer.java:1490) at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:231) at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179) at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:301) at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:317) at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:111) at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:227) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4684) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4589) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4562) at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1163) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member751941
Active Contributor
0 Kudos

Hi Indranil,

Check this thread.

Regards,

Mithu

Former Member
0 Kudos

Hi Indranil,

You can add ''tc/wd/wslib'' to your project by

1. Navigate to DC Metadata--> Add used DC

It must be present in SAP-JEE, SAP_BUILDT or SAP_JTECHS.

If these 3 arent present, there is something wrong in DTR setup and check with CMD Admin

Regards

Smruti

Message was edited by:

Armin Reichert

Former Member
0 Kudos

Hi Indranil,

seems you have a problem with dependent library ''tc/wd/wslib''.

First of all try to repair the project, right click on the project, then repair. If yet the problem try to include the dependent library in the right way, right click on the project, then Java Build Path and then Library, here include your library.

Thanks,

Vito

Former Member
0 Kudos

Hi vito,

I have repaired the project but the problem is still continuing. could plesse tell me from where i can download this library that you have mentioned..