You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by Arun Kumaran Sabtharishi <ar...@gmail.com> on 2015/05/18 17:53:16 UTC

Problem while upgrading from Phooenix 4.0.0 to 4.3.1

Hello,

1. Currently using phoenix 4.0.0 incubating for both client and server.
2. Upgraded to 4.3.1(most recent)
3. While trying to connect using the client in command line (using
./sqlline.py) the connection could not be success throwing the following
error.

1)
*Error: ERROR 1013 (42M04): Table already exists. tableName=SYSTEM.CATALOG
(state=42M04,code=1013)org.apache.phoenix.schema.NewerTableAlreadyExistsException:
ERROR 1013 (42M04): Table already exists. tableName=SYSTEM.CATALOG*

Deleting the SYSTEM.CATALOG table works, but that is not the solution
intended.

What is the solution/workaround for the problem?

Thanks,
Arun Sabtharishi