Skip to main content

Summary "Failed to Deploy" error when running itconfigure
Article Number 17099
Environment Windows 7 Orbix 6.3.x
Question/Problem Description

i) Problems running itconfigure on Windows 7

Orbix itconfigure fails to create a domain with error:

FAILED TO DEPLOY: domain sample-domain on host localhost Cound not find file platform_env_windows 7.xml.
ERROR: Cound not find file platform_env_windows 7.xml.


ii) Problems running itconfigure on Windows -7 (64 bit)

ORBIX 6.3.5 (32 bit) i
tconfigure fails with an error. 

ERROR: Could not find file platform_env_Win64.xml

Clarifying Information
Error Message

"FAILED TO DEPLOY"

and


"ERROR: Cound not find file <Platform XML File>".

ii) Problems running itconfigure on Windows -7 (64 bit)

ORBIX 6.3.5 (32 bit) itconfigure fails with an error. 

ERROR: Could not find file platform_env_Win64

Defect/Enhancement Number
Cause i) %IT_PRODUCT_DIR%\\asp\\6.3\\etc\\conf\\platform_env_config.xml is missing an entry for Windows 7.

ii) Error occurs when using 64 bit JDK with 32 bit Orbix. 32 bit JDK should be used.
Resolution i) %IT_PRODUCT_DIR%\\asp\\6.3\\etc\\conf\\platform_env_config.xml needs to be updated to:

<mapping to="platform_env_Win32.xml">
<and>
<or>
<os>windows</os>
<os>windows xp</os>
<os>windows 2000</os>
<os>windows 2003</os>
<os>windows vista</os>
<os>windows 7</os>
</or>
<arch>x86</arch>
<or>
<javaver>1.4</javaver>
<javaver>1.5</javaver>
<javaver>1.6</javaver>
</or>
</and>
</mapping>

ii) 
32 bit JDK should be used as a 64 bit jdk returns the environment to be 64 bit but since Orbix is 32 bit and hence it creates a clash between the environment variables and Orbix. 

Workaround
Notes Alternatively, contact Micro Focus Customer Support to provide you with the latest available hot-fix since this issue has been fixed already.
Attachment

Created date: 06 September 2011
Last Modified: 12 February 2013
Last Published: 13 November 2012
First Published date: 10 September 2011

#Orbix
#KnowledgeDocs
#Orbix6