javax.management.InstanceAlreadyExistsException while deploying spring application
问题 <int:poller fixed-delay="${fixedDelay}" default="true"> <int:advice-chain> <ref bean="pollAdvise"/> </int:advice-chain> </int:poller> <bean id="pollAdvise" class="org.springframework.integration.scheduling.PollSkipAdvice"> <constructor-arg ref="healthCheckStrategy"/> </bean> <bean id="healthCheckStrategy" class="test.main.ServiceHealthCheckPollSkipStrategy"> <property name="url" value="${url}"/> <property name="doHealthCheck" value="${doHealthCheck}"/> <property name="restTemplate" ref=