Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error after installing Apex 5 MODPLSQL-00861

User_T2ODCApr 14 2016 — edited Apr 14 2016

Hi,

After installing Apex 5 I get error

[OHS] [ERROR:32] [OHS-9999] [core.c] [client_id: ] [host_id:Test] [host_addr: 127.0.0.1] [tid: 17] [user: apex] [ecid: 0001LZxFq5EFw00Fzzw0w000045w000051] [rid: 0] [VirtualHost: main]  MODPLSQL-00861: mod_plsql: /pls/apex/i/aml321p/321/files/plugin/254046303658791348/v1/apex.jquery.menu.js HTTP-404 Failed to parse target procedure \nnull: PROCEDURE DOESN'T EXIST\n, referer: http://test:7777/pls/apex/f?p=321:30:6308181158655::NO:::

[OHS] [ERROR:32] [OHS-9999] [core.c] [client_id: ] [host_id: Test] [host_addr: 127.0.0.1] [tid: 29] [user: apex] [ecid: 0001L^YUjIJFw00Fzzw0w000045w00005T] [rid: 0] [VirtualHost: main]  MODPLSQL-00861: mod_plsql: /pls/apex/i/aml321p/files/static/v3Y/p0.js HTTP-404 Failed to parse target procedure \nnull: PROCEDURE DOESN'T EXIST\n, referer: http://test:7777/pls/apex/f?p=321:101::::::

The similar error are few , for a few apex plugins and 2 static files.

I use Oracle 11g SE, OHS in mode_plsql, Apex 5 and apllication developed on apex 4.2

Last time I install the same apllication on Oracle 12 with apex5 and OHS in mode_plsql and I didnt get this errors.

Plugins are seem in shared componets, static files p0.js and p0.css also, but I dont see them in database.

Queries return no rows.

select * from APEX_WORKSPACE_FILES

where file_name like '%p0%'

select file_name from APEX_WORKSPACE_FILES

where mime_type in ('application/javascript','text/css')

select filename from APEX_APPLICATION_FILES

where filename like '%p0%'

select filename from APEX_APPLICATION_FILES

where mime_type in ('application/javascript','text/css')

Can anyone help me?

Thanks

PS: sorry for my English)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2016
Added on Apr 14 2016
0 comments
327 views