美文网首页
2020-01-17

2020-01-17

作者: Depro | 来源:发表于2020-01-17 16:59 被阅读0次

错误日志

Description:

An attempt was made to call a method that does not exist. The attempt was made from the following location:

    com.aliyuncs.regions.LocalEndpointResolver.<init>(LocalEndpointResolver.java:39)

The following method did not exist:

    org.json.JSONArray.iterator()Ljava/util/Iterator;

The method's class, org.json.JSONArray, is available from the following locations:

    jar:file:/C:/Users/fanpeng/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONArray.class

    jar:file:/C:/Users/fanpeng/.m2/repository/org/json/json/20170516/json-20170516.jar!/org/json/JSONArray.class

It was loaded from the following location:

    file:/C:/Users/fanpeng/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar

解决:日志写的挺明确的It was loaded from the following location:,也就是冲突了,把android-json-0.0.20131108.vaadin1.jar去掉就可以了

相关文章

  • Java学习-Collection框架

    title: Collection框架date: 2020-01-17 20:12:45tags:-Collect...

  • UILabel内容第一行的最后边是icon

    一、效果图截屏2020-01-17下午4.45.10.png

  • 读《蔡学镛-架构思维系列》

    2020-01-06 ,2020-01-17,Reference Link 考虑架构的三个方面 技术 业务 组织 ...

  • theory

    2020-01-17 CAPc 一致性a 可用性p 分区容忍性 BASEBasically Available 基...

  • 2020-01-18

    2020-01-17 【日精进打卡第 663 天 【知~学习】 《六项精进》大纲 4 遍共 2508 遍 《大学》...

  • 2020-01-17第34周复盘

    2020-01-17第34周复盘 1.11 认知升级: 雷厉风行、果断、速度、效率、敢作敢为、大胆、心细、脸皮厚才...

  • 2020-01-17

    2020-01-17 日精进打卡 姓名:彭新 宁波蓝天白云供应链管理有限公司 【日精进打卡第655天】 【知~学习...

  • 2020-01-17

    2020-01-17 早些听过“聚光灯效应”,教会我自己做正确的事,现在就是一切。现在我们擅长憧憬,向往幻想,却又...

  • 春节前论“福”字

    福兴天下 字数 637 · 阅读 0 2020-01-17 20:27 发现有很多家庭或单位总爱把福字倒着贴,说是...

  • 2020-01-17.第一个arduino程序,控制8x8点阵屏

    Title: 第一个arduino程序,控制8x8点阵屏[2020-01-17] 想用芯片控制屏幕输出点内容,查了...

网友评论

      本文标题:2020-01-17

      本文链接:https://www.haomeiwen.com/subject/gwthzctx.html