likeng512 发表于 2017-10-18 16:55:11

启动失败Error creating bean with name 'templetContext':

在开发过程中重启项目突然发现启动不了
错误信息如下

HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
Explicitly setting the listener hostname to 'localhost' is not recommended. It will only work if all CacheManager peers are on the same machine.
Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templetContext': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'freemarker' is defined


admin 发表于 2017-10-18 19:26:42

clean 下项目

likeng512 发表于 2017-10-19 08:32:55

admin 发表于 2017-10-18 19:26 static/image/common/back.gif
clean 下项目

clean了之后也是一样喔

admin 发表于 2017-10-19 08:53:34

看常见问题贴 18 c

http://www.jeecg.org/forum.php?mod=viewthread&tid=1830&extra=page%3D1

likeng512 发表于 2017-10-19 09:05:32

admin 发表于 2017-10-19 08:53 static/image/common/back.gif
看常见问题贴 18 c

http://www.jeecg.org/forum.php?mod=viewthread&tid=1830&extra=page%3D1

昨天看了,好像并没有看到我这个问题的解决方式......:'(

reasonmo 发表于 2017-10-31 09:31:23

是不是jdk1.8的,试试jdk1.7

暗里着迷 发表于 2017-11-19 15:35:31

我也是这个问题,我是部署Linux服务器报这个,Windows服务器就没有报这个问题。

暗里着迷 发表于 2017-11-19 15:56:37

楼主解决这个问题没有?解决了告诉我一下呀!

admin 发表于 2017-11-20 10:38:06

打包问题,重新打包

likeng512 发表于 2017-11-21 16:50:48

暗里着迷 发表于 2017-11-19 15:35 static/image/common/back.gif
我也是这个问题,我是部署Linux服务器报这个,Windows服务器就没有报这个问题。 ...

我是换了一下代码重新编译的
页: [1] 2
查看完整版本: 启动失败Error creating bean with name 'templetContext':