(14344350) Indexing may fail on IBM WebSphere Application Server due to a class loader issue.
Workaround: Set the childFirstPrefixes
property of the /atg/endeca/index/EndecaIndexClassLoaderService
component as follows, and then restart the server:
childFirstPrefixes+=org/apache/ws
(13999034) Startup errors on staging server.
Starting up a staging server may result in a javax.naming.NameNotFoundException
and other errors.
Workaround: Create an /atg/dynamo/service/jdbc/DirectJTDataSource_production.properties
file in the staging server's localconfig
directory, and set the JNDIName
property to the name of the production server's datasource. For example, if the JNDIName
for the production datasource is ATGProductionDS
, the properties file should contain:
JNDIName=ATGProductionDS