Форум программистов, компьютерный форум, киберфорум
Java EE (J2EE)
Войти
Регистрация
Восстановить пароль
Блоги Сообщество Поиск Заказать работу  
 
Рейтинг 4.73/11: Рейтинг темы: голосов - 11, средняя оценка - 4.73
 Аватар для prodijy
0 / 0 / 0
Регистрация: 06.10.2014
Сообщений: 34

Не пойму что за ошибка

11.10.2014, 00:23. Показов 2262. Ответов 8
Метки нет (Все метки)

Студворк — интернет-сервис помощи студентам
Кликните здесь для просмотра всего текста


00:14:00,760 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
00:14:00,850 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
00:14:00,873 INFO [org.jboss.as.connector.subsystems.dataso urces] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
00:14:00,882 INFO [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: Starting Naming Service
00:14:00,912 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
00:14:00,925 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
00:14:00,946 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
00:14:01,005 INFO [org.jboss.as.security] (MSC service thread 1-3) JBAS013100: Current PicketBox version=4.0.7.Final
00:14:01,034 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
00:14:01,031 INFO [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
00:14:01,429 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS015400: Bound mail session [java:jboss/mail/Default]
00:14:01,637 INFO [org.jboss.ws.common.management.AbstractS erverConfig] (MSC service thread 1-3) JBoss Web Services - Stack CXF Server 4.0.2.GA
00:14:01,960 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
00:14:02,403 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory C:\jboss-as-7.1.1.Final\standalone\deployments
00:14:02,474 INFO [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on /127.0.0.1:9999
00:14:02,481 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:4447
00:14:02,600 INFO [org.jboss.as.connector.subsystems.dataso urces] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
00:14:02,632 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "spring-mynew.war"
00:14:06,053 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
00:14:06,149 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/spring-mynew]] (MSC service thread 1-3) No Spring WebApplicationInitializer types detected on classpath
00:14:06,206 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/spring-mynew]] (MSC service thread 1-3) Initializing Spring root WebApplicationContext
00:14:06,211 INFO [org.springframework.web.context.ContextL oader] (MSC service thread 1-3) Root WebApplicationContext: initialization started
00:14:06,277 INFO [org.springframework.web.context.support. XmlWebApplicationContext] (MSC service thread 1-3) Refreshing Root WebApplicationContext: startup date [Sat Oct 11 00:14:06 MSK 2014]; root of context hierarchy
00:14:06,333 INFO [org.springframework.beans.factory.xml.Xm lBeanDefinitionReader] (MSC service thread 1-3) Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
00:14:06,598 INFO [org.springframework.context.annotation.C lassPathBeanDefinitionScanner] (MSC service thread 1-3) JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
00:14:06,605 INFO [org.springframework.context.annotation.C lassPathBeanDefinitionScanner] (MSC service thread 1-3) JSR-330 'javax.inject.Named' annotation found and supported for component scanning
00:14:06,876 INFO [org.springframework.beans.factory.xml.Xm lBeanDefinitionReader] (MSC service thread 1-3) Loading XML bean definitions from ServletContext resource [/WEB-INF/trace-context.xml]
00:14:06,930 INFO [org.springframework.beans.factory.xml.Xm lBeanDefinitionReader] (MSC service thread 1-3) Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-data.xml]
00:14:07,064 ERROR [org.springframework.web.context.ContextL oader] (MSC service thread 1-3) Context initialization failed: java.lang.NoClassDefFoundError: org/springframework/beans/factory/NoUniqueBeanDefinitionException
at java.lang.Class.getDeclaredMethods0(Nati ve Method) [rt.jar:1.7.0_67]
at java.lang.Class.privateGetDeclaredMethod s(Unknown Source) [rt.jar:1.7.0_67]
at java.lang.Class.getDeclaredMethods(Unkno wn Source) [rt.jar:1.7.0_67]
at org.springframework.core.type.StandardAn notationMetadata.hasAnnotatedMethods(Sta ndardAnnotationMetadata.java:136) [spring-core-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.annotation.C onfigurationClassUtils.isLiteConfigurati onCandidate(ConfigurationClassUtils.java :105) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.annotation.C onfigurationClassUtils.checkConfiguratio nClassCandidate(ConfigurationClassUtils. java:86) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.annotation.C onfigurationClassPostProcessor.processCo nfigBeanDefinitions(ConfigurationClassPo stProcessor.java:216) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.annotation.C onfigurationClassPostProcessor.postProce ssBeanDefinitionRegistry(ConfigurationCl assPostProcessor.java:178) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.invokeBeanFactory PostProcessors(AbstractApplicationContex t.java:617) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.refresh(AbstractA pplicationContext.java:446) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oader.configureAndRefreshWebApplicationC ontext(ContextLoader.java:384) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oader.initWebApplicationContext(ContextL oader.java:283) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oaderListener.contextInitialized(Context LoaderListener.java:111) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.apache.catalina.core.StandardContext .contextListenerStart(StandardContext.ja va:3392) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContext .start(StandardContext.java:3850) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.deployment.WebDeploymen tService.start(WebDeploymentService.java :90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.startService(ServiceContro llerImpl.java:1811)
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.run(ServiceControllerImpl. java:1746)
at java.util.concurrent.ThreadPoolExecutor. runWorker(Unknown Source) [rt.jar:1.7.0_67]
at java.util.concurrent.ThreadPoolExecutor$ Worker.run(Unknown Source) [rt.jar:1.7.0_67]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_67]
Caused by: java.lang.ClassNotFoundException: org.springframework.beans.factory.NoUniq ueBeanDefinitionException from [Module "deployment.spring-mynew.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.find Class(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader. performLoadClassUnchecked(ConcurrentClas sLoader.java:468)
at org.jboss.modules.ConcurrentClassLoader. performLoadClassChecked(ConcurrentClassL oader.java:456)
at org.jboss.modules.ConcurrentClassLoader. performLoadClass(ConcurrentClassLoader.j ava:398)
at org.jboss.modules.ConcurrentClassLoader. loadClass(ConcurrentClassLoader.java:120 )
... 21 more

0
cpp_developer
Эксперт
20123 / 5690 / 1417
Регистрация: 09.04.2010
Сообщений: 22,546
Блог
11.10.2014, 00:23
Ответы с готовыми решениями:

Не пойму что за ошибка
Не пойму что за ошибка в консольном окне домино без конца появляется ошибка показанная в рисунке

Не пойму что за ошибка?
пишет Compilation error Main.java:90: error: cannot find symbol moveRobot(robot, toX, toY); ^ symbol: method...

Не пойму, что за ошибка
пожайлуста, помогите, то никак не могу понять почемуто, если писать сценарий таким образом: <?php if (($_GET) || ($_GET)...

8
 Аватар для prodijy
0 / 0 / 0
Регистрация: 06.10.2014
Сообщений: 34
11.10.2014, 00:24  [ТС]
Кликните здесь для просмотра всего текста


00:14:07,175 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/spring-mynew]] (MSC service thread 1-3) Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextL oaderListener: java.lang.NoClassDefFoundError: org/springframework/beans/factory/NoUniqueBeanDefinitionException
at java.lang.Class.getDeclaredMethods0(Nati ve Method) [rt.jar:1.7.0_67]
at java.lang.Class.privateGetDeclaredMethod s(Unknown Source) [rt.jar:1.7.0_67]
at java.lang.Class.getDeclaredMethods(Unkno wn Source) [rt.jar:1.7.0_67]
at org.springframework.core.type.StandardAn notationMetadata.hasAnnotatedMethods(Sta ndardAnnotationMetadata.java:136) [spring-core-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.annotation.C onfigurationClassUtils.isLiteConfigurati onCandidate(ConfigurationClassUtils.java :105) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.annotation.C onfigurationClassUtils.checkConfiguratio nClassCandidate(ConfigurationClassUtils. java:86) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.annotation.C onfigurationClassPostProcessor.processCo nfigBeanDefinitions(ConfigurationClassPo stProcessor.java:216) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.annotation.C onfigurationClassPostProcessor.postProce ssBeanDefinitionRegistry(ConfigurationCl assPostProcessor.java:178) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.invokeBeanFactory PostProcessors(AbstractApplicationContex t.java:617) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.refresh(AbstractA pplicationContext.java:446) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oader.configureAndRefreshWebApplicationC ontext(ContextLoader.java:384) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oader.initWebApplicationContext(ContextL oader.java:283) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oaderListener.contextInitialized(Context LoaderListener.java:111) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.apache.catalina.core.StandardContext .contextListenerStart(StandardContext.ja va:3392) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContext .start(StandardContext.java:3850) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.deployment.WebDeploymen tService.start(WebDeploymentService.java :90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.startService(ServiceContro llerImpl.java:1811)
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.run(ServiceControllerImpl. java:1746)
at java.util.concurrent.ThreadPoolExecutor. runWorker(Unknown Source) [rt.jar:1.7.0_67]
at java.util.concurrent.ThreadPoolExecutor$ Worker.run(Unknown Source) [rt.jar:1.7.0_67]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_67]
Caused by: java.lang.ClassNotFoundException: org.springframework.beans.factory.NoUniq ueBeanDefinitionException from [Module "deployment.spring-mynew.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.find Class(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader. performLoadClassUnchecked(ConcurrentClas sLoader.java:468)
at org.jboss.modules.ConcurrentClassLoader. performLoadClassChecked(ConcurrentClassL oader.java:456)
at org.jboss.modules.ConcurrentClassLoader. performLoadClass(ConcurrentClassLoader.j ava:398)
at org.jboss.modules.ConcurrentClassLoader. loadClass(ConcurrentClassLoader.java:120 )
... 21 more

00:14:07,340 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-3) Error listenerStart
00:14:07,343 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-3) Context [/spring-mynew] startup failed due to previous errors
00:14:07,365 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/spring-mynew]] (MSC service thread 1-3) Closing Spring root WebApplicationContext
00:14:07,371 INFO [org.springframework.web.context.support. XmlWebApplicationContext] (MSC service thread 1-3) Closing Root WebApplicationContext: startup date [Sat Oct 11 00:14:06 MSK 2014]; root of context hierarchy
00:14:07,378 WARN [org.springframework.web.context.support. XmlWebApplicationContext] (MSC service thread 1-3) Exception thrown from ApplicationListener handling ContextClosedEvent: java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Sat Oct 11 00:14:06 MSK 2014]; root of context hierarchy
at org.springframework.context.support.Abst ractApplicationContext.getApplicationEve ntMulticaster(AbstractApplicationContext .java:337) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.publishEvent(Abst ractApplicationContext.java:324) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.doClose(AbstractA pplicationContext.java:1025) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.close(AbstractApp licationContext.java:988) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oader.closeWebApplicationContext(Context Loader.java:541) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oaderListener.contextDestroyed(ContextLo aderListener.java:142) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.apache.catalina.core.StandardContext .listenerStop(StandardContext.java:3489) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContext .stop(StandardContext.java:3999) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContext .start(StandardContext.java:3917) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.deployment.WebDeploymen tService.start(WebDeploymentService.java :90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.startService(ServiceContro llerImpl.java:1811)
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.run(ServiceControllerImpl. java:1746)
at java.util.concurrent.ThreadPoolExecutor. runWorker(Unknown Source) [rt.jar:1.7.0_67]
at java.util.concurrent.ThreadPoolExecutor$ Worker.run(Unknown Source) [rt.jar:1.7.0_67]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_67]

