grails add-proxy Kommando nachkorrigieren: There was an error loading the BuildConfig: For input string: "true"
Meldung:
There was an error loading the BuildConfig: For input string: "true"
Ursache (grails 2.3):
- 64Bit Windows ist die Datei {user}/.grails/"ProxySettings.groovy" falsch generiert worden beim Kommando "add-proxy".
Lösung:
Die Datei nacheditieren, statt:
muss es so aussehen:
There was an error loading the BuildConfig: For input string: "true"
Ursache (grails 2.3):
- 64Bit Windows ist die Datei {user}/.grails/"ProxySettings.groovy" falsch generiert worden beim Kommando "add-proxy".
Lösung:
Die Datei nacheditieren, statt:
client=['http.proxyHost':true ....
muss es so aussehen:
client=['http.proxyHost':'100.200.200.001', 'http.proxyPort':"8080", 'http.proxyUser':'', 'http.proxyPassword':'', 'http.nonProxyHosts':'']
currentProxy='client'
Kommentare