Skip to Main Content

Analytics Software

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!

Testing Model Import Exception - NoSuchMethodError

António PintoFeb 3 2020 — edited Feb 3 2020

Hi all,

While testing my new model, on Oracle Enterprise Metadata Management i'm getting the following exception:

[2020-02-03 15:45:36]  java.lang.NoSuchMethodError: oracle.odi.core.security.SecurityManager.isUsingExternalAuthentication()Z
[2020-02-03 15:45:36]  [JBDG_F0006] The Java process did not complete successfully

In the tomcat logs i can see the following:

<!-- MIRLog size=997      --><Message code="MBCM_F0029" stackTrace="java.lang.NoSuchMethodError: oracle.odi.core.security.SecurityManager.isUsingExternalAuthentication()Z&#13;&#10;&#09;at MITI.bridges.oracle.odi.common.utils.BridgeUtils.getOdiInstance(BridgeUtils.java:163)&#13;&#10;&#09;at MITI.bridges.oracle.odi12.Import.MIROracleDataIntegratorImport.createOdiInstance(MIROracleDataIntegratorImport.java:98)&#13;&#10;&#09;at MITI.bridges.oracle.odi12.Import.MIROracleDataIntegratorImport.buildProjectFolders(MIROracleDataIntegratorImport.java:391)&#13;&#10;&#09;at MITI.bridges.oracle.odi12.Import.MIROracleDataIntegratorImport.browse(MIROracleDataIntegratorImport.java:379)&#13;&#10;&#09;at MITI.bridges.javabridge.JavaBridge.runBrowse(JavaBridge.java:161)&#13;&#10;&#09;at MITI.bridges.javabridge.JavaBridge.main(JavaBridge.java:497)&#13;&#10;" threadId="main" timestamp="2020-02-03T15:22:10Z" type="FATAL">java.lang.NoSuchMethodError: oracle.odi.core.security.SecurityManager.isUsingExternalAuthentication()Z</Message>

is it possible so someone help me with this issue?

Comments