cancel
Showing results for 
Search instead for 
Did you mean: 

deploy occurs errors after rename project.

Former Member
0 Kudos

deploy occurs errors after rename project.

local project (in JAVA perspective refactor->rename)

then rebuild,create,deploy.an erros occurs:

-


2009-5-19 9:35:35 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[013]Deployment aborted

Settings

SDM host : 10.98.3.59

SDM port : 50018

URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp6550783345363564101WYJ_WD_FlightList.ear

Result

=> deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp6550783345363564101WYJ_WD_FlightList.ear

Aborted: development component 'WYJ_WD_FlightList'/'local'/'LOKAL'/'0.2009.05.19.09.30.59'/'0':

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

java.rmi.RemoteException: Cannot deploy application local/WYJ_WD_FlightList.. Reason: Clusterwide exception: Failed to deploy application local/WYJ_WD_FlightList. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/WYJ_WD_FlightList. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Deployment exception : The deployment of at least one item aborted

-


Can anyone help me?

thanks a lot!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

exception seems Cluster wide exception

may be the application and compoment of your present project is same as the project which

already exist , please check that and rename the application and component of the present project

Former Member
0 Kudos

thank you ,murali krishna ...

after renamed application name ,i can deploy it successfully.

thank you all.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for Rajat Jain and Umang Mathur 's answers 。

the demo project can be download in SDN::TutWD_FlightList.zip

before i sign this thread ,i've followed the issue : (project folder,.project file )

tips:if i only change .project file,i can not import the project.

but these do not work。it shows the same erros.

after then i just try to redo this in the other way: (in java perspective ,refactor->rename)。

it shows the same errors.

my environment:

studio:Version: 7.0.11

JAVA AS:7.00 sp18

Former Member
0 Kudos

Hi,

When we rename the project, we actually have to rename it and the application name of the project. There are two methods to do this, one of them is in the thread provided by Rajat Jain, i.e You need to rename the project folder name that is saved in the workspace and then change the project name in the .project file and re import the project.

The other method is, you need to change the project name, the name of the application and the component name of the project. Debug the code for errors and then re import the project and rebuild it.

After following either of the steps, the project wont throw error.

I hope this solves your issue. If you are looking at something else, please revert back, I'll be happy to help you.

Cheers!!!

Umang

Former Member
0 Kudos

Hi,

Did you follow the procedure as explained in the below mentioned thread:

Regards.

Rajat