Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code does not install with iago 0.6.14 #1

Open
JIppolito opened this issue Jul 17, 2014 · 0 comments
Open

Code does not install with iago 0.6.14 #1

JIppolito opened this issue Jul 17, 2014 · 0 comments

Comments

@JIppolito
Copy link

Here is the errors when i attempt to install with mvn install -X -DskipTests

[ERROR] error: error while loading StatsProvider, class file needed by StatsProvider is missing.
[INFO] reference value $default$2 of object deprecated refers to nonexisting symbol.
[ERROR] error: error while loading Promise, class file needed by Promise is missing.
[INFO] reference type InterruptedException of object package refers to nonexisting symbol.
[ERROR] /Users/jippolito/twitter-iago/iago-examples/src/main/scala/com/julianrendell/iago/examples/HttpExample.scala:65: error: not enough arguments for constructor ParrotRequest: (hostHeader: Option[(String, Int)], rawHeaders: Seq[(String, String)], uri: com.twitter.parrot.util.Uri, rawLine: String, timestamp: Option[Long], message: com.twitter.finagle.thrift.ThriftClientRequest, response: com.twitter.util.Promise[], cookies: Seq[(String, String)], method: String, body: String, weight: Int)com.twitter.parrot.server.ParrotRequest
[ERROR] parrotService(new ParrotRequest(hostHeader, rawheaders, uri, line)) respond { response =>
[ERROR] ^
[ERROR] /Users/jippolito/twitter-iago/iago-examples/src/main/scala/com/julianrendell/iago/examples/HttpExample.scala:115: error: not enough arguments for constructor ParrotRequest: (hostHeader: Option[(String, Int)], rawHeaders: Seq[(String, String)], uri: com.twitter.parrot.util.Uri, rawLine: String, timestamp: Option[Long], message: com.twitter.finagle.thrift.ThriftClientRequest, response: com.twitter.util.Promise[
], cookies: Seq[(String, String)], method: String, body: String, weight: Int)com.twitter.parrot.server.ParrotRequest
[ERROR] parrotService(new ParrotRequest(hostHeader, Nil, uri, line)) respond { response =>
[ERROR] ^
[ERROR] /Users/jippolito/twitter-iago/iago-examples/src/main/scala/com/julianrendell/iago/examples/HttpExample.scala:142: error: not enough arguments for constructor ParrotRequest: (hostHeader: Option[(String, Int)], rawHeaders: Seq[(String, String)], uri: com.twitter.parrot.util.Uri, rawLine: String, timestamp: Option[Long], message: com.twitter.finagle.thrift.ThriftClientRequest, response: com.twitter.util.Promise[], cookies: Seq[(String, String)], method: String, body: String, weight: Int)com.twitter.parrot.server.ParrotRequest
[ERROR] parrotService(new ParrotRequest(hostHeader, Nil, uri, line)) respond { response =>
[ERROR] ^
[ERROR] /Users/jippolito/twitter-iago/iago-examples/src/main/scala/com/julianrendell/iago/examples/HttpExample.scala:158: error: not enough arguments for constructor ParrotRequest: (hostHeader: Option[(String, Int)], rawHeaders: Seq[(String, String)], uri: com.twitter.parrot.util.Uri, rawLine: String, timestamp: Option[Long], message: com.twitter.finagle.thrift.ThriftClientRequest, response: com.twitter.util.Promise[
], cookies: Seq[(String, String)], method: String, body: String, weight: Int)com.twitter.parrot.server.ParrotRequest
[ERROR] parrotService(new ParrotRequest(hostHeader, Nil, uri, line)) respond { response =>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant