EdColeman commented on issue #2754:
URL: https://github.com/apache/accumulo/issues/2754#issuecomment-1146087086

   I do get an exception in a tserver log - if I try to run the fate -print 
command with -e option to the shell. The error is intermitent, and if I log 
into the shell, run fate -print, log back out of the shell, it seems to work 
passing it as a command
   
   ```
   $ accumulo shell -u root -p uno -e 'fate -print'
   
   2022-06-03T15:29:00,326 [shell.Shell] ERROR: java.lang.RuntimeException: 
Unexpected exception thrown
   ```
   # A full trace from tserver log
   <details>
     <summary>Click to expand</summary>
     
   2022-06-03T15:27:40,187 [client.ClientServiceHandler] ERROR: 
ThriftSecurityException
   org.apache.accumulo.core.clientImpl.thrift.ThriftSecurityException: null
           at 
org.apache.accumulo.server.security.SecurityOperation.authenticate(SecurityOperation.java:207)
 ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at 
org.apache.accumulo.server.security.AuditedSecurityOperation.authenticate(AuditedSecurityOperation.java:730)
 ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at 
org.apache.accumulo.server.security.SecurityOperation.authenticateUser(SecurityOperation.java:219)
 ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at 
org.apache.accumulo.server.client.ClientServiceHandler.authenticate(ClientServiceHandler.java:153)
 ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at 
org.apache.accumulo.server.client.ClientServiceHandler.executeAdminOperation(ClientServiceHandler.java:473)
 ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:?]
           at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
           at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
           at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
           at 
org.apache.accumulo.core.trace.TraceUtil.lambda$wrapService$0(TraceUtil.java:206)
 ~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at com.sun.proxy.$Proxy36.executeAdminOperation(Unknown Source) 
~[?:?]
           at 
org.apache.accumulo.core.clientImpl.thrift.ClientService$Processor$executeAdminOperation.getResult(ClientService.java:3134)
 ~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at 
org.apache.accumulo.core.clientImpl.thrift.ClientService$Processor$executeAdminOperation.getResult(ClientService.java:3113)
 ~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at 
org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38) 
~[libthrift-0.16.0.jar:0.16.0]
           at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38) 
~[libthrift-0.16.0.jar:0.16.0]
           at 
org.apache.thrift.TMultiplexedProcessor.process(TMultiplexedProcessor.java:138) 
~[libthrift-0.16.0.jar:0.16.0]
           at 
org.apache.accumulo.server.rpc.TimedProcessor.process(TimedProcessor.java:54) 
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at 
org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:524)
 ~[libthrift-0.16.0.jar:0.16.0]
           at 
org.apache.accumulo.server.rpc.CustomNonBlockingServer$CustomFrameBuffer.invoke(CustomNonBlockingServer.java:129)
 ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at org.apache.thrift.server.Invocation.run(Invocation.java:18) 
~[libthrift-0.16.0.jar:0.16.0]
           at 
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
 ~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
           at 
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
 ~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
           at java.lang.Thread.run(Thread.java:834) ~[?:?]
   
   </details>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to