Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Example stacktrace:
java.lang.IllegalArgumentException: Arguments are expected for --cache subcommand, run --cache help for more info. at org.apache.ignite.internal.commandline.CommandHandlerParsingTest.testConnectionSettings(CommandHandlerParsingTest.java:94) ------- Stderr: ------- java.lang.IllegalArgumentException: Invalid value for port: wrong-port at org.apache.ignite.internal.commandline.CommandHandler.parseAndValidate(CommandHandler.java:1112) at org.apache.ignite.internal.commandline.CommandHandlerParsingTest.testConnectionSettings(CommandHandlerParsingTest.java:110) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at junit.framework.TestCase.runTest(TestCase.java:176) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125)
Attachments
Issue Links
- is caused by
-
IGNITE-8277 Add utilities to check and display cache info
- Resolved
- links to