Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aperi-dev] Aperi Exception in Eclipse 3.3 IDE


Hmmm, this looks like a problem with the BIRT charting engine used to draw the charts that appear in the dashboard (and other places). Open a bugzilla and I'll add it to my worry list...

Dave Wolfe/Portland/IBM (dwolfe@xxxxxxxxxx) TL: 775-3376 Office: 503-578-3376 Personal: 503-329-3960

UI Technical Lead, Aperi Open Source Storage Management http://www.eclipse.org/aperi

"A good composer does not imitate; he steals." - Igor Stravinsky

 


Christoph Reichert <Christoph.Reichert@xxxxxxxxxx>
Sent by: aperi-dev-bounces@xxxxxxxxxxx

07/30/2007 10:37 AM

Please respond to
Aperi Development <aperi-dev@xxxxxxxxxxx>

To
Aperi Development <aperi-dev@xxxxxxxxxxx>
cc
Subject
[aperi-dev] Aperi Exception in Eclipse 3.3 IDE






Hello,



as mentioned in the development meeting I get the following exception  from the legacy GUI running the IDE and Aperi with Eclipse 3.3:


Ex
ception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/mozilla/_javascript_/RhinoException
       at org.eclipse.birt.chart.factory.Generator.build(
Generator.java:886)
       at org.eclipse.aperi.gui.charting.AperiEclipseChart.paint(
AperiEclipseChart.java:466)
       at javax.swing.JComponent.paintChildren(Unknown Source)

       at javax.swing.JComponent.paint(Unknown Source)

       at javax.swing.JComponent.paintChildren(Unknown Source)

       at javax.swing.JComponent.paint(Unknown Source)

       at javax.swing.JViewport.paint(Unknown Source)

       at javax.swing.JComponent.paintChildren(Unknown Source)

       at javax.swing.JComponent.paint(Unknown Source)

       at javax.swing.JComponent.paintChildren(Unknown Source)

       at javax.swing.JComponent.paint(Unknown Source)

       at javax.swing.JComponent.paintChildren(Unknown Source)

       at javax.swing.JComponent.paint(Unknown Source)

       at javax.swing.JComponent.paintChildren(Unknown Source)

       at javax.swing.JComponent.paint(Unknown Source)

       at javax.swing.JComponent.paintChildren(Unknown Source)

       at javax.swing.JSplitPane.paintChildren(Unknown Source)

       at javax.swing.JComponent.paint(Unknown Source)

       at javax.swing.JComponent.paintWithOffscreenBuffer(Unknown Source)

       at javax.swing.JComponent.paintDoubleBuffered(Unknown Source)

       at javax.swing.JComponent._paintImmediately(Unknown Source)

       at javax.swing.JComponent.paintImmediately(Unknown Source)

       at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)

       at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)

       at java.awt.event.InvocationEvent.dispatch(Unknown Source)

       at java.awt.EventQueue.dispatchEvent(Unknown Source)

       at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

       at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

       at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

       at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

       at java.awt.EventDispatchThread.run(Unknown Source)


I found the missing RhinoException class in the js.jar under /org.eclipse.aperi.reporting/web/birt-viewer/WEB-INF/lib/js.jar but the  AperiEclipseChart class is in the common project.

Maybe there is a dependency missing or the birt-jars in the common project (there us also a js jar named rhino1_5R5_js.jar) have the wrong version.



Anyone any thoughts how to resolve this?



Thanks in advance!




Mit freundlichen Grüßen, best regards

Christoph Reichert


Storage Software Development, Eclipse Aperi Project
IBM Deutschland, Mainz, Germany
Phone: +49-6131/84-5962, Fax: -6099
mailto:Christoph.Reichert@xxxxxxxxxx

IBM Deutschland GmbH
Vorsitzender des Aufsichtsrats: Hans Ulrich Maerki
Geschäftsführung: Martin Jetter (Vorsitzender), Rudolf Bauer, Christian Diedrich, Christoph Grandpierre, Matthias Hartmann, Thomas Fell, Michael Diemer
Sitz der Gesellschaft: Stuttgart
Registergericht: Amtsgericht Stuttgart, HRB 14562 WEEE-Reg.-Nr. DE 99369940[attachment "smime.p7s" deleted by Dave Wolfe/Portland/IBM]
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev


Back to the top