Shiro and ADF Essentials

Hello world

I work with ADF-Essentials 12 c, JDeveloper 12.1.3.0.0 and try to implement Shiro security framework. I migrate application to 11g.

The deployment of my Oracle ADF application to a stand-alone Weblogic Server through an EAR file, which requests a page JSF (page Login.jsf), the server to enter an infinite loop (http://127.0.0.1:7101 / SEG-PRESENTACION/faces/Ingreso? _afrLoop = 95182030681050& _afrWindowMode = 0 & Adf-window-Id = w0)

As I said, I use Shiro framework for security. My shiro.ini is planned

[main]

user = Filtro.FacesAjaxAwareUserFilter

shiro.loginUrl = / faces/Ingreso

user.loginUrl = / faces/Ingreso

# Config DataSource

DS = org.apache.shiro.jndi.JndiObjectFactory

ds.requiredType = javax.sql.DataSource

ds.resourceName = jdbc/SGF_DEMODS

# JDBC realm config

jdbcRealm = org.apache.shiro.realm.jdbc.JdbcRealm

jdbcRealm.permissionsLookupEnabled = true

# Configuration query SQL JDBC realm.

jdbcRealm.authenticationQuery = SELECT usuario_pass FROM seg_usuario WHERE usuario_nombre =?

jdbcRealm.userRolesQuery = SELECT rol_codrol FROM seg_rol, seg_rolus, seg_usuario WHERE seg_rol.rol_codrol = seg_rolus.rolus_codrol and seg_usuario.usuario_codus = seg_rolus.rolus_codus and seg_usuario.usuario_nombre is?

jdbcRealm.permissionsQuery = SELECT pagina_url FROM seg_pagina, seg_rolpag, seg_rol WHERE seg_pagina.pagina_nopag = seg_rolpag.rolpag_nopag and seg_rol.rol_codrol = seg_rolpag.rolpag_codrol and seg_rol.rol_codrol is?

jdbcRealm.dataSource = $ds

ehCacheFactory = Beans.EhCacheFactory

ssoCacheManager = org.apache.shiro.cache.ehcache.EhCacheManager

ssoCacheManager.cacheManager = $ehCacheFactory

securityManager.cacheManager = $ssoCacheManager

sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager

sessionDAO = org.apache.shiro.session.mgt.eis.EnterpriseCacheSessionDAO

sessionManager.sessionDAO = $sessionDAO

securityManager.sessionManager = $sessionManager

cookie = org.apache.shiro.web.servlet.SimpleCookie

cookie. Name = SSOcookie

cookie. Path = /.

cookie. Secure = true

cookie.httpOnly = true

securityManager.sessionManager.sessionIdCookie = $cookie <-WHEN I ADDED THIS LINE to SHIRO. INI IS WHEN THE SERVER GOES INTO AN INFINITE LOOP

[URL]

/ faces/IMAGENES / * = anon

/ faces/Ingreso = anon

/ faces/LOGIN / * = anon

/ faces/settings / * = user

The journal does not error

URL - target http://127.0.0.1:7101 / SEG-PRESENTACION/faces/Ingreso

< 03 - sep - 2015 17H 54' CSE > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:62.367 during the inactive configured timeout of 5 seconds. >

What I did:

-Filter of Trinidad disabled

-Add sessionDescriptor in Weblogic.xml but no luck either.

< session descriptor - >

< name > SSOCOOKIE < / cookie-name >

< / session descriptor >

I've been Googling autour but without a bit of luck!

Can someone enlighten me on this? Why is happening.

Thank you very much for your answers.

Back at the beginning

(http://127.0.0.1:7101 / SEG-PRESENTACION/faces/Ingreso? _afrLoop = 95182030681050 & _afrWindowMode = 0 & Adf-window-Id = w0)

.

.

.

cookie = org.apache.shiro.web.servlet.SimpleCookie

cookie. Name = SSOcookie

cookie. Path = /.

cookie. Secure = true

cookie.httpOnly = true

securityManager.sessionManager.sessionIdCookie = $cookie<-----------------------------WHEN i="" add="" this="" line="" to="" shiro.ini="" is="" when="" server="" goes="" into="" an="" infinite="">

You access your application via http and that your cookie is set with cookie.secure = true

Thus, access to your application via https or use secure cookie.

Dario

Tags: Java

Similar Questions

  • What is the difference between the ADF and ADF Essentials?

    What is the difference between the ADF and ADF Essentials?

    and how to ensure that the essentials of the ADF is enough for the project rather then ADF.

    Thanks in advance.

    Hello

    The main problem is, you are not allowed to deploy critical applications of the ADF in the clustered environment.

    Kuba

  • EPCO 12.1.3.1.1 and ADF Essentials customer - adf - controller.jar not found

    OEPE-12.1.3.1.1-Luna-distro-Linux-GTK-x86_64

    ADF-Essentials-client-EAR (12.1.3.0)

    ADF-Essentials (12.1.3.0)

    Using EPCO 12.1.3.1.1 and try to create a project of the ADF and deploy on GlassFish - 3.1.2 or GlassFish - 4.1.

    ADF-essentials (12.1.3.0) installed in GlassFish - 3.1.2

    Then create a project of the ADF

    Then create user library containing the adf-essentials-client-ear (12.1.3.0)

    Result:

    Invalid library: adf - controller.jar not found. Please download ADF critical Client and define a library validates.

    Figured it out.

    Initially, I downloaded the Client Oracle ADF Essentials 12.1.3.0.0 * EAR * which, after the creation of the library to the user caused the error.

    I then downloaded ADF Essentials customer 12.1.3.0.0 * WAR * and installed the client library.

    Max...

  • JAAS and ADF Essentials

    Hello.
    Using JDeveloper 11.1.2.3
    ADF Essentials - Glassfish 3.1

    I am using the SHAPE type (web.xml) security in my essentials adf application. I created a login.jspx page, but I don't know how can I call the my page because the af j_security_check: form has no action attribute. I wonder if I can call it to a managed bean. I read this doc:

    ADF security clearance...
    [http://docs.oracle.com/cd/E15523_01/web.1111/b31974/adding_security.htm#BGBGJEAH | http://docs.oracle.com/cd/E15523_01/web.1111/b31974/adding_security.htm#BGBGJEAH]

    But as I am with ADF Essentials, I think that I can't follow this solution.

    can someone help, please?

    Kind regards
    Alexis

    Thanks timo. The links you provided were really useful. I ended up using the solution proposed by Andrejus Baranovskis (first link) with JACQUES and security for the regions.

    Kind regards.

  • MySQL and ADF Essentials

    Hi guys,.

    I recently changed my PHP/MySQL Tools Oracle (JDeveloper and ADF...). However, my organization has decided to continue to use MySQL as our database backend for now. Since I am still a beginner in Oracle development tools; I started to follow the tutorial using JDeveloper 12 c. I set up a MySQL connection and tested its connection with success.

    I also added the file mysql-connector-java - 5.1.27 - bin.jar on the class path DefaultDomain of WebLogic by placing it in the folder: C:\Users\imad\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain\lib

    When I create a basic jsf application and run it, I get weird error in my browser:

    java.lang.IllegalArgumentException: no constant enum oracle.adfinternal.view.faces.partition.PartitionContext$ AgentName to value "netscape".

    It is followed by a long list of 'at' references...

    Could someone please explain why my basic demo application does not run?

    I seriously intend to shift to Oracle Java applications and need help to start my learning curve.

    Thank you

    Imad

    What browser do you use?  This occurs in other types of browsers (Chrome/FF)?

    This happens with any JSF into your application?

  • Source of Oracle ADF Essentials

    Please haw can I get the source code of Oracle ADF Essentials?

    THX

    To get the source code, you must have a license for Oracle ADF support and opening a SR with Oracle Support.

    If you want to just use the essential framework of the ADF and develop with it, just download JDeveloper and ADF Essentials of OTN.

  • Order of installation using the ADF Essentials

    Hello
    I want to use JDeveloper and ADF-Essentials and Glassfish.

    I found the page describing the GlassFish Server with ADF-Essentials installation and think I understand this. I'm not sure of is which to install JDeveloper and if I install it before or after configuring GlassFish. http://docs.Oracle.com/CD/E35521_01/admin.111230/e16179/ap_glassfish.htm#BABIEADD
    Java Edition: 11.1.2.3.0
    Oracle JDeveloper 11g (11.1.2.3.0) (without SOA and Webcenter)
    Oracle JDeveloper 11.1.1.6.0. (including SOA and Webcenter).

    Thank you!

    Published by: BobS47 on February 20, 2013 12:17

    The order does not matter as I know.
    ADF essentials jdev 11.1.2.3.0 need do is a red without soa.

    Timo

  • Deployment of emergency on GF4.1.1 and ADFE 12.2.1 (javax.naming.NameNotFoundException: wm)

    Hi experts,


    I fought with ADF Essentials + Glassfish 4.1.1 and I get this exception:

    [2015-12 - 01 T 10: 46:27.077 + 0100] [glassfish 4.1] [SERIOUS] [AS-WEB-CORE-00108] [javax.enterprise.web.core] [tid: _ThreadID = 47 _ThreadName = admin-listener (4)] [timeMillis: 1448963187077] [levelValue: 1000] []

    ContainerBase.addChild: start:

    org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: javax.naming.NameNotFoundException: wm

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5985)

    at com.sun.enterprise.web.WebModule.start(WebModule.java:691)

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

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

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

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)

    at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)

    at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)

    at org.glassfish.internal.data.ModuleInfo.start (ModuleInfo.java:291)

    at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:539)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:535)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs (unknown Source)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:534)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 3.run(CommandRunnerImpl.java:565)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 3.run(CommandRunnerImpl.java:557)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs (unknown Source)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1300 (CommandRunnerImpl.java:109)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1846)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1722)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:253)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:231)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:275)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:328)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:163)

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

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    to org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$ 1.run(AbstractJavaResourceMethodDispatcher.java:144)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:160)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)

    to org.glassfish.jersey.server.ServerRuntime$ 2.run(ServerRuntime.java:309)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:292)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1139)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:375)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:316)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:179)

    to com.sun.enterprise.v3.services.impl.ContainerMapper$ HttpHandlerCallable.call (ContainerMapper.java:459)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:56)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:137)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:591)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:571)

    at java.lang.Thread.run (unknown Source)

    Caused by: org.apache.catalina.LifecycleException: javax.naming.NameNotFoundException: wm

    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5740)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5977)

    ... more than 75

    Caused by: javax.naming.NameNotFoundException: wm

    at com.sun.enterprise.naming.impl.TransientContext.resolveContext(TransientContext.java:299)

    at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:207)

    at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:66)

    at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:114)

    at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:478)

    at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:438)

    at javax.naming.InitialContext.lookup (unknown Source)

    at javax.naming.InitialContext.lookup (unknown Source)

    at com.sun.enterprise.naming.util.JndiNamingObjectFactory.create(JndiNamingObjectFactory.java:90)

    to com.sun.enterprise.container.common.impl.ComponentEnvManagerImpl$ 1.create(ComponentEnvManagerImpl.java:715)

    at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:745)

    at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:715)

    at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:159)

    at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:471)

    at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:438)

    at javax.naming.InitialContext.lookup (unknown Source)

    at javax.naming.InitialContext.lookup (unknown Source)

    at com.sun.enterprise.container.common.impl.util.InjectionManagerImpl._inject(InjectionManagerImpl.java:636)

    at com.sun.enterprise.container.common.impl.util.InjectionManagerImpl.inject(InjectionManagerImpl.java:507)

    at com.sun.enterprise.container.common.impl.util.InjectionManagerImpl.injectInstance(InjectionManagerImpl.java:141)

    at com.sun.enterprise.container.common.impl.util.InjectionManagerImpl.injectInstance(InjectionManagerImpl.java:127)

    at com.sun.enterprise.container.common.impl.util.InjectionManagerImpl.createManagedObject(InjectionManagerImpl.java:347)

    at com.sun.enterprise.web.WebContainer.createServletInstance(WebContainer.java:991)

    at com.sun.enterprise.web.WebModule.createServletInstance(WebModule.java:2130)

    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1404)

    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1381)

    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5732)

    ... more than 76

    ]]

    Any ideas?


    Thank you very much, I'm a bit desperate with this! :-)


    Kind regards

    Jose.

    Hi Jose,

    I've been encountering same problem for the last 2 days... Come to find out that the reason is library I added to the web project.

    To use commonj.timer for the planning of the work, I added Weblogic 12.1 Thin Client to my project and timer resource web.xml. As its name suggests, it is only for weblogic server. After I have encounter this error "wm". I have removed the library and commented my timers. Then the deployed project successfully.

    I hope this will help you (and others) too!

    Kind regards
    Sara.

  • [ADF Essentials, JDev12.1.3, MS SQL Server] About to restore backup/restore error when the application is deployed on GlassFish. How...?

    Hallo,

    follow the suggestions of Timo Hahn and kdario , I created a panelTabbed with main tables form & details according to this thread Re: [ADF, JDev12.1.3] Master af:form w/read only af:tables detail: how to handle insert and edit through forms?

    The modification/insertion for readonly tables is managed using a form of popup.

    Before displaying the form, I create a backup that I restore it if the user click Cancel on the shortcut menu.

    Everything works well on the integrated WebLogic Server, but now that I have deployed the application on GlassFish Server I noticed an odd error.

    The < <the connection to the server has failed (status = 500)> > error when I click the button cancel from the context menu (Cancel involves restoring the backup) and the empty line added before opening the context menu and create the backup point is left blank in the table.

    In the server log, I read this error:

    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: call Impossible a commit operation when the AutoCommit is set to 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    The check points are not compatible with GlassFish/ADF Essentials or it is - AS I HOPE -some adjustments to make with regard to transactions in GlassFish?

    Until now I deplyed on GlassFish than an application of readonly.

    I see now that the problem also occurs when the call of the AOS restore operation is should not be due to the use of the backup point.

    It is the configuration of the Connection Pool in GlassFish (sorry it's in Italian)...

    StackTrace

    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Impossibile richiamare one ' operation di commit when the terms AutoCommit e impostata su 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    at com.microsoft.sqlserver.jdbc.SQLServerConnection.rollback(SQLServerConnection.java:1958)

    at com.sun.gjc.spi.base.ConnectionHolder.rollback(ConnectionHolder.java:630)

    at oracle.jbo.server.DefaultTxnHandlerImpl.handleRollback(DefaultTxnHandlerImpl.java:149)

    ... more than 92

    # # 0 in detail

    com.microsoft.sqlserver.jdbc.SQLServerException: Impossibile richiamare one ' operation di commit when the terms AutoCommit e impostata su 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    at com.microsoft.sqlserver.jdbc.SQLServerConnection.rollback(SQLServerConnection.java:1958)

    at com.sun.gjc.spi.base.ConnectionHolder.rollback(ConnectionHolder.java:630)

    at oracle.jbo.server.DefaultTxnHandlerImpl.handleRollback(DefaultTxnHandlerImpl.java:149)

    at oracle.jbo.server.DBTransactionImpl.doRollback(DBTransactionImpl.java:5279)

    at oracle.jbo.server.DBTransactionImpl.rollback(DBTransactionImpl.java:2558)

    at oracle.adf.model.bc4j.DCJboDataControl.rollbackTransaction(DCJboDataControl.java:1770)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1541)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2218)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:784)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:410)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:254)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:212)

    at oaw.view.beans.NotPrel.cancelButton_action(NotPrel.java:254)

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

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

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

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

    at com.sun.el.parser.AstValue.invoke(AstValue.java:254)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at oracle.adf.view.rich.event.ProxyEvent.broadcastWrappedEvent(ProxyEvent.java:72)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:124)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)

    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:444)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)

    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:105)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:327)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:229)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter ([| #])

    Thank you

    Federico

    Hello Dario,

    the solution to the problem really seems to check 'non transactional connections' (with nothing to do in the code of the application) in the GlassFish connection pool configuration.

    I did a lot of tests: commit, rollback and save points works like movement.

    See you later for another thrilling adventure!

    Thank you

    Federico

  • ADF Essentials with Glassfish

    Hi all

    I'm new in the adf. I'm trying to deploy adf on glassfish.

    GlassFish version: 4

    ADF Essentials: 11.1.2.3

    Jdev: 11.1.2.3.

    I have configured my glassfish and install adf Essentials library using this blog by Shay.

    https://blogs.Oracle.com/Shay/entry/deploying_oracle_adf_applications_to

    I have configured the data source and jdbc pool for glassfish successfully configured. I have the platform to install Glassfish 3.1 in both see controller and application deployment profile. I'm not able to deploy my application on glassfish. Here's my jdev console output.

    _________________________________________________________________________________________________________________________________________________________

    [10: 06:39] cannot add the application

    [10: 06:39] POST http://localhost:4848 / management/field/applications/application has sent back a response status of 400

    [10: 06:39] undeployment.

    [10: 06:39] - incomplete deployment.

    [10: 06:39] failure of remote deployment

    [10: 06:39] cannot add the application

    [10: 06:39] POST http://localhost:4848 / management/field/applications/application has sent back a response status of 400

    _________________________________________________________________________________________________________________________________________________________

    Here is the log of the glassfish server:

    [2014-09 - 05T 10: 18:38.384 - 0400] [glassfish 4.0] [WARNING] [ACE-DEPLOYMENT-00011] [javax.enterprise.system.tools.deployment.dol] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718384] [levelValue: 900] []

    Error in the treatment of the annotation: {0}.

    java.lang.NoClassDefFoundError: weblogic/servlet/http/AbstractAsyncServlet

    at java.lang.ClassLoader.defineClass1 (Native Method)

    at java.lang.ClassLoader.defineClass(ClassLoader.java:791)

    at com.sun.enterprise.loader.ASURLClassLoader.findClass(ASURLClassLoader.java:803)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    at com.sun.enterprise.deployment.annotation.impl.ModuleScanner.getElements(ModuleScanner.java:297)

    at com.sun.enterprise.deployment.archivist.Archivist.processAnnotations(Archivist.java:585)

    at com.sun.enterprise.deployment.archivist.Archivist.readAnnotations(Archivist.java:462)

    at com.sun.enterprise.deployment.archivist.Archivist.readAnnotations(Archivist.java:446)

    at org.glassfish.web.deployment.archivist.WebArchivist.postAnnotationProcess(WebArchivist.java:338)

    at org.glassfish.web.deployment.archivist.WebArchivist.postAnnotationProcess(WebArchivist.java:91)

    at com.sun.enterprise.deployment.archivist.Archivist.readRestDeploymentDescriptors(Archivist.java:420)

    at com.sun.enterprise.deployment.archivist.Archivist.readDeploymentDescriptors(Archivist.java:396)

    at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:271)

    at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:280)

    at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:611)

    at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:229)

    at com.sun.enterprise.deployment.archivist.ApplicationFactory.openWith(ApplicationFactory.java:232)

    at org.glassfish.javaee.core.deployment.DolProvider.processDOL(DolProvider.java:188)

    at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:222)

    at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:96)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.loadDeployer(ApplicationLifecycle.java:878)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:818)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:374)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:527)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:523)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:356)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:522)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:546)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1423)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1500 (CommandRunnerImpl.java:108)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1762)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1674)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:235)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:257)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:329)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:164)

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

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

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

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

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:152)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:91)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:346)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:341)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:101)

    to org.glassfish.jersey.server.ServerRuntime$ 1.run(ServerRuntime.java:224)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:198)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:946)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:331)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:318)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:181)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

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

    Caused by: java.lang.ClassNotFoundException: weblogic.servlet.http.AbstractAsyncServlet

    at com.sun.enterprise.loader.ASURLClassLoader.findClassData(ASURLClassLoader.java:867)

    at com.sun.enterprise.loader.ASURLClassLoader.findClass(ASURLClassLoader.java:744)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    ... more than 81

    ]]

    [2014-09 - 05T 10: 18:38.385 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718385] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.386 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718386] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.386 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718386] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.387 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718387] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.387 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718387] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.388 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718388] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.388 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718388] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.389 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718389] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.390 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718390] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.390 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718390] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.391 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718391] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.391 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718391] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.392 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718392] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.392 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718392] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.393 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718393] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.393 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718393] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.394 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718394] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.394 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718394] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.395 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718395] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.395 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718395] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.396 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718396] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.396 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718396] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.397 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718397] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.398 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718398] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.398 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718398] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.405 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718405] [levelValue: 800] []

    visit unvisited references]]

    [2014-09 - 05T 10: 18:38.471 - 0400] [glassfish 4.0] [WARNING] [ACE-DEPLOYMENT-00015] [javax.enterprise.system.tools.deployment.dol] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718471] [levelValue: 900] []

    No support for deployment descriptors element class listener value oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener.]]

    [2014-09 - 05T 10: 18:38.472 - 0400] [glassfish 4.0] [WARNING] [ACE-DEPLOYMENT-00015] [javax.enterprise.system.tools.deployment.dol] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718472] [levelValue: 900] []

    No support for deployment descriptors element class listener value oracle.mds.lcm.weblogic.WLLifecycleListener.]]

    [2014-09 - 05T 10: 18:38.472 - 0400] [glassfish 4.0] [WARNING] [ACE-DEPLOYMENT-00015] [javax.enterprise.system.tools.deployment.dol] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926718472] [levelValue: 900] []

    Not supported for deployment descriptors element value name of the library adf.oracle.domain.]]

    [2014-09 - 05T 10: 19:08.191 - 0400] [glassfish 4.0] [INFO] [jsf.config.listener.version] [javax.enterprise.resource.webcontainer.jsf.config] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748191] [levelValue: 800] []

    [[ Initializing Mojarra 2.2.0 (20130502-2118 https://svn.java.net/svn/mojarra~svn/tags/2.2.0@11930) to the context ' / glassfishHR']]

    [2014-09 - 05T 10: 19:08.525 - 0400] [glassfish 4.0] [INFO] [] [javax.enterprise.resource.webcontainer.jsf.config] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748525] [levelValue: 800] []

    Unsanitized stacktrace of startup failed...

    com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/jvnet/hk2/component/Habitat

    at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:664)

    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:309)

    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)

    at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5362)

    at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5898)

    at com.sun.enterprise.web.WebModule.start(WebModule.java:691)

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

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

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

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2278)

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1924)

    at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)

    at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)

    at org.glassfish.internal.data.ModuleInfo.start (ModuleInfo.java:291)

    at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:497)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:527)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:523)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:356)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:522)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:546)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1423)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1500 (CommandRunnerImpl.java:108)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1762)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1674)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:235)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:257)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:329)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:164)

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

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

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

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

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:152)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:91)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:346)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:341)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:101)

    to org.glassfish.jersey.server.ServerRuntime$ 1.run(ServerRuntime.java:224)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:198)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:946)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:331)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:318)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:181)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

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

    Caused by: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/jvnet/hk2/component/Habitat

    to java.util.concurrent.FutureTask$ Sync.innerGet (FutureTask.java:252)

    at java.util.concurrent.FutureTask.get(FutureTask.java:111)

    at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:651)

    ... more than 73

    Caused by: java.lang.NoClassDefFoundError: org/jvnet/hk2/component/Habitat

    at org.glassfish.weld.jsf.WeldFacesConfigProvider.getResources(WeldFacesConfigProvider.java:80)

    to com.sun.faces.config.ConfigManager$ URLTask.call (ConfigManager.java:1096)

    to com.sun.faces.config.ConfigManager$ URLTask.call (ConfigManager.java:1064)

    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:334)

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

    at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:642)

    ... more than 73

    Caused by: java.lang.ClassNotFoundException: org.jvnet.hk2.component.Habitat

    at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1761)

    at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1611)

    ... more than 79

    ]]

    [2014-09 - 05T 10: 19:08.527 - 0400] [glassfish 4.0] [SERIOUS] [] [javax.enterprise.resource.webcontainer.jsf.config] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748527] [levelValue: 1000] []

    Critical error during deployment:

    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat

    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)

    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)

    at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5362)

    at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5898)

    at com.sun.enterprise.web.WebModule.start(WebModule.java:691)

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

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

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

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2278)

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1924)

    at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)

    at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)

    at org.glassfish.internal.data.ModuleInfo.start (ModuleInfo.java:291)

    at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:497)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:527)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:523)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:356)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:522)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:546)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1423)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1500 (CommandRunnerImpl.java:108)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1762)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1674)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:235)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:257)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:329)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:164)

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

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

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

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

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:152)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:91)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:346)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:341)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:101)

    to org.glassfish.jersey.server.ServerRuntime$ 1.run(ServerRuntime.java:224)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:198)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:946)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:331)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:318)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:181)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

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

    Caused by: java.lang.ClassNotFoundException: org.jvnet.hk2.component.Habitat

    at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1761)

    at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1611)

    at org.glassfish.weld.jsf.WeldFacesConfigProvider.getResources(WeldFacesConfigProvider.java:80)

    to com.sun.faces.config.ConfigManager$ URLTask.call (ConfigManager.java:1096)

    to com.sun.faces.config.ConfigManager$ URLTask.call (ConfigManager.java:1064)

    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:334)

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

    at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:642)

    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:309)

    ... more than 72

    ]]

    [2014-09 - 05T 10: 19:08.537 - 0400] [glassfish 4.0] [SERIOUS] [AS-WEB-CORE-00174] [javax.enterprise.web.core] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748537] [levelValue: 1000] []

    The context /glassfishHR start failed due to previous errors]]

    [2014-09 - 05T 10: 19:08.537 - 0400] [glassfish 4.0] [SERIOUS] [AS-WEB-CORE-00175] [javax.enterprise.web.core] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748537] [levelValue: 1000] []

    Exception during cleanup after the boot failure

    org.apache.catalina.LifecycleException: the Manager has not yet started

    at org.apache.catalina.session.StandardManager.stop(StandardManager.java:934)

    at org.apache.catalina.core.StandardContext.stop(StandardContext.java:6099)

    at com.sun.enterprise.web.WebModule.stop(WebModule.java:720)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5916)

    at com.sun.enterprise.web.WebModule.start(WebModule.java:691)

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

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

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

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2278)

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1924)

    at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)

    at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)

    at org.glassfish.internal.data.ModuleInfo.start (ModuleInfo.java:291)

    at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:497)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:527)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:523)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:356)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:522)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:546)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1423)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1500 (CommandRunnerImpl.java:108)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1762)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1674)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:235)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:257)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:329)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:164)

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

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

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

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

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:152)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:91)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:346)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:341)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:101)

    to org.glassfish.jersey.server.ServerRuntime$ 1.run(ServerRuntime.java:224)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:198)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:946)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:331)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:318)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:181)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

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

    ]]

    [2014-09 - 05T 10: 19:08.538 - 0400] [glassfish 4.0] [SERIOUS] [AS-WEB-CORE-00108] [javax.enterprise.web.core] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748538] [levelValue: 1000] []

    ContainerBase.addChild: start:

    org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5920)

    at com.sun.enterprise.web.WebModule.start(WebModule.java:691)

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

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

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

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2278)

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1924)

    at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)

    at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)

    at org.glassfish.internal.data.ModuleInfo.start (ModuleInfo.java:291)

    at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:497)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:527)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:523)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:356)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:522)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:546)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1423)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1500 (CommandRunnerImpl.java:108)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1762)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1674)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:235)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:257)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:329)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:164)

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

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

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

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

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:152)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:91)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:346)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:341)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:101)

    to org.glassfish.jersey.server.ServerRuntime$ 1.run(ServerRuntime.java:224)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:198)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:946)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:331)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:318)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:181)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

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

    Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat

    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:293)

    at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5362)

    at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5898)

    ... more than 68

    Caused by: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat

    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)

    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)

    ... more than 71

    Caused by: java.lang.ClassNotFoundException: org.jvnet.hk2.component.Habitat

    at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1761)

    at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1611)

    at org.glassfish.weld.jsf.WeldFacesConfigProvider.getResources(WeldFacesConfigProvider.java:80)

    to com.sun.faces.config.ConfigManager$ URLTask.call (ConfigManager.java:1096)

    to com.sun.faces.config.ConfigManager$ URLTask.call (ConfigManager.java:1064)

    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:334)

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

    at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:642)

    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:309)

    ... more than 72

    ]]

    [2014-09 - 05T 10: 19:08.538 - 0400] [glassfish 4.0] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748538] [levelValue: 900] []

    java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat

    java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat

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

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

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

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2278)

    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1924)

    at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)

    at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)

    at org.glassfish.internal.data.ModuleInfo.start (ModuleInfo.java:291)

    at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:497)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:527)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:523)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:356)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:522)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:546)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1423)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1500 (CommandRunnerImpl.java:108)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1762)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1674)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:235)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:257)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:329)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:164)

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

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

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

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

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:152)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:91)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:346)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:341)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:101)

    to org.glassfish.jersey.server.ServerRuntime$ 1.run(ServerRuntime.java:224)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:198)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:946)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:331)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:318)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:181)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

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

    ]]

    [2014-09 - 05T 10: 19:08.539 - 0400] [glassfish 4.0] [SERIOUS] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748539] [levelValue: 1000] []

    Exception when the start method of the com.sun.enterprise.web.WebApplication class

    java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat

    at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)

    at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)

    at org.glassfish.internal.data.ModuleInfo.start (ModuleInfo.java:291)

    at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:497)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:527)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:523)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:356)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:522)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:546)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1423)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1500 (CommandRunnerImpl.java:108)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1762)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1674)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:235)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:257)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:329)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:164)

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

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

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

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

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:152)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:91)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:346)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:341)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:101)

    to org.glassfish.jersey.server.ServerRuntime$ 1.run(ServerRuntime.java:224)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:198)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:946)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:331)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:318)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:181)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

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

    ]]

    [2014-09 - 05T 10: 19:08.539 - 0400] [glassfish 4.0] [SERIOUS] [NCLS-CORE-00026] [javax.enterprise.system.core] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748539] [levelValue: 1000] []

    An exception occurred while processing life cycle

    java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat

    at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)

    at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)

    at org.glassfish.internal.data.ModuleInfo.start (ModuleInfo.java:291)

    at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:497)

    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)

    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:527)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ $2 1.run(CommandRunnerImpl.java:523)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:356)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 2.execute(CommandRunnerImpl.java:522)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:546)

    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1423)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1500 (CommandRunnerImpl.java:108)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1762)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1674)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:235)

    at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:257)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:329)

    at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:164)

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

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

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

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

    to org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$ 1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125)

    to org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ ResponseOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:152)

    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:91)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:346)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:341)

    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:101)

    to org.glassfish.jersey.server.ServerRuntime$ 1.run(ServerRuntime.java:224)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:271)

    to org.glassfish.jersey.internal.Errors$ 1.call(Errors.java:267)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)

    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)

    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)

    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:198)

    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:946)

    at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:331)

    to org.glassfish.admin.rest.adapter.RestAdapter$ 2.service(RestAdapter.java:318)

    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:181)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

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

    ]]

    [2014-09 - 05T 10: 19:08.539 - 0400] [glassfish 4.0] [SERIOUS] [] [javax.enterprise.system.core] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748539] [levelValue: 1000] []

    An exception occurred while loading the application]]

    [2014-09 - 05T 10: 19:08.539 - 0400] [glassfish 4.0] [SERIOUS] [AS-WEB-GLUE-00192] [javax.enterprise.web] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748539] [levelValue: 1000] []

    Undeployment failed for the context /glassfishHR]]

    [2014-09 - 05T 10: 19:08.542 - 0400] [glassfish 4.0] [SERIOUS] [] [javax.enterprise.web.util] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748542] [levelValue: 1000] []

    The web application [/glassfishHR] created a ThreadLocal with type [javax.faces.context.FacesContext$ 1] key (value [javax.faces.context.FacesContext$1@c9617d]) and a value of type [com.sun.faces.config.InitFacesContext] ([com.sun.faces.config.InitFacesContext@11f6c83]) but impossible to remove when the web application has been stopped. Threads will be renewed over time to try to avoid a likely memory leak]]

    [2014-09 - 05T 10: 19:27.115 - 0400] [glassfish 4.0] [SERIOUS] [] [javax.enterprise.system.core] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926767115] [levelValue: 1000] []

    An exception occurred while loading the application: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat]]

    [2014-09 - 05T 10: 19:29.851 - 0400] [glassfish 4.0] [INFO] [] [org.jvnet.mimepull.WeakDataFile] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926769851] [levelValue: 800] []

    _________________________________________________________________________________________________________________________________________________________

    No idea what the problem...

    Well, GlassFish 4 is not checked ADF essentials, could we do have problems. Check out this thread [JDev12.1.2, ADF, GlassFish 4] some questions on the tutorial of Shay "Deploy Oracle ADF Essentials Applications to Glassfish" which covers a part of that.

    Timo

  • ADF Essentials RCU DB Type: Where is "Java DB?

    I want ADFEs sentials.
    http://www.Oracle.com/technetwork/developer-tools/ADF/overview/adfessentials-1719844.html

    I downloaded 'Application development performance' , ofmwls_jrf_generic_12.1.1.0.0_disk1_1if1.zip, 1.5 GB.
    My understanding is that this, ADF Essentials running the Application of development ,
    is Weblogic Server , where part of the ADF is limited to themodel, view and controller.

    Just below the "Download File" button is a link titled "Installation Guide" and points of to aent book
    "
    Installation and configuration of Oracle Fusion Middleware, 12 c (12.1 Infrastructure. (2), E38451-01.
    http://docs.Oracle.com/middleware/1212/core/INFIN/index.html (and the PDF s pages 48 ha).

    I have completed step / section 3.1.1 entitled 'Installation and configuration of a certified database' (page 18).
    http://docs.Oracle.com/middleware/1212/core/INFIN/create_domain.htm#BABGBHDE

    3.1.1
    installation and configuration of a certified database

    Make sure that you have installed and configured a certified database, and the database is running.

    Oracle JDeveloper and ADF 12 c (12.1.2) supported systems, updated: July 10, 2013

    http://www.Oracle.com/technetwork/developer-tools/jdev/documentation/1212-CERT-1964670.html

    I chose Java DB and set the following system variables...

    NAME & VALUE

    AUDIT

    JAVA_HOME = C:\PF\Java\jdk1.7.0_40

    > echo JAVA_HOME %

    Path includes %JAVA_HOME%\bin

    > java-version

    DERBY_HOME = %JAVA_HOME%\db

    > echo % DERBY_HOME %

    Path includes %DERBY_HOME%\bin

    > sysinfo

    Java DB is running / started as a network server via

    > java-jar %DERBY_HOME%\lib\derbyrun.jar start of server

    The next step is 3.1.2 title from the repository creation utility ( RCU ).

    The third screen is called 'Database connection Details' and the first field is "Database Type" with a

    drop-down menu with 5 choices. They are...

    (1) oracle

    (2) oracle database enabled for editing redefinition
    (3) Microsoft SQL Server

    (4) IBM DB2

    (5) MySQL database

    I expected "Java DB" as one of the choices.

    Where is "Java DB?

    For the UCR database login screen, I put the fields to the following values...

    TYPE of DATABASE: Oracle

    HOST NAME: localhost

    PORT: 1527

    SERVICE NAME: jdbc

    USER name: Michael

    PASSWORD: itsAsecret

    ROLE: SYSDBA

    Clicking on the button 'NEXT' and the response of the UCR is "i/o error: unexpected package '." "

    The command prompt window where Java DB started responds as follows...

    Mon Sep 28 19:06:04 CDT 2013: execution failed because of a distributed protocol error: DRDA_Proto_SYNTAXRM; CODPNT arg = 0; Error Code value = 3. Connection attempt in clear text in an active SSL client?

    org.apache.derby.impl.drda.DRDAProtocolException: failed to run because of a distributed protocol error: DRDA_Proto_SYNTAXRM; CODPNT arg = 0; Error Code value = 3. Connection attempt in clear text in an active SSL client?         to

    org.apache.derby.impl.drda.DRDAConnThread.throwSyntaxrm (unknown Source) at the org.apache.derby.impl.drda.DDMReader.readDssHeader (Unknown Source) at org.apache.derby.impl.drda.DRDAConnThread.exchangeServerAttributes (unknown Source) at

    org.apache.derby.impl.drda.DRDAConnThread.sessionInitialState (unknown Source) at org.apache.derby.impl.drda.DRDAConnThread.run (Unknown Source)

    I think I can answer my own question.

    Here, http://www.oracle.com/technetwork/developer-tools/jdev/documentation/1212-cert-1964670.html

    the small print said...

    " Databases

    The following table identifies the databases supported by JDeveloper and ADF.

    JDeveloper support wants to say thanks to modeling tools, the schema of the database in the navigation database browser, creating objects of database in offline mode and use the SQL * worksheet. For the ADF, support of the database features using the database as a data source for ADF business components. ".

    Interpreting the text as it is, the databases listed may (or may not) be supported by the UCR.

    What customers are also interested in are supported by the unit for regional coordination of databases.

    On the web page of "Supported systems"

    a new table of databases with an additional column for the UCR would be an improvement.

  • Is there a button create ADF Essentials?

    Or should I just create a regular merger Web Application and avoid using the ADF security?

    Haven't found the appropriate documentation.

    11.1.2.3 or 12.1.2 JDev

    There is no special method to create an application of ADF Essentials - it is up to you to check that you are using only the parts that are included in this.

    Generally to create an application with the Fusion model Web App would be the way to go.

  • can I install Oracle ADF Essentials on weblogic 10.6 11.1.2.3?

    can I install Oracle ADF Essentials on weblogic 10.6 11.1.2.3?

    What is the difference between ADF Essentials 11.1.2.3 and time of execution of development Application 11.1.1.6 ?

    can I use ADF Essentials 11.1.2.3 instead of execution time of development Application 11.1.1.6 to deploy the application (contains a lot of pages with rich faces and many taskflows and BC4J jsf)?


    I use jdeveloper 11.1.2.3.0 and weblogic installed 10.6 on the Linux server

    Hello.

    The process goes like this:

    1. install 11.1.1.6 on your WLS app development Runtime.
    2. create a field and, possibly, the servers managed
    3. apply patches to install ADF 11.1.2.3

    From the release notes:
    ADF 11 g Release 2 must be installed as a patch on top of a 11.1.1.6.0 existing installation execution of Application development. The steps in the upgrade 11.1.1.6.0 server to run 11.1.2.0.0 ADF applications is described later in these release notes and documented in the Guide to the administrator for Oracle Application Development Framework. (source: http://www.oracle.com/technetwork/developer-tools/jdev/11gr2update3-1851251.html)

    Detailed instructions and links to the patches are available in this section of the Oracle Support knowledge base: [url https://support.oracle.com/epmos/faces/DocumentDisplay?id=1328698.1] how to install the ADF 11 g Release 2 to WebLogic Sever 10.3.5 runtime libraries / 10.3.6? (1328698.1)

    Best regards

    Frédéric.

  • The ADF Essentials

    Hello

    I tried to deploy a simple application of JHS on Glassfish using libs ADF Essentials and JDev 11.1.2.3.0, JHeadstart 11.1.2 assessment 11.1.2.1.28

    A small problem so far:
    JHS generates a servlet mapping in web.xml, which is not accepted by Glassfish:
      <servlet-mapping>
        <servlet-name>ordDeliverMedia</servlet-name>
        <url-pattern>ordDeliverMedia</url-pattern>
      </servlet-mapping>
    Invalid URL scheme: [ordDeliverMedia]

    After changing the url for /ordDeliverMedia deployment scheme succeeds and the JHS app works!

    What is the correct url format?

    Groeten,
    HJH

    Well, I think you gave the answer. Prepend a slash.

    Steven Davelaar,
    Jheadstart team.

  • Is my application an application of ADF Essentials

    Hello

    The "Oracle ADF Essentials overview and frequently asked Questions" document [1] points to this forum essential ADF JDeveloper and ADF in place for community support.

    Even the FAQ also answers the question "what is included in Oracle ADF Essentials? " with listing some contained components and others not included features.

    It could be seen as a guide to answer the question "do I have to pay to deploy my application ADF? '.»»

    Wouldn't be handy if there was an easy way to determine what a given application of ADF ADF Essentials application?
    Or is it not possible to start using the features that you should not use for ADF Essentials (e.g. safety ADF) application?

    -(q1), how can I determine whether my application is an application of ADF Essentials?

    -http://www.oracle.com/technetwork/developer-tools/adf/overview/adfessentialsfaq-1837249.pdf [1]

    Thank you very much
    Jan Vervecken

    Hi Jan-

    In this version, we have no tools to help verify a request to ensure that there is an ADF Essentials application. Our original goal was to ADF Essentials on the market. Now let's study to obtain feedback from the community on what we do then... Add other application servers? Add more features? Improve the tools? We'll probably do some of all of the above.

    We are considering using JDeveloper audits as a set of rules to check for an application. We are also assessing if a JDeveloper role can be useful in limiting technology to those that are part of most of the ADF.

    In short, Yes, it would be good to have an easy way to determine if you have a request for the ADF, but it's a manual process for the moment. In this regard, there are two aspects to consider: 1) making sure that you only use components that are permitted under the license of the ADF Essentials and 2) in licensed components, make sure in charge you use features that are taken. The good news is that it is not so complicated. Here is the list of components that are/are not included in the ADF Essentials:
    http://www.Oracle.com/technetwork/developer-tools/ADF/overview/components-1844931.html

    And is a really short list of features that are not supported: http://www.oracle.com/technetwork/developer-tools/jdev/11gr2update3-1851251.html#11.1.2.3.0ShermanUpdate3-ReleaseNotesREPOSITORY-ADFEssentialsandGlassFishDeployment

    -Brian

Maybe you are looking for

  • Problem with HBO go App on Iphone 6 s

    I am unable to play a video on the HBO Go app.  Instead, I get "error video, operation canceled."  I contacted the support HBO and they said that they were unable to reproduce my problem on their end, and that's why it must be a problem with my phone

  • cPanel html editor preview function does not load the preview page.

    Firefox v24.0, Windows 7 Pro to edit the HTML for website with CPANEL sfw. There is an HTML editor with a preview option that solves all the links embedded in the page. By clicking on the Preview button in the lower left corner causes an error on enc

  • Re: Deskjet 3520 all-in-one: print black ink NOT...

    I'm having exactly the same problem... It worked fine last time I used it... I put new cartridges of ink inside and black is dead... its crazy that it worked perfectly... have you already found a solution to your problem... His 03:00 and I spent hour

  • Expert Microsoft Tech Help? Is this true?

    I received a call from Microsoft Tech of the Expert opinion. They guided me through my computer and showed me about 17 000 errors on my computer.  They have been listed as something WMI or event.  They are supposed to call me tomorrow to help me fix

  • HTML in the text box

    Is it possible to include html in a rich text field? I've read about textFlow, but this doesn't seem to be a property of the components supported mobile spark. Any help would be greatly appreciated.