cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Error from NWDS

Former Member
0 Kudos

Hi All,

I am getting deployment error when running the new FPM WebDynpro Application from NWDS. It is successfully deployed on the server but it is running the application.

I am able to run the Normal WebDynpro applications.

"This is the error I am getting."

Finished with warnings: development component 'test_fpm'/'sap.com'/'LOKAL'/'0.2006.09.20.17.19.46':Caught exception during application startup from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred while starting application sap.com/test_fpm and wait. Reason: Clusterwide exception: server ID 7727350:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application ''sap.com/test_fpm'' for startup. Reason=Clusterwide exception: Failed to start application ''sap.com/test_fpm'': The referenced application ''sap.com/pcui_gp~xssutils'' can''t be started. Check the causing exception for details. Hint: Is the referenced application deployed correctly on the server? at com.sap.engine.services.webdynpro.WebDynproContainer.prepareStart(WebDynproContainer.java:1421) 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:327) 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:230) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4680) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4585) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4558) 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(Compiled Code)) 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(Compiled Code)) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code)) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code)) at java.security.AccessController.doPrivileged1(Native Method) at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code)) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code)) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code)) (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Regards

Suresh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Suresh,

Were you able to resolve the error. Please let me know.

Thanks,

Vinit Pugaliya

snehal_kendre
Active Contributor
0 Kudos

This problem is because of

''sap.com/pcui_gp~xssutils'' this project which is depoyed on server is not running, and it is blocking his web dynpro application.

Just keep in mind that deployment with warning is as equal as deployment aborted. your application will never run if its deployment gives you a warning

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Suresh,

error message sounds like "Is the referenced application deployed correctly on the server?" are you referencing any project to your deploying webdynpro application. check whether did u deployed referencing project to server(WAS) if the referenced project is not needed for application remove and try deploying.

Regards, Suresh KB