alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.36k stars 12.86k forks source link

nacos 1.3.2 Windows can not run #3931

Closed dongsongliu closed 4 years ago

dongsongliu commented 4 years ago

Describe the bug A clear and concise description of what the bug is. i get the nacos 1.3.2 from https://github.com/alibaba/nacos/releases/tag/1.3.2 ;i run it user windows10 user cmd :./startup.cmd ,but i run with error, i find it defaut run use cluster mode, error like this Caused by: java.lang.RuntimeException: java.lang.RuntimeException: [db-load-error]load jdbc.properties error at com.alibaba.nacos.config.server.service.datasource.DynamicDataSource.getDataSource(DynamicDataSource.java:58) ;

Expected behavior https://nacos.io/zh-cn/docs/deployment.html it says nacos default use standalone mode

Acutally behavior nacos default use cluster mode

How to Reproduce Steps to reproduce the behavior: https://nacos.io/zh-cn/docs/deployment.html windows start cmd modify :
startup.cmd -m standalone not use startup.cmd

Desktop (please complete the following information):

Additional context i think nacos should use de

Maijh97 commented 4 years ago

Please check if the database connection is correct.

dongsongliu commented 4 years ago

Please check if the database connection is correct.

i just quick-startuse it , not use db ; https://nacos.io/zh-cn/docs/quick-start.html quick-start docs need update on frist use nacos ;

KomachiSion commented 4 years ago

startup.sh -m standalone startup.cmd -m standalone