spring-maven配置后启动服务器出错

问题描述

maven配置后启动服务器出错

配置MAVEN后,用myeclipse启动服务器报错,是什么原因?各位大神求救,错误信息如下:
信息: Initializing Spring root WebApplicationContext
11:07:38,290 [ localhost-startStop-1 ] [ INFO ]:285 - Root WebApplicationContext: initialization started
11:07:38,411 [ localhost-startStop-1 ] [ INFO ]:510 - Refreshing Root WebApplicationContext: startup date [Fri Oct 09 11:07:38 CST 2015]; root of context hierarchy
11:07:38,489 [ localhost-startStop-1 ] [ INFO ]:315 - Loading XML bean definitions from class path resource [beans.xml]
11:07:38,879 [ localhost-startStop-1 ] [ INFO ]:315 - Loading XML bean definitions from class path resource [cxf-beans.xml]
11:07:38,926 [ localhost-startStop-1 ] [ INFO ]:315 - Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
11:07:38,942 [ localhost-startStop-1 ] [ INFO ]:315 - Loading XML bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
11:07:39,489 [ localhost-startStop-1 ] [ INFO ]:172 - Loading properties file from class path resource [dbProp.properties]
11:07:39,578 [ localhost-startStop-1 ] [ INFO ]:598 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@357f5714: defining beans [bossMethod,businessMethod,clientMethod,driverMethod,repositoryMethod,bossServiceDeal,businessServiceDeal,clientServiceDeal,customerDeal,deliveryOrder,driverDeal,goodsService,menuContext,orderDeal,purOrderDeal,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,propertyConfigurer,ds,sqlSessionFactory,txManager,jdbcTemplate,org.mybatis.spring.mapper.MapperScannerConfigurer#0,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,bossMethodPoint,clientMethodPoint,driverMethodPoint,repositoryMethodPoint,businessMethodPoint,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,bossMapper,businessMapper,clientMapper,deliveryOrderMapper,driverMapper,ICustomerDAO,IGoodsDAO,IOrderDAO,newsMapper,purchaseOrderMapper]; root of factory hierarchy
11:07:39,844 [ localhost-startStop-1 ] [ ERROR ]:918 - maxIdle is deprecated

解决方案

Maven配置环境变量出错

时间: 2024-12-31 01:54:08

spring-maven配置后启动服务器出错的相关文章

liunx-求助。。。ubuntu重新安装tools后启动脚本出错

问题描述 求助...ubuntu重新安装tools后启动脚本出错 本来想给虚拟机共享文件,进入ubuntu以后没有挂载上文件,网上说是tools的问题,我重装后提示启动脚本有错误而且不能自适应屏幕,在win7复制到虚拟机下也不能粘贴,tools重装过好多次都是这样.求解决呀 虚拟机里有好多东西我不想重做系统 解决方案 为了能在VMware中Ubuntu系统中看到Windows下的共享文件夹,必须安装VMware Tools工具. 第一种方法(适用于一般情况): 1.安装编译环境: 打开"终端&q

vmware tool-求助。。。ubuntu重新安装tools后启动脚本出错

问题描述 求助...ubuntu重新安装tools后启动脚本出错 本来想给虚拟机共享文件,进入ubuntu以后没有挂载上文件,网上说是tools的问题,我重装后提示启动脚本有错误而且不能自适应屏幕,在win7复制到虚拟机下也不能粘贴,tools重装过好多次都是这样.求解决呀 虚拟机里有好多东西我不想重做系统 解决方案 为了能在VMware中Ubuntu系统中看到Windows下的共享文件夹,必须安装VMware Tools工具. 第一种方法(适用于一般情况): 1.安装编译环境: 打开"终端&q

storm配置后启动nimbus后查看日志报错

问题描述 storm配置后启动nimbus后查看日志报错 [WARN] Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.NoRouteToHostException: 没有到主机的路由 at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.7.0_45]

spring rmi 配置 registryHost 启动报错

问题描述 spring rmi 配置 registryHost 启动报错 spring rmi 配置 registryHost 启动报错 Connection refused to host 不配置正常启动 服务端多ip 客户端无法调用

在学习spring security时,启动服务器报错

问题描述 错误如下:严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'org.springframework.security.filterCha

服务器部署项目-linux上启动tomcat出错,java项目是编译后的,在本地测试没问题

问题描述 linux上启动tomcat出错,java项目是编译后的,在本地测试没问题 2C org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'returnedMoneyAction': Injection of resource dependencies failed; nested exception is org.springframework.beans.facto

在linux下配置nexus后启动出错

问题描述 在linux下配置nexus后启动出错 Running Nexus OSS... wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... wrapper | JVM exited while loading the application. jvm 1 | Exception in thread "main" java.lang.UnsupportedClassVersionError:

web.xml-web-xml配置后,tomcat启动出错

问题描述 web-xml配置后,tomcat启动出错 这是错在哪里? 严重: Exception starting Context with name [/JavaWebApp] org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/JavaWebApp]] at org.apache.

1.Maven+SpringMVC+Eclipse软件安装配置,Maven报插件错误,Eclipse总是卡死的解决办法,导入一个maven工程后 一直显示importing maven project

 使用Maven+SpringMVC+Eclipse软件安装配置过程中的问题:   1.Eclipse总是卡死的解决办法: 一:内存不足所以会卡死,配置一下eclipse.ini修改这几个值就好了-XX:MaxPermSize=768m-Xms1024m-Xmx3072m搜索   二:修改window->preferences --- > JAVA->Edittor->Hovers,将右侧所有复选框清空.   2.因为eclipse上一次未正常关闭,导致启动卡死,错误日志为: