(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 ATG 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 Oracle ATG Web Commerce with Java 7 on a Windows operating system may prevent users from accessing the Dynamo Server Admin user interface. Attempting to log into /dyn/admin
results in page compilation errors.
Workaround: Add a atg/dynamo/servlet/pagecompile/PageProcessor.properties
file to the configuration path for the server running the Dynamo Server Admin. Configure the javaCompilerClassName
property as shown below.
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 http://docs.oracle.com/cd/E15289_01/doc.40/e15060/bestpractices.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 Oracle ATG Web Commerce 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 ATG Web Commerce 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.
(13294120) Error connecting to Oracle 11g database from a 64-bit Linux system.
When connecting to an Oracle 11g database from a 64-bit Linux system, you may see connection errors. This is due to a bug in the Java API used by the Oracle drivers.
Workaround: For information about this bug and how to work around it, see:
http://bugs.sun.com/view_bug.do?bug_id=6521844
(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