主题 : 安装后运行不出来 |
级别: 白丁
![]() |
13# 发表于:2011-03-24 10:33:57 IP:218.17.*.*
恭喜您,系统已经安装成功!
请重启TOMCAT服务。只有重启TOMCAT服务之后,安装才能生效。 后台登录地址“网站根路径/jeeadmin/jeecms/index.do” 后台管理员admin,密码password。 我又安装了一遍 现在重启tomcat 安装好以后还是跳转到那个页面 |
||
---|---|---|---|
级别: 白丁
![]() |
15# 发表于:2011-03-24 10:35:20 IP:218.17.*.*
tomcat重启的时候报错了
严重: Servlet /jeecms threw load() exception org.hibernate.DuplicateMappingException: Duplicate class/entity mapping com.jeecms.core.entity.Authentication |
||
---|---|---|---|
级别: 白丁
![]() |
16# 发表于:2011-03-24 10:36:47 IP:218.17.*.*
Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/config/application-context.xml]: Invocation of init method failed; nested exception is org.hibernate.DuplicateMappingException: Duplicate class/entity mapping com.jeecms.core.entity.Authentication
|
||
---|---|---|---|
级别: 童生
![]() |
17# 发表于:2011-03-24 10:37:10 IP:59.243.*.*
您看看数据库里面有没有数据,如果有的话,您就重新放个程序到jeecms下,把原来的删掉。然后把ROOT\install \config下的web.xml复制出来,覆盖掉ROOT\WEB-INF下的web.xml。最后修改下ROOT\WEB-INF\config下的 jdbc.properties即可
|
||
---|---|---|---|
级别: 白丁
![]() |
18# 发表于:2011-03-24 10:38:01 IP:218.17.*.*
Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in ServletContext resource [/WEB-INF/config/jeecms-servlet-front.xml]: Cannot resolve reference to bean 'frontContextInterceptor' while setting bean property 'interceptors' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'frontContextInterceptor': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void com.jeecms.cms.web.FrontContextInterceptor.setCmsSiteMng(com.jeecms.cms.manager.main.CmsSiteMng); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cmsSiteMng': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void com.jeecms.cms.manager.main.impl.CmsSiteMngImpl.setDao(com.jeecms.cms.dao.main.CmsSiteDao); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cmsSiteDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void com.jeecms.common.hibernate3.HibernateSimpleDao.setSessionFactory(org.hibernate.SessionFactory); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/config/application-context.xml]: Invocation of init method failed; nested exception is org.hibernate.DuplicateMappingException: Duplicate class/entity mapping com.jeecms.core.entity.Authentication
|
||
---|---|---|---|
级别: 白丁
![]() |
20# 发表于:2011-03-24 10:39:56 IP:218.17.*.*
它好像是报java代码里面的错啊?
我现在有源代码也有ROOT页面 现在数据库里面也有数据 我先按照你的方法试一试 |
||
---|---|---|---|