Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-news] BIRT Runtime 2_1_3 Error

Title: BIRT Runtime 2_1_3 Error

I imported the birt.war from the birt_runtime_2_1_3 download into my eclipse environment . 
When I serve the index.jsp page, it works. 

When I attempt to execute the "View Example" link, I get the following error:

    [10/9/07 9:24:51:853 PDT] 00000026 ServletWrappe E   SRVE0068E: Could not invoke the service() method on servlet ViewerServlet. Exception thrown : java.lang.NoSuchMethodError: com.ibm.icu.util.UResourceBundle: method getBundleInstance(Ljava/lang/String;Lcom/ibm/icu/util/ULocale;Ljava/lang/ClassLoader;)Lcom/ibm/icu/util/UResourceBundle; not found

            at org.eclipse.birt.core.i18n.ResourceHandle.<init>(ResourceHandle.java:82)
            at org.eclipse.birt.core.i18n.ResourceHandle.<init>(ResourceHandle.java:93)
            at org.eclipse.birt.report.resource.ViewerResourceHandle.<init>(Unknown Source)
            at org.eclipse.birt.report.resource.BirtResources.getResourceHandle(Unknown Source)
            at org.eclipse.birt.report.resource.BirtResources.getMessage(Unknown Source)
            at org.eclipse.birt.report.context.ViewerAttributeBean.__init(Unknown Source)
            at org.eclipse.birt.report.context.BaseAttributeBean.init(Unknown Source)
            at org.eclipse.birt.report.context.ViewerAttributeBean.<init>(Unknown Source)
            at org.eclipse.birt.report.context.BirtContext.__init(Unknown Source)
            at org.eclipse.birt.report.context.BaseContext.<init>(Unknown Source)
            at org.eclipse.birt.report.context.BirtContext.<init>(Unknown Source)
            at org.eclipse.birt.report.servlet.ViewerServlet.__getContext(Unknown Source)
            at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doGet(Unknown Source)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
            at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:673)
            at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2933)
            at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:221)
            at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
            at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1912)
            at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
            at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101)
            at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
            at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
            at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
            at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
            at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1462)


    Anyone have any idea why?


Skip Strickland, Analyst
Information Access Group
Costco WHOLESALE
(425) 313-2521
sstrickland@xxxxxxxxxx



Back to the top