Skip to Main Content

Java Development Tools

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Facing Error when try to deploy ADF Essentials 12c Application on Tomcat 8

ManishPandeyDec 11 2019 — edited Dec 11 2019

Hello All,

jdeveloper 12.1.3.0

Apache Tomcat 8.5

jdk 1.8

I'm trying to deploy ADF application to tomcat server using the following blog

https://flexagon.com/2017/02/how-to-adf-essentials-12c-application-on-tomcat-8/

but getting the following error

11-Dec-2019 10:52:41.273 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name:   Apache Tomcat/8.5.49

11-Dec-2019 10:52:41.341 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 17 2019 18:45:30 UTC

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 8.5.49.0

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Windows 10

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            10.0

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             C:\Program Files\Java\jdk1.8.0_151\jre

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_151-b12

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         D:\apache-tomcat-8.5.49

11-Dec-2019 10:52:41.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         D:\apache-tomcat-8.5.49

11-Dec-2019 10:52:41.349 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=D:\apache-tomcat-8.5.49\conf\logging.properties

11-Dec-2019 10:52:41.349 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager

11-Dec-2019 10:52:41.349 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048

11-Dec-2019 10:52:41.349 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources

11-Dec-2019 10:52:41.353 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -verbose:gc

11-Dec-2019 10:52:41.353 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1024m

11-Dec-2019 10:52:41.353 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx2048m

11-Dec-2019 10:52:41.357 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Doracle.mds.cache=simple

11-Dec-2019 10:52:41.361 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true

11-Dec-2019 10:52:41.361 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true

11-Dec-2019 10:52:41.361 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=

11-Dec-2019 10:52:41.366 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=D:\apache-tomcat-8.5.49

11-Dec-2019 10:52:41.366 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=D:\apache-tomcat-8.5.49

11-Dec-2019 10:52:41.366 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=D:\apache-tomcat-8.5.49\temp

11-Dec-2019 10:52:41.366 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.23] using APR version [1.7.0].

11-Dec-2019 10:52:41.366 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].

11-Dec-2019 10:52:41.366 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]

11-Dec-2019 10:52:41.366 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.1c  28 May 2019]

11-Dec-2019 10:52:42.730 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]

11-Dec-2019 10:52:43.232 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read

11-Dec-2019 10:52:43.263 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]

11-Dec-2019 10:52:43.263 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read

11-Dec-2019 10:52:43.279 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 4705 ms

11-Dec-2019 10:52:43.341 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]

11-Dec-2019 10:52:43.357 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.49

11-Dec-2019 10:52:43.388 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [D:\apache-tomcat-8.5.49\webapps\docs]

11-Dec-2019 10:52:55.603 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

11-Dec-2019 10:52:55.933 INFO [localhost-startStop-1] com.sun.faces.config.ConfigureListener.contextInitialized Initializing Mojarra 2.1.7-03 ( 20140228) for context '/docs'

11-Dec-2019 10:52:57.021 INFO [localhost-startStop-1] com.sun.faces.spi.InjectionProviderFactory.createInstance JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

11-Dec-2019 10:52:58.080 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [D:\apache-tomcat-8.5.49\webapps\docs] has finished in [14,676] ms

11-Dec-2019 10:52:58.080 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [D:\apache-tomcat-8.5.49\webapps\examples]

11-Dec-2019 10:53:08.868 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

11-Dec-2019 10:53:08.968 INFO [localhost-startStop-1] com.sun.faces.config.ConfigureListener.contextInitialized Initializing Mojarra 2.1.7-03 ( 20140228) for context '/examples'

11-Dec-2019 10:53:09.139 INFO [localhost-startStop-1] com.sun.faces.spi.InjectionProviderFactory.createInstance JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

11-Dec-2019 10:53:09.438 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [D:\apache-tomcat-8.5.49\webapps\examples] has finished in [11,358] ms

11-Dec-2019 10:53:09.438 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [D:\apache-tomcat-8.5.49\webapps\host-manager]

