Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Phoenix JDBC Application

avatar
Master Guru

I have a Spring JDBC application that can connect to Phoenix if I run it from the Sandbox that has Phoenix running (all the ports are open - I think.) But if I run it from my PC, it doesn't connect.

2016-08-29 09:26:00.169 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=22, retries=35, started=289781 ms ago, cancelled=false, msg= 2016-08-29 09:26:20.359 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=23, retries=35, started=309971 ms ago, cancelled=false, msg= 2016-08-29 09:26:40.532 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=24, retries=35, started=330144 ms ago, cancelled=false, msg= 2016-08-29 09:27:00.672 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=25, retries=35, started=350284 ms ago, cancelled=false, msg= 2016-08-29 09:27:20.734 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=26, retries=35, started=370346 ms ago, cancelled=false, msg=

Any ideas? I have port 2181 and 16010 and 16020 and 16030 open.

1 ACCEPTED SOLUTION

avatar
Super Guru

You are missing port 16000 for the HBase master RPC.

View solution in original post

2 REPLIES 2

avatar
Super Guru

You are missing port 16000 for the HBase master RPC.

avatar
Master Guru

thanks! that did it