[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-07-02 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-652839814 Okay! Thanks a lot @sijie . This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-07-01 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-652240553 @tuteng Thanks a lot. It worked. Apparantly, I was not including the `useTls=true` property in `functions_worker.yml` file. Just a question what is the difference between

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-06-17 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-64580 I tried recreating the admin and broker certificate with respective common-name as `admin` and `localhost`, just to be sure I am not doing anything wrong. I also added all the

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-06-17 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-645787842 I tried this. This time another Authorization error occurred: ``` 05:34:52.025 [AsyncHttpClient-80-1] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http:/

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-06-17 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-645782270 After adding the `superUserRoles: admin`, I am getting the following error log on running the `bin/pulsar standalone` command: ``` 05:23:59.016 [main] ERROR org.apache.pul

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-06-17 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-645780637 I am able to run pulsar in standalone with `-nfw`. But, it still does not run without this option. This is a

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-06-17 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-645779919 With or without the -nfw option? This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-06-17 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-645779283 I did not have that. Thanks. So after adding it the pulsar-admin commands work. Here is the output: ``` $ bin/pulsar-admin clusters list "standalone" ``` -

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-06-17 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-645777398 Yup. I have added these in `standalone.conf`: ``` brokerServicePort=6650 webServicePort=8080 brokerServicePortTls=6651 ``` --

[GitHub] [pulsar] 97arushisharma commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

2020-06-17 Thread GitBox
97arushisharma commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-645772480 Thanks @sijie for the reply. I had followed the above steps, yet I am getting the following error: ``` $ bin/pulsar-admin clusters list null Reason: javax.ws.rs.Proc