- This topic has 3 replies, 2 voices, and was last updated 16 years, 6 months ago by Loyal Water.
-
AuthorPosts
-
jaordonezMemberHi .
I created a Web project, and added JSF Capabilities, but when I Try to deploy to Tomcat 5.5.20, appears this while starting:
….
NFO: Desactivada la validación XML
15/05/2008 07:28:18 PM org.apache.catalina.core.StandardContext listenerStart
GRAVE: Excepción enviando evento inicializado de contexto a instancia de escuchador de clase com.sun.faces.config.ConfigureListener
java.lang.OutOfMemoryError: Java heap space
15/05/2008 07:28:18 PM org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
15/05/2008 07:28:18 PM org.apache.catalina.core.StandardContext start
GRAVE: Falló en arranque del Contexto [/ejemplo] debido a errores previos
…When I replace the libraries in the tomcat/webapps/application/WEB-INF/lib for the ones downloaded from sun, everithing Works fine, but I don’t know why it doesn’t work with the ones from myeclipse IDE, I tried with Tomcat 5.5.12, and the MyEclipse tomcat and I have the same problem, When started tomcat out of eclipse, whit the startup.bat, it works fine too, but when I started tomcat from eclipse I have the problem again.
When started the tomcat out of eclipse, whit
Thanks a lot.
Loyal WaterMemberCan you right click on your project and go to Run As > MyEclipse Server App and let me know if it runs successfully.
Can you go MyEclipe > Installation Summary > Installation Details and paste the information here for me.
Does your Tomcat 5.5 connector look something like this ?
https://www.genuitec.com/forums/topic/tomcat-5-what-does-a-configured-connector-look-like/
jaordonezMemberThank you very much for your help. I followed your recommendation but with Run As > MyEclipse Server App appears the same error: http://atenea.unicauca.edu.co/~jaordonez/error.JPG
The tomcat connector is configured in the way you show me in the link, this tomcat and everything works fine with a basic web project, but when I add JSF capabilities, the problem appears. This is the installation summary:
*** Date:
Friday, May 16, 2008 10:24:41 AM COT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.0 GA
Build id: 6.0.0-GA-200708*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.0 GA
Build id: 6.0.0-GA-200708Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse Graphical Editing Framework
Version: 3.3.0.v20070620
Build id: 20070620-1021Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Archivos de programa\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Archivos de programa\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\Archivos de programa\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata
7cc_70
-vm
C:\Archivos de programa\MyEclipse 6.0\jre\bin\javaw.exe
Loyal WaterMemberIn that case, I would like you to download the MyEclipse 6.0.1 All in One installer and use that to setup MyEclipse to a brand new location. Now test this again. Does it still give you the same error message ?
-
AuthorPosts