Re: Index on SYSTEM.LOG failed

2019-10-25 Thread Josh Elser
My question was not meant to imply that creating any index should fail in the same manner as what you see here. https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalAccessError.html An IllegalAccessError means that the PQS tried to access this class but it failed (for some reason). Of

Re: Index on SYSTEM.LOG failed

2019-10-25 Thread Aleksandr Saraseka
Hello. Indexes on other tables created without any problems. 0: jdbc:phoenix:thin:url=http://localhost:876> create local index alex_test_data_idx on alex.test (data); No rows affected (10.93 seconds) 0: jdbc:phoenix:thin:url=http://localhost:876> On Thu, Oct 24, 2019 at 8:18 PM Josh Elser wrote: