Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/11/2011, 15:24
Avatar de yamiblancoc
yamiblancoc
 
Fecha de Ingreso: agosto-2011
Mensajes: 103
Antigüedad: 12 años, 8 meses
Puntos: 4
Sonrisa Error en java con string

ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Bean name '/office.htm' is already used in this file
Offending resource: ServletContext resource [/WEB-INF/dispatcher-servlet.xml]
..................at org.springframework.web.context.support.XmlWebAppl icationContext.loadBeanDefinitions(XmlWebApplicati onContext.java:93)
at org.springframework.context.support.AbstractRefres hableApplicationContext.refreshBeanFactory(Abstrac tRefreshableApplicationContext.java:130)
at org.springframework.context.support.AbstractApplic ationContext.obtainFreshBeanFactory(AbstractApplic ationContext.java:467)
at org.springframework.context.support.AbstractApplic ationContext.refresh(AbstractApplicationContext.ja va:397)
at org.springframework.web.context.ContextLoader.crea teWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.init WebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListe ner.contextInitialized(ContextLoaderListener.java: 47)
at org.apache.catalina.core.StandardContext.listenerS tart(StandardContext.java:4323)
at org.apache.catalina.core.StandardContext.startInte rnal(StandardContext.java:4780)
at org.apache.catalina.util.LifecycleBase.start(Lifec ycleBase.java:139)
at org.apache.catalina.core.ContainerBase.startIntern al(ContainerBase.java:988)
at org.apache.catalina.core.StandardHost.startInterna l(StandardHost.java:771)
at org.apache.catalina.util.LifecycleBase.start(Lifec ycleBase.java:139)
at org.apache.catalina.core.ContainerBase.startIntern al(ContainerBase.java:988)........................ ..................

org.apache.catalina.core.StandardContext listenerStart
Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org.springframework.web.context.ContextLoaderListe ner
org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Bean name '/office.htm' is already used in this file
Offending resource: ServletContext resource [/WEB-INF/dispatcher-servlet.xml]
at org.springframework.beans.factory.parsing.FailFast ProblemReporter.error(FailFastProblemReporter.java :68)
at org.springframework.beans.factory.parsing.ReaderCo ntext.error(ReaderContext.java:85)
at org.springframework.beans.factory.parsing.ReaderCo ntext.error(ReaderContext.java:80)
at org.springframework.beans.factory.xml.BeanDefiniti onParserDelegate.error(BeanDefinitionParserDelegat e.java:284).............................
at org.springframework.beans.factory.xml.BeanDefiniti onParserDelegate.checkNameUniqueness(BeanDefinitio nParserDelegate.java:446)
at org.springframework.beans.factory.xml.BeanDefiniti onParserDelegate.parseBeanDefinitionElement(BeanDe finitionParserDelegate.java:393)
org.apache.catalina.core.StandardContext startInternal
GRAVE: Error listenerStart
org.apache.catalina.core.StandardContext startInternal
GRAVE: Falló en arranque del Contexto [/ejemplo] debido a errores previos
org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
GRAVE: The web application [/ejemplo] registered the JBDC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.


NO SE QUE HACE ALGUIEN PODRA AYUDARME ESTARE HACIENDO ALGO MALO O SOY NUEVA EN ESTO NO SE NADA DE JAVA QUIEN EM PUEDA AYUDAR MUCHISISIMA GRACIAS