thiagohernandes opened a new issue #13294: URL: https://github.com/apache/pulsar/issues/13294
**Describe the bug** I've downloaded version 2.8.1 and started once with success on mode standalone. But, when a tried to producer and consumer on Java this not work. There seems not connect on Java locking my app without any logs. Still, when stopping Apache and trying to run again, some exceptions occur and it doesn't run. **To Reproduce** Steps to reproduce the behavior: 1 start Pulsar standalone mode 2 try to connect, produce and consume any messages in any topic (here doesn't work the consumer) 3 stop Pulsar standalone 4 try to start Pulsar standalone mode (exceptions bellow) **Expected behavior** - after stops, achieve to run Pulsar again - on simple Java test classes, connect, produce and consume messages **Screenshots**           **Desktop (please complete the following information):** - SO: Distributor ID: Ubuntu 20.04.3 LTS - Java 11 -- 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]
