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 - SOLUTION


I'll look into it.  Thanks.

Todd Singleton
Software Engineer, Tivoli, IBM
Menlo Park, CA
email: toddsing@xxxxxxxxxx



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

07/31/2007 04:33 AM

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

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






Thanks Khan!



After replacing the rhino1_5R5_js.jar with the js.jar from the aperi.reporting WEB-INF/lib folder and changing the references in the common build-path and the plugin manifest as suggested the exception disappeared and the Dashboard comes up.


Maybe this also solves the Dashboard issue in the binary build?

I have no binary build installed but this can be easily tested by overwriting the rhino1_5R5_js.jar in the aperi.common plugin folder with the js.jar from the aperi.reporting plugin and restarting the GUI. Any volunteers?


I found a lot of references to the rhino-jar file in the build.xml files of all Aperi projects, so I hesitate to check in the changes to the common project, I  just wanted to confirm that I need to update all of the other files in the other plugins and there no more dependencies for the build process.




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


aperi-dev-bounces@xxxxxxxxxxx wrote on 31.07.2007 01:29:24:

>
> I think the exception Christoph encountered can be resolved by
> replacing org.eclipse.aperi.common/rhino1_5R5_js.jar with the js.jar
> file from the BIRT 2.2 distribution and updating the org.eclipse.
> aperi.common plugin manifest accordingly.
>
> Regards,
> Khan Tasinga
> IBM Tivoli Software Engineer (Storage Management Development)
>


>
> Dave Wolfe/Portland/IBM@IBMUS
> Sent by: aperi-dev-bounces@xxxxxxxxxxx
> 07/30/2007 11:22 AM
>
> Please respond to
> Aperi Development <aperi-dev@xxxxxxxxxxx>

>
> To

>
> Aperi Development <aperi-dev@xxxxxxxxxxx>
>
> cc

>
> Aperi Development <aperi-dev@xxxxxxxxxxx>, aperi-dev-bounces@xxxxxxxxxxx
>
> Subject

>
> 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:
>
> Exception 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
> _______________________________________________
> aperi-dev mailing list
> aperi-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aperi-dev
> _______________________________________________
> aperi-dev mailing list
> aperi-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aperi-dev_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev

Attachment: smime.p7s
Description: Binary data


Back to the top