Re: Issue with TableOperations

2024-04-24 Thread Shana Hutchison
gt;>>> (manager) FateServiceHandler.authenticate -> >>>> >>>> (manager) SecurityOperation.authenticateUser -> >>>> (manager) SecurityOperations.authenticate -> >>>> (manager) Credentials.fromThrift -> … >>>> >&g

Re: Issue with TableOperations

2024-04-24 Thread Geoffry Roberts
t;>> >>> >>> >>> In your code, how is client created? Is it cached, shared, etc? Does >>> the framework that you are using create a new instance of your class and >>> maybe the AccumuloClient is not fully initialized? >>> >>&

Re: Issue with TableOperations

2024-04-23 Thread Shana Hutchison
dentials.fromThrift -> … >> >> >> >> In your code, how is client created? Is it cached, shared, etc? Does >> the framework that you are using create a new instance of your class and >> maybe the AccumuloClient is not fully initialized? >> >> >&

Re: Issue with TableOperations

2024-04-22 Thread Geoffry Roberts
ss and maybe > the AccumuloClient is not fully initialized? > > > > *From:* Christopher > *Sent:* Sunday, April 21, 2024 4:56 PM > *To:* accumulo-user > *Subject:* Re: Issue with TableOperations > > > > I don't see this error message anywhere in Accu

RE: Issue with TableOperations

2024-04-22 Thread dlmarion
topher Sent: Sunday, April 21, 2024 4:56 PM To: accumulo-user Subject: Re: Issue with TableOperations I don't see this error message anywhere in Accumulo code. It looks like it might be coming from d4m? On Sat, Apr 20, 2024, 17:07 Geoffry Roberts mailto:geoffry.robe...@gmail.com> &g

Re: Issue with TableOperations

2024-04-21 Thread Christopher
I don't see this error message anywhere in Accumulo code. It looks like it might be coming from d4m? On Sat, Apr 20, 2024, 17:07 Geoffry Roberts wrote: > v2.1.2 > > On Sat, 20 Apr 2024 at 13:11, Dave Marion wrote: > >> >> >> What version of Accumulo are you using? >> >> >> >> On Apr 20, 2024

Re: Issue with TableOperations

2024-04-20 Thread Geoffry Roberts
v2.1.2 On Sat, 20 Apr 2024 at 13:11, Dave Marion wrote: > > > What version of Accumulo are you using? > > > > On Apr 20, 2024 12:16 PM, Geoffry Roberts > wrote: > > I am setting up a microservice that accesses accumulo. It's a specialized > thing of limited scope. I do need to get it to cre

Re: Issue with TableOperations

2024-04-20 Thread Dave Marion
  What version of Accumulo are you using?On Apr 20, 2024 12:16 PM, Geoffry Roberts wrote:I am setting up a microservice that accesses accumulo.  It's a specialized thing of limited scope.  I do need to get it to create tables (Code is below.).  Java 17SpringBoot running JettyPostmanIn the below co

Issue with TableOperations

2024-04-20 Thread Geoffry Roberts
I am setting up a microservice that accesses accumulo. It's a specialized thing of limited scope. I do need to get it to create tables (Code is below.). - Java 17 - SpringBoot running Jetty - Postman In the below code bit, the tableName is a string "patient״. When I run it, I get an