License of ADF Essentials

Official document said that it is free. Can I use it to develop commercial software?

Hello

Yes. As long as you comply with the license (no grouping etc.) as stated in the license restrictions

Frank

Tags: Java

Similar Questions

  • 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.

  • 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

  • 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

  • [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

  • 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...

  • 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

  • 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

  • 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.

  • 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.

  • 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

  • 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.

  • problem of refreshment table in the Dvd rental applications (ADf essentials by Sten E.vesterli)

    Hi all

    I am going through essentials ADF Sten E.vesterli book. I'm done building BC component Tester BC Tester thing works very well.

    I build UI for it. I have specific problem

    one.png

    the code that I will carry out back button is

       public String returDvd() {
            RowKeySet sel = getFilmRentalTable().getSelectedRowKeys();
            Iterator selIter = sel.iterator();
            // get iterator for all data records
            BindingContainer bc =
                BindingContext.getCurrent().getCurrentBindingsEntry();
            DCBindingContainer dcb = (DCBindingContainer)bc;
            DCIteratorBinding rentalIter =
                dcb.findIteratorBinding("RentalUnreturnedIterator");
            RowSetIterator rsi = rentalIter.getRowSetIterator();
            // find the selected record in the data iterator
            Key key = (Key)((List)selIter.next()).get(0);
            RentalVORow r = (RentalVORow)rsi.getRow(key);
            r.registerReturn();
            OperationBinding ob = bc.getOperationBinding("Commit");
            ob.execute();
            //rentalIter.getViewObject().executeQuery();
    
            return null;
        }
    
    
    

    My expected behavior should DVD must go back to the database, it should not be visible on the user interface, only non-returned DVD must appear on this table.

    rentalIter.getViewObject().executeQuery();
    
    
    

    If I run this line after committing, it works fine, but there is no success of DB.

    (2) if I refresh the page as I can get the same result (but users won't)

    one.png

    My conclusion

    I'm sure that the table is refreshing

    I know not iterator runs after you refresh the table (I saw it at in Debug Mode).

    My question is without hitting the DB how can I get this expected behavior

    Thank you

    REDA

    Have not read this book (so I don't know what exactly makes r.registerReturn ()) but I guess you can use RowMatch or ViewCriteria to do in memory of filtering:

    https://blogs.Oracle.com/IMC/entry/adf_bussiness_components_in_memory

    https://blogs.Oracle.com/ADFProgrammers/entry/in_memory_filtering_and_rowmatch

    Dario

Maybe you are looking for

  • H Satelite L755-13 - the speakers shut downs every few minutes

    I have experience with speaker problem. I have installed new drivers, even reinstalled new win7 64 bit.However, speakers shut downs every few minutes. If I start to use earphones instead speakers back in work. Please, help to solve this problem.

  • Problem with the mode standby in Windows 7

    Hello friends, I have a big problem when Windows 7 updated itself. I have a laptop Toshiba Satellite L505D. When I close the lid, it will automatically 'sleep' mode. Unfortunately, the screen is black and the laptop is still in progress, I have to st

  • GBM-1200 - lost documentation

    I have a 1200 GBM has for a year; I want to reinstall the device, but I lost all my documents.I still have the address to access the modem, but then I wonder for the user id and the password I have more. Can someone help me with this (installation ma

  • Access Windows Live Hotmail from more than one computer

    Original title: "brawser. Fazer by Nao sei o. I can not open messages, only the entro minhas no our mas nao posso mexer mail only mails. Appears a mensagem, fazer o abaixo? Please, refresh your browser window. When you access your Windows Live Hotmai

  • OfficeJet Pro 8600 Plus will not be printed

    I just bought a HP Officejet Pro 8600 Plus, and I've connected two PC and two iPads to it.  I also plugged on my Macbook Pro (iOS 10.6.8), but unlike four other devices, the Macbook will not print. The Macbook watch the installed printer, sends the p