Jianfeng Cai
Jianfeng Cai
when logging, it complains as follows? anyone could please help resolve it? ``` 2019-12-01 20:57:33.190 [http-nio-8033-exec-4] ERROR io.sofastack.cloud.auth.controller.AuthController - Failed to valid user. feign.RetryableException: Read timed out executing POST http://sys-user/validate...
As ZK admin server uses 8080 port, the sofastack-cloud-api-gateway module is set with 8080 as server port which causes the failure: failed to start the sofastack-cloud-api-gateway module as 8080 is...
I have zk installed with brew, which version is 3.4.14, when starting the application complains: ``` 14:53:19.905 INFO org.apache.zookeeper.ClientCnxn - Unable to read additional data from server sessionid 0x10018fd6286001a, likely...
When running the DDL script, it complains "date DEFAULT CURRENT_TIMESTAMP invalid defalt valut" for the sofastack_cloud_bill table, after making the change against the column type from data to datetime, the...