zoukankan      html  css  js  c++  java
  • eclipse之The currrently displayed page contains invalid values错误

    现象: eclipse的preferences里面须要保存密码,保存报错
    Could Not Accept Changes
    The currrently displayed page contains invalid values
    或者是保存后。再次打开preferences窗体,提示
    The currrently displayed page contains invalid values

    环境:

    Windows 2008

    remote windows terminal 远程桌面訪问

    clipse Juno

    可能有多人用一个帐号登录Windows OS。


    排错:

    查看eclipse日志,文件%workspace%.metadata.log
    看到例如以下内容:
    !ENTRY org.eclipse.equinox.security 4 0 2014-04-26 01:00:28.919
    !MESSAGE Secure storage was unable to retrieve the master password. If secure storage was created using a different Windows account, you'll have to switch back to that account. Alternatively, you can use the password recovery, or delete and re-create secure storage.
    !STACK 0
    org.eclipse.equinox.security.storage.StorageException: Secure storage was unable to retrieve the master password. If secure storage was created using a different Windows account, you'll have to switch back to that account. Alternatively, you can use the password recovery, or delete and re-create secure storage.
    at org.eclipse.equinox.internal.security.win32.WinCrypto.getPassword(WinCrypto.java:62)


    解决的方法:

    打开eclipse preferences。选择General->Security->Secure Storage。去掉Windows Integration,保留UI Prompt。确定,关闭Preferences窗体。


    注意假设多个人在这台机器启动了 eclipse,操作前请其它人退出eclipse。



    不方便的地方:

    eclipse在保存读取口令等敏感数据到preferences的时候。可能会提示用户设置/填写口令。

    首次设置口令的时候会提示是否须要提供恢复口令的手段,能够不提供。取消就可以。






  • 相关阅读:
    css中span元素的width属性无效果原因及多种解决方案
    CentOS、Ubuntu、Debian三个linux比较异同
    linux系统中/etc/syslog.conf文件解读
    /proc/interrupts 和 /proc/stat 查看中断的情况
    网卡优化RPS/RFS
    关于Linux网卡调优之:RPS (Receive Packet Steering)
    rsync详解之exclude排除文件
    Linux rsync 同步实践
    CentOS 6.3下rsync服务器的安装与配置
    解决linux下/etc/rc.local开机器不执行的原因
  • 原文地址:https://www.cnblogs.com/lcchuguo/p/5147206.html
Copyright © 2011-2022 走看看