You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Setting com.amazonaws.xray.emitters.daemonAddress doesn't set TCPAddress and UDPAddress properties in code here:
aws-xray-sdk-java/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/config/DaemonConfiguration.java
Line 46 in 4034a83
and that causes null pointer exception here:
aws-xray-sdk-java/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/strategy/sampling/XRayClient.java
Line 26 in 901f2f9
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
The text was updated successfully, but these errors were encountered: