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

~/.xsession.errors问题

阅读更多

1、环境

ubuntu9.04

jdk1.6

tomcat6.0

2、问题描述:

在安装jdk、tomcat时修改了配置文件/etc/profile和/etc/environment

重新启动报错:

~/.xsession.errors
/etc/profile:26 id not found

3、解决

开机启动ubuntu的时候进入recovery mode(刚刚启动的时候会按esc键即可选择);
选择进入root帐户
输入 root 密码,顺利登录

打开/etc/environmen和/etc/profile文件,删除了关于java和tomcat设置的一些内容,保存重启。
终于正常启动了。

 

 

分享到:
评论

相关推荐

    php.ini-development

    much more verbose when it comes to errors. We recommending using the ; development version only in development environments as errors shown to ; application users can inadvertently leak otherwise ...

    apktool documentation

    // builds current directory into ./dist $ apktool b bar -o new_bar.apk // builds bar folder into new_bar.apk $ apktool b bar.apk // WRONG: brut.androlib.AndrolibException: brut.directory....

    Debugging with GDB --2007年

    Setting Variable Values During a Session . . . . . . . . . . . . . . . . . Getting In and Out of GDB . . . . . . . . . . . . . . . 11 2.1 Invoking GDB . . . . . . . . . . . . . . . . . . . . . . . . ....

    Struts1.x实现防止提交的Token使用示例

    errors.add("globalError", new ActionMessage("token.error")); saveErrors(request, errors); return mapping.findForward("error"); } ``` 7. **生命周期管理**: - 请求开始时,TokenPlugin会在Session中...

    最新版的DebuggingWithGDB7.05-2010

    1 A Sample gdb Session . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 Getting In and Out of gdb . . . . . . . . . . . . . . . . . . . 11 2.1 Invoking gdb . . . . . . . . . . . . . . . . . . ....

    dwm:我的DWM配置文件

    9. **调试与日志**:DWM的日志通常输出到`/var/log/Xorg.0.log`或`~/.xsession-errors`,这对于排查配置问题很有帮助。 10. **社区与扩展**:DWM拥有活跃的社区和许多第三方补丁,如`st`(Simple Terminal)、`...

    源码 Dr.Bob’s Delphi Prism XE Development Essentials June 2011

    源码 8 References . 8 2. Language Features 9 Oxygene Compiler....Delphi Prism Projects and Namespaces 9 Methods ......Unnamed Constructors ................................................................

    DebuggingWithGDB 6.8-2008

    1 A Sample gdb Session . . . . . . . . . . . . . . . . . . . . . . 7 2 Getting In and Out of gdb . . . . . . . . . . . . . . . . 11 2.1 Invoking gdb . . . . . . . . . . . . . . . . . . . . . . . . . ....

    Spring-Reference_zh_CN(Spring中文参考手册)

    9.9. 公共问题的解决方案 9.9.1. 对一个特定的 DataSource 使用错误的事务管理器 9.10. 更多的资源 10. DAO支持 10.1. 简介 10.2. 一致的异常层次 10.3. 一致的DAO支持抽象类 11. 使用JDBC进行数据访问 11.1. 简介 ...

    计算机网络第六版答案

    Also thanks to all the readers who have made suggestions and corrected errors. All material © copyright 1996-2012 by J.F. Kurose and K.W. Ross. All rights reserved Chapter 1 Review Questions...

    Bulletproof SSL and TLS,PDF , Ivan Ristic

    TLS Session Cache Sharing 178 7. Protocol Attacks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ...

    Centos 安装 PHP7.4 和 Nginx的操作方法

    ./configure --prefix=/usr/local/nginx \ --with-http_stub_status_module \ --with-http_ssl_module \ --with-http_realip_module \ --with-http_gzip_static_module \ --with-http_sub_module \ --with-...

    EurekaLog_7.5.0.0_Enterprise

    13)..Added: "User" and "Session" columns to processes list, processes list is also sorted by session first 14)..Added: Support for showing current user processes only 15)..Added: Expanding environment...

    Sql for mysql

    4.17 Retrieving Errors and Warnings . . . . . . . . . . . . . . . . . . . . . . . 68 4.18 Definitions of SQL Statements . . . . . . . . . . . . . . . . . . . . . . . . 69 PART II Querying and Updating...

    spring chm文档

    Spring Framework 开发参考手册 Rod Johnson ...18.2.2. 访问本地的无状态Session Bean(SLSB) 18.2.3. 访问远程SLSB 18.3. 使用Spring提供的辅助类实现EJB组件 19. JMS 19.1. 简介 19.2. 使用Spring JMS ...

    Spring中文帮助文档

    9.9. 常见问题的解决方法 9.9.1. 对一个特定的 DataSource 使用了错误的事务管理器 9.10. 更多的资源 10. DAO支持 10.1. 简介 10.2. 一致的异常层次 10.3. 一致的DAO支持抽象类 11. 使用JDBC进行数据访问 ...

    Spring API

    9.9. 常见问题的解决方法 9.9.1. 对一个特定的 DataSource 使用了错误的事务管理器 9.10. 更多的资源 10. DAO支持 10.1. 简介 10.2. 一致的异常层次 10.3. 一致的DAO支持抽象类 11. 使用JDBC进行数据访问 ...

    Spring 2.0 开发参考手册

    18.2.2. 访问本地的无状态Session Bean(SLSB) 18.2.3. 访问远程SLSB 18.3. 使用Spring提供的辅助类实现EJB组件 19. JMS 19.1. 简介 19.2. 使用Spring JMS 19.2.1. JmsTemplate 19.2.2. 连接工厂 19.2.3. ...

    DWR.xml配置文件说明书(含源码)

    “scope参数允许你配置creator的生命周期,共有以下几个选项:application,session,request,page.这些参数对于用过jsp或servlet的开发人员并不陌生. 3.1 Uing static methods 如果你想远程调用一个creator的静态方法,...

Global site tag (gtag.js) - Google Analytics