You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/26 13:38:17 UTC

[GitHub] [accumulo] milleruntime opened a new issue, #2736: NPE in Fate command

milleruntime opened a new issue, #2736:
URL: https://github.com/apache/accumulo/issues/2736

   Running the `fate` command in the shell `fate print` with only one sub command will give:
   <pre>
   2022-05-26T09:32:06,812 [shell.Shell] DEBUG: java.lang.NullPointerException
   java.lang.NullPointerException: null
   	at org.apache.accumulo.shell.commands.FateCommand.printTx(FateCommand.java:223) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   	at org.apache.accumulo.shell.commands.FateCommand.execute(FateCommand.java:178) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   	at org.apache.accumulo.shell.Shell.execCommand(Shell.java:774) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   	at org.apache.accumulo.shell.Shell.start(Shell.java:593) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   	at org.apache.accumulo.shell.Shell.execute(Shell.java:524) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   	at org.apache.accumulo.start.Main.lambda$execKeyword$0(Main.java:126) ~[accumulo-start-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   	at java.lang.Thread.run(Thread.java:829) ~[?:?]
   </pre>
   
   It works if you put anything as the 3rd argument: `fate -print 1234`


-- 
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: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime closed issue #2736: NPE in Fate command

Posted by GitBox <gi...@apache.org>.
milleruntime closed issue #2736: NPE in Fate command
URL: https://github.com/apache/accumulo/issues/2736


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] Manno15 commented on issue #2736: NPE in Fate command

Posted by GitBox <gi...@apache.org>.
Manno15 commented on issue #2736:
URL: https://github.com/apache/accumulo/issues/2736#issuecomment-1274371667

   I believe in PR #2215, I did fix this. I did not realize it was something
   that happened against main though.
   
   On Thu, May 26, 2022 at 9:38 AM Mike Miller ***@***.***>
   wrote:
   
   > Running the fate command in the shell fate print with only one sub
   > command will give:
   >
   > 2022-05-26T09:32:06,812 [shell.Shell] DEBUG: java.lang.NullPointerException
   > java.lang.NullPointerException: null
   > 	at org.apache.accumulo.shell.commands.FateCommand.printTx(FateCommand.java:223) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   > 	at org.apache.accumulo.shell.commands.FateCommand.execute(FateCommand.java:178) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   > 	at org.apache.accumulo.shell.Shell.execCommand(Shell.java:774) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   > 	at org.apache.accumulo.shell.Shell.start(Shell.java:593) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   > 	at org.apache.accumulo.shell.Shell.execute(Shell.java:524) ~[accumulo-shell-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   > 	at org.apache.accumulo.start.Main.lambda$execKeyword$0(Main.java:126) ~[accumulo-start-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   > 	at java.lang.Thread.run(Thread.java:829) ~[?:?]
   >
   > It works if you put anything as the 3rd argument: fate -print 1234
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/accumulo/issues/2736>, or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AHASSV5356RKS54ZBBN4UKLVL55FLANCNFSM5XBG3ULA>
   > .
   > You are receiving this because you are subscribed to this thread.Message
   > ID: ***@***.***>
   >
   


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org