Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulsar in standalone mode cannot startup when both brokerServicePort and webServicePort are assigned to nil #12330

Closed
zhongky opened this issue Oct 12, 2021 · 2 comments
Labels
lifecycle/stale type/bug The PR fixed a bug or issue reported a bug

Comments

@zhongky
Copy link

zhongky commented Oct 12, 2021

Describe the bug
微信图片_20211012083050

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

  1. startup pulsar in standalone mode
  2. See error

Expected behavior
Pulsar startup normally.

Screenshots
In PulsarStandalone.start() method:
微信截图_20211012083749
config.getWebServicePort() return invalid value;

Desktop (please complete the following information):

  • OS: Linux

Additional context
Nothing

@EronWright
Copy link
Contributor

I believe this is fixed in recent versions of Pulsar. See #9260

@github-actions
Copy link

The issue had no activity for 30 days, mark with Stale label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

No branches or pull requests

3 participants