【问题标题】:Error received when installing Grails birt-report plugin安装 Grails birt-report 插件时收到错误
【发布时间】:2010-09-15 03:47:27
【问题描述】:

我想在 Grails 上使用 BIRT Report,但是当我安装 birt-report 插件时,它不完整并返回错误。您能帮我处理 BIRT 报告并在 GSP 页面上显示 BIRT 报告查看器吗?

这个错误:

Installing BIRT v2.5.0 OSGI Platform libraries into C:/Users/Dev/.grails/1.3.4/projects/TestBirt/plugins/birt-report-1.0/lib ...
  [get] Getting: http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip
  [get] To: C:\Users\Dev\.grails\1.3.4\download\birt-runtime-2_5_0.zip
  [get] Error opening connection java.io.FileNotFoundException: http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip
  [get] Error opening connection java.io.FileNotFoundException: http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip
  [get] Error opening connection java.io.FileNotFoundException: http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip
  [get] Can't get http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip to C:\Users\Dev\.grails\1.3.4\download\birt-runtime-2_5_0.zip
Error installing plugin: Can't get http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip to C:\Users\Dev\.grails\1.3.4\download\birt-runtime-2_5_0.zip
  [delete] Deleting directory C:\Users\Dev\.grails\1.3.4\projects\TestBirt\plugins\birt-report-1.0

【问题讨论】:

    标签: java grails birt


    【解决方案1】:

    看起来这是插件的一个错误,以及它如何指示 Grails 获取适当的包。我也尝试安装它并收到相同的错误:

    > grails install-plugin birt-report
    ...
    Installing BIRT v2.5.0 OSGI Platform libraries into /root/.grails/1.2.3/projects/robapp/plugins/birt-report-1.0/lib ...
          [get] Getting: http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip
          [get] To: /root/.grails/1.2.3/download/birt-runtime-2_5_0.zip
          [get] Error opening connection java.io.FileNotFoundException: http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip
          [get] Error opening connection java.io.FileNotFoundException: http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip
          [get] Error opening connection java.io.FileNotFoundException: http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip
          [get] Can't get http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip to /root/.grails/1.2.3/download/birt-runtime-2_5_0.zip
    : Can't get http://mirror.netcologne.de/eclipse/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-runtime-2_5_0.zip to /root/.grails/1.2.3/download/birt-runtime-2_5_0.zip
    

    它试图访问的包 (R-R1-2_5_0-200906180630) 似乎不可用here

    您可以使用插件here 报告错误。

    编辑

    看起来你(或某人)确实报告了a bug,而且它显然已得到修复。

    【讨论】:

      猜你喜欢
      • 2012-12-25
      • 1970-01-01
      • 1970-01-01
      • 2011-11-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多