FANNG1 opened a new issue, #9258:
URL: https://github.com/apache/gravitino/issues/9258

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   failed to run IcebergRESTS3TokenIT to get credential from IRC
   
   ### Error message and/or stacktrace
   
   ```
   java.lang.NullPointerException: target is null for method isOwner
           at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:1636) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.ASTMethod.getValueBody(ASTMethod.java:72) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:171) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.SimpleNode.getValue(SimpleNode.java:206) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.ASTChain.getValueBody(ASTChain.java:128) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:171) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.SimpleNode.getValue(SimpleNode.java:206) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.ASTOr.getValueBody(ASTOr.java:44) ~[ognl-3.4.7.jar:3.4.7]
           at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:171) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.SimpleNode.getValue(SimpleNode.java:206) 
~[ognl-3.4.7.jar:3.4.7]
           at ognl.Ognl.getValue(Ognl.java:409) ~[ognl-3.4.7.jar:3.4.7]
           at ognl.Ognl.getValue(Ognl.java:513) ~[ognl-3.4.7.jar:3.4.7]
           at ognl.Ognl.getValue(Ognl.java:552) ~[ognl-3.4.7.jar:3.4.7]
           at ognl.Ognl.getValue(Ognl.java:532) ~[ognl-3.4.7.jar:3.4.7]
           at 
org.apache.gravitino.server.authorization.expression.AuthorizationExpressionEvaluator.evaluate(AuthorizationExpressionEvaluator.java:152)
 ~[gravitino-server-common-1.1.0-SNAPSHOT.jar:?]
           at 
org.apache.gravitino.server.authorization.expression.AuthorizationExpressionEvaluator.evaluate(AuthorizationExpressionEvaluator.java:77)
 ~[gravitino-server-common-1.1.0-SNAPSHOT.jar:?]
           at 
org.apache.gravitino.server.authorization.MetadataAuthzHelper.checkAccess(MetadataAuthzHelper.java:157)
 ~[gravitino-server-common-1.1.0-SNAPSHOT.jar:?]
           at 
org.apache.gravitino.iceberg.service.dispatcher.IcebergTableOperationExecutor.getCredentialPrivilege(IcebergTableOperationExecutor.java:164)
 ~[main/:?]
           at 
org.apache.gravitino.iceberg.service.dispatcher.IcebergTableOperationExecutor.loadTable(IcebergTableOperationExecutor.java:119)
 ~[main/:?]
           at 
org.apache.gravitino.iceberg.service.dispatcher.IcebergTableEventDispatcher.loadTable(IcebergTableEventDispatcher.java:174)
 ~[main/:?]
           at 
org.apache.gravitino.iceberg.service.rest.IcebergTableOperations.lambda$loadTable$4(IcebergTableOperations.java:302)
 ~[main/:?]
   ```
   
   ### How to reproduce
   
   run IcebergRESTS3TokenIT
   
   ### Additional context
   
   _No response_


-- 
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