XE GlassFish and Apache

I'm currently moving our production request where it would need to be accessible from the internet. I think I followed all the instructions posted on this forum and I hit a snag with Apache because it is impossible to load whatever it is located in the folder of the East. Here is the configuration information for your comment

Setting up the environment:
A: Windows Server2008 with XE (4.x) + GlassFish (installed listener and a lot of work). Will be sitting inside the firewall.
B: Windows Server2008 with Apache 2.x. updating the httpd and http virtual servers to proxy support reverse. Able to redirect the traffic to the server of A specific app Apex

Issue: Application appears but doesn't retrieve any content of the folder "/ i /.

Measures taken so far:
-Launched Dev of firebug and chrome tools and figured out I get 400 query incorrect error for all applications in the folder "/ i /.
-Copy all the content on server A folder is on server B Documentroot folder
-Addition of Alias in this folder (check out the virtual hosts section below)

Section of the file of the virtual host - Note: deleted the names/IPs *.

< VirtualHost *: 80 >
ServerAdmin [email protected]
DocumentRoot "C: / * folder * /".
Servername sous-domaine.domaine.com

ServerAlias www.subdomain.domain.com

Alias is ' / i /.

RewriteEngine on
RewriteRule ^ / $ http://subdomain.domain.com/apex/ [R]
RewriteRule ^ / apex / $ http://myip:8080/apex/f? p = xxx:1 [P]
RewriteRule ^ / apex /(.*) $ http://myip:8080 / apex / $1 [P]

ProxyPass / http://:8080/
ProxyPassReverse / http://myip:8080 /.

#This did not work
#ProxyPass is http://myip:8080 / I
#ProxyPassReverse is http://myip:8080 / I

Http://myip:8080 ProxyPass/sys / sys
Http://myip:8080 ProxyPassReverse/sys / sys

< location / >
Order allow, deny
Allow all the
< / location >

< directory "/ i /" >
Order allow, deny
Allow all the
< / Book >

ErrorLog "logs/domain.com-error.log".
Common CustomLog "logs/domain.com-access.log."
< / VirtualHost >
********************************************End Virtual hosts*********************************

Any help and direction is greatly appreciated.

Thank you
Raja

Hi Raja,

I'm sorry to be too fragmentary with my explenations.
So I try to take a little more time to go through your config. I hope I don't bore you, but I need to (re) do this analysis to get a picture of your script anyway. Please correct me if one of my conclusions were wrong.

Alias [0] is ' / i /.

Who's that you deleted, no?
As mentioned previously, if you use an Alias, the directory must then be a situation real (absolute) file system, not with respect to your Apache docroot. You don't need an Alias if you have + / i / + in your docroot.
Having the APEX on your proxy stuff would be good, if the performance of the network easier and also the best approach. Not need any proxy reverse.

[1] RewriteRule ^ / $ http://subdomain.domain.com/apex/ [R]

This will redirect requests to the path to the root of your domain to the + / apex / + path of your domain.

[2] RewriteRule ^ / apex / $ http://myip:8080/apex/f? p = xxx:1 [P]

This rule aims to map all requests to the + / apex / + path to a sort of landing page and push forward the demand for mod_proxy to do the reverse transfer by proxy. So I guess that your goal is to map this page as the start page of your domain.

[3] RewriteRule ^ / apex /(.*) $ http://myip:8080 / apex / $1 [P]

It will pass all other applications of content below the + / apex / + path to the mod_proxy module. I think that is not necessary, but probably won't hurt.

[4] ProxyPass / http://:8080

I guess you missed that one when you change the file, probably you had "myip" here as well.
This rule may not work for APEX, because [1] rewrites all applications on the context root. This type of rule, used on their own, could use the reverse proxy for all requests (since they all start of + / +). But I guess that's not the intended behavior, you have a separate rule for listener APEX which would not have been necessary in this case.

[5] ProxyPassReverse / http://myip:8080 /

Same problem here, just for the opposite way (dead). Once again, if you want to transfer everything from your proxy to your GlassFish and vice versa.

