XML Source TAB - BIRT 2.6

smgomes
edited February 11, 2022 in Analytics #1
Hi,

recently i upgrade my BIRT version 2.3 to 2.6 and now i'm getting an error when i try to access to XML Source TAB. :(

I'm using Eclipse Helius + BIRT 2.6, i have 2 plugins:

1) My RCP Application
2) BIRT plugin (downloaded from CVS)

Can you help me? Thanks

ERROR LOG (Eclipse IDE Console):

java.lang.NullPointerException
at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3387)
at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:432)
at org.eclipse.wst.sse.ui.StructuredTextEditor.createPartControl(StructuredTextEditor.java:1451)
at org.eclipse.birt.report.designer.ui.editor.pages.xml.ReportXMLSourceEditorFormPage.createPartControl(ReportXMLSourceEditorFormPage.java:498)
at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)
at org.eclipse.birt.report.designer.ui.editors.AbstractMultiPageEditor.pageChange(AbstractMultiPageEditor.java:30)
at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.pageChange(MultiPageReportEditor.java:827)
at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:290)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:774)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2743)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1429)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:257)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at rcpcolibri.ui.workbench.actions.OpenPreferencePageAction.run(OpenPreferencePageAction.java:91)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at rcpcolibri.Application.start(Application.java:57)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Warning No formatter is installed for the format ipb

Comments

  • smgomes
    edited December 31, 1969 #2
    My reports were created with version 2.3, when i save my reports in version 2.6 the tag "Created By" changes to:

    Eclipse BIRT Designer Version 2.6.0.v20100531 Build <2.6.0.v20100609-1613>

    I can see the TABS: Layout / Master Page / Script but when i click on XML Source i get the error.

    any suggestions? Thanks.
    Warning No formatter is installed for the format ipb
  • thuston
    edited December 31, 1969 #3
    Might just be a bad install. Does it work with new reports?
  • smgomes
    edited December 31, 1969 #4
    <blockquote class='ipsBlockquote' data-author="'thuston'" data-cid="68298" data-time="1284041713" data-date="09 September 2010 - 07:15 AM"><p>
    Might just be a bad install. Does it work with new reports?<br /></p></blockquote>
    <br />
    Thanks for the reply,<br />
    <br />
    If the template is created with the BIRT Report Designer 2.6 and imported for my application, it does not work, the Tab Source XML doesn't open...<br />
    <br />
    My old reports in BIRT Report Designer 2.6 works, i can see the XML if i click on Source XML tab.<br />
    <br />
    Plugins missed in Eclipse Helius? :S i have already installed BIRT 2.6 Framework. At my Product file configuration i have all the plugins related with BIRT to run my application.
    Warning No formatter is installed for the format ipb
  • smgomes
    edited December 31, 1969 #5
    @thuston Tahnks for the reply once again.

    Bad configuration at my Product Application in Eclipse, with certain plug-ins i get the error.

    Problem solved. Thanks
    Warning No formatter is installed for the format ipb