'birtutility' is undefined [message #730291] |
Wed, 28 September 2011 01:27  |
Eclipse User |
|
|
|
Hi,
I am using BIRT ECLIPSE VERSION 2010 in windows 7 (with 1GB RAM) with IE8 in
compatible mode as my project doesn't support IE8.
Few days back the report tool was working fine.
However, I am getting some error from the last two days
The error shown by the Browser is:
Webpage error details
Message: 'Constants' is undefined
Line: 1958
Char: 2
Code: 0
Message: 'Constants' is undefined
Line: 1980
Char: 5
Code: 0
Message: Object expected
Line: 2024
Char: 3
Code: 0
Message: 'birtUtility' is undefined
Line: 2048
Char: 4
Code: 0
But I didn't made any changes in the birtutility.js or any other file.
I am attaching the screen shot foe reference.
|
|
|
|
|
|
|
|
Re: 'birtutility' is undefined [message #768011 is a reply to message #765750] |
Mon, 19 December 2011 06:39   |
Eclipse User |
|
|
|
Hi,
Is there any solution to this issue ?
I am getting the same error and same screen like originally posted by Vivek (birtError.png)
My environment:
Application server is JBoss 5.1-GA,
Fronted by an Apache httpd server (using mod_jk)
BIRT report viewer: I think the same as what has been mentioned by others in this post. (I do not how to find that out, please explain)
Further to this, my reports work fine when viewed with a local I.P address, eg. 10.0.1.9 (that is inside the local network), but when viewed using the registered domain (e.g. https://www.mydomain.com/reports) , it shows up as originally described by Vivek.
I did a bit of debugging and found,
the URL of the image, is something like
https://online.sai.org.in/frameset?__id=birtViewer&__report=%2FWEB-INF%2Freport%2FOnline_Transaction_History.rptdesign&__masterpage=true&__format=html
Using developer tools (firebug) found the element to be:
<input name="parameter" title="Run report" class="birtviewer_clickable" type="image" alt="Run report" src="birt/images/Report_parameters.gif"/>
if I replace the src parameter with the fully qualified path;
meaning src='https://online.sai.org.in/webcontent/birt/images/Report_parameters.gif'
the image is displayed.
Can somebody shed some light on this/ give me a few pointers ?
thank you,
Jeevan
|
|
|
Re: 'birtutility' is undefined [message #768139 is a reply to message #768011] |
Mon, 19 December 2011 11:39  |
Eclipse User |
|
|
|
Jeevan,
Look over this thread.
http://www.birt-exchange.org/org/forum/index.php/topic/21462-networking-problem-with-birt-generated-resource-urls/
Jason
On 12/19/2011 6:40 AM, Jeevan Sunkersett wrote:
> Hi,
>
> Is there any solution to this issue ?
>
> I am getting the same error and same screen like originally posted by
> Vivek (birtError.png)
>
> My environment:
> Application server is JBoss 5.1-GA, Fronted by an Apache httpd server
> (using mod_jk)
> BIRT report viewer: I think the same as what has been mentioned by
> others in this post. (I do not how to find that out, please explain)
>
>
> Further to this, my reports work fine when viewed with a local I.P
> address, eg. 10.0.1.9 (that is inside the local network), but when
> viewed using the registered domain (e.g.
> https://www.mydomain.com/reports) , it shows up as originally described
> by Vivek.
>
> I did a bit of debugging and found,
> the URL of the image, is something like
>
> https://online.sai.org.in/frameset?__id=birtViewer&__report=%2FWEB-INF%2Freport%2FOnline_Transaction_History.rptdesign&__masterpage=true&__format=html
>
>
> Using developer tools (firebug) found the element to be:
>
> <input name="parameter" title="Run report" class="birtviewer_clickable"
> type="image" alt="Run report" src="birt/images/Report_parameters.gif"/>
>
> if I replace the src parameter with the fully qualified path; meaning
> src='https://online.sai.org.in/webcontent/birt/images/Report_parameters.gif'
>
>
> the image is displayed.
>
> Can somebody shed some light on this/ give me a few pointers ?
>
> thank you,
> Jeevan
>
>
>
>
>
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.06030 seconds