#This did not work
#ProxyPass's http://myip:8080 / I
#ProxyPassReverse's http://myip:8080 / I

Just if you do not place static content on your proxy, but really want to keep on your GlassFish: I recommend you remove the slash from the + / I / +. And how deploy you the images on your GlassFish?

[6]
Order allow, deny
Allow all the

See [0] - this is the path real absolute filesystem?
Since your Apache is supposed to mean that content directly, you can always question him as any other content directly, for example http://subdomain.domain.com/i/apex_version.txt should open the text file containing the version information of APEX. If you get 400 on this request, you will get probably more of your Apache error log information. My best guess is, as mentioned previously, that + / i / + is not the actual path file system you want to refer.

My other comments about the configuration of your reverse proxy on GlassFish had the purpose to ensure that the APEX is to put the right references, that is, URL for your static files are not composed by using your settings of the host GlassFishs, but those of your interface. It is vital for the APEX in general, not only for the static parts. APEX listener uses API calls like request.getServerName () to determine what APEX should use to generate redirects etc... The http.proxyHost and http.proxyPort = myproxy.port parameters will configure your GlassFish to meet these API calls as if it was running on the values. He therefore the parameters of your frontend (Apache) is supposed to be used, for example

proxyName="subdomain.domain.com"
proxyPort="80"

Since you have Firebug, you can easily check what your static content base URL is referenced to.

I hope that this will help you get this fixed number. It seems to be quite a small matter, and you're close to the working configuration.
Please let me know if I'm pointing the wrong way and if so, what applications/mistakes see you in the logs of Apache and GlassFish.

-Udo

Published by: Udo on 26.02.2012 01:17

Published by: Udo on 26.02.2012 08:44
clarify the possible use of proxy (reverse) on + / +.

Tags: Database

