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

Using com.amazonaws.xray.emitters.daemonAddress doesn't set TCPAddress and UDPAddress #40

Closed
bh213 opened this issue Nov 13, 2018 · 2 comments
Labels

Comments

@bh213
Copy link

bh213 commented Nov 13, 2018

Setting com.amazonaws.xray.emitters.daemonAddress doesn't set TCPAddress and UDPAddress properties in code here:

and that causes null pointer exception here:

AwsClientBuilder.EndpointConfiguration endpointConfig = new AwsClientBuilder.EndpointConfiguration(

Now, I might be doing something wrong but it seems TCPAddress and UDPAddress are not set when property is set. They are, however, set when environment variable is used or when there is no property or env variable.

thanks,
gorazd

@haotianw465
Copy link
Contributor

Thanks for reporting the issue. We will look into a fix soon.

@haotianw465
Copy link
Contributor

This issue is fixed as part of 2.1.0 release. See CHANGELOG for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants