• ireport(1.2.7)的IllegalAccessError异常


    IllegalAccessError异常:

    Exception in thread "main" java.lang.IllegalAccessError: tried to access class i
    t.businesslogic.ireport.plugin.checkupdate.CheckUpdate$1 from class it.businessl
    ogic.ireport.plugin.checkupdate.CheckUpdate
            at it.businesslogic.ireport.plugin.checkupdate.CheckUpdate.call(CheckUpd
    ate.java:56)
            at it.businesslogic.ireport.gui.MainFrame.loadPlugins(MainFrame.java:956
    9)
            at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:738)
            at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:7299)
    

    解压目录:

    启动异常:

    原因:

    加载plugin时,无法加载checkupdate.xml成功。执行it.businesslogic.ireport.plugin.checkupdate.CheckUpdate报错。

    处理办法1:

    找到checkupdate.xml,关闭ireport后,将它删除掉再重启ireport后发现已经没有这个错误了
    

    处理办法2:

    找到checkupdate.xml,关闭ireport后,配置loadOnStartup为false再重启ireport后发现已经没有这个错误了
    


    猜想:之前使用正常,电脑就杀死过一个80端口相关的进程。
    执行失败原因???

  • 相关阅读:
    axios拦截器
    Vue路由守卫
    HTML横向滚动条和文本超出显示三个小圆点
    Vue用户名vuex和localStorage双向存储
    javaScript Es6数组与对象的实例方法
    使用vue实现复选框单选多选
    正则表达式常用字符
    jest函数单元测试
    ts中的类
    ts中接口的用法
  • 原文地址:https://www.cnblogs.com/HittheRoad/p/11730970.html
Copyright © 2020-2023  润新知