开发者

Error received when installing Grails birt-report plugin

开发者 https://www.devze.com 2023-01-16 08:46 出处:网络
I want to use BIRT Report on Grails, but when I install the birt-report plugin, it is not complete and returns an error. Can you help me with BIRT Reports and showing the BIRT Report Viewer on a GSP P

I want to use BIRT Report on Grails, but when I install the birt-report plugin, it is not complete and returns an error. Can you help me with BIRT Reports and showing the BIRT Report Viewer on a GSP Page?

This error :

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-repor开发者_如何学JAVAt-1.0


Looks like this is a bug with the plugin and how it instructs Grails to get the appropriate package. I tried installing it as well and received the same error:

> 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

It appears that the package it's trying to access (R-R1-2_5_0-200906180630) isn't available here.

You can report a bug with the plugin here.

Edit:

Looks like you (or somebody) did report a bug, and it apparently has been fixed.

0

精彩评论

暂无评论...
验证码 换一张
取 消