Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux apex 4.0.1不工作_Linux_Oracle_Oracle Apex - Fatal编程技术网

Linux apex 4.0.1不工作

Linux apex 4.0.1不工作,linux,oracle,oracle-apex,Linux,Oracle,Oracle Apex,我最近升级到了apex 4.0.1 但是当我访问127.0.0.1:8080/apex并登录时,页面没有响应 还有一件事。。。该页面应该有一些照片,但没有显示 因此,当我查看页面的源代码并打开任何JS文件/照片目录/css文件时 我明白了 404 Not found Not found The requested URL /i/css/apex_4_0.css was not found on this server 404找不到 找不到 在此服务器上找不到请求的URL/i/css/apex_4

我最近升级到了apex 4.0.1 但是当我访问127.0.0.1:8080/apex并登录时,页面没有响应 还有一件事。。。该页面应该有一些照片,但没有显示 因此,当我查看页面的源代码并打开任何JS文件/照片目录/css文件时

我明白了

404 Not found

Not found

The requested URL /i/css/apex_4_0.css was not found on this server 404找不到 找不到 在此服务器上找不到请求的URL/i/css/apex_4_0.css
我有Ubuntu11.04

听起来你的配置文件有点乱。检查配置以验证它是否将端口8080上的通信定向到正确的目录。以下是如何查找Apache配置文件以及如何读取该文件的链接:


我能想到的另一件事是目录不存在。可能它被删除或移动了。

升级有两个步骤。第一个是(大部分)安装APEX_040000对象。第二种方法将一组文件上传到数据库中

确保按照要求正确执行第二步


这是两个步骤,因为如果您使用的是Oracle Apex Listener或HTTP服务器,那么您会将这些文件放在文件系统的某个位置,而不是数据库中。

检查您的web服务器(Apache?),听起来web服务器好像关闭了。重新启动可能会解决此问题(重新打开web服务器)。已重新启动apache。。。仍然不工作。。。重新启动但仍不工作将httpd.conf改为空是很奇怪的吗?显然debian/ubuntu使用apache2.conf