cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Adaptive Web Service model

Former Member
0 Kudos

Hi All,

I am trying to create a model using Adaptive Webservice.

While I am deploying the application I am getting the following warning message.

I cheked the web serivice throw WSNavigator, It is working properlty.Nov 27, 2008 3:34:56 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] WARNING:

[040]Deployment finished with warning

Settings

SDM host : infpu05445

SDM port : 50118

URL to deploy : file:/C:/DOCUME1/286355/LOCALS1/Temp/temp62998testw.ear

Result

=> deployed with warning : file:/C:/DOCUME1/286355/LOCALS1/Temp/temp62998testw.ear

Finished with warnings: development component 'testw'/'local'/'LOKAL'/'0.2008.11.27.15.34.48':

Caught exception during application startup from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Error occurred while starting application local/testw and wait. Reason: Clusterwide exception: server ID 12403050:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application ''local/testw'' for startup. Reason=Clusterwide exception: Failed to start dependent library ''tc/wd/wslib'' of application ''local/testw''. 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)

Deployment exception : Got problems during deployment

Can you all please let me know is the problem with model creatuion or Web Service configuration.

Thanks,

Archana.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Praveen,

Please let me know where can I found 'tc\wd\wslib\' component on server side.

Please give me reply ASAP.

Thanks,

Archana.

former_member192434
Active Contributor
0 Kudos

NWDS-Window(Menu Bar)open prospective--Development configuration --- login to client

there u find, which u r looking for

Former Member
0 Kudos

Hi Archana,

This is common error we get when we try to deploy the component which is already deployed in the server , so you undeploy the ''tc/wd/wslib'' component from the server and deploy it again.

Praveen

Former Member
0 Kudos

It seams that the component 'tc/wd/wslib' is not well deployed on your server. You should redeploy it on your server.

-Go to nwds, Development infrastructure perspective

-Expand the FRAMEWORK item, there is the 'tc/wd/wslib' normally

Deploy :

-Open the menu Window > Show view > Other and open the Undeploy View

-In the undeploy view expand the FRAMWORK item and locate the tcwdwslib (it ther is no such application, then go directly to deploy steps after)

-Add the to the undeploy list (+ button)

-Click undeploy (blue button near + button

When it is undeployed, you can redploy it:

-In the Componenet Browser, locate the 'tc/wd/wslib' in the FRAMWORK as befor

-Right-click and click Deploy and click OK

If it not working, try the same (undeploy/dredploy) with 'tc/wd/wslib/api'

Check also that the dependencies of your project should have 'tc/wd/wslib/api' and not tc/wd/wslib/

Hope it will help you

Quentin