Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » EngineTask.setParameterValue is becoming NULL
EngineTask.setParameterValue is becoming NULL [message #202130] Tue, 21 November 2006 15:26 Go to next message
Lavanya Pinnamareddy is currently offline Lavanya PinnamareddyFriend
Messages: 81
Registered: July 2009
Member
Hi all ,
I'm using BIRT 2_1_1.
I'm using BIRT reports in my application
log level in web.xml is "FINEST"

when i'm trying to access HTML format i'm getting this in the log file.

org.eclipse.birt.report.engine.api.impl.ReportEngine
createGetParameterDefinitionTask
FINE: ReportEngine.createGetParameterDefinitionTask:
reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@5761f9
Nov 21, 2006 8:49:35 PM org.eclipse.birt.report.engine.api.impl.EngineTask
setAppContext
FINE: EngineTask.setAppContext: context=

is something not going correctly??

PDF foramt is working fine for me.

any clue??



--
Thanks
Lavanya PinnamaReddy
Re: EngineTask.setParameterValue is becoming NULL [message #202160 is a reply to message #202130] Tue, 21 November 2006 18:02 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Lavanya,

Is this just using the default Web Viewer example or are you using code?
If you are using the Web Viewer what does your URL look like?

Jason

"lavanya" <lavanya@pramati.com> wrote in message
news:ejv5rp$1ql$1@utils.eclipse.org...
> Hi all ,
> I'm using BIRT 2_1_1.
> I'm using BIRT reports in my application
> log level in web.xml is "FINEST"
>
> when i'm trying to access HTML format i'm getting this in the log file.
>
> org.eclipse.birt.report.engine.api.impl.ReportEngine
> createGetParameterDefinitionTask
> FINE: ReportEngine.createGetParameterDefinitionTask:
> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@5761f9
> Nov 21, 2006 8:49:35 PM org.eclipse.birt.report.engine.api.impl.EngineTask
> setAppContext
> FINE: EngineTask.setAppContext: context=
>
> is something not going correctly??
>
> PDF foramt is working fine for me.
>
> any clue??
>
>
>
> --
> Thanks
> Lavanya PinnamaReddy
>
Re: EngineTask.setParameterValue is becoming NULL [message #202344 is a reply to message #202160] Wed, 22 November 2006 04:40 Go to previous messageGo to next message
Lavanya Pinnamareddy is currently offline Lavanya PinnamareddyFriend
Messages: 81
Registered: July 2009
Member
Jason,
I'm using default WebViewer example
URL looks like this...
http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=html
http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=pdf


"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:ejvev8$j10$1@utils.eclipse.org...
> Lavanya,
>
> Is this just using the default Web Viewer example or are you using code?
> If you are using the Web Viewer what does your URL look like?
>
> Jason
>
> "lavanya" <lavanya@pramati.com> wrote in message
> news:ejv5rp$1ql$1@utils.eclipse.org...
>> Hi all ,
>> I'm using BIRT 2_1_1.
>> I'm using BIRT reports in my application
>> log level in web.xml is "FINEST"
>>
>> when i'm trying to access HTML format i'm getting this in the log file.
>>
>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>> createGetParameterDefinitionTask
>> FINE: ReportEngine.createGetParameterDefinitionTask:
>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@5761f9
>> Nov 21, 2006 8:49:35 PM
>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>> FINE: EngineTask.setAppContext: context=
>>
>> is something not going correctly??
>>
>> PDF foramt is working fine for me.
>>
>> any clue??
>>
>>
>>
>> --
>> Thanks
>> Lavanya PinnamaReddy
>>
>
>
Re: EngineTask.setParameterValue is becoming NULL [message #202457 is a reply to message #202344] Wed, 22 November 2006 15:48 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Try
http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&__format=html

Jason

"lavanya" <lavanya@pramati.com> wrote in message
news:ek0kcn$4cc$1@utils.eclipse.org...
> Jason,
> I'm using default WebViewer example
> URL looks like this...
> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=html
> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=pdf
>
>
> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
> news:ejvev8$j10$1@utils.eclipse.org...
>> Lavanya,
>>
>> Is this just using the default Web Viewer example or are you using code?
>> If you are using the Web Viewer what does your URL look like?
>>
>> Jason
>>
>> "lavanya" <lavanya@pramati.com> wrote in message
>> news:ejv5rp$1ql$1@utils.eclipse.org...
>>> Hi all ,
>>> I'm using BIRT 2_1_1.
>>> I'm using BIRT reports in my application
>>> log level in web.xml is "FINEST"
>>>
>>> when i'm trying to access HTML format i'm getting this in the log file.
>>>
>>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>>> createGetParameterDefinitionTask
>>> FINE: ReportEngine.createGetParameterDefinitionTask:
>>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@5761f9
>>> Nov 21, 2006 8:49:35 PM
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>> FINE: EngineTask.setAppContext: context=
>>>
>>> is something not going correctly??
>>>
>>> PDF foramt is working fine for me.
>>>
>>> any clue??
>>>
>>>
>>>
>>> --
>>> Thanks
>>> Lavanya PinnamaReddy
>>>
>>
>>
>
>
Re: EngineTask.setParameterValue is becoming NULL [message #202617 is a reply to message #202457] Thu, 23 November 2006 05:58 Go to previous messageGo to next message
Lavanya Pinnamareddy is currently offline Lavanya PinnamareddyFriend
Messages: 81
Registered: July 2009
Member
Same Error Jason. NO change.
Here i'm attching the log file.
any more clues??


"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:ek1rgf$ojh$1@utils.eclipse.org...
> Try
> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&__format=html
>
> Jason
>
> "lavanya" <lavanya@pramati.com> wrote in message
> news:ek0kcn$4cc$1@utils.eclipse.org...
>> Jason,
>> I'm using default WebViewer example
>> URL looks like this...
>> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=html
>> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=pdf
>>
>>
>> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
>> news:ejvev8$j10$1@utils.eclipse.org...
>>> Lavanya,
>>>
>>> Is this just using the default Web Viewer example or are you using code?
>>> If you are using the Web Viewer what does your URL look like?
>>>
>>> Jason
>>>
>>> "lavanya" <lavanya@pramati.com> wrote in message
>>> news:ejv5rp$1ql$1@utils.eclipse.org...
>>>> Hi all ,
>>>> I'm using BIRT 2_1_1.
>>>> I'm using BIRT reports in my application
>>>> log level in web.xml is "FINEST"
>>>>
>>>> when i'm trying to access HTML format i'm getting this in the log file.
>>>>
>>>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>>>> createGetParameterDefinitionTask
>>>> FINE: ReportEngine.createGetParameterDefinitionTask:
>>>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@5761f9
>>>> Nov 21, 2006 8:49:35 PM
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>> FINE: EngineTask.setAppContext: context=
>>>>
>>>> is something not going correctly??
>>>>
>>>> PDF foramt is working fine for me.
>>>>
>>>> any clue??
>>>>
>>>>
>>>>
>>>> --
>>>> Thanks
>>>> Lavanya PinnamaReddy
>>>>
>>>
>>>
>>
>>
>
>


Re: EngineTask.setParameterValue is becoming NULL [message #203046 is a reply to message #202617] Mon, 27 November 2006 15:55 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

What app server are you using?

Jason

"lavanya" <lavanya@pramati.com> wrote in message
news:ek3db2$vi1$1@utils.eclipse.org...
> Same Error Jason. NO change.
> Here i'm attching the log file.
> any more clues??
>
>
> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
> news:ek1rgf$ojh$1@utils.eclipse.org...
>> Try
>> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&__format=html
>>
>> Jason
>>
>> "lavanya" <lavanya@pramati.com> wrote in message
>> news:ek0kcn$4cc$1@utils.eclipse.org...
>>> Jason,
>>> I'm using default WebViewer example
>>> URL looks like this...
>>> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=html
>>> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=pdf
>>>
>>>
>>> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
>>> news:ejvev8$j10$1@utils.eclipse.org...
>>>> Lavanya,
>>>>
>>>> Is this just using the default Web Viewer example or are you using
>>>> code?
>>>> If you are using the Web Viewer what does your URL look like?
>>>>
>>>> Jason
>>>>
>>>> "lavanya" <lavanya@pramati.com> wrote in message
>>>> news:ejv5rp$1ql$1@utils.eclipse.org...
>>>>> Hi all ,
>>>>> I'm using BIRT 2_1_1.
>>>>> I'm using BIRT reports in my application
>>>>> log level in web.xml is "FINEST"
>>>>>
>>>>> when i'm trying to access HTML format i'm getting this in the log
>>>>> file.
>>>>>
>>>>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>>>>> createGetParameterDefinitionTask
>>>>> FINE: ReportEngine.createGetParameterDefinitionTask:
>>>>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@5761f9
>>>>> Nov 21, 2006 8:49:35 PM
>>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>>> FINE: EngineTask.setAppContext: context=
>>>>>
>>>>> is something not going correctly??
>>>>>
>>>>> PDF foramt is working fine for me.
>>>>>
>>>>> any clue??
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thanks
>>>>> Lavanya PinnamaReddy
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
>
Re: EngineTask.setParameterValue is becoming NULL [message #203217 is a reply to message #203046] Tue, 28 November 2006 05:35 Go to previous message
Lavanya Pinnamareddy is currently offline Lavanya PinnamareddyFriend
Messages: 81
Registered: July 2009
Member
Pramati application server.
I tested WebViewerExample. it works fine for both HTML and PDF views.
I don't think any issues with the app server.
Only problem i suspect is configuration issue , due to which it's not able
to get target service.

"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:ekf1pb$g6l$1@utils.eclipse.org...
> What app server are you using?
>
> Jason
>
> "lavanya" <lavanya@pramati.com> wrote in message
> news:ek3db2$vi1$1@utils.eclipse.org...
>> Same Error Jason. NO change.
>> Here i'm attching the log file.
>> any more clues??
>>
>>
>> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
>> news:ek1rgf$ojh$1@utils.eclipse.org...
>>> Try
>>> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&__format=html
>>>
>>> Jason
>>>
>>> "lavanya" <lavanya@pramati.com> wrote in message
>>> news:ek0kcn$4cc$1@utils.eclipse.org...
>>>> Jason,
>>>> I'm using default WebViewer example
>>>> URL looks like this...
>>>> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=html
>>>> http://localhost:8181/pms/frameset?__report=/AgingByVersion. rptdesign&&__format=pdf
>>>>
>>>>
>>>> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
>>>> news:ejvev8$j10$1@utils.eclipse.org...
>>>>> Lavanya,
>>>>>
>>>>> Is this just using the default Web Viewer example or are you using
>>>>> code?
>>>>> If you are using the Web Viewer what does your URL look like?
>>>>>
>>>>> Jason
>>>>>
>>>>> "lavanya" <lavanya@pramati.com> wrote in message
>>>>> news:ejv5rp$1ql$1@utils.eclipse.org...
>>>>>> Hi all ,
>>>>>> I'm using BIRT 2_1_1.
>>>>>> I'm using BIRT reports in my application
>>>>>> log level in web.xml is "FINEST"
>>>>>>
>>>>>> when i'm trying to access HTML format i'm getting this in the log
>>>>>> file.
>>>>>>
>>>>>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>>>>>> createGetParameterDefinitionTask
>>>>>> FINE: ReportEngine.createGetParameterDefinitionTask:
>>>>>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@5761f9
>>>>>> Nov 21, 2006 8:49:35 PM
>>>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>>>> FINE: EngineTask.setAppContext: context=
>>>>>>
>>>>>> is something not going correctly??
>>>>>>
>>>>>> PDF foramt is working fine for me.
>>>>>>
>>>>>> any clue??
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thanks
>>>>>> Lavanya PinnamaReddy
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>
Previous Topic:escape word for "%"
Next Topic:Problems with a custom dataSetPage
Goto Forum:
  


Current Time: Wed Jan 15 08:58:13 GMT 2025

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

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

Back to the top