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.
Run into a problem that Apache TomCat has stopped working. After doing some research discoveed that TomCat does not automatically start on boot up. I did go to TomCat configuration and clicked on the START button but nothing happens. Looking around find a log file and noticed the following error:
Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/ObjectThis message has been edited. Last edited by: Jeff_Rowland,
It may be the issue with the Java not referenced properly in tomcat. Try to run the Tomcat in Command Line by going to the folder where you installed your tomcat directory.
2. To start the Tomcat automatically when you login to your machine. Goto Control Panel --> Administrative Tools --> Services --> Apache Tomcat and right click select the option Automatic it might set as manual now.
Hope it helps,
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
You did not mention when you noticed Tomcat wasn't working anymore. Was this after upgrade, or initial install, or did it just happen out of the blue (which of course never happens, because something must have changed, only you did not notice it)? It may be that the java version you're using is not 100% compatible with the tomcat version, or not all paths to java (and/or java parts) have been set up correctly, or ....
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
After removing and reinstalling Apache Tomcat without any success I downloaded and reinstalled Java Version 6, Update 12 and Apache Tomcat is now working correctly.
Frustrating at times but a good learning experience!