Erro no apache tomcat

Olá,

Esta dando o seguinte erro quando tento acessar uma página :

HTTP Status 500 -

Tipo de relatório de exceção

mensagem

Descrição O servidor encontrou um erro interno () que a impediu de cumprir este pedido.

exceção

javax.servlet.ServletException: Servlet.init () para servlet SpringMVC jogou exceção
org.apache.catalina.authenticator.AuthenticatorBase.invoke (AuthenticatorBase.java: 462)
org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java: 100)
org.apache.catalina.valves.AccessLogValve.invoke (AccessLogValve.java: 562)
org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java: 395)
org.apache.coyote.http11.Http11Processor.process (Http11Processor.java: 250)
org.apache.coyote.http11.Http11Protocol $ Http11ConnectionHandler.process (Http11Protocol.java: 188)
org.apache.coyote.http11.Http11Protocol $ Http11ConnectionHandler.process (Http11Protocol.java: 166)
org.apache.tomcat.util.net.JIoEndpoint $ SocketProcessor.run (JIoEndpoint.java: 302)
java.util.concurrent.ThreadPoolExecutor.runWorker (Fonte desconhecida)
java.util.concurrent.ThreadPoolExecutor $ Worker.run (Fonte desconhecida)
java.lang.Thread.run (Fonte desconhecida)
causa raiz

java.lang.AbstractMethodError:
org.apache.commons.logging.impl.SLF4JLocationAwareLog.error (SLF4JLocationAwareLog.java: 225)
org.springframework.web.servlet.FrameworkServlet.initServletBean (FrameworkServlet.java: 333)
org.springframework.web.servlet.HttpServletBean.init (HttpServletBean.java: 127)
javax.servlet.GenericServlet.init (GenericServlet.java: 160)
org.apache.catalina.authenticator.AuthenticatorBase.invoke (AuthenticatorBase.java: 462)
org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java: 100)
org.apache.catalina.valves.AccessLogValve.invoke (AccessLogValve.java: 562)
org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java: 395)
org.apache.coyote.http11.Http11Processor.process (Http11Processor.java: 250)
org.apache.coyote.http11.Http11Protocol $ Http11ConnectionHandler.process (Http11Protocol.java: 188)
org.apache.coyote.http11.Http11Protocol $ Http11ConnectionHandler.process (Http11Protocol.java: 166)
org.apache.tomcat.util.net.JIoEndpoint $ SocketProcessor.run (JIoEndpoint.java: 302)
java.util.concurrent.ThreadPoolExecutor.runWorker (Fonte desconhecida)
java.util.concurrent.ThreadPoolExecutor $ Worker.run (Fonte desconhecida)
java.lang.Thread.run (Fonte desconhecida)
notar A pilha completa da causa raiz está disponível nas Tomcat/7.0.12 Apache logs.

também esta dando erro quando rodo o tomcat:

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).

Alguém por favor poderia me ajudar?

Server at localhost are already in use

Parece que você já tem um servidor rolando na sua maquina…

seu sistema é wildows?

se for da um Ctrl+Shift+ESC e vá e processos, procure por serviços

java rodando na sua maquina

Tentei novamente e aconteceram os seguintes erros:

Server Tomcat v7.0 Server at localhost failed to start.

e

an 29, 2013 7:31:00 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
Jan 29, 2013 7:31:00 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jan 29, 2013 7:31:00 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property ‘source’ to ‘org.eclipse.jst.jee.server:sapatos’ did not find a matching property.

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100882a6, pid=976, tid=2612

JRE version: 7.0_11-b21

Java VM: Java HotSpot™ Client VM (23.6-b04 mixed mode, sharing windows-x86 )

Problematic frame:

C [tcnative-1.dll+0x882a6]

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

An error report file with more information is saved as:

C:\eclipse-jee-juno-win32\eclipse\hs_err_pid976.log

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.