JDeveloper with ADF Essentials 12.2.1

Has anyone had any luck with that really work? Since JDeveloper now runs on Java 8 test runs and Glassfish 3 on Java 7 and essential of the ADF does not officially support glassfish 4 (or they do it with a bit of tinkering?) Please advise...

Did you follow this option to configure the ADF on GF support: http://docs.oracle.com/middleware/1221/adf/administer/GUID-FCF912A3-AE8B-48D6-8B64-ACB60147CE2E.htm#ADFAG20940

Dario

Tags: Java

Similar Questions

  • including the extension in jdeveloper with ADF Faces?

    Hello

    We have an application with ADF Faces components that must be migrated to OracleAS weblogic 11 g Server (10.3.5).

    We strive to upgrade the application under jdeveloper 11.1.1.5.0.  I have 3 questions.

    1. which the ADF jdeveloper extension should download us for this purpose?

    We already seem to have the extensions 'Fusion Web Applications (ADF)' and ' Applications Java Desktop (ADF) "."

    2. during the upgrade, we were given an option to upgrade the ADF Faces in Trinidad, when this option has been chosen, we got a "unexpected mistake."

    is it necessary to go to TRINIDAD to be able to deploy successfully on weblogic 10.3.5? If Yes, is the extension for Jdeveloper MAVEN?

    3. in weblogic server, I understand, we need the extension JRF to support the length of the ADF, is there anything else that we need on weblogic server that the adf works?

    Thank you in advance.

    If the origins of your application of jdev 10g and runs on the OAS, you can migrate to Trinidad. No extension is required for this as the required libraries are already there. Maven is useless and will not work for 11.1.1.5.0. First version with the full support of MAVEN is 12 c.

    If you get an unexpected error during the migration from the old app to 11 g, you should try to find out

    (1) projects that is causing the error

    (2) file that is causing the error

    and work from there. There are some configurations that cannot be migrated (check the release notes), however they should not lead to unexpected errors. However, check the release notes.

    If you don't find anything and cannot pass through the error, you must open a SR with support.oracle.com.

    Next question is why migrate to 11.1.1.5.0 which is already obsolete.

    Timo

  • Problem with competent inputFile in Jdeveloper 11g ADF

    Hello

    I use a competent inputFile in jsff page where the user can browse the file system, select the file in order to to store in the database.

    I created a method of valueChangListener for this component which deal with this file and place it in db.

    The problem is:

    Once the user selects the file it appears for one second in the page it disappears and the valueChangeListener is not called.

    Note: the AutoSubmit regularity is set to true for this competent. I use jdeveloper with ADF 11g.

    Thank you

    Hello

    I guess you are missing the usesUpload property for the tag form enclosing in your page:

    It will be useful,
    Jose.

  • 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

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

  • 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

  • JDeveloper with Forms.

    Hi all

    I'm new to java and I want to install jdeveloper with adf, I read the following
    Notes
    http://download.Oracle.com/docs/CD/E17904_01/install.1111/e13666/ojdig.htm#BDCFBDAC

    but I didn't and I downloaded the jdevstudio11114install file, but
    There Noah .exe file and I am unable to install it.
    someone knows it please help me thanks in advance.
    and please help me also what version will be adapted to the R2 oracle forms?

    M

    Tic Tac Toe

    A few times downloaded files downloads wihtout .exe extension, it happened to me and I simply added file extension. exe and ran the executable and it has worked, tyr it.

    Downaloaded file: jdevstudio11114install
    RNAME file as: jdevstudio11114install.exe

    your good to go.

  • JDev11 with ADF backup examples of bean?

    I went through a lot of the OBEs, how to examples, and some custom examples in blog posts. Almost all the examples using ADF business components to model oracle data do not support grains, at least not the ones I found. If anyone knows of links to get examples of JDeveloper with ADF Model Oracle table and support beans (could be calls request module, regardless). Could you please post links. Oracle examples tend to be declarative with components of the ADF, and I want to get to the next level of complexity in development that combines the existing custom code with declarative code.

    It would be great if some of the OBEs may show a declarative and also a way of programmatic to solve the same problem in some cases - as "build a Fusion Web Application" in help. I don't need all that done by programming, just to show where something can be done declarative and how we could also do it programmatically. It would also be useful to know the limits of declarative programming and where you need to code a solution.


    Thank you, Ken

    I think that the essential line in your post is

    What I want is to be able to change the value of #{bindings.date.inputValue}

    Basically, you want to manipulate objects in the link layer.
    In the Fusion developer's Guide, you will find the section 'Creating more complex pages' and "methods of declarative dominant" which has sample code that shows you how to do this in a backing bean
    http://download.Oracle.com/docs/CD/E12839_01/Web.1111/b31974/web_adv.htm#CACDJCFE

    The DOM demo application is the demo application on which this and many other examples of code are taken:
    http://www.Oracle.com/technology/products/jdev/samples/FOD/index.html

    Here are a few blogs with useful code snippets:
    http://Kuba.zilp.pl/?id=721

    http://Biemond.blogspot.com/2009/03/some-handy-code-for-backing-beans-ADF.html

  • 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 was the stable JDeveloper and ADF to go with the project?

    Hi all

    What was the best and stable Jdeveloper and ADF for the elaboration of a draft?

    Concerning

    There is no problem because the difference of the WLS version does not influence with adf. 11.1.1.7.0 can be installed on wls 10.3.5 and 10.3.6. Application developed with 11.1.1.7.0 can be deployed on WLS 10.2.5 or 10.3.6 havingthe ALI DURATION installed 11.1.1.7.0.

    Timo

  • Problem with ADF JDeveloper 12 c to Glassfish deployment

    Hello

    I'm new to JDeveloper/ADF, but not for the JSF, etc.. I'm trying to load a simple application of the ADF (a single entity object and object of a view in a model project and a jsf page where I dropped the view of the data control object). We use Glassfish so I'm trying to deploy it and am following blog Shay Shmeltzer (https://blogs.oracle.com/shay/entry/deploying_oracle_adf_applications_to), which deploys on a server Glassfish 3.1 JDeveloper 11. So I use the last JDeveloper, which can be a problem?

    The problem is that my deployment fails. Here are my entries server.log:


    [#: 2013 07-24 T 15: 43:14.908 - 0700 |] WARNING | glassfish3.1.2 | org.apache.catalina.connector.Request | _ThreadID = 88; _ThreadName = wire 2. PWC4011: cannot set the application context UTF-8 character encoding, because the request parameters have already been read, or ServletRequest.getReader () has already been called. #]

    [#: 2013 07-24 T 15: 43:15.014 - 0700 |] INFO | glassfish3.1.2 | org.GlassFish.admingui | _ThreadID = 88; _ThreadName = wire 2. deployment GUI: uploadToTempfile | #]

    [#| 2013-07-24T15:43:15.014-0700|INFO|glassfish3.1.2|org.glassfish.admingui|_ThreadID=88;_ThreadName=Thread-2;|uploadFileName=C:\JDeveloper\mywork\TestADF\deploy\TestADF_Glassfish.ear|#]

    [#: 2013 07-24 T 15: 43:15.278 - 0700 |] GOOD | glassfish3.1.2 | javax.enterprise.System.core.com.Sun.enterprise.v3.Server | _ThreadID = 98; _ThreadName = wire 2. ClassName = com.sun.enterprise.v3.server.ApplicationLifecycle; MethodName = getContext. deployment expansion took 145 | #]

    [#: 2013 07-24 T 15: 43:16.630 - 0700 |] GOOD | glassfish3.1.2 | javax.enterprise.System.core.com.Sun.enterprise.v3.Server | _ThreadID = 98; _ThreadName = wire 2. ClassName = org.glassfish.api.ActionReport; MethodName = failure; unrecognized for module C:\JavaEE\glassfish-3.1.2.2\glassfish\domains\domain1\applications\TestADF_Glassfish|# Module type]

    [#: 2013 07-24 T 15: 43:16.631 - 0700 |] SEVERE | glassfish3.1.2 | javax.enterprise.System.core.com.Sun.enterprise.v3.Server | _ThreadID = 98; _ThreadName = wire 2. unrecognized for module C:\JavaEE\glassfish-3.1.2.2\glassfish\domains\domain1\applications\TestADF_Glassfish|# Module type]

    [#: 2013 07-24 T 15: 43:16.631 - 0700 |] GOOD | glassfish3.1.2 | javax.enterprise.System.core.com.Sun.enterprise.v3.Server | _ThreadID = 98; _ThreadName = wire 2. ClassName = org.glassfish.api.ActionReport; MethodName = failure; Exception when deploying the application [TestADF_Glassfish] | #]

    [#: 2013 07-24 T 15: 43:16.631 - 0700 |] SEVERE | glassfish3.1.2 | javax.enterprise.System.core.com.Sun.enterprise.v3.Server | _ThreadID = 98; _ThreadName = wire 2. Exception when deploying the application [TestADF_Glassfish] | #]

    [#: 2013 07-24 T 15: 43:16.632 - 0700 |] SEVERE | glassfish3.1.2 | javax.enterprise.System.core.com.Sun.enterprise.v3.Server | _ThreadID = 98; _ThreadName = thread 2;: java.lang.NullPointerException
    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:375)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 1.execute(CommandRunnerImpl.java:348)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1200 (CommandRunnerImpl.java:95)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1291)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1259)
    at org.glassfish.admin.rest.ResourceUtil.runCommand(ResourceUtil.java:214)
    at org.glassfish.admin.rest.ResourceUtil.runCommand(ResourceUtil.java:207)
    at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:148)
    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 com.sun.jersey.spi.container.JavaMethodInvokerFactory$ 1.invoke(JavaMethodInvokerFactory.java:60)
    to com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ ResponseOutInvoker._dispatch (AbstractResourceMethodDispatchProvider.java:205)
    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
    at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
    at com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer._service(GrizzlyContainer.java:182)
    at com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer.service(GrizzlyContainer.java:147)
    at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:148)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
    at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
    to com.sun.enterprise.v3.services.impl.ContainerMapper$ Hk2DispatcherCallable.call (ContainerMapper.java:354)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:532)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:513)
    at java.lang.Thread.run(Thread.java:722)
    |#]

    [#: 2013 07-24 T 15: 43:16.636 - 0700 |] SEVERE | glassfish3.1.2 | javax.enterprise.System.Tools.admin.org.GlassFish.deployment.admin | _ThreadID = 98; _ThreadName = wire 2. Exception when deploying the application [TestADF_Glassfish] | #]

    [#: 2013 07-24 T 15: 43:16.662 - 0700 |] INFO | glassfish3.1.2 | org.GlassFish.admingui | _ThreadID = 88; _ThreadName = wire 2. Exception occurred: error occurred during deployment: Exception when deploying the application [TestADF_Glassfish]. Please see server.log for more details. | #]

    I don't see what about the NullPointerException.

    It is a server Glassfish 3.1.2.2. I get the same message that I have deploy JDeveloper or GlassFish (just try to download the .ear file). Blog of Shay, subsequently, I loaded jars adf-essentials in the zip file and changed the parameters of the JVM. In JDeveloper, I right click on the application and will deploy and click the deployment profile. I click on deploy to the application server and choose my local server to Glassfish.

    I appreciate all help. Thank you.

    Steve

    OK, my problem was my deployment descriptor. When I created a new Glassfish deployment descriptor, it did not automatically the ViewController project in the Application Assembly to the EAR application. So now, the Application Assembly for the EAR includes the deployment for ViewController project (the ViewController project has a dependency on the model project is also included).

    The application now deploys correctly on a Glassfish 3.1 server.

    Steve

  • How gonfigure DBtableLoginmodule with ADF security on jdeveloper 11

    How gonfigure DBtableLoginmodule with ADF security on jdeveloper 11


    determines which users can access the application
    determines what features users are allowed to run after they enter the application

    demonstration of pleas for me step by step.

    Step by step would begin it with 'research forum,' that this issue has been discussed several times already.

  • The essential ADF error ECourse - work with ADF connections

    I'm learning the ADF and make the ADF Essentials ECourse. I'm on the 'practice' for the first section of the ADF links. I know that the course was written for JDeveloper 11.1.2.0.0 but I use 11.1.1.7 since it is what is installed on the virtual machine available for download. During step 5-15: I get the following error when I go to view tab JPAModel "you attempted to set a value of the class type java.lang.String for deptId parameter with the expected type of class java.lang.Long query string select o o employees where o.departments.departmentId =: deptId.»

    When I think back to the procedure, the screen shots see the that GetEmployeesfindbyDept (BigDecimal Deptid)...) whereas the code that is generated in my project is GetEmployeesfindbyDept (object Deptid)...)

    I don't know if this is what causes the error, but it seems logical. What should I do to fix this error, because I REALLY want to continue this training.

    The link I provided above has tutorials for each section of the ADF.

    I recommend to start with:

    Development of rich Web Applications with Oracle ADF

    And then more: expand the JSF - controller working with stubborn workflows, regions and routers

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

Maybe you are looking for