代码之家  ›  专栏  ›  技术社区  ›  Igor

Cassandra-“行0:-1在输入“<EOF>”处没有可行的替代方法,使用“Mapping.Delete<T>”方法

  •  0
  • Igor  · 技术社区  · 6 年前

    当我们尝试使用 Cassandra.Mapping.Delete<T> 方法应用程序在执行时引发错误:

    enter image description here

    这是应用程序上的“实体(POCO)”类:

    enter image description here

    Cassandra数据库中的表结构:

    enter image description here

    完整异常描述:

    在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)
    在卡桑德拉。请求。准备汉德勒。迪欧6。移动下一步() 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在Cassandra.请求.准备handler.dúu 4.移动下一步() 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 在Cassandra.Session.dúu54.MoveNext() 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 在Cassandra.Mapping.Statements.StatementFactory.dúu 8.MoveNext() 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在Cassandra.Mapping.Mapper.dúu 38.MoveNext() 在Cassandra.Tasks.TaskHelper.WaitToComplete(任务任务,Int32超时)

    怎么了?

    仅供参考:这些链接无法解决此问题:

    "no viable alternative at input" error when querying cassndra table

    S、 O型: Cassandra "no viable alternative at input"

    [已解决]

    enter image description here

    0 回复  |  直到 6 年前
    推荐文章