nicoloboschi commented on issue #19218: URL: https://github.com/apache/pulsar/issues/19218#issuecomment-1385104892
I was using a wrong artifact. It works fine also with the artifact here: https://pulsar.apache.org/download/ Have you tried with a command that hangs ? For example, with your command I get ``` default(localhost)> admin topics list pblic/default ^CException in thread "SIGINT handler" org.apache.pulsar.shell.PulsarShell$InterruptShellException at org.apache.pulsar.shell.PulsarShell.lambda$run$2(PulsarShell.java:230) at org.jline.terminal.impl.AbstractTerminal.raise(AbstractTerminal.java:89) at org.jline.terminal.impl.PosixSysTerminal.lambda$handle$1(PosixSysTerminal.java:65) at org.jline.utils.Signals.lambda$register$1(Signals.java:53) at jdk.proxy2/jdk.proxy2.$Proxy3.handle(Unknown Source) at jdk.unsupported/sun.misc.Signal$InternalMiscHandler.handle(Signal.java:198) at java.base/jdk.internal.misc.Signal$1.run(Signal.java:219) at java.base/java.lang.Thread.run(Thread.java:833) HTTP 404 Not Found Reason: HTTP 404 Not Found ``` We could hide that exception but it works for me -- 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]
