Erro no TOMCAT

5 respostas
Danilo_neco

10/05/2009 19:40:20 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property ‘source’ to ‘org.eclipse.jst.j2ee.server:FinderBus’ did not find a matching property.
10/05/2009 19:40:20 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Arquivos de programas\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Arquivos de programas/Java/jre6/bin/client;C:/Arquivos de programas/Java/jre6/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.6\bin;C:\Arquivos de programas\Java\jdk1.6.0_01\bin;C:\android_sdk_ platform _ release _ build\tools
10/05/2009 19:40:20 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
10/05/2009 19:40:20 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 549 ms
10/05/2009 19:40:20 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
10/05/2009 19:40:20 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
10/05/2009 19:40:21 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
10/05/2009 19:40:21 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
10/05/2009 19:40:21 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31 config=null
10/05/2009 19:40:21 org.apache.catalina.startup.Catalina start
INFO: Server startup in 422 ms

Olá pessoal, seguinte estou com problemas com as configurações do TOMCAT o erro acima sobe no console do eclipse quando eu estarto o servido; Já configurei o CATALINA_HOME mas mesmo assim tenho esse problema quem poder me ajuda muito obrigado.
danilo

5 Respostas

maschiojv

não tem erro nenhum ai :?

phmjunior

fora essas mensagens do console aparece algum erro na aplicação quando a mesma inicia??? ou nem mesmo abre?

LPJava

o que de fato acontece quando vc manda executar sua app? ela carrega e dar que erro?

Bird89du

Danilo,

O que aparece ai são Logs, e não erros,

tenta rodar algum teste, jsp, alguma coisa assim e ve se roda.

abraço.

Malkav.Felipe

Ola amigos…

Acho que o colega que abriu o tópico esqueceu de mencionar algo.

No console do eclipse aparece aquela mensagem que ele postou, porem a cor das letras é vermelha, talvez por isso ele pensou que seja algum erro. No meu acontece isso também, ao tentar rodar a aplicação (aparentemente) não acontece erro durante a executação, porem a mensagem é em vermelho.

Segue o console depois de eu executar duas aplicações de exemplo:

[color=red]08/12/2009 21:57:00 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:richfaces-tomcat6' did not find a matching property.
08/12/2009 21:57:00 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:TrabComJSF' did not find a matching property.
08/12/2009 21:57:00 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/i386/server:/usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.15/jre/../lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/i386:/usr/lib/xulrunner-addons:/usr/lib/xulrunner-addons:/usr/java/packages/lib/i386:/lib:/usr/lib
08/12/2009 21:57:00 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
08/12/2009 21:57:00 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1113 ms
08/12/2009 21:57:00 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
08/12/2009 21:57:00 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
08/12/2009 21:57:01 org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored.
08/12/2009 21:57:01 org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored.
08/12/2009 21:57:01 com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra (1.2_13-b01-FCS) for context '/TrabComJSF'
08/12/2009 21:57:03 com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra (1.2_13-b01-FCS) for context '/richfaces-tomcat6'
08/12/2009 21:57:06 org.ajax4jsf.cache.CacheManager getCacheFactory
INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
08/12/2009 21:57:06 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, facelets.REFRESH_PERIOD=2, javax.faces.STATE_SAVING_METHOD=server, javax.faces.DEFAULT_SUFFIX=.xhtml}
08/12/2009 21:57:06 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance of default capacity
08/12/2009 21:57:06 org.ajax4jsf.cache.CacheManager getCacheFactory
INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
08/12/2009 21:57:06 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, facelets.REFRESH_PERIOD=2, javax.faces.STATE_SAVING_METHOD=server, javax.faces.DEFAULT_SUFFIX=.xhtml}
08/12/2009 21:57:06 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance of default capacity
08/12/2009 21:57:06 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
08/12/2009 21:57:06 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
08/12/2009 21:57:06 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
08/12/2009 21:57:06 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
08/12/2009 21:57:06 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/65  config=null
08/12/2009 21:57:06 org.apache.catalina.startup.Catalina start
INFO: Server startup in 6649 ms
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/richfaces-ui-3.2.1.GA.jar!/META-INF/rich.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/richfaces-ui-3.2.1.GA.jar!/META-INF/richfaces.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/richfaces-ui-3.2.1.GA.jar!/META-INF/ajax4jsf.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/richfaces-ui-3.2.1.GA.jar!/META-INF/a4j.taglib.xml
08/12/2009 21:57:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/home/malkav/apache-tomcat-6.0.18/wtpwebapps/richfaces-tomcat6/WEB-INF/lib/richfaces-ui-3.2.1.GA.jar!/META-INF/jsp.taglib.xml[/color]

Tá normal a execução? pois executa a aplicação aparentemente sem erros… Ou tenho que me preocupar com algo?

agradeço pela atenção.

Felipe

Criado 10 de maio de 2009
Ultima resposta 8 de dez. de 2009
Respostas 5
Participantes 6