`
bainian_205
  • 浏览: 44699 次
  • 性别: Icon_minigender_1
  • 来自: 河北
社区版块
存档分类
最新评论

while loading persisted sessions: java.io.EOFException

 
阅读更多
第二次遇到这个问题,忘了怎么解决了,记下来
原因:
EOFException表示输入过程中意外地到达文件尾或流尾的信号,导致从 session中获取数据失败。异常是tomcat本身的问题,由于tomcat上次非正常关闭时有一些活动session被持久化(表现为一些临时文 件),在重启时,tomcat尝试去恢复这些session的持久化数据但又读取失败造成的。此异常不影响系统的使用。


解决办法:

删除目录D:\Program Files\Tomcat 6.0\work下的所有文件,重启tomcat,问题解决!
分享到:
评论

相关推荐

    classroomtechtools.github.io:借鉴Awesometables,将Google Site转变为网络应用

    发行软件 实用图书馆 针对在AppsScripts平台中工作的“公民开发人员”的库。 像专业人士一样使用缓存和属性存储,而不必对其进行... // persisted now: autoStore . set ( 'key' , { value : 'value' } ) ; ... //

    scala的orm框架srom.zip

    // Option[Artist with Persisted]: val metallica = Db.query[Artist].whereEqual("name", "Metallica").fetchOne() // Stream[Artist with Persisted]: val rockArtists = Db.query[Artist].whereEqual("genres....

    ObjectStore:利用属性,缓存和内存映射提高速度的应用商店

    对象库 AppsScripts中的键/值存储,用于将值和对象本地存储在内存中,并写入CacheService和PropertiesService以实现可靠的持久性。 它有两种模式,自动或手动,后者可让... // persisted now: autoStore . set ( 'ke

    vmware unlocker 2.0.6最新版(vm虚拟机破解安装Mac OS)

    an upgrade or patch to ESXi as local.sh is part of the persisted local state. 8. Thanks Thanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife (MSoK) for all the testing ...

    java面试题

    Java 软件工程师面试资料大整合 1 Java 面霸 1 1. int 和 Integer 有什么区别? 8 2. String 和StringBuffer的区别 8 3. 运行时异常与一般异常有何异同? 8 4. 说出ArrayList,Vector,LinkedList的存储性能和特性 8 5...

    BobBuilder_app

    Persisted: Any changes made are stored on hard disk, so you never lose data on power outages or crashes. Dictionary: A key/value storage system much like the implementation in .NET. MurMurHash: A ...

    RingtonePickerActivity.rar_As One

    The RingtonePickerActivity allows the user to choose one from all of the available ringtones. The chosen ringtone s URI will be persisted as a string.

    Android代码-“记住”数据

    Remember An in-memory data store ... Writes get persisted to disk, so that this store maintains state even if the app closes or is killed. Consistency. Doing a write followed by a read should retur

    Hibernate注释大全收藏

    } //enum persisted as String in database 上述代码中 counter, lengthInMeter 属性将忽略不被持久化,而 firstname, name, length 被定义为可持久化和可获取的。 @TemporalType.(DATE,TIME,TIMESTAMP) 分别Map...

    JPA_Mini_Book

    Notice in the images above how the data is persisted to each table. Every entity has its information persisted across unique tables; for this strategy JPA will use one table per entity regardlessthe ...

    TMS Pack for FireMonkey2.3.0.1

    Fixed : Issue with editing cell functionality while selecting all cells in TTMSFMXGrid v1.8.0.2 Fixed : Issue with peristing column states Fixed : Issue with printing DPI on different real and ...

    Fullstack Vue: The Complete Guide to Vue.js

    Vuex-based Routes and Authentication: Build on top of the server persisted shopping cart app by creating dynamic routes and a token authentication flow with the official vue-router library. ...

    cmake-tools.vsix

    Disable launchTarget key binding while debugging. #1170 System headers not found. #1257 Add setting to enable/disable automatic reconfiguring of projects. #1259 Partial/full CMT activation improperly ...

    use-persisted-state:一个自定义的React Hook,它提供了一个多实例,多标签浏览器共享和持久状态

    use-persisted-state本身不是钩子,而是一个工厂,它接受存储key和可选的存储提供程序(默认= localStorage ),并返回可以用作useState的直接替代品的useState 。 产品特点 :floppy_disk: 将状态持久化到...

    graphql-ruby-persisted_queries:对graphql-ruby的持久查询

    GraphQL :: PersistedQueries GraphQL::PersistedQueries是对的的实现。 使用此插件,您的后端将缓存所有查询,而前端... import { createPersistedQueryLink } from "apollo-link-persisted-queries" ; import { crea

    Node的Excel模块ExcelJS.zip

    // apart from the column width, they will not be fully persisted. worksheet.columns = [  { header: "Id", key: "id", width: 10 },  { header: "Name", key: "name", width: ...

    unlocker208 —— VMware 安装 MacOS的必备补丁

    an upgrade or patch to ESXi as local.sh is part of the persisted local state. 8. Thanks --------- Thanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife (MSoK) for all ...

    SQL Prompt_9.0.8.3873破解版

    SP-6761 : Don't detect BP014 issue on computed non persisted columns. SP-6766 : BP014 Shouldn't apply to identity columns. SP-6777 : "Place expressions on new line" under THEN expressions moves ELSE ...

    Oracle sqldeveloper without jdk (win+linux)

    - The menu item, and right-click off a Connection node, for invoking SQL*Plus does not work with connections whose passwords are not persisted. 1.2 Connections - Cannot connect to remote database as ...

    apollo-link-persisted-queries:使用Apollo Link的持久查询支持

    自动持久查询注意:此项目已合并到@apollo/client核心中,这意味着它现在在库中进行维护。 有关使用说明,请参考。要解决的问题与使用固定URL加载数据的REST API不同,GraphQL提供了丰富的查询语言,可用于表达应用...

Global site tag (gtag.js) - Google Analytics