[ERROR] localhost-startStop-1 2013-08-02 01:18:55,956 org.springframework.web.servlet.DispatcherServlet - Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.handler.MappedInterceptor#1': Cannot create inner bean 'com.freejuguo.framework.core.web.interceptor.SetSessionInterceptor#0' of type [com.freejuguo.framework.core.web.interceptor.SetSessionInterceptor] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.freejuguo.framework.core.web.interceptor.SetSessionInterceptor#0': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.freejuguo.framework.core.service.FencingHolder com.freejuguo.framework.core.web.interceptor.SetSessionInterceptor.fencingHolder; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fencingHolder' defined in file [D:\JAVA\workspace\thinkone1.1\webapp\WEB-INF\classes\spring\auth\applicationContext-auth-service.xml]: Invocation of init method failed; nested exception is com.freejuguo.framework.core.exception.DAOException: at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) at
使用eclipse导入 Java Web 项目,一运行总是报错
兄弟 那是肯定的 不要以为一个无误的项目你能直接用 那是人家在之前的环境不断调试的结果 只有自己从头到尾作 你的人家拿去也不行 我曾经试过 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener 你的配置文件检查...
在本地IDEA上的java项目,能正常启动tomcat运行,部署到linux服务器上就...
1. tomcat 成功开启 2.它的端口也没有和其它服务的端口冲突 3.确认访问路径,查看本机 host 中配置的信息也是正确的 这时就很纳闷了,后经大神指导,才明白:项目在 idea 上运行的时候,默认是省略项目名的,所以地址栏为:「 localhost:8080\/index.jsp 」,但是,项目部署到服务器上后,是把项目...
eclipse怎么导入jsp项目(eclipse导入jsp项目后运行不了)
1、首先打开eclipse,在主界面左上角找到“文件”,找到“导入”导入项目。2、然后“在工作目录中查找现有项目”,点击下一步。3、选择名称为javaweb的项目,点击确认。4、直接点击“完成”就导入完成了。如何在eclipse中导入jsp文件在eclipse中建立web工程随便起个名字 然后把你的jsp小系统拷贝到WebRoot文...
傻瓜式教你Eclipse导入web工程
1、打开Eclipse 2、在Eclipse左侧栏,右键选择以下操作 3、选择普通的web项目导入方式 4、点击下一步 5、选择相应的选项,如下图所示 6、点击finish按钮,项目导入完成 7、导入的项目将如下显示 8、修改项目的编译环境,鼠标右键点击项目,然后点击Properties 9、移除原有的编译环境 10、添加本机的编译...
如果项目被另一IDE使用eclipse是否不能导入
此时只需要clean项目,因为所用权限涉及系统安全.如果手机没有root状态,此项目会报错崩溃.被root手机运行正常.引入其他工程 按如下方法设置:1. 假设要引用的android工程叫LibProject,引入到的工程叫MainProject;2. 设置LibProject,右键-Properties-Android,将Is library项选中,然后Apply;3. 设置Main...
Eclipse中Web项目出现感叹或红叉该怎么解决?
当导入工程后,先是在工程名出现红色感叹号,这是因为工程本身的运行环境与当前Eclipse中的运行环境不匹配造成的。主要包括:①JRE System Library;②Server Runtime。一、红色感叹号的解决办法:1、右键点击【工程名】 【Properties】 【Java Build Path】 【Libraries】,画绿线的两处,哪一处和当前...
通过eclipse export成war包项目放在tomcat的webapps目录下不能运行
war包放在Tomcat下确实能帮你自动解包,但是Tomcat不能帮你把配置文件修改。在D:\\Tomcat 7.0\\conf 目录下修改server.xml文件。在<Host>标签里面添加 <Context docBase="D:\\Tomcat 7.0\\webapps\\XXX" path="\/" reloadable="true"\/> path主要是指定访问时的项目web名,docBase即指定的是物理路径名称...
一个已有可以在tomcat的页面,怎么拉进eclipse for javaEE创建项目...
在eclipse创建一个project,根据需求选择项目类型 把你tomcat下的页面导入到project里面 如果您需要的是直接通过eclipse运行测试,建议你创建动态project(eclipse是这么命名的)。
Eclipse如何导入web项目 Eclipse导入web项目详细攻略教程
1、有时候将web工程导入eclipse中,会变为一般的java工程,那样就无法部署至web服务器中。以下方法可以将java工程转化为web工程:在Eclipse里选中工程-右键-properties-Project Facets 选中Dynamic Web Module、和Java两项,然后点Apply--Save ,最后刷新项目就变成了Web工程了!2、有时候会出现dynamic web ...
怎么在eclipse里引入一个现有的web工程
工具:eclipse 方法如下:找到eclipse下file菜单找到import单击打开 选中Existing Project into Workspace,点击next 选择要导入的项目文件的路径(我们刚才放的位置)点击finish,就完成了项目的导入