(16176316) DB2 Schema contains column with incorrect column type, which may cause errors in the messaging system.
In DB2 environments, the dms_limbo_delay
table contains the jms_destination
column. This column uses an incorrect column type, which corresponds to the dmsLimboMessage.jmsDestination
property and creates errors when viewing dmsLimboMessages
. The database column type used by other databases is blob
.
Workaround: Delete the row from the dms_limbo_delay
table. Once the rows are deleted, dmsLimboMessage
items can be listed in the Dynamo Server Admin.
(15922809) Using the runAssembler
script to assemble a Web application with XML-encoded UTF-8 characters in its context root may cause application server deployment errors. The runAssembler
script writes the actual UTF-8 characters in the web.xml
and application.xml
files for the Web application EAR file.
Workaround: Manually edit the web.xml
and application.xml
files. Replace any UTF-8 characters with the XML-encoded versions of those characters.
(14304845) Installing the Oracle Commerce Platform on a Windows operating system running some versions of Java may prevent users from accessing the Dynamo Server Admin user interface. Attempting to log into /dyn/admin
results in page compilation errors.
Workaround: Add the lib\tools.jar
file from the JDK to the CLASSPATH
of the Oracle Commerce Platform instance that is running the Dynamo Server Admin, and set the value of the /atg/dynamo/servlet/pagecompile/PageProcessor.javaCompilerClassName
property as follows:
javaCompilerClassName=atg.servlet.pagecompile.SunJavaSourceCompiler
(14187240) Deploying large amounts of data while using an Oracle JRockit Java Virtual Machine (JVM) may consume excessive processing resources.
Workaround: Make sure your JVM and operating system are configured for maximum performance. See information about tuning the Oracle JRockit JVM at https://docs.oracle.com/cd/E15289_01/JRPTG/toc.htm.
(13559803) SQL repository caching causes repository queries that include property hints to fail.
If you are using SQL repository caching, Repository Query Language (RQL) queries that include property hints may produce an error rather than returning query results.
Workaround: Invalidate cached repository item data before executing queries.
(13312273) Japanese characters in e-mail subjects appear as numeric encoding.
Non-ASCII characters in the subject lines of e-mails you send through the Oracle Commerce Platform may appear as numbers in the recipient’s e-mail client.
Workaround: Set the sending system’s default locale to UTF-8 to ensure non-ASCII characters are encoded correctly.
(13297984) startSQLRepository
and runAssembler
scripts fail if DISPLAY
variable is set to a remote machine.
If you run the startSQLRepository
or runAssembler
script on a UNIX-based system whose DISPLAY
variable is set to a remote machine, the script will fail if the remote machine does not allow host connections.
Workaround: Configure the remote machine to allow host connections.
(13296892) Using the i-net MERLIA JDBC driver with Microsoft SQL Server databases prevents repository validation.
If you use the i-net MERLIA JDBC driver, your Oracle Commerce Platform application may not be able to validate its repository configuration.
Workaround: Use the Microsoft SQL Server JDBC Driver instead of the i-net MERLIA JDBC driver.
(13272692) Out of memory exception running startSQLRepository
script.
When running the startSQLRepository
script, you might receive an exception of class java.lang.OutOfMemoryError
.
Workaround: Edit the script and increase the memory allocation. Find the line that invokes the class atg.adapter.gsa.xml.TemplateParser
. Immediately in front of the class name, add these arguments:
-Xmx512m -Xms512m