Similar Questions

  • Performance (listener APEX) glassFish and ADR issues

    Hello world

    We have a number of applications available APEX to APEX Listener installed on 4.1 GlassFish (Open Source Edition). The APEX is version 2.0.9.224.01.07.

    Any installation is using the default values, the documentation available now.

    The problem is that after a while (two days, maybe weeks) the answer is really slow, which means you have to wait a few minutes to change pages or get the application to react. While everything works normally by another instance of GlassFish and auditor of the APEX, which means that everything is ok with the database and the problem must be with the GlassFish and/or listener of the APEX. After you restart GlassFish domain things to improve for a while, but finally that we are facing problems of performance even. There is nothing suspicious in the newspapers of GlassFish, and we do not know where to look further.

    I tried the web search for more information on how to configure GlassFish and APEX listener for the documentation and production environments, but did not find much. We increased settings memory JVM for GlassFish to 2 GB, but I would like to know is there something else about the GlassFish settings (son HTTP, JDBC, pool etc.) we could do to avoid the problems described, or is there a way to detect what is the real problem. Any suggestions or pointers to relevant documents?

    Thanks in advance,

    Bruno

    Hi bruno2,

    bruno2 wrote:

    We have a number of applications available APEX to APEX Listener installed on 4.1 GlassFish (Open Source Edition). The APEX is version 2.0.9.224.01.07.

    Any installation is using the default values, the documentation available now.

    The problem is that after a while (two days, maybe weeks) the answer is really slow, which means you have to wait a few minutes to change pages or get the application to react. While everything works normally by another instance of GlassFish and auditor of the APEX, which means that everything is ok with the database and the problem must be with the GlassFish and/or listener of the APEX. After you restart GlassFish domain things to improve for a while, but finally that we are facing problems of performance even. There is nothing suspicious in the newspapers of GlassFish, and we do not know where to look further.

    I tried the web search for more information on how to configure GlassFish and APEX listener for the documentation and production environments, but did not find much. We increased settings memory JVM for GlassFish to 2 GB, but I would like to know is there something else about the GlassFish settings (son HTTP, JDBC, pool etc.) we could do to avoid the problems described, or is there a way to detect what is the real problem. Any suggestions or pointers to relevant documents?

    For ADR + Glassfish performance should be on two fronts:

    • Side of GlassFish:

    As you use 4.1 GlassFish (Open Source Edition) you should refer to the official documentation for Glassfish 4.

    Reference: https://glassfish.java.net/docs/4.0/performance-tuning-guide.pdf

    But as I've used Oracle Glassfish Server 3.1 which comes with the integrated tuner. I just follow the following documentation:

    Reference: https://docs.oracle.com/cd/E18930_01/html/821-2431/toc.html and https://docs.oracle.com/cd/E18930_01/html/821-2431/gkxwm.html

    • Side of ADR:

    The performance tuning side ADR includes the correct JDBC settings in the ADR configuration files.

    Reference: http://krisrice.blogspot.in/2012/05/apex-listener-jdbcsecurity-setup.html

    So, set your ADR for instance so that you get the performance you want. For this you will need: change the JDBC settings-> load/stress test and repeat this operation.

    Stress/load tests is shown by Morten Bråten in the following blog in his blog series about ADR.

    Reference: ORA-00001: Unique constraint violated: ADR, installation Oracle XE and Apex on CentOS - part fourth: Stress tests

    NOTE: This blog is for ADR + Apache Tomcat, but ADR configuration settings remain the same in your case.

    Finally, if you want to see more practical best ADR with Oracle APEX follow the slides for "ADR in the Production" by Dietmar Aust.

    Reference: daust_de: Oracle XE / APEX: presentation for my ADR slides talk to KScope 2015

    NOTE: This presentation is also to ADR + Apache Tomcat, but things related to ADR are same in your case.

    Also, as this thread is related to ADR, you must move this thread to the appropriate forum: ADR, SODA & JSON in the database

    Kind regards

    Kiran

  • JMS connection between glassfish and OSB

    We are having architecture where between GlassFish and OSB JMS messages. I have the following questions of design
    (1) what is the best way to send messages between these two App servers? (I mean use the JMS bridge or regularly use JNDI lookup and send the message and so on)? We want to send messages in both directions between these two App servers.
    (2) how we use JNDI search inside glassfish for OSB. We use an approach by providing the full client jar fat weblogic. (53 MB) Is this the only way? Is there any thin weblogic client that we use for queue search OSB of glassfish?
    Thanks in advance.

    Using a JMS client WL on GF has limits on XA/JTA, consuming messages from distributed locations and securing individual destinations. Workaround for the latter is to avoid to set ACLs on WL destinations and use SSL to encrypt network traffic if you wish.

    I recommend the following general method: (1) avoid using WL JMS on the GF level clients if you need exactly once the e-mail or require the consumption of a distributed destination and (2) use OSB or WebLogic foreign seller JMS integration facilities for either (A) bridge/transfer messages between WL JMS and GF JMS or call (B) GF JMS directly the WL/OSB tier.

    If you don't want to use a jar full of WebLogic as a customer, there is a pot of customer 'thin' t3 equivalent available in the latest version. I recommend the full jar unless a small pot size is an important condition in your use case. I recommend the thin 't3' jar on the thin "wl" pot as the pot thin t3 tends to have much better performance. Or the other of these clients can interact with older versions.

    FAQ for vendors integrating a Remote JMS summarizes the Server WebLogic tools available for the integration of foreign suppliers (http://download.oracle.com/docs/cd/E14571_01/web.1111/e13727/interop.htm#JMSPG553). I'm not familiar with a tool equivalent/layers of OSB.

    The stand-alone Clients documentation lists different JMS (http://download.oracle.com/docs/cd/E14571_01/web.1111/e13717/basics.htm#SACLT122) client options.

    Kind regards

    Tom

  • GlassFish and ADF JDeveloper

    We have a problem in an ADF Application (Jdevelper version: Studio Edition Version 12.1.3.0.0 and deployed on GlassFish Server Open Source Edition 3.1.2.2 (build 5)).

    kindly if you have an idea why this error occurs when a workflow running with an jsff affair.

    The stack trace is as follows:

    ADF_FACES - 60098:Faces life cycle receives exceptions that are unhandled in the phase RENDER_RESPONSE 6 java.lang.VerifyError: (class: bc4j_relativePath_expression_Expression_gs, method: super$ $3 evaluate signature: (Ljava/io/file ;)) Ljava/lang/object ;) Illegal use of calling non-virtual function at java.lang.Class.getDeclaredConstructors0 (Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2532) at java.lang.Class.getConstructor0(Class.java:2842) at java.lang.Class.newInstance(Class.java:345) at org.codehaus.groovy.runtime.InvokerHelper.createScript(InvokerHelper.java:421) at groovy.lang.GroovyShell.parse(GroovyShell.java:625) at groovy.lang.GroovyShell.parse(GroovyShell.java:652) at oracle.jbo.ExprEval.parseScript(ExprEval.java:1571) at oracle.jbo.ExprEval.findScript(ExprEval.java:1152) at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1956) at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1928) at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1647) at oracle.adf.model.bean.DCDataVO.createViewAccessorRS(DCDataVO.java:1291) at oracle.adf.model.bean.DCCriteriaBaseVOImpl.createViewAccessorRS(DCCriteriaBaseVOImpl.java:33) to oracle.jbo.server.ViewRowImpl.createViewAccessorRS(ViewRowImpl.java:2774) to oracle.adf.model.bean.DCDataRow.createViewAccessorRS(DCDataRow.java:427) to oracle.jbo.server.ViewRowImpl.createViewAccessorRS(ViewRowImpl.java:2785) to oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:1929) to oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:2036) to oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:886) to oracle.jbo.server.ProgrammaticViewRowImpl.getAttributeInternalDelegation(ProgrammaticViewRowImpl.java:195) to oracle.adf.model.bean.DCDataRow.getAttributeInternal(DCDataRow.java:279) to oracle.adf.model.bean.DCCriteriaRowImpl.getAttributeInternal) DCCriteriaRowImpl.java:84) to oracle.jbo.server.ViewRowImpl.getAttrInvokeAccessor(ViewRowImpl.java:968) to oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:916) to oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:1035) to oracle.adf.model.bean.DCBeanDataControl.getAccessorValue(DCBeanDataControl.java:1425) to oracle.adf.model.binding.DCDataControl.createAccessorRowSetIterator(DCDataControl.java:679) to oracle.adf.model.bc4j.DCJboDataControl.createAccessorRowSetIterator(DCJboDataControl.java:1154) to oracle.adf.model.binding.DCDataControl.createAccessorRowSetIterator(DCDataControl.java:662) to oracle.jbo.uicli.binding.MyIteratorBinding.initSourceRSI(JUAccessorIteratorDef.java:857) to oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1751) to...

    Looks like you have some problem with glassfish classpath (so he chose an incorrect version of groovy jar) or with the version of the JDK.

    To verify which version of the JDK is used for your glassfish domain and also install essentials new adf libraries (make sure they are for 12.1.3 version)

    Dario

  • JSTL and Apache tomcat 7

    Where can I download the jstl jar files needed for tomcat 7. and can not download of 'http://tomcat.apache.org/taglibs/standard/ '.
    I download-api - jstl 1.2.jar and jstl-impl - 1.2.jar instead of jstl.jar and standard.jar, but they did not work.

    SudeepShakya wrote:
    I download-api - jstl 1.2.jar and jstl-impl - 1.2.jar instead of jstl.jar and standard.jar, but they did not work.

    Then you did something wrong. Not much more to say about this when you provide absolutely nothing else that say "it doesn't."

  • CF8 on Weblogic 10.0 and Apache

    I am trying to set up CF8 as an EAR on Weblogic 10.0 file and configure it with the Apache Web server. For Weblogic settings are as described in the configuration document and CF8 works well on Weblogic.
    Now for the connectivity of the Apache, a connector is configured for Weblogic that manages files *.cfm so requests.

    -CFM files are kept in the Web server and when I try to open a cfm file, the proxy is get called but because Weblogic does not find the file URI it returns 404.

    S ' please let me know how can files CFM stored on the Web server be returned using CF8 deployed on Weblogic
    Or you need these files to be kept on the Appserver Weblogic only

    sam_cf09 wrote:
    > Can files CFM belong to any WAR file deployed to Weblgic and cold
    > fusion will take care to make them

    Sure. If you want to put a file example.cfm in a WAR file, put it in the
    the root of the WAR. The structure of your file should look something like:
    WAR /.
    WAR/example.cfm
    WAR/WEB-INF
    WAR/WEB-INF/web.xml
    WAR/WEB-INF / *.
    WAR/WEB-INF/cfusion
    WAR/WEB-INF/cfusion/lib /.
    etc.

    So if you have a context root ' / test ' in your application. XML you can
    reach your model through the URL http://server/test/example.cfm

    The best way to get a WAR file (or EAR) for deployment is to run the
    installation program. He has the ability to generate a WAR or an EAR for you. The use,
    then unjar, later to see what it looks like internally.

    Jochem

    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • getRemoteUser() works only with 10.3 plugin WLS and apache

    I'm under jdeveloper 11.1.1.0.1 and autonomous (10.3) weblogic Server deployment. Due to the internal requirements, we front the wls with apache 2.x and do authentication on apache side, so we use the wls apache plugin. Jdev 10g and the OAS, we could get the login address and the ip of the user by calling getRemoteUser and getRemoteAddr. 11g wls with apache plugin, the investigation period is to come across but the login name (getRemoteUser) is null. Here is the code:
          FacesContext ctx = FacesContext.getCurrentInstance();
          ExternalContext ectx = ctx.getExternalContext();
          HttpServletRequest request = (HttpServletRequest)ectx.getRequest();
          userId = ectx.getRemoteUser();
          userIp = request.getRemoteAddr();
    Everything in the stand-alone server seems to work fine. If someone got it works?

    Thank you.

    This seems to work:

    request.getHeader ("REMOTE_USER")

    Are there any other ways to do this?

  • Essbase 11.1.2 and apache

    Hi all

    1. I'm trying to install Hyperion 11.1.2. and I would like to know if I have to install Web servers / application servers as a condition as well as the installation of Oracle database?

    2 xpress edition 10 Oracle will be used?

    Thanks in advance

    Jeff wrote:
    Hi all

    1. I'm trying to install Hyperion 11.1.2. and I would like to know if I have to install Web servers / application servers as a condition as well as the installation of Oracle database?

    2 xpress edition 10 Oracle will be used?

    11.1.2.0 and 11.1.2.0 will only allow the deployment of Weblogic, Weblogic is installed automatically if you do not need to install, it will also deploy Oracle HTTP server as the web server or you can use IIS.

    Oracle express is not supported, but it is possible to use, but if encounter you problems, make sure it is not supported.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Apache and Glassfish followed by Questions

    Hyperic HQ version 4.5.1.2 running on Windows Server 2008 R2.

    I have two questions.

    First: I have a SINGLE instance of Apache 2.2 installed in D:\Apache\Application on a machine controlled by Hyperic HQ. However, at the start of the Hyperic agent, TI auto-découvert TWO instances of Apache, one with a path of "D:\Apache\Application" and the other with a path of "D:\Apache\Application\conf\httpd.conf." What is the problem here? Why he sees this as two instances? It is safe to remove one of them from the inventory? The one who (and how to remove stock)?

    Second: I have two servers in cluster Glassfish 3.1.0. Server 1 has domain Application Server (DAS) running JMX port 8686. Then, the server 1 and Server 2 each have two instances (total of four instances that all belong to the same cluster) running JMX on ports 28686 and 28687 on each machine. I have installed and started the Hyperic agent on both machines. As the Glassfish plugin is included in this version of Hyperic, I expected to auto-Découvrez a total of five cases of Glassfish (including the DAS). However, it has not detected any instances of all. Why it wouldn't find them? They are for the operation course. What should I do to add them to the inventory without auto-detection?

    Thanks in advance for help this first timer start.

    Nick

    Hello

    You get the error message following, because you're running two instances of Glassfish and the PTQL query must be unique.

    "Configuration has not been set for this resource due to: invalid configuration: error recovery value: cannot call getProcMem [java = State.Name.eq, Args.*.ct = com.sun.aas.instanceRoot]: query several (3) process mapping: java = State.Name.eq, Args.*.ct = com.sun.aas.instanceRoot.

    Please take a look at the Configuration Properties page again and check the setting of process.query (I think that's the correct identifier).

    It contains probably the "java = State.Name.eq, Args.*.ct is com.sun.aas.instanceRoot.

    Now that you have to do some reading ;-) Check the next page and change the setting above.
    http://support.Hyperic.com/display/Sigar/PTQL#PTQL-IdentifyingaUniqueJavaProcess

    Please let us know if you have any questions.

    See you soon,.
    Mirko

  • EM12c and GlassFish 4

    Hello

    I don't know EM12c r3 supports Glassfish 3 monitoring, but it supports 4 Glassfish as well?

    I was thinking about building an application using 7 Vaadin (deployed as a Liferay portlet) with 4 Glassfish and Netbeans and ensure the application using EM12c.

    Yes, depending on the Certification tab on MOS Glassfish 4 is supported:

    Platform of Enterprise Manager - SGD 12.1.0.3.0 is certified with the following products when they are used together: Enterprise Manager for Fusion Middleware 12.1.0.5.0 and 12.1.0.4 platform of Enterprise Manager - Agent 12.1.0.3.0, Oracle GlassFish Server 4.0 (managed target)

    Eric

  • Recomendations for autonomous apex or glassfish server for 10 concurrent users thousands

    Hi all

    We are a medium enterprize with 15 thousand users.

    We intend to develop a mobile application using apex.

    I think that apex performs a dedicated connection to the database like oracle forms. so if 10 thousand users open mobile applications, this means that 10 thousand users are connected to the database at the same time.

    Am I wrong?

    If so, then let it be stand-alone mode would be able to serve in this case?

    How much RAM we required for such a charge?

    I would like to ask a question at a time, but these questions are a little research related to me, that's why I post in a thread.

    Thank you.

    Kind regards.

    Hi Maahjoor,

    We are a medium enterprize with 15 thousand users.

    We intend to develop a mobile application using apex.

    I think that apex performs a dedicated connection to the database like oracle forms. so if 10 thousand users open mobile applications, this means that 10 thousand users are connected to the database at the same time.

    Am I wrong?

    No, the session of the APEX is a dedicated connection to the database. Session of the APEX is independent of Session data, for each new request a database connection is created and abandoned when finished.

    If so, then let it be stand-alone mode would be able to serve in this case?

    What standalone mode are you talking about? Oracle remains Data Services (formerly APEX Listener) as a web server in standalone mode?

    If Yes, then it is not recommended to Oracle:

    Reference: running in stand-alone Mode that says:

    "Stand-alone mode is suitable only for development purposes and is not supported for use in production deployments. Use a taken J2EE application server supported for production deployments.

    You should always go for ADR deployed to one of the recommended Java EE application server. (Oracle Weblogic Server/Oracle Glassfish Server/Apache Tomcat)

    How much RAM we required for such a charge?

    The answer to this question is arbitrary. It is not only the RAM you should be concerned. It is on what architecture (hardware and software), you must go.

    This Article in Oracle Magazine by Mike Hichwa will help you: Browser-Based: Sizing Up Performance

    I hope this helps!

    Kind regards

    Kiran

  • ADF Essentials with Glassfish

    Hi all

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

    GlassFish version: 4

    ADF Essentials: 11.1.2.3

    Jdev: 11.1.2.3.

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

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

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

    _________________________________________________________________________________________________________________________________________________________

    [10: 06:39] cannot add the application

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

    [10: 06:39] undeployment.

    [10: 06:39] - incomplete deployment.

    [10: 06:39] failure of remote deployment

    [10: 06:39] cannot add the application

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

    _________________________________________________________________________________________________________________________________________________________

    Here is the log of the glassfish server:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ... more than 81

    ]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

    visit unvisited references]]

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

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

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

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

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

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

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

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

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

    Unsanitized stacktrace of startup failed...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ... more than 73

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

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

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

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

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

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

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

    ... more than 73

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

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

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

    ... more than 79

    ]]

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

    Critical error during deployment:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ... more than 72

    ]]

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

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

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

    Exception during cleanup after the boot failure

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ]]

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

    ContainerBase.addChild: start:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ... more than 68

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

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

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

    ... more than 71

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

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

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

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

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

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

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

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

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

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

    ... more than 72

    ]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ]]

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

    An exception occurred while processing life cycle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ]]

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

    An exception occurred while loading the application]]

    [2014-09 - 05T 10: 19:08.539 - 0400] [glassfish 4.0] [SERIOUS] [AS-WEB-GLUE-00192] [javax.enterprise.web] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748539] [levelValue: 1000] []

    Undeployment failed for the context /glassfishHR]]

    [2014-09 - 05T 10: 19:08.542 - 0400] [glassfish 4.0] [SERIOUS] [] [javax.enterprise.web.util] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926748542] [levelValue: 1000] []

    The web application [/glassfishHR] created a ThreadLocal with type [javax.faces.context.FacesContext$ 1] key (value [javax.faces.context.FacesContext$1@c9617d]) and a value of type [com.sun.faces.config.InitFacesContext] ([com.sun.faces.config.InitFacesContext@11f6c83]) but impossible to remove when the web application has been stopped. Threads will be renewed over time to try to avoid a likely memory leak]]

    [2014-09 - 05T 10: 19:27.115 - 0400] [glassfish 4.0] [SERIOUS] [] [javax.enterprise.system.core] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926767115] [levelValue: 1000] []

    An exception occurred while loading the application: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jvnet.HK2.Component.habitat]]

    [2014-09 - 05T 10: 19:29.851 - 0400] [glassfish 4.0] [INFO] [] [org.jvnet.mimepull.WeakDataFile] [tid: _ThreadID = 36 _ThreadName = admin-listener (5)] [timeMillis: 1409926769851] [levelValue: 800] []

    _________________________________________________________________________________________________________________________________________________________

    No idea what the problem...

    Well, GlassFish 4 is not checked ADF essentials, could we do have problems. Check out this thread [JDev12.1.2, ADF, GlassFish 4] some questions on the tutorial of Shay "Deploy Oracle ADF Essentials Applications to Glassfish" which covers a part of that.

    Timo

  • ADF BC on GlassFish, MySQL: ResultSet.IsClosed)

    So, I have spent two hours but have not yet managed to run a simple application of ADF Essentials on GlassFish application with MySQL database server.

    I installed ADF Essentials om GlassFish, adds MySQL connector JDev, established connections between JDev, GlassFish and MySQL and set to GlassFish application platform.

    Currently a simple application without data works, but when I add a table on the page, all tripped down.

    Server.log has the following entries:

    [#: 2013-08 - 07T 01: 22:19.884 + 0400 |] WARNING | glassfish3.1.2 | org.apache.catalina.connector.Request | _ThreadID = 20; _ThreadName = wire 2. PWC4011: cannot set the application context/ess-test1 UTF-8 character encoding, because the request parameters have already been read, or ServletRequest.getReader () has already been called. #]

    [#: 2013-08 - 07T 01: 22:26.518 + 0400 |] WARNING | glassfish3.1.2 | oracle.adf.share.platform.AdfServerPlatformSupport | _ThreadID = 22; _ThreadName = thread 2;: java.lang.reflect.InvocationTargetException

    Caused by: java.lang.AbstractMethodError: com.mysql.jdbc.jdbc2.optional.ConnectionWrapper.isWrapperFor (Ljava/lang/class ;) Z

    java.lang.AbstractMethodError: com.mysql.jdbc.ResultSet.isClosed (Z)

    ADF Model Tester ran, it displays the following message:

    (oracle.jbo.jbotester.ErrorHandler$ ExceptionWrapper) Houston-29000: Unexpected exception caught: java.lang.AbstractMethodError, msg = com.mysql.jdbc.ResultSet.isClosed (Z)

    -Level 1: retail - 0

    (java.lang.AbstractMethodError) com.mysql.jdbc.ResultSet.isClosed (Z)

    Would appreciate the help.

    Thank you.

    JDev 11.1.2.3, GlassFish 3.1.2 MySQL 5.6

    Solved.

    The reason for the problem was the wrong version of connector MySQL.

    Connector of the MySQL installation folder was the solution.

  • Web server and the apex running on the same machine - possible conflict port 8080

    Hi guys,.

    I installed Apache Tomcat and currently in the process of installing Oracle 11 G in the same machine.

    The tomcat uses port 8080 and I understand other installs, the APEX uses 8080 as well.

    Is there way after installing Oracle 11 G database XE, stop APEX so it is not in conflict with the use of 8080 Tomcat? I have no use for APEX at this point you want to stop if possible.

    Alternatively, it can be configured to use a different port?

    Thank you very much.

    You can do either, stop it or change the port. So sad that you said that you «have no use for Apex...» ».  :(

    What gateway do you use for Apex? What is the EPG, OSH or the listener of the Apex? If you use the EPG, there is an order any structure/API for it. Here are a couple that you can run a SQLPlus session:

    SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    
    EXEC DBMS_XDB.SETHTTPPORT(port);
    For example:
    
    EXEC DBMS_XDB.SETHTTPPORT(8080);
    
    OR
    
    EXEC DBMS_XDB.SETHTTPPORT(8181);
    

    If you use OSH then you go to your OHS/Apache Directory and find the path to the OPM and issue commands to start where your stop. If it's the listener of the Apex with Glassfish, then you go to the console of administration of Glassfish and stop your deployment of Apex from there. I'll leave you the specifications.

    Earl

  • Sites Web using php and mysql successfully stopped the week last of sorting drop-down lists. Change something?

    We run a programme of internal timesheet open source called Timesheet Next Gen available on Sourceforge. We have it worked for a few years without any problems. We moved all of our Firefox users because the developer has indicated that there are questions of the sort associated with PHP and MYSQL via Internet Explorer. Dropdown lists using surveyed data did not follow the order of sorting and list have been blurred without order with duplicate entries. We had experienced this on our Windows 7 workstations in Internet Explorer (any version) and everything worked fine in Firefox. For some of us with the MacBook, the sort worked well in Firefox and Safari.

    Departure last week (perhaps Tuesday or Wednesday) all our users to Workstation Windows 7 has started to have the same sorting problems in Firefox with our internal website of timesheet. There is no change for timesheet Web site or the server that is running as much as php and server extensions web apache. I've since updated the server (Ubuntu) and apache, mysql and php are underway. Now sort in Firefox has stop working on our mac workstations. Safari is the only browser that works. We have installed Chrome on mac and Windows 7 and it does not sort either.

    To wrap to the top of this thread, the solution is available here: http://sourceforge.net/p/tsheetx/discussion/779084/thread/02841540/

    The general idea behind that the solution can be applied to other projects where a JavaScript object is created in PHP and you need access to its members in order of addition.

Maybe you are looking for

  • My filter is empty!

    I recently migrated to TB 24.4.0 I'm under Win 7 Home Premium 64-bit. Here are the details of the system: User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36 Chrome/33.0.1750.154 Everything (including

  • Pavilion HP 15: start

    not start, just get logo hp for a few seconds then it shuts down for a few seconds then and continues to do so. (wireless).

  • myRIO i2c problem

    Hi I have just started using the myRIO. I use the I2C to connect a remote device (motor controller). I figured out how to send data (speed), but Im having problems reading certain values with the I2C of myRIO function. I want to read the register to

  • Trying to open the files Windows 3.1 with Vista Home Premium 32 bit

    I am trying to open the files of an old computer running Windows 3.1. the files include MS Publisher, MS Works, encyclopedia Compton, & several other w/3.1 compatible programs. Y at - it a program or an update to Vista that can be used to open these

  • ClassCastException on Manager.createPlayer problem with DataSource

    I run the code BufferedPlayback (JDE 4.7.0) example loading a local file (LimitedRateStreamingSource to the source of data): final LimitedRateStreamingSource source = new LimitedRateStreamingSource("file:///store/home/user/test/test.wav"); source.set