Skip to main content



      Home
Home » Archived » BIRT » $NO-RB$ No Context associated with current Thread
$NO-RB$ No Context associated with current Thread [message #87075] Thu, 03 November 2005 10:43 Go to next message
Eclipse UserFriend
If I use following code in the script area of the chart builder:

function beforeDrawDataPoint(dataPointHints, label)
{
importPackage(Packages.javax.swing);
frame = new JFrame("TEST");
frame.setBounds(310, 220, 300, 20);
frame.show();
}

and run the report the frames are opened as often as I have bars but an
error message appears in the viewer log:

03.11.2005 16:38:01 org.eclipse.birt.chart.log.impl.JavaUtilLoggerImpl log
GRAVE: Exception
org.eclipse.birt.chart.exception.ChartException: $NO-RB$ No Context
associated with current Thread

How can I get rd of it?

Thanks for help!
Re: $NO-RB$ No Context associated with current Thread [message #87120 is a reply to message #87075] Thu, 03 November 2005 10:53 Go to previous messageGo to next message
Eclipse UserFriend
Please file a bugzilla entry for this problem at
https://bugs.eclipse.org/bugs/

Thanks,

David

"Mr. Burns" <Mr._Burns@web.de> wrote in message
news:dkdb6m$i3k$1@news.eclipse.org...
> If I use following code in the script area of the chart builder:
>
> function beforeDrawDataPoint(dataPointHints, label)
> {
> importPackage(Packages.javax.swing);
> frame = new JFrame("TEST");
> frame.setBounds(310, 220, 300, 20);
> frame.show();
> }
>
> and run the report the frames are opened as often as I have bars but an
> error message appears in the viewer log:
>
> 03.11.2005 16:38:01 org.eclipse.birt.chart.log.impl.JavaUtilLoggerImpl log
> GRAVE: Exception
> org.eclipse.birt.chart.exception.ChartException: $NO-RB$ No Context
> associated with current Thread
>
> How can I get rd of it?
>
> Thanks for help!
>
Re: $NO-RB$ No Context associated with current Thread [message #87371 is a reply to message #87120] Fri, 04 November 2005 03:44 Go to previous message
Eclipse UserFriend
Hello David,

I did report a bug now:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=115034
Previous Topic:Reloading of classes for scripted data sources
Next Topic:Stored Procedures Report
Goto Forum:
  


Current Time: Sat May 10 17:54:41 EDT 2025

Powered by FUDForum. Page generated in 0.03092 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top