-
1.win版本nacos2.2.3从官网刚下载下来,
2.用jdk8用standalone模式启动即崩溃
3.调整内存,依旧启动即崩溃
4.换jdk17依旧启动即崩溃
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ILLEGAL_INSTRUCTION (0x…
-
Current version prints the following exception during runtime:
```
[opentelemetry.auto.trace 2020-08-27 09:57:28:819 +0300] [grpc-default-executor-0] WARN io.opentelemetry.exporters.otlp.OtlpGrpcM…
-
Extracted from https://github.com/spring-projects/spring-boot/issues/29666
- [Support for Micrometer Tracing](https://github.com/micrometer-metrics/tracing/) - you can check out more here https://m…
-
**The context**
I have a simple configuration with a single grpc-server and a grpc-client, both using spring-security.
I am trying to use exactly what the docs say to configure a CallCredentials @…
-
error log:
ERROR 28876 --- [ main] o.s.boot.SpringApplication : Application run failed
java.lang.NoClassDefFoundError: com/alibaba/nacos/common/utils/ResourceUtils
at co…
-
1. > 本地安装nacos2.0.4启动成功,如下图:
![nocao2 0 4](https://user-images.githubusercontent.com/21072943/200116252-59b7883d-281d-4a0f-86c3-78c445e3b15f.jpg)
--------------------------------------------…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Docker-Compose file:
[master/shenyu-dist/shenyu-docker-compose-dist/src/main/resourc…
-
spring boot 版本3.0.1
nacos client 版本 2.2.1-RC
` ./gradlew bootRun`启动正常
打包成native image
```
apply plugin: "org.graalvm.buildtools.native"
./gradlew bootBuildImage
```
docker run 打包的镜像 会报错,看起来有…
-
For 4.7.0 and 4.8.0 the project builds fine but as soon as i upgrade to 4.9.0 i get
`
Could not resolve dependencies for project com.example:demo:jar:0.0.1-SNAPSHOT: Failed to collect dependencie…
galvo updated
2 years ago
-
老师您好,我现在有个场景是需要根据调用时参数对象值,进行选择要调用的服务。
我的想法是自己写一个自定义选择策略,但是琢磨了半天,没找到怎么从选择方法中获取参数对象,请问有什么方法可以取到吗?
或者您有更好的方案吗?
期待您的指点。