spring-cloud-alibaba icon indicating copy to clipboard operation
spring-cloud-alibaba copied to clipboard

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.

Results 271 spring-cloud-alibaba issues
Sort by recently updated
recently updated
newest added

2022-09-16 16:11:50.909 ERROR 20048 --- [ Thread-40] o.s.boot.SpringApplication : Application run failed java.lang.IllegalStateException: UT015023: This Context has been already destroyed at io.undertow.servlet.spec.ServletContextImpl.getDeploymentInfo(ServletContextImpl.java:211) at io.undertow.servlet.spec.ServletContextImpl.getInitParameter(ServletContextImpl.java:444) at org.springframework.web.context.support.ServletContextPropertySource.getProperty(ServletContextPropertySource.java:47) at org.springframework.web.context.support.ServletContextPropertySource.getProperty(ServletContextPropertySource.java:33) at org.springframework.core.env.PropertySourcesPropertyResolver.getProperty(PropertySourcesPropertyResolver.java:85)...

waiting for feedback

### Describe what this PR does / why we need it ### Does this pull request fix one issue? ### Describe how you did it ### Describe how to verify...

### Describe what this PR does / why we need it fix spring-cloud-alibaba-examples grammar ### Does this pull request fix one issue? ### Describe how you did it ### Describe...

在nacos 的github上提交的问题 他们叫我来这找答案 菜鸟一枚请谅解 springBoot 2.6.3 spring-cloud-dependencies 2021.0.1 spring-cloud-alibaba-dependencies 2021.0.1.0 nacos服务端使用的是1.4.2 nacos控制台中服务已经注册成功 ![image](https://user-images.githubusercontent.com/59356890/190941362-e6542c1d-c82b-46c3-a9e8-e97b57af76a7.png)

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 We recommend using English. If you are non-native English speaker, you can use the translation software. **Which Component** eg. Nacos Config **Describe what problem you have encountered** ``` org.springframework.boot...

waiting for feedback

### Describe what this PR does / why we need it ### Does this pull request fix one issue? Fixes #2742 ### Describe how you did it 1. add RocketMQBusAutoConfiguration...

在 2021.0.1.0 版本下 "com.alibaba.nacos.client.Worker.fixed-192.168.19.183_8848" #762 daemon prio=10 os_prio=0 tid=0x00007fe6b0054800 nid=0x19b5 waiting on condition [0x00007fe484fd2000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at...

nacos

Caused by: org.apache.rocketmq.client.exception.MQClientException: The producer group[calcCallbackGroup] has been created before, specify another name please. See http://rocketmq.apache.org/docs/faq/ for further details. at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.start(DefaultMQProducerImpl.java:203) at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.start(DefaultMQProducerImpl.java:183) at org.apache.rocketmq.client.producer.DefaultMQProducer.start(DefaultMQProducer.java:277) at org.apache.rocketmq.spring.core.RocketMQTemplate.afterPropertiesSet(RocketMQTemplate.java:454) at com.alibaba.cloud.stream.binder.rocketmq.integration.RocketMQMessageHandler.start(RocketMQMessageHandler.java:106) ......

stale

### Describe what this PR does / why we need it In 2021.x branch, spring-cloud-starter-stream-rocketmq has been refactored.However, the bus is not adapted to the new properties. Lead consumption group...

### Describe what this PR does / why we need it Remove some invalid test cases which depend on Nacos server. Because no Nacos server now. ### Does this pull...