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!

APEX 22.1 - Application Export fails

NiallAug 15 2022 — edited Aug 16 2022

Hello,
Since our move to APEX 22.1 on ADB, we've been experiencing an error with our nightly exports of our applications using apex_export.get_application.
~It appears to be one (very large) application that is provoking this error. Other applications export correctly.~ This behaviour started about 10 days ago.
Has anyone else experienced a similar issue? Is it a bug? Is there a workaround?
This is 100% reproducible on our DB.
Code:
v_files apex_t_export_files;
...
v_files := apex_export.get_application (p_application_id => rec_apps.application_id);

Error message stack:
ORA-08177: can't serialize access for this transaction
ORA-06512: at "APEX_220100.WWV_FLOW_EXPORT_API", line 143
ORA-06512: at "APEX_220100.WWV_FLOW_GEN_API2", line 10218
ORA-06512: at "APEX_220100.WWV_FLOW_GEN_API2", line 7395
ORA-06512: at "APEX_220100.WWV_FLOW_GEN_API2", line 7395
ORA-06512: at "APEX_220100.WWV_FLOW_GEN_API2", line 10035
ORA-06512: at "APEX_220100.WWV_FLOW_EXPORT_INT", line 1234
ORA-06512: at "APEX_220100.WWV_FLOW_EXPORT_API", line 81

This post has been answered by Niall on Aug 22 2022
Jump to Answer

Comments

ppssrr

i  got one solution i put my config file into java.secity file javahome/jre/lib

login.config.url.1=file:D:/cnk-workspace/jaasloginmodule/src/main/resources/rdbmslogin.config

working fine...

ppssrr

if i am use JAAS without   weblogic.security.auth.login.UsernamePasswordLoginModule it working fine, but if i am using weblogic.security.auth.login.UsernamePasswordLoginModule i got exception when deploy app

weblogic.wsee.wstx.wsc.v11.endpoint.RegistrationRequesterPortImpl" failed to prelo

ad on startup in Web application: "loginmodule.war".

java.lang.NullPointerException

i put weblogic.jar in lib

can any send currect configration using  weblogic.security.auth.login.UsernamePasswordLoginModule

if use this one how to i get username and password  , can any one explain

1 - 2

Post Details

Added on Aug 15 2022
24 comments
1,384 views