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.
Hi, I am getting following error while executing reports in Managed Reporting Environment.
An HTTP 500 error has been returned when attempting to communicate with the WebFOCUS web components. The application server log contains information on why this error has occurred. Contact your WebFOCUS Administrator or Information Builders Customer Support Services for further assistance.
I checked various many blogs for following error. I tried the suggested method. I deleted personal.xml file. But, it doesn't work out. Can somebody please suggest anything i can do to get it working.
Try to locate the servlet log file. It may contain some more information about what is going on. If you're using tomcat, it is located in tomcat's program directory, subdir logs. The error can be in any one of the files, most likely one is the stderr file. If something like this happens to me, first thing I do is to stop tomcat, delete all files in the logs directory, restart tomcat and reproduce the problem. That way you will have a fresh set of files to work with.
Hope this helps ...
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
I have tried HTTP 500 help. I deleted personal.xml file and checked again. But with no luck. JG, I am using Websphere application server and IHS server.
For issues like this, I would open a case with Technical Support. That's what they are there for.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
This error occurs for many different reasons, usually a coding issue. I would use the process of elimination. If it's a long program with many HOLD files before the final report, I'd stick a -EXIT after the first END staement. The the program works, move the -EXIT to after the next END, until you arrive to the piece of code that generates the error. Simplify that piece of code, then keep adding the lines back until the error occurs - you may then see what the problem is. On the other hand, could it be a timeout issue, the program running too long?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server