为了能快速了解并处理您的问题,请提供以下基础信息: 8.2.0
Ubuntu 22
我想安装tomcat9,提示面板错误,然后发现tomcat8也无法卸载
出错了,面板运行时发生错误!IndexError: list index out of range
REQUEST_DATE: 2024-05-29 17:25:15 VERSION: Ubuntu 22.04.4 LTS (Jammy Jellyfish) x86_64(Py3.7.8) - 8.2.0 REMOTE_ADDR: 192.168.10.15 REQUEST_URI: POST /project/java/install_tomcat_new?REQUEST_FORM: {'data': '{"jdk_path":"/www/server/java/jdk1.8.0_371","type":"uninstall","version":"8"}'} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2430, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 2377, in run result = getattr(toObject, get.action)(get) File "class/panelController.py", line 81, in model result = PluginLoader.module_run(module_name,def_name,pdata) File "/www/server/panel/class/projectModel/javaModel.py", line 454, in install_tomcat_new download_url = self.test_download_url() File "/www/server/panel/class/projectModel/javaModel.py", line 410, in test_download_url return res.split("\n")[-2].strip()IndexError: list index out of range |
|