lhotari commented on pull request #11681:
URL: https://github.com/apache/pulsar/pull/11681#issuecomment-900142910


   @sijie This was the 2nd exception that this PR fixed in Pulsar Standalone 
(with TLS ports only config mentioned in my previous comment):
   
   ```
   12:29:46.424 [main] ERROR 
org.apache.pulsar.functions.worker.PulsarWorkerService - Error Starting up in 
worker
   java.lang.NullPointerException: null
        at 
org.apache.pulsar.client.admin.internal.PulsarAdminImpl.<init>(PulsarAdminImpl.java:189)
 ~[pulsar-client-admin-original.jar:2.9.0-SNAPSHOT]
        at 
org.apache.pulsar.client.admin.internal.PulsarAdminBuilderImpl.build(PulsarAdminBuilderImpl.java:47)
 ~[pulsar-client-admin-original.jar:2.9.0-SNAPSHOT]
        at 
org.apache.pulsar.functions.worker.WorkerUtils.getPulsarAdminClient(WorkerUtils.java:221)
 ~[pulsar-functions-worker.jar:2.9.0-SNAPSHOT]
        at 
org.apache.pulsar.functions.worker.WorkerUtils.getPulsarAdminClient(WorkerUtils.java:196)
 ~[pulsar-functions-worker.jar:2.9.0-SNAPSHOT]
        at 
org.apache.pulsar.functions.worker.PulsarWorkerService$1.newPulsarAdmin(PulsarWorkerService.java:144)
 ~[pulsar-functions-worker.jar:2.9.0-SNAPSHOT]
        at 
org.apache.pulsar.functions.worker.PulsarWorkerService.start(PulsarWorkerService.java:433)
 [pulsar-functions-worker.jar:2.9.0-SNAPSHOT]
        at 
org.apache.pulsar.broker.PulsarService.startWorkerService(PulsarService.java:1575)
 [pulsar-broker.jar:2.9.0-SNAPSHOT]
        at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:764) 
[pulsar-broker.jar:2.9.0-SNAPSHOT]
        at org.apache.pulsar.PulsarStandalone.start(PulsarStandalone.java:296) 
[pulsar-broker.jar:2.9.0-SNAPSHOT]
        at 
org.apache.pulsar.PulsarStandaloneStarter.main(PulsarStandaloneStarter.java:131)
 [pulsar-broker.jar:2.9.0-SNAPSHOT]
   ```


-- 
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]


Reply via email to