This appendix provides information to help if you have trouble installing multiple applications.

The table below provides descriptions of messages that you might see or problems that you might encounter when installing and running multiple applications.

For additional troubleshooting information that is specific to the ATG products you are using, refer to the documentation for those products. See About the Applications for a list of applications and their associated documentation.

If you continue to have a problem after consulting this section and performing any recommended actions, contact ATG Customer Support with a detailed description of the incident.

Symptom

Potential Problem

Possible Solution

Stack traces are thrown when a server attempts to run a scenario at start-up on ATG JBoss installations.

When a server attempts to run a scenario at start-up, and the scenario elements needed to run the scenario (such as events and actions) are not defined in the server’s config path, error traces are thrown.

Note that the scenario runs correctly.

You can ignore the errors, or to start the server without these errors occurring, ensure that all scenario elements are defined in the server’s config path.

For details about scenario events associated with ATG applications, refer to the application documentation (see About the Applications for a list of application documentation).

For details about setting up scenarios, see Scenarios Module Programming in the ATG Personalization Programming Guide.

When creating database schema, you see a message about tables already existing.

This could be a result of running the same script twice when creating your database schema. Some applications share the same underlying framework and running the same script (or scripts containing duplicate information) twice generate messages about tables already existing.

Usually this will not cause problems; however it is good practice to avoid running scripts more than once.

See Create Database Schema and your application documentation to determine if there are duplicate scripts in your installation instructions (that you ran more than once).

In most cases, the message does not indicate that there is a problem. If you see such a message, and you did not run scripts containing duplicate information, contact ATG Customer Support.

When importing data, you see a message about not being able to import a project because the project with that name already exists.

This could be a result of attempting to import the same data twice.

Usually this will not cause a problem; however it is good practice to avoid importing data multiple times.

See Import Initial Data and your application documentation to determine if there is duplicate data (that you attempted to import more than once).

In most cases, the message does not indicate that there is a problem. If you see such a message, and you did not import duplicate data, contact ATG Customer Support.