11-Dec-2019 10:53:14.686 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

11-Dec-2019 10:53:14.702 INFO [localhost-startStop-1] com.sun.faces.config.ConfigureListener.contextInitialized Initializing Mojarra 2.1.7-03 ( 20140228) for context '/host-manager'

11-Dec-2019 10:53:14.826 INFO [localhost-startStop-1] com.sun.faces.spi.InjectionProviderFactory.createInstance JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

11-Dec-2019 10:53:14.889 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [D:\apache-tomcat-8.5.49\webapps\host-manager] has finished in [5,451] ms

11-Dec-2019 10:53:14.889 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [D:\apache-tomcat-8.5.49\webapps\manager]

11-Dec-2019 10:53:19.968 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

11-Dec-2019 10:53:19.984 INFO [localhost-startStop-1] com.sun.faces.config.ConfigureListener.contextInitialized Initializing Mojarra 2.1.7-03 ( 20140228) for context '/manager'

11-Dec-2019 10:53:20.136 INFO [localhost-startStop-1] com.sun.faces.spi.InjectionProviderFactory.createInstance JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

11-Dec-2019 10:53:20.176 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [D:\apache-tomcat-8.5.49\webapps\manager] has finished in [5,287] ms

11-Dec-2019 10:53:20.180 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [D:\apache-tomcat-8.5.49\webapps\ROOT]

11-Dec-2019 10:53:25.445 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

11-Dec-2019 10:53:25.461 INFO [localhost-startStop-1] com.sun.faces.config.ConfigureListener.contextInitialized Initializing Mojarra 2.1.7-03 ( 20140228) for context ''

11-Dec-2019 10:53:25.555 INFO [localhost-startStop-1] com.sun.faces.spi.InjectionProviderFactory.createInstance JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

11-Dec-2019 10:53:25.586 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [D:\apache-tomcat-8.5.49\webapps\ROOT] has finished in [5,406] ms

11-Dec-2019 10:53:25.586 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [D:\apache-tomcat-8.5.49\webapps\ViewController]

11-Dec-2019 10:53:46.813 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

11-Dec-2019 10:53:47.001 INFO [localhost-startStop-1] com.sun.faces.config.ConfigureListener.contextInitialized Initializing Mojarra 2.1.7-03 ( 20140228) for context '/ViewController'

11-Dec-2019 10:53:47.990 INFO [localhost-startStop-1] com.sun.faces.spi.InjectionProviderFactory.createInstance JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

11-Dec-2019 10:53:52.611 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddDataControlReference" are defined for component "ADF".

11-Dec-2019 10:53:52.611 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemoveDataControl" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationAddDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationnRemoveDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddControBinding" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddExecutable" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddIterator" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddParameter" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddVariable" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddNestedContainer" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveExecutable" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveIterator" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveParameter" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreatePageDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.627 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateConfiguration" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateApplication" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddDataControlReference" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemoveDataControl" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationAddDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationnRemoveDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddControBinding" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddExecutable" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddIterator" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddParameter" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddVariable" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddNestedContainer" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveExecutable" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveIterator" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveParameter" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreatePageDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateConfiguration" are defined for component "ADF".

11-Dec-2019 10:53:52.642 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateApplication" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddDataControlReference" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemoveDataControl" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationAddDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationnRemoveDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddControBinding" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddExecutable" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddIterator" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddParameter" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddVariable" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddNestedContainer" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveExecutable" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveIterator" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveParameter" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreatePageDefinition" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateConfiguration" are defined for component "ADF".

11-Dec-2019 10:53:52.658 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateApplication" are defined for component "ADF".

11-Dec-2019 10:53:54.296 SEVERE [localhost-startStop-1] org.apache.myfaces.trinidad.webapp.TrinidadFilter.init

java.lang.RuntimeException: class org.apache.catalina.core.ApplicationContextFacade