00:14:07,446 WARN [org.springframework.web.context.support. XmlWebApplicationContext] (MSC service thread 1-3) Exception thrown from LifecycleProcessor on context close: java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date [Sat Oct 11 00:14:06 MSK 2014]; root of context hierarchy
at org.springframework.context.support.Abst ractApplicationContext.getLifecycleProce ssor(AbstractApplicationContext.java:350 ) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.doClose(AbstractA pplicationContext.java:1033) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.close(AbstractApp licationContext.java:988) [spring-context-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oader.closeWebApplicationContext(Context Loader.java:541) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.springframework.web.context.ContextL oaderListener.contextDestroyed(ContextLo aderListener.java:142) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
at org.apache.catalina.core.StandardContext .listenerStop(StandardContext.java:3489) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContext .stop(StandardContext.java:3999) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContext .start(StandardContext.java:3917) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.deployment.WebDeploymen tService.start(WebDeploymentService.java :90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.startService(ServiceContro llerImpl.java:1811)
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.run(ServiceControllerImpl. java:1746)
at java.util.concurrent.ThreadPoolExecutor. runWorker(Unknown Source) [rt.jar:1.7.0_67]
at java.util.concurrent.ThreadPoolExecutor$ Worker.run(Unknown Source) [rt.jar:1.7.0_67]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_67]

0
 Аватар для prodijy
0 / 0 / 0
Регистрация: 06.10.2014
Сообщений: 34
11.10.2014, 00:29  [ТС]
Кликните здесь для просмотра всего текста
00:14:07,499 INFO [org.springframework.beans.factory.suppor t.DefaultListableBeanFactory] (MSC service thread 1-3) Destroying singletons in org.springframework.beans.factory.suppor t.DefaultListableBeanFactory@1df1a98: defining beans [org.springframework.context.support.Prop ertySourcesPlaceholderConfigurer#0,org.s pringframework.context.annotation.intern alConfigurationAnnotationProcessor,org.s pringframework.context.annotation.intern alAutowiredAnnotationProcessor,org.sprin gframework.context.annotation.internalRe quiredAnnotationProcessor,org.springfram ework.context.annotation.internalCommonA nnotationProcessor,org.springframework.c ontext.annotation.internalPersistenceAnn otationProcessor,mediatorController,user Controller,userService,org.springframewo rk.web.servlet.mvc.method.annotation.Req uestMappingHandlerMapping#0,org.springfr amework.format.support.FormattingConvers ionServiceFactoryBean#0,org.springframew ork.validation.beanvalidation.LocalValid atorFactoryBean#0,org.springframework.we b.servlet.mvc.method.annotation.RequestM appingHandlerAdapter#0,org.springframewo rk.web.servlet.handler.MappedInterceptor #0,org.springframework.web.servlet.mvc.m ethod.annotation.ExceptionHandlerExcepti onResolver#0,org.springframework.web.ser vlet.mvc.annotation.ResponseStatusExcept ionResolver#0,org.springframework.web.se rvlet.mvc.support.DefaultHandlerExceptio nResolver#0,org.springframework.web.serv let.handler.BeanNameUrlHandlerMapping,or g.springframework.web.servlet.mvc.HttpRe questHandlerAdapter,org.springframework. web.servlet.mvc.SimpleControllerHandlerA dapter,org.springframework.web.servlet.r esource.ResourceHttpRequestHandler#0,org .springframework.web.servlet.handler.Sim pleUrlHandlerMapping#0,org.springframewo rk.aop.config.internalAutoProxyCreator,c ustomizableTraceInterceptor,org.springfr amework.aop.support.DefaultBeanFactoryPo intcutAdvisor#0,org.springframework.aop. support.DefaultBeanFactoryPointcutAdviso r#1,org.springframework.context.support. PropertySourcesPlaceholderConfigurer#1,o rg.springframework.transaction.annotatio n.AnnotationTransactionAttributeSource#0 ,org.springframework.transaction.interce ptor.TransactionInterceptor#0,org.spring framework.transaction.config.internalTra nsactionAdvisor,userRepository,org.sprin gframework.data.repository.core.support. RepositoryInterfaceAwareBeanPostProcesso r#0,org.springframework.dao.annotation.P ersistenceExceptionTranslationPostProces sor#0,org.springframework.orm.jpa.suppor t.PersistenceAnnotationBeanPostProcessor #0,jpaDataSource,entityManagerFactory,hi bernateVendor,transactionManager,deployP roperties,org.springframework.context.an notation.ConfigurationClassPostProcessor $ImportAwareBeanPostProcessor#0]; root of factory hierarchy
00:14:07,557 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.web.deployment.default-host./spring-mynew: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./spring-mynew: JBAS018040: Failed to start context
at org.jboss.as.web.deployment.WebDeploymen tService.start(WebDeploymentService.java :95)
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.startService(ServiceContro llerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.run(ServiceControllerImpl. java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor. runWorker(Unknown Source) [rt.jar:1.7.0_67]
at java.util.concurrent.ThreadPoolExecutor$ Worker.run(Unknown Source) [rt.jar:1.7.0_67]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_67]

00:14:07,581 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015951: Admin console listening on http://127.0.0.1:9990
00:14:07,584 ERROR [org.jboss.as] (MSC service thread 1-2) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 9257ms - Started 379 of 458 services (2 services failed or missing dependencies, 76 services are passive or on-demand)
00:14:07,782 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "spring-mynew.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./spring-mynew" => "org.jboss.msc.service.StartExceptio n in service jboss.web.deployment.default-host./spring-mynew: JBAS018040: Failed to start context"}}
00:14:08,144 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment spring-mynew.war in 360ms
00:14:08,152 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./spring-mynew: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./spring-mynew: JBAS018040: Failed to start context

00:14:08,162 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./spring-mynew" => "org.jboss.msc.service.StartExceptio n in service jboss.web.deployment.default-host./spring-mynew: JBAS018040: Failed to start context"}}}}


Добавлено через 3 минуты
Я вообще не понимаю, это что стек сервера? И там ошибки как понять, что означают?
0
Эксперт Java
 Аватар для KEKCoGEN
2399 / 2224 / 565
Регистрация: 28.12.2010
Сообщений: 8,672
11.10.2014, 01:08
Java
1
Caused by: java.lang.ClassNotFoundException: org.springframework.beans.factory.NoUniqueBeanDefinitionException from [Module "deployment.spring-mynew.war:main" from Service Module Loader]
Добавлено через 1 минуту
Скорее всего вам поможет

XML
1
2
3
4
5
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-beans</artifactId>
    <version>3.2.2.RELEASE</version>
</dependency>
0
 Аватар для prodijy
0 / 0 / 0
Регистрация: 06.10.2014
Сообщений: 34
11.10.2014, 01:34  [ТС]
не помогло http://forums.activiti.org/content/spring-version
0
12 / 12 / 4
Регистрация: 17.12.2012
Сообщений: 71
11.10.2014, 03:41
Попробуйте зависимость от 3.1.0, также добавьте зависимость spring-core.
Еще перед сборкой попробуйте очистить локальный репозиторий мавена.
0
 Аватар для prodijy
0 / 0 / 0
Регистрация: 06.10.2014
Сообщений: 34
11.10.2014, 23:53  [ТС]
11:25:23,592 ERROR [org.springframework.web.context.ContextL oader] (MSC service thread 1-1) Context initialization failed: org.springframework.beans.factory.xml.Xm lBeanDefinitionStoreException: Line 12 in XML document from ServletContext resource [/WEB-INF/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 67; cvc-elt.1: Cannot find the declaration of element 'beans'.
at org.springframework.beans.factory.xml.Xm lBeanDefinitionReader.doLoadBeanDefiniti ons(XmlBeanDefinitionReader.java:396) [spring-beans-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.beans.factory.xml.Xm lBeanDefinitionReader.loadBeanDefinition s(XmlBeanDefinitionReader.java:334) [spring-beans-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.beans.factory.xml.Xm lBeanDefinitionReader.loadBeanDefinition s(XmlBeanDefinitionReader.java:302) [spring-beans-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.beans.factory.suppor t.AbstractBeanDefinitionReader.loadBeanD efinitions(AbstractBeanDefinitionReader. java:174) [spring-beans-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.beans.factory.suppor t.AbstractBeanDefinitionReader.loadBeanD efinitions(AbstractBeanDefinitionReader. java:209) [spring-beans-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.beans.factory.suppor t.AbstractBeanDefinitionReader.loadBeanD efinitions(AbstractBeanDefinitionReader. java:180) [spring-beans-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.web.context.support. XmlWebApplicationContext.loadBeanDefinit ions(XmlWebApplicationContext.java:125) [spring-web-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.web.context.support. XmlWebApplicationContext.loadBeanDefinit ions(XmlWebApplicationContext.java:94) [spring-web-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.context.support.Abst ractRefreshableApplicationContext.refres hBeanFactory(AbstractRefreshableApplicat ionContext.java:130) [spring-context-3.2.7.RELEASE.jar:3.2.7.RELEASE]

Caused by: org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 67; cvc-elt.1: Cannot find the declaration of element 'beans'.
at org.apache.xerces.util.ErrorHandlerWrapp er.createSAXParseException(ErrorHandlerW rapper.java:196)
at org.apache.xerces.util.ErrorHandlerWrapp er.error(ErrorHandlerWrapper.java:132)
at org.apache.xerces.impl.XMLErrorReporter. reportError(XMLErrorReporter.java:390)
at org.apache.xerces.impl.XMLErrorReporter. reportError(XMLErrorReporter.java:322)
at org.apache.xerces.impl.XMLErrorReporter. reportError(XMLErrorReporter.java:281)
at org.apache.xerces.impl.xs.XMLSchemaValid ator.handleStartElement(XMLSchemaValidat or.java:1982)


11:25:23,703 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/spring-mynew]] (MSC service thread 1-1) Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextL oaderListener: org.springframework.beans.factory.xml.Xm lBeanDefinitionStoreException: Line 12 in XML document from ServletContext resource [/WEB-INF/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 67; cvc-elt.1: Cannot find the declaration of element 'beans'.

Caused by: org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 67; cvc-elt.1: Cannot find the declaration of element 'beans'.
at org.apache.xerces.util.ErrorHandlerWrapp er.createSAXParseException(ErrorHandlerW rapper.java:196)
at org.apache.xerces.util.ErrorHandlerWrapp er.error(ErrorHandlerWrapper.java:132)
at org.apache.xerces.impl.XMLErrorReporter. reportError(XMLErrorReporter.java:390)
at org.apache.xerces.impl.XMLErrorReporter. reportError(XMLErrorReporter.java:322)
at org.apache.xerces.impl.XMLErrorReporter. reportError(XMLErrorReporter.java:281)
at org.apache.xerces.impl.xs.XMLSchemaValid ator.handleStartElement(XMLSchemaValidat or.java:1982)
at org.apache.xerces.impl.xs.XMLSchemaValid ator.startElement(XMLSchemaValidator.jav a:724)
at org.apache.xerces.impl.XMLNSDocumentScan nerImpl.scanStartElement(XMLNSDocumentSc annerImpl.java:283)
at org.apache.xerces.impl.XMLNSDocumentScan nerImpl$NSContentDispatcher.scanRootElem entHook(XMLNSDocumentScannerImpl.java:73 3)
at org.apache.xerces.impl.XMLDocumentFragme ntScannerImpl$FragmentContentDispatcher. dispatch(XMLDocumentFragmentScannerImpl. java:1754)
at org.apache.xerces.impl.XMLDocumentFragme ntScannerImpl.scanDocument(XMLDocumentFr agmentScannerImpl.java:324)
at org.apache.xerces.parsers.XML11Configura tion.parse(XML11Configuration.java:845)
at org.apache.xerces.parsers.XML11Configura tion.parse(XML11Configuration.java:768)
at org.apache.xerces.parsers.XMLParser.pars e(XMLParser.java:108)
at org.apache.xerces.parsers.DOMParser.pars e(DOMParser.java:230)
11:25:24,770 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/spring-mynew]] (MSC service thread 1-1) Exception sending context destroyed event to listener instance of class org.springframework.web.context.ContextL oaderListener: java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.Abst ractRefreshableApplicationContext.getBea nFactory(AbstractRefreshableApplicationC ontext.java:171) [spring-context-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.destroyBeans(Abst ractApplicationContext.java:1090) [spring-context-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.doClose(AbstractA pplicationContext.java:1064) [spring-context-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.context.support.Abst ractApplicationContext.close(AbstractApp licationContext.java:1010) [spring-context-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.web.context.ContextL oader.closeWebApplicationContext(Context Loader.java:586) [spring-web-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.springframework.web.context.ContextL oaderListener.contextDestroyed(ContextLo aderListener.java:143) [spring-web-3.2.7.RELEASE.jar:3.2.7.RELEASE]
at org.apache.catalina.core.StandardContext .listenerStop(StandardContext.java:3489) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContext .stop(StandardContext.java:3999) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContext .start(StandardContext.java:3917) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.deployment.WebDeploymen tService.start(WebDeploymentService.java :90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.startService(ServiceContro llerImpl.java:1811)
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.run(ServiceControllerImpl. java:1746)
at java.util.concurrent.ThreadPoolExecutor. runWorker(Unknown Source) [rt.jar:1.7.0_67]
at java.util.concurrent.ThreadPoolExecutor$ Worker.run(Unknown Source) [rt.jar:1.7.0_67]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_67]

11:25:24,826 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.web.deployment.default-host./spring-mynew: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./spring-mynew: JBAS018040: Failed to start context
at org.jboss.as.web.deployment.WebDeploymen tService.start(WebDeploymentService.java :95)
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.startService(ServiceContro llerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerI mpl$StartTask.run(ServiceControllerImpl. java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor. runWorker(Unknown Source) [rt.jar:1.7.0_67]

Добавлено через 4 минуты
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org... -3.2.1.xsd

Добавлено через 1 минуту
12 line http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd">

Добавлено через 3 минуты
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns="http://www.springframework.org/schema/p"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org... -3.2.1.xsd было 3.1
http://www.springframework.org/schema/context
http://www.springframework.org... xt-3.1.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd">

Добавлено через 12 часов 16 минут
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org... ns-3.1.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd">
0
 Аватар для prodijy
0 / 0 / 0
Регистрация: 06.10.2014
Сообщений: 34
12.10.2014, 00:07  [ТС]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org... ns-3.1.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd">
0
 Аватар для prodijy
0 / 0 / 0
Регистрация: 06.10.2014
Сообщений: 34
26.10.2014, 23:28  [ТС]
a там где libraries
class C:\Users\Olga\.m2\repository\mysql\mysql-connector-java\5.1.16\mysql-connector-java-5.1.16.jar
обязательно
sources
C:\Users\Olga\.m2\repository\mysql\mysql-connector-java\5.1.16\mysql-connector-java-5.1.16-javadoc.jar?
0
Надоела реклама? Зарегистрируйтесь и она исчезнет полностью.
raxper
Эксперт
30234 / 6612 / 1498
Регистрация: 28.12.2010
Сообщений: 21,154
Блог
26.10.2014, 23:28
Помогаю со студенческими работами здесь

Ошибка не пойму что не так
#include &lt;iostream&gt; #include &lt;stdio.h&gt; #include &lt;conio.h&gt; using namespace std; int main() { struct man ...

Что то я не пойму почему ошибка
ошибка такая ('Not enough actual parameters') в строчке FFilterDlg:=TFilterDlg.Create(Self); почему не пойму помогите плз!!!

не пойму что это за ошибка(
помогите пожалуйста! я нашла программу подходящюю мне по заданию, добавила в нее необходимые библиотеки, и при компиляции она выдает ошибку...

Сломал голову... а что за ошибка - не пойму
Подскажите пож-та, о чем говорит эта ошибка: MySQL result resource in /home/k000616n1/domains/site.ru/public_html/parts/index.php on line...

Не пойму что значит эта ошибка
Скажите, пожалуйста, что это за ошибка. Никак не могу разобраться :wall:. Заранее большое спасибо!


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
9
Ответ Создать тему
Новые блоги и статьи
Модульная разработка через nuget packages
DevAlt 07.03.2026
Сложившийся в . Net-среде способ разработки чаще всего предполагает монорепозиторий в котором находятся все исходники. При создании нового решения, мы просто добавляем нужные проекты и имеем. . .
Модульный подход на примере F#
DevAlt 06.03.2026
В блоге дяди Боба наткнулся на такое определение: В этой книге («Подход, основанный на вариантах использования») Ивар утверждает, что архитектура программного обеспечения — это структуры,. . .
Управление камерой с помощью скрипта OrbitControls.js на Three.js: Вращение, зум и панорамирование
8Observer8 05.03.2026
Содержание блога Финальная демка в браузере работает на Desktop и мобильных браузерах. Итоговый код: orbit-controls-threejs-js. zip. Сканируйте QR-код на мобильном. Вращайте камеру одним пальцем,. . .
SDL3 для Web (WebAssembly): Синхронизация спрайтов SDL3 и тел Box2D
8Observer8 04.03.2026
Содержание блога Финальная демка в браузере. Итоговый код: finish-sync-physics-sprites-sdl3-c. zip На первой гифке отладочные линии отключены, а на второй включены:. . .
SDL3 для Web (WebAssembly): Идентификация объектов на Box2D v3 - использование userData и событий коллизий
8Observer8 02.03.2026
Содержание блога Финальная демка в браузере. Итоговый код: finish-collision-events-sdl3-c. zip Сканируйте QR-код на мобильном и вы увидите, что появится джойстик для управления главным героем. . . .
Реалии
Hrethgir 01.03.2026
Нет, я не закончил до сих пор симулятор. Эта задача сложнее. Не получилось уйти в плавсостав, но оно и к лучшему, возможно. Точнее получалось - но сварщиком в палубную команду, а это значит, в моём. . .
Ритм жизни
kumehtar 27.02.2026
Иногда приходится жить в ритме, где дел становится всё больше, а вовлечения в происходящее — всё меньше. Плотный график не даёт вниманию закрепиться ни на одном событии. Утро начинается с быстрых,. . .
SDL3 для Web (WebAssembly): Сборка библиотек: SDL3, Box2D, FreeType, SDL3_ttf, SDL3_mixer и SDL3_image из исходников с помощью CMake и Emscripten
8Observer8 27.02.2026
Недавно вышла версия 3. 4. 2 библиотеки SDL3. На странице официальной релиза доступны исходники, готовые DLL (для x86, x64, arm64), а также библиотеки для разработки под Android, MinGW и Visual Studio. . . .
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2026, CyberForum.ru