You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/15 08:48:25 UTC

[GitHub] [pulsar] liangyuanpeng opened a new issue #12046: java.util.NoSuchElementException: No value present

liangyuanpeng opened a new issue #12046:
URL: https://github.com/apache/pulsar/issues/12046


   **Describe the bug**
   
   don't know what is mean when Got the error `No value persent`  
   
   ```
   java.util.NoSuchElementException: No value present
   	at java.util.Optional.get(Optional.java:135) ~[?:1.8.0_292]
   	at org.apache.pulsar.PulsarStandalone.start(PulsarStandalone.java:316) ~[org.apache.pulsar-pulsar-broker-2.8.0.jar:2.8.0]
   	at org.apache.pulsar.PulsarStandaloneStarter.main(PulsarStandaloneStarter.java:121) [org.apache.pulsar-pulsar-broker-2.8.0.jar:2.8.0]
   ...
   ```
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. use `tlsEnabled=true` and not set `webServicePortTls/brokerServicePortTls`
   2. bin/pulsar standalone
   
   **Expected behavior**
   A clear error log, like `webServicePortTls/brokerServicePortTls must be present`
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli closed issue #12046: Use tlsEnabled=true and not set webServicePortTls/brokerServicePortTls just got "No value present"

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #12046:
URL: https://github.com/apache/pulsar/issues/12046


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org