2010-09-15 39 views
0

我想使用BIRT Report on Grails,但是當我安裝birt-report插件時,它不完整並返回錯誤。您可以幫助我使用BIRT報告並在GSP頁面上顯示BIRT報告查看器嗎?安裝Grails birt-report插件時收到錯誤

此錯誤:

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 

回答

0

看起來這是插件中的錯誤,以及它如何指示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,並且它顯然已得到修復。