CA APM Team Center fails to load.
search cancel

CA APM Team Center fails to load.

book

Article ID: 4653

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) INTROSCOPE

Issue/Introduction

  CA APM Team Center is not working after upgrading from version CA APM 9.7.1.16 to 10.7.

 The following shows up in the APM Team Center browser console.

 The polling service has reached the maximum number of attempts and has stopped. Refresh the page or contact your administrator.
 Error retrieving permissions. Status code: 403 8
 Error reading data from polling URL: ../apm/appmap/private/permission. Retrying in 60000ms. Attempt 6
 Error reading data from polling URL: ../apm/appmap/private/permission. Retrying in 60000ms. Attempt 5


Environment

CA APM 10.7 with PostgreSQL APM Database

Cause

 This is due to an incomplete upgrade of CA APM PostgreSQL Database.

 Please check the Schematools.log :

The below entry shows the Upgrade Path:
***************************************************************
Upgrade Path that will be executed between source release: 9.7.1.0 and target release: 10.7.0.0:
9.7.1.0 --> 10.0.0.0 using<<dbupgrade-apm-postgres-9.7.1.0.sql>> --> 10.1.0.0 using<<dbupgrade-apm-postgres-10.0.0.0.sql>> --> 10.2.0.0 using<<upgrade-10.1.0.0.xml>> --> 10.7.0.0 using<<dbupgrade-apm-postgres-10.2.0.0.sql>>
***************************************************************


11/01/16 11:00:12.681 AM EDT [INFO] [main] [com.wily.apm.dbutil.SqlExecutor] Successfully Executed sql file dbupgrade-apm-postgres-10.1.0.0.sql
11/01/16 11:00:12.681 AM EDT [INFO] [main] [com.wily.apm.dbtools.upgradeschema.JavaTask] Executing task: className: com.wily.apm.dbtools.upgradeschema.impl.Upgrade10_1_0_0 methodName: doUpgrade
11/01/16 11:00:12.687 AM EDT [INFO] [main] [root] [Upgrade10_1_0_0] - Computing fork value for table appmap_edges
11/01/16 11:00:12.690 AM EDT [INFO] [main] [root] [Upgrade10_1_0_0] - Computing fork value for table appmap_vertices
11/01/16 11:00:14.755 AM EDT [ERROR] [main] [root] [Upgrade10_1_0_0] - Cannot get list of existing appmap_states tables.
org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.

 

The below entry shows that the Database Upgrade did not proceed after 10.1.0.0


11/01/16 11:00:14.769 AM EDT [ERROR] [main] [root] [Upgrade10_1_0_0] - Unexpected exception while upgrading
org.postgresql.util.PSQLException: This connection has been closed.

 

 To verify the version of PostgreSQL after the upgrade :

 1. Use a tool such as pgAdmin or psql for PostgreSQL or isql or SQL*Plus for Oracle.

 2. Run the following SQL statement:

     SELECT ts_db_versions FROM ts_domains

 3. The SQL statement returns a value representing the version of the APM database schema you have installed.

 4. If the version is different from 10.7,  the upgrade of the CA APM Database was corrupted and did not complete Database upgrade successfully.

 

Resolution


Re-run the CA APM Database Upgrade program.

Or

Install a new instance  of PostgreSQL CA APM Database.

Additional Information

 

Upgrade the APM Database on PostgreSQL