We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 =>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 =>
The text was updated successfully, but these errors were encountered: