Port bind exception in spring XD if spring_profiles_active environment variable is added -
i running weird issue while trying run spring xd admin , xd container on single machine. when don't export environment variable spring_profiles_active
xd admin , xd container working expected when add environment variable xd-container throwing port bind exception, please find exception stack trace here.
i can see xd-container trying run service on 9393, can change port , make run. understand why not facing issue if don't export spring_profiles_active
environment variable.
please find container servers.yml file here.
try following on container environment
export spring_profiles_active=prod,container
Comments
Post a Comment