Posted by
Berke on
Jun 15, 2015; 1:06pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Discoverer-Application-Deployment-Failed-tp371.html
Hello,
We have encountered a problem while installing Oracle Discoverer 11.1.1.7. We were following this document. [Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12.2 (Doc ID 1380591.1) ]
We followed the folllowing steps:
----------
Check System Requirements and Certifications
Install Oracle Database
Create Schemas for Oracle Discoverer
Install Oracle WebLogic Server and Create the Middleware Home
Install Software (using 'Do Not Configure' option) Oracle Portal, Forms, Reports, and Discoverer 11g Product 11.1.1.2
Update the software using the Patchset Installer to 11.1.1.7.0 using Patch 16471668. See Section 3: Release Versions for more details
Apply the required one-offs as mentioned in Section 3: Release Versions
Configure Oracle Discoverer using config script as below:
On UNIX systems:
ORACLE_HOME/bin/config.sh
On Windows systems:
ORACLE_HOME\bin\config.bat
---------
Our problem is that the discoverer application cannot be deployed.


The error we are having at the moment might be seen from the following log :
-------
<Jun 15, 2015 7:26:18 AM EDT> <Warning> <oracle.adfinternal.view.faces.partition.FeatureUtils> <ADF_FACES-30130> <Ignoring feature-dependency on feature "AdfDvtCommon". No such feature exists.>
<Jun 15, 2015 7:26:18 AM EDT> <Error> <HTTP> <BEA-101017> <[ServletContext@116693074[app:em module:/em path:/em spec-version:2.5]] Root cause of ServletException.
java.lang.NoClassDefFoundError: oracle/binding/DataControl
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.binding.DataControl
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
Truncated. see log file for complete stacktrace
>
<Jun 15, 2015 7:26:18 AM EDT> <Emergency> <oracle.dfw.incident> <BEA-000000> <incident 2 created with problem key "DFW-99998 [java.lang.ClassNotFoundException][oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._installFacesBindingDefFactory][em]">
<Jun 15, 2015 7:26:30 AM EDT> <Warning> <oracle.adfinternal.view.faces.partition.FeatureUtils> <ADF_FACES-30130> <Ignoring feature-dependency on feature "AdfDvtCommon". No such feature exists.>
<Jun 15, 2015 7:26:30 AM EDT> <Error> <HTTP> <BEA-101017> <[ServletContext@116693074[app:em module:/em path:/em spec-version:2.5]] Root cause of ServletException.
java.lang.NoClassDefFoundError: oracle/binding/DataControl
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.binding.DataControl
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
Truncated. see log file for complete stacktrace
---
We are having this error when we try to start the application from weblogic console.
We are uploading the discoverer log files in case you may need it.
logs.zipRDA is attached to the post.
RDA.7zWe would me glab if you give us an insight on the problem.
Thanks,