dice-group / sask

Projectgroups Search and Extraction
GNU Affero General Public License v3.0
2 stars 10 forks source link

eureka-server is not starting locally anymore #74

Closed sajjadpz closed 6 years ago

sajjadpz commented 6 years ago

After this latest changes, eureka-server is not starting anymore

hostname: @eureka.hostname@

and fails with following exception

Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
found character '@' that cannot start any token. (Do not use @ for indentation)
 in 'reader', line 4, column 15:
        hostname: @eureka.hostname@

How do we start the server, by the look of change, I see that the parameters will be passed externally, do we pass them now by commandline ?

guruprasads7 commented 6 years ago

@sajjadpz , Please share the last git commit id post which you are experiencing this issue

guruprasads7 commented 6 years ago

@sajjadpz, i just checked the master branch again, i'm able run eureka-server using mvn clean spring-boot:run -P linux,local

sajjadpz commented 6 years ago

@guru5590 - yes so in latest master branch , we will have to pass parameters also with spring-boot:run which were previously taken from application.yml The documentation is not updated for these changes. Similar is the case with web-client

KHaack commented 6 years ago

https://desab.slack.com/messages/CBFBW735H/ And here https://github.com/dice-group/sask/blob/master/README.md :D