`

初始化EHcache CacheManager时报java.net.UnknownHostException

 
阅读更多
工程启动时,报一下异常:
[wdfportal] [2014-11-12 13:56:17] [INFO ] main org.springframework.cache.ehcache.EhCacheManagerFactoryBean.afterPropertiesSet(EhCacheManagerFactoryBean.java:100) Initializing EHCache CacheManager  
[wdfportal] [2014-11-12 13:56:17] [ERROR] main net.sf.ehcache.Cache.<clinit>(Cache.java:128) Unable to set localhost. This prevents creation of a GUID. Cause was: BJS0-0WP-V: BJS0-0WP-V  
java.net.UnknownHostException: BJS0-0WP-V: BJS0-0WP-V
	at java.net.InetAddress.getLocalHost(InetAddress.java:1360)
	at net.sf.ehcache.Cache.<clinit>(Cache.java:126)
	at net.sf.ehcache.config.ConfigurationHelper.createCache(ConfigurationHelper.java:418)
	at net.sf.ehcache.config.ConfigurationHelper.createDefaultCache(ConfigurationHelper.java:334)
	at net.sf.ehcache.CacheManager.configure(CacheManager.java:306)
	at net.sf.ehcache.CacheManager.init(CacheManager.java:226)
	at net.sf.ehcache.CacheManager.<init>(CacheManager.java:202)
	at org.springframework.cache.ehcache.EhCacheManagerFactoryBean.afterPropertiesSet(EhCacheManagerFactoryBean.java:113)


查看hostname:
[root@BJS0-0WP-V bin]# hostname
BJS0-0WP-V
[root@BJS0-0WP-V bin]# hostname -i
未知的主机

在查看/etc/hosts
[root@BJS0-0WP-V bin]# vi /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

其中没有hostname的映射,导致找不到主机。
修改hosts文件,添加主机的hostname即可:
[root@BJS0-0WP-V bin]# vi /etc/hosts
127.0.0.1   BJS0-0WP-V localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
分享到:
评论

相关推荐

    ehcache.xsd_ehcache.xml代码提示.rar

    【标题解析】:“ehcache.xsd_ehcache.xml代码提示.rar”这个标题表明这是一个与Ehcache缓存系统相关的资源包,主要目的是为Ehcache的配置文件ehcache.xml提供代码提示功能。Ehcache是一个广泛使用的开源Java缓存...

    ehcache-3.9.9-API文档-中英对照版.zip

    标签:ehcache、jar包、java、中英对照文档; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。 ...

    借助Ehcache缓存框架实现对页面的缓存Demo

    1、ehcache.xml和ehcache.xsd两个文件可以在下在下载下来的名为“ehcache-core-x.x.x-distribution.tar.gz”压缩文件中找到 2、由于要实现Ehcache缓存页面,所以必须要添加“ehcache-web-2.0.4.jar” jar包,该jar包...

    基于java的开发源码-Ehcache Java 缓存框架.zip

    基于java的开发源码-Ehcache Java 缓存框架.zip 基于java的开发源码-Ehcache Java 缓存框架.zip 基于java的开发源码-Ehcache Java 缓存框架.zip 基于java的开发源码-Ehcache Java 缓存框架.zip 基于java的开发源码-...

    com.springsource.net.sf.ehcache-sources-1.6.2.jar

    jar包,官方版本,自测可用

    hibernate-ehcache-4.3.9.Final.jar

    该包是hibernate中所用的一个包,专门用来去处理特定的问题,它是和ehcache一起用的一个包

    ehcache-core-2.5.0.jar

    jar包,官方版本,自测可用

    ehcache.rar ehcache-core-2.6.10.jar依赖包

    Ehcache是一种广泛使用的开源Java分布式缓存。主要面向通用缓存,Java EE和轻量级容器。它具有内存和磁盘存储,缓存加载器,缓存扩展,缓存异常处理程序,一个gzip缓存servlet过滤器,支持REST和SOAP api等特点

    ehcache-1.6.2-distribution.tar.gz

    Ehcache是一个开源的、高性能的缓存解决方案,广泛应用于Java应用程序中,以提升系统性能和减少数据库负载。本文将详细解析Ehcache 1.6.2和2.7.0这两个版本的分布包。 首先,我们来看"ehcache-1.6.2-distribution....

    ehcache缓存jar(ehcache-core-2.4.6.jar+ehcache-web-2.0.4.jar)

    ehcache缓存jar(ehcache-core-2.4.6.jar+ehcache-web-2.0.4.jar)

    ehcache-core-2.4.5.jar

    3. 在代码中初始化Ehcache管理器,并加载配置文件。 4. 使用Ehcache API添加、获取、更新和删除缓存项。 5. 如果需要分布式缓存,配置Ehcache的集群设置。 理解并熟练运用Ehcache和SLF4J,可以帮助开发者构建更高效...

    hibernate-ehcache-4.1.0.Final.jar

    hibernate-ehcache-4.1.0.Final.jar 是hibernate4.1使用缓存的jar包

    ehcache-core-2.5.1.jar

    ehcache-core-2.5.1.jar

    ehcache-2.8.0-distribution.tar.gz

    Ehcache是一个开源的、高性能的Java缓存解决方案,它为应用程序提供了本地内存缓存的能力,从而提高了数据访问的速度和效率。在Ehcache 2.8.0版本中,这个分布式缓存系统引入了许多关键特性,使得它成为了Java开发者...

    ehcache-core-2.4.6.jar

    ehcache-core-2.4.6.jar

    ehcache-core-1.7.2.jar

    ehcache-core-1.7.2.jar

    ehcache-core-2.6.8.jar

    ehcache-core-2.6.8.jar mybatis 开发缓存文件配合使用jar包

    ehcache-2.7.3-distribution.tar.gz

    - **配置**:EHCache的配置文件通常为`ehcache.xml`,包含缓存的大小、过期策略、缓存区配置等。开发者可以根据实际需求定制配置。 - **API使用**:在Java代码中,可以通过`CacheManager`、`Cache`等类来创建、获取...

    ehcache-core-2.6.11-API文档-中英对照版.zip

    标签:sf、ehcache、core、中英对照文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请...

    基于java的开发源码-ehcache(Java缓存框架 EhCache).zip

    基于java的开发源码-ehcache(Java缓存框架 EhCache).zip 基于java的开发源码-ehcache(Java缓存框架 EhCache).zip 基于java的开发源码-ehcache(Java缓存框架 EhCache).zip 基于java的开发源码-ehcache(Java缓存框架 ...

Global site tag (gtag.js) - Google Analytics