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 2022/02/17 20:20:13 UTC

[GitHub] [pulsar] utahkay commented on issue #14357: [proxy] [2.10.0] Proxy throws type conversion exception on startup, won't start

utahkay commented on issue #14357:
URL: https://github.com/apache/pulsar/issues/14357#issuecomment-1043387711


   The root cause appears to be that proxy.conf does not have a newline at end of file.
   
   When additional config settings are appended by the cloud hosted environment, the conf file looks like this:
   
   ```
   # ZooKeeper cache expiry time in seconds
   # Deprecated: use metadataStoreCacheExpirySeconds
   zooKeeperCacheExpirySeconds=-1additionalServletDirectory=./proxyAdditionalServlet
   additionalServlets=prometheus-proxy-servlet
   ```


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