Typesafe 激活器在公司代理下不工作

Typesafe activator not working under corporate proxy

我正在使用类型安全激活器 1.3.5。我已经下载并按照 here 所述配置了代理。当我尝试创建一个新应用程序时,出现此错误:

[gaadmin@mypc scala-test]$ activator new test-app play-scala
Fetching the latest list of templates...

Aug 05, 2015 4:36:49 PM com.amazonaws.http.HttpClientFactory createHttpClient
INFO: Configuring Proxy. Proxy Host: isa.proxy Proxy Port: 8080
Aug 05, 2015 4:36:49 PM org.apache.http.client.protocol.RequestProxyAuthentication process
SEVERE: Proxy authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt))
[Fatal Error] :2:18: Open quote is expected for attribute "{1}" associated with an  element type  "http-equiv".

密码正确,因为它在其他应用程序(live maven)中正常工作。

有人知道我该如何解决这个问题吗?

谢谢, 米歇尔

我们发现问题与激活器与 Amazon S3 通信的方式有关。解决方法是直接使用 sbt 构建,而不是使用激活器。

已提出问题:https://github.com/typesafehub/activator/issues/1072