启动nacos时,它报告无法创建Java虚拟机的错误

zqry0prt  于 2023-04-04  发布在  Java
关注(0)|答案(1)|浏览(236)

错误消息的详细信息

"nacos is starting with standalone"
Unrecognized option: --spring.config.additional-location=file:E:\Project"/conf/ --logging.config=E:\Project"/conf/nacos-logback.xml
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

我已经设置了Java环境变量。

openjdk version "1.8.0_322"
OpenJDK Runtime Environment Corretto-8.322.06.1 (build 1.8.0_322-b06)
OpenJDK 64-Bit Server VM Corretto-8.322.06.1 (build 25.322-b06, mixed mode)

我应该检查nacos的问题还是检查内存大小和jdk?

2lpgd968

2lpgd9681#

我找到了错误的原因,&符号出现在文件路径中。
现在运行成功了。

"nacos is starting with standalone"

         ,--.
       ,--.'|
   ,--,:  : |                                           Nacos 2.2.1
,`--.'`|  ' :                       ,---.               Running in stand alone mode, All function modules
|   :  :  | |                      '   ,'\   .--.--.    Port: 8848
:   |   \ | :  ,--.--.     ,---.  /   /   | /  /    '   Pid: 209228
|   : '  '; | /       \   /     \.   ; ,. :|  :  /`./   Console: http://192.168.225.1:8848/nacos/index.html
'   ' ;.    ;.--.  .-. | /    / ''   | |: :|  :  ;_
|   | | \   | \__\/: . ..    ' / '   | .; : \  \    `.      https://nacos.io
'   : |  ; .' ," .--.; |'   ; :__|   :    |  `----.   \
|   | '`--'  /  /  ,.  |'   | '.'|\   \  /  /  /`--'  /
'   : |     ;  :   .'   \   :    : `----'  '--'.     /
;   |.'     |  ,     .-./\   \  /            `--'---'
'---'        `--`---'     `----'

2023-04-01 17:12:02,687 INFO Tomcat initialized with port(s): 8848 (http)

2023-04-01 17:12:02,826 INFO Root WebApplicationContext: initialization completed in 2626 ms

2023-04-01 17:12:06,220 INFO Adding welcome page: class path resource [static/index.html]

相关问题