Description

This page will explain about the errors received while packaging Oracle Forms source code.
While packaging Forms source in DMT, we might encounter a crash with the below error message:

Looking at the extraction.castlog2, we can also find the below traces.

2014-10-29 19:43:19.397    ERROR    Error running CAST forms extractor!
2014-10-29 19:43:19.397    ERROR    An exception has occurred during source package file creation
com.castsoftware.util.logger.exceptions.LogException:

Stack trace of error  :

oracle.forms.jdapi.JdapiStatusException:_jni_find_obj failed
    at oracle.forms.jdapi.BaseAPI._jni_find_obj(:0)
    at oracle.forms.jdapi.Block.find(:0)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.addFields(FormsIdentificationGroupExporterNew.java:518)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.exploreGenericObject(FormsIdentificationGroupExporterNew.java:686)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.exploreGenericObject(FormsIdentificationGroupExporterNew.java:657)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.exploreChildren(FormsIdentificationGroupExporterNew.java:649)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.exploreGenericObject(FormsIdentificationGroupExporterNew.java:690)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.exploreGenericObject(FormsIdentificationGroupExporterNew.java:657)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.exploreChildren(FormsIdentificationGroupExporterNew.java:649)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.exploreGenericObject(FormsIdentificationGroupExporterNew.java:690)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.exploreGroup(FormsIdentificationGroupExporterNew.java:604)
    at com.castsoftware.extractor.exporter.FormsIdentificationGroupExporterNew.run(FormsIdentificationGroupExporterNew.java:271)
    at com.castsoftware.extractor.exporter.Exporter.exportSlice(Exporter.java:484)
    at com.castsoftware.extractor.exporter.FormsExporterNew.exportForms(FormsExporterNew.java:513)
    at com.castsoftware.extractor.cli.FormsExtractor.process(FormsExtractor.java:114)
    at com.castsoftware.cli.CommandLineApplication.processWithOldLogging(CommandLineApplication.java:1100)
    at com.castsoftware.cli.CommandLineApplication.parseAndRun(CommandLineApplication.java:941)
    at com.castsoftware.cli.CommandLineApplication.access$0(CommandLineApplication.java:887)
    at com.castsoftware.cli.CommandLineApplication$2.call(CommandLineApplication.java:870)
    at com.castsoftware.cli.CommandLineApplication$2.call(CommandLineApplication.java:1)
    at com.castsoftware.util.logger.Logging.execute(Logging.java:491)
    at com.castsoftware.util.logger.Logging.runInNewContext(Logging.java:354)
    at com.castsoftware.cli.CommandLineApplication.launch(CommandLineApplication.java:864)
    at com.castsoftware.cli.CommandLineApplication$1.call(CommandLineApplication.java:810)
    at com.castsoftware.cli.CommandLineApplication$1.call(CommandLineApplication.java:1)
    at com.castsoftware.util.logger.Logging.execute(Logging.java:491)
    at com.castsoftware.util.logger.Logging.runInNewContext(Logging.java:383)
    at com.castsoftware.cli.CommandLineApplication.run(CommandLineApplication.java:804)
    at com.castsoftware.extractor.cli.FormsExtractor.main(FormsExtractor.java:171)

Observed in CAST AIP
Release
Yes/No
8.0.x (error) 
7.3.x(error)

7.2.x
(x<=3)

(tick)
7.0.x(error)
Observed on RDBMS
This section is not applicable for this page(DMT)

 

RDBMS
Yes/No
Oracle ServerNA
Microsoft SQL ServerNA
CSS2NA
CSS1NA
Step by Step Scenario

Package the extraction.
Error is encountered

Solution

This encountered when the Oracle JDAPI throws an exception while exploring some FMBs and hence the extractor terminates.
Issue is already fixed in 7.2.4.

Impact on Analysis Results and Dashboard

NA

Notes/comments

Webcall:29473,28134

Related Pages