cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment failed

Former Member
0 Kudos

Hi,

I am trying to deploy a successfully built webdynpro application (which was constructed step by step by following the first begginers' sample).

Currently I fail to deploy the created ear file with the following error:

java.rmi.RemoteException: Cannot deploy application local/wc.. Reason: <--Localization failed:

ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Failed to deploy application local/wc.

Reason = Failed to compute locale for language file

'.\temp\webdynpro\public\local\wc\webdynpro\Applications\com.sap.examples.welcome.WelcomeApplication\WelcomeAppl

ication.properties'.', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key

Failed to deploy application local/wc. Reason = Failed to compute locale for language file

'.\temp\webdynpro\public\local\wc\webdynpro\Applications\com.sap.examples.welcome.WelcomeApplication\WelcomeAppl

ication.properties'.; nested exception is: com.sap.engine.services.deploy.container.DeploymentException:

<--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Failed to

deploy application local/wc. Reason = Failed to compute locale for language file

'.\temp\webdynpro\public\local\wc\webdynpro\Applications\com.sap.examples.welcome.WelcomeApplication\WelcomeAppl

ication.properties'.', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key

Failed to deploy application local/wc. Reason = Failed to compute locale for language file

'.\temp\webdynpro\public\local\wc\webdynpro\Applications\com.sap.examples.welcome.WelcomeApplication\WelcomeAppl

ication.properties'.

(message ID:

com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).

REMEXC)

This error comes even if I copy the ear file directly to the SDM machine and use the RemoteGui of the SDM.

Please help

Thanks,

Guy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

You need to set your regional options as below on your SAP and Java Server:

Standards and formats: English(United States)

Location : United States

Language for non-unicode programs : English(United States)

Notice that you should restart your SAP instances after the settings that you changed.

Netweaver studio will deploy your solution successfully after these steps.

Regards,

Orkun Gedik

SAP R/3 System and Software Support Specialist

ASTRON

Former Member
0 Kudos

Thanks for your quick response. Our ABAP & J2EE engines reside on the same server and I verified that the regional settings already had the values you suggested. Could there be another reason for the failure ?

Thx

Bhaskar

Message was edited by: Bhaskar Vedamurthy

Former Member
0 Kudos

Hi,

Thanks for the reply but showing this description to dev support wouldn't help.

Eventually I've reinstalled the server and the problem vanished

Thanks

Guy

Former Member
0 Kudos

Seems quite descriptive to me.

Failed to deploy resource bundle. No resource bundle specified in config.... Failed to determine locale....

Check java.util.*;

Enjoy