As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
We recently migrated our servers from WF 7.1.4 to 7.6.11. However after migrations, our front end application using report caster API stopped working. application logger showed, it hung on connecting to report caster server.
I know there has been a change of report caster libraries from 7.1.x version, so I included the new libraries (all the 3) and re-compiled the application. After re-compilation, it no-longer hangs connection but throws the error unable to connect to distribution server, make sure its running. The application is using CasterManagedConnectionFactory() and I've compared the documentation, there has been no change in the function definition or usage coming from 7.1.x
I checked RC configuration and ports and they are fine because when I do telnet RCHOST RCPORT I get the standard ¼φ so that means RC config is OK
Any ideas what might be causing the app not to connect, especially since its running fine on 714?This message has been edited. Last edited by: Kerry,
Developer Studio 7.6.11 Windows Output Format: HTML, Excel, PDF
Can you log into ReportCaster outside of the API calls?
In 714, if ReportCaster couldn't connect to the database it wouldn't start at all.
In 7611, it will start in "Console Only Mode". As a result there will be a listener, but it won't fully be running.
If I remember correctly the API error codes for the distribution server being in console only mode are not very descriptive, and simply make it sound like the distribution server is down.
Assuming that ReportCaster is working properly outside of the API calls, I'd start by getting ReportCaster Servlet and Distribution Server traces and see if there is anything useful within them.
^Thanks for the reply.. Well yes, I certainly can login reportcaster from Dashboard link.
I looked at ReportCaster logs and server traces found nothing useful there. There is some activity in console trace, but I couldn't relate it to any use.
However my local tomcat (on which the application is deployed) shows this error in tomcat window.
quote:
Unable to establish connection to ReportCaster repository. Contact your ReportCaster Administrator. WebFocus Server EDAUNIX Initialization Error (java.lang.ClassNotFoundException: ibi.jlink.EdaDriver)
I worked with RC admin, but he couldn't find any problems on server. Could it be the whats causing all this and where do it start fixing it?
Developer Studio 7.6.11 Windows Output Format: HTML, Excel, PDF