Problem Installing Oracle Commerce 11.1 On Weblogic 12.1.3

Commerce 11.1 was not installing via CIM with Weblogic 12.1.3 even though it is supported.

Cause

CIM fails as it is expecting Weblogic 12.1.2 as the OOTB Weblogic Application Server version.

Solution

You need to make a change as detailed below to the following file to allow CIM to progress with installation and configuration:
/atg/cim/productconfig/appserver/SupportedApplicationServer.properties

for example:

WEBLOGIC_SUPPORTED=12.1.2
WEBSPHERE_SUPPORTED=8.5.5.1
TOMCAT_SUPPORTED=6.0
JBOSS_SUPPORTED=6.1.0

WEBLOGIC_ALLOWED=12.1.2,12.1.3
WEBSPHERE_ALLOWED=8.5.5.1
TOMCAT_ALLOWED=6.1
JBOSS_ALLOWED=6.1.0

The properties file can be found  in:
CIM\lib\classes.jar\atg\cim\productconfig\appserver
Take a look at the Commerce Installation anc Configuration Guide and specifically the section on Application Server Configuration.

0 Comments