When accessing Dashboards/Reports in Oracle Business Intelligence, you may see the below error.
Error Generating Chart
An error occurred during execution of "connect". Connection refused [Socket:30]
Error Details
Error Codes: ETI2U8FA
The cause of this error is that either the JavaHost process for Chart Server not running, or you have change the JavaHost Port number but forgot to update the instanceconfig.xml file with the new port.
Please note that if you change the JavaHost port number (default 9810) in config.xml file of JavaHost, you also need to update the instanceconfig.xml file of Analytics Web Server with the new port. The new name-value pair you need to add is as follows.
<JavaHostProxy>
<Hosts><Host address="myhost.domain.com" port="newport>" /></Hosts>
</JavaHostProxy>
Monday, May 5, 2008
Subscribe to:
Post Comments (Atom)
6 comments:
Excellent, problem fixed in a flash thanks to you and Google.
Thank you Tommy, perfect fix for an annoying problem.
Amazing Fix !!!
hi,
how to know whats the port java is using? in already setup environment?
Thanks
thx man , fixed in a flash of a second !!!!!
It is not the same case for which you have provided the solution We have not changed the port number in the instance.xml file.It is the default as 9810.We are able to see the graph from other machines but getting the same error when trying to access the report from the browser of the same machine.
Post a Comment