at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2674)

at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:46)

at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:457)

at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:59)

at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:120)

at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)

at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:283)

at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:264)

at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108)

at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4546)

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5191)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)

at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)

at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)

at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)

at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125)

at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1859)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)

Caused by: java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2602)

... 21 more

Caused by: oracle.adf.share.ADFShareException: getMDSInstance error

at oracle.adf.share.config.FallbackConfigImpl.getMDSInstance(FallbackConfigImpl.java:105)

at oracle.adf.share.config.FallbackConfigImpl.getDefaultMDSInstance(FallbackConfigImpl.java:116)

at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:674)

at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:651)

at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(ADFContextMDSConfigHelperImpl.java:322)

at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:2121)

at oracle.adf.share.http.ServletADFContext.initialize(ServletADFContext.java:514)

at oracle.adf.share.http.ServletADFContext.initThreadContext(ServletADFContext.java:441)

at oracle.adf.share.http.ServletADFContext.initThreadContextIfNeeded(ServletADFContext.java:349)

... 26 more

11-Dec-2019 10:53:54.498 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddDataControlReference" are defined for component "ADF".

11-Dec-2019 10:53:54.498 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:54.498 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:54.498 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemoveDataControl" are defined for component "ADF".

11-Dec-2019 10:53:54.498 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:54.498 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationAddDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationnRemoveDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddControBinding" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddExecutable" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddIterator" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddParameter" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddVariable" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddNestedContainer" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveExecutable" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveIterator" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveParameter" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreatePageDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateConfiguration" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateApplication" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddDataControlReference" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemoveDataControl" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationAddDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationnRemoveDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddControBinding" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddExecutable" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddIterator" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddParameter" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddVariable" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddNestedContainer" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveExecutable" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveIterator" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveParameter" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreatePageDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateConfiguration" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateApplication" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddDataControlReference" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationAddPageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemoveDataControl" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageDefinitionUsage" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ApplicationRemovePageMapEntry" are defined for component "ADF".

11-Dec-2019 10:53:54.514 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationAddDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "ConfigurationnRemoveDataControlDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddControBinding" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddExecutable" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddIterator" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddParameter" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddVariable" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionAddNestedContainer" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveExecutable" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveIterator" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "PageDefinitionRemoveParameter" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreatePageDefinition" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateConfiguration" are defined for component "ADF".

11-Dec-2019 10:53:54.529 WARNING [localhost-startStop-1] null.null MDS-01393: Multiple audit events named "CreateApplication" are defined for component "ADF".

11-Dec-2019 10:53:54.936 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file

11-Dec-2019 10:53:54.936 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/ViewController] startup failed due to previous errors

11-Dec-2019 10:53:54.951 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ViewController] appears to have started a thread named [JarIndex Timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:

java.lang.Object.wait(Native Method)

java.util.TimerThread.mainLoop(Timer.java:552)

java.util.TimerThread.run(Timer.java:505)

11-Dec-2019 10:53:54.982 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ViewController] created a ThreadLocal with key of type [javax.faces.context.FacesContext$1] (value [javax.faces.context.FacesContext$1@4bf7e26b]) and a value of type [com.sun.faces.config.InitFacesContext] (value [com.sun.faces.config.InitFacesContext@745d21ff]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.

11-Dec-2019 10:53:55.019 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [D:\apache-tomcat-8.5.49\webapps\ViewController] has finished in [29,433] ms

11-Dec-2019 10:53:55.027 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]

11-Dec-2019 10:53:55.034 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]

11-Dec-2019 10:53:55.081 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 71806 ms

my setenv.bat file contains

set CATALINA_OPTS=%CATALINA_OPTS% -verbose:gc -Xms1024m -Xmx2048m -Doracle.mds.cache=simple -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true -Djava.awt.headless=true

Comments

Post Details

Added on Dec 11 2019
2 comments
419 views