在Linux上部署Tomcat后,执行startup.sh显示权限不够,随即对这个文件添加了x权限,再执行,显示该错误


原因:catalina.sh 和start.sh都要解放权限

解决办法:

对启动脚本添加执行权限

chmod 777 *.sh

The file is absent or does not have execute permission This file is needed to run this program相关推荐

  1. 已解决:Cannot find ./catalina.sh The file is absent or does not have execute permission This file is ne

    tomcat直接从windows拷贝到linux下面 bash startup.sh的时候报错 Cannot find ./catalina.sh The file is absent or does ...

  2. Linux下启动启动tomcat 服务器报错 The file is absent or does not have execute permission

    为什么80%的码农都做不了架构师?>>>    Linux下启动启动tomcat 服务器报错 The file is absent or does not have execute ...

  3. This file is needed to run this program

    一.问题图 关于 这些参考文章 就不说了 情况不同 不敢苟同 就是文章博客重复的有点多 视觉疲劳了都~ 就是tomcat中的变量问题 在windows中会环境变量配置 CATALINA_HOME 这个 ...

  4. Cannot find ./catalina.sh The file is absent or does not hav

    linux中启动tomcat在启动项目时报: Cannot find ./catalina.sh The file is absent or does not have execute permiss ...

  5. 配置管理小报110904:htpasswd: The file passwd does not appear to be a valid htpasswd file.

    为什么80%的码农都做不了架构师?>>>    l         作者:程**(chengwei@***.cn) 使用htpasswd添加账号时,提示如下错误:htpasswd: ...

  6. PB编译错误:Mismatched time stamp on .rel file for module nk.exe requesting kernel fixup. Valid .rel file

    如题,PB编译完后make时出现如下错误: Mismatched time stamp on .rel file for module nk.exe requesting kernel fixup.  ...

  7. file数组 删除文件_java编程IO基础之一:File类

    在整个java.io包中,File类是唯一的一个与文件本身操作有关的类,既可以执行文件的创建.删除.重命名,取得文件大小和修改日期. File的构造函数: public File(String pat ...

  8. 安装prometheus遇到:Failed to execute operation:file existed解决办法

    win10 centos7 vmware 最近这两天在安装prometheus,遇到了一点问题,在设置prometheus后台启动的时候,输入 systemctl enable prometheus ...

  9. 【解决】Asset file ‘XXX/XXX/XXX.meta ’ has inconsistent casing. Renaming meta file succeeded.

    开发平台:Unity 编程平台:Visual Studio 2020以上 使用语言:C#   问题描述 问题描述 附加说明 原文 Asset file 'Assets/工具设计/全局消息框/TopLi ...

  10. Cannot overwrite file /home/baadshah/.config/QtProject/qtcreator/toolchains.xml: Permission denied

    在Ubuntu 12.04 刚装上了个qt5.1.1 在普通用户上运行时弹出几个对话框,关闭qt时也会弹出来,具体的忘了截图,有以下几个 Cannot overwrite file /home/baa ...

最新文章

  1. 双精度张量内核加快了高性能计算
  2. 使用getopts处理选项
  3. tomcat使用php+mac_Mac环境下配置tomcat
  4. Selenium常用API的使用java语言之13-多表单切换
  5. 创建maven项目,配置maven地址
  6. 【微信开发】上传下载多媒体文件
  7. 山东大学 2020级数据库系统 实验六
  8. 常用校验算法CRC、MD5、SHA_转
  9. 华为新系统鸿蒙效果,19款华为手机内测新系统,流畅度比肩苹果iOS,优先体验鸿蒙OS...
  10. 利用反射机制,多个请求对应一个Servlet!附源代码
  11. Hibernate简介与运行原理
  12. nginx Linux 环境下安装
  13. 计算机快捷键屏幕保护是什么,电脑屏保快捷键.pptx
  14. 深度分析: Google 和 Apple 从来就不是死对头
  15. java Exception问题:unhandled exception:java.lang.Exception
  16. 黄页 - 埃及的官方网上商业指南和本地搜索引擎
  17. 1-3 laravel C R U D=(数据验证)
  18. apache 编译java_关于apache的bsf包的JavaUtils工具类包自定义类编译器对指定目标文件进行编译JDKcompile...
  19. Python给多人发送邮件
  20. 押注全场景,荣耀胜算几何?

热门文章

  1. 【数字信号】基于matlab GUI双音多频(DTMF)信号检测【含Matlab源码 512期】
  2. 二项分布python实现_初级概率分布的Python实现
  3. java double 丢精度_Java中double类型精度丢失的问题
  4. 安装semantic-text-similarity
  5. 【C++】常用排序算法
  6. php插入mp3,PHP网站插入音乐
  7. python笔记小白入门_python小白入门基础(七:集合与字典)
  8. docxtemplater 图片模块_使用docxtemplater来处理word模板
  9. rep( )函数--R语言
  10. C# string.Format json格式字符串报错”输入字符串的格式不正确“