zhongky opened a new issue #12330: URL: https://github.com/apache/pulsar/issues/12330
**Describe the bug**  **To Reproduce** Steps to reproduce the behavior: 1. open conf/standalone.conf 2. modify the configuration brokerServicePort and webServicePort : > brokerServicePort= > brokerServicePortTls=6651 > webServicePort= > webServicePortTls=8443 3. startup pulsar in standalone mode 4. See error **Expected behavior** Pulsar startup normally. **Screenshots** In PulsarStandalone.start() method: <img width="527" alt="微信截图_20211012083749" src="https://user-images.githubusercontent.com/44399584/136871337-f2f7c488-d018-478a-828b-78b609359213.png"> config.getWebServicePort() return invalid value; **Desktop (please complete the following information):** - OS: Linux **Additional context** Nothing -- 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]
