[ 
https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707373#action_12707373
 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

What version of Birt runtime have these instructions been based on?  I have 
just tried with 2.3.2.1 and I am receiving the following error when accessing 
https://localhost/birt/control/main:

java.lang.NoSuchMethodError: 
com.ibm.icu.util.UResourceBundle.getBundleInstance(Ljava/lang/String;Lcom/ibm/icu/util/ULocale;Ljava/lang/ClassLoader;)Lcom/ibm/icu/util/UResourceBundle;
        
org.eclipse.birt.chart.reportitem.i18n.Messages.<clinit>(Messages.java:30)
        
org.eclipse.birt.chart.reportitem.ChartReportItemImpl.validate(ChartReportItemImpl.java:739)
        
org.eclipse.birt.report.model.api.validators.ExtensionValidator.doValidate(ExtensionValidator.java:138)
        
org.eclipse.birt.report.model.api.validators.ExtensionValidator.validate(ExtensionValidator.java:80)
        
org.eclipse.birt.report.model.validators.ValidationNode.perform(ValidationNode.java:133)
        
org.eclipse.birt.report.model.validators.ValidationExecutor.perform(ValidationExecutor.java:77)
        
org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2057)
        
org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2095)
        
org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2087)
        
org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2095)
        
org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2067)
        
org.eclipse.birt.report.model.core.Module.semanticCheck(Module.java:1388)
        org.eclipse.birt.report.model.core.Module.doClone(Module.java:824)
        
org.eclipse.birt.report.model.api.ModuleHandle.copy(ModuleHandle.java:3287)
        
org.eclipse.birt.report.engine.api.impl.ReportRunnable.cloneRunnable(ReportRunnable.java:209)
        
org.eclipse.birt.report.engine.api.impl.EngineTask.prepareDesign(EngineTask.java:1346)
        
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:88)
        
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:72)
        org.ofbiz.birt.BirtWorker.exportReport(BirtWorker.java:109)
        org.ofbiz.webapp.view.BirtViewHandler.render(BirtViewHandler.java:67)
        
org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:643)
        
org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:427)
        org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:189)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
        org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:248)


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from 
> http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to 
> hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties 
> to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container 
> container like this
> <container name="birt-container" 
> class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to