DEPLOY THE APP WAR

Hi people, I know that this must be the n + 1 times this issue is posted here, I have read all the post before and follow their instructions to have a Tomcat 6, working with a very simple adf components. the error I get is that Tomcat cannot deploy this App, that it is the tomcat configuration:

inside the lib dir:
1116 adf-controller - api .jar
ADF - controller.jar 132
500 adf-controller-rt-.jar
4 adf-controller - security.jar
ADF-faces-databinding - rt.jar 668
32 adflibfilter.jar
8 adflogginghandler.jar
7576 adfm.jar
44 adfmweb.jar
16 adf-pageflow - dtrt.jar
adf 216-pageflow - fwk.jar
340 adf-pageflow - impl.jar
ADF-pageflow - rc.jar 44
1568 adf-richclient-api - 11.jar
7320 adf-richclient-impl - 11.jar
316 adf-share - base.jar
648 adf-share - ca.jar
3004-adfsharembean.jar
16 adf-part - security.jar
268 adf-share - support.jar
16 annotations - api .jar
1944 cache.jar
Catalina - ant.jar 56
Catalina - ha.jar 128
1160 catalina.jar
232 catalina - tribes.jar
112 Commons - el.jar
56 db - ca.jar
1544 dms.jar
492 dvt - databindings.jar
DVT - facesbindings.jar 128
3420 dvt - faces.jar
6368 dvt - jclient.jar
1244 dvt - trinidad.jar
1268 dvt - utils.jar
32 el - api .jar
fmw_audit.jar 608
808 glassfish.jsf_1.2.9.0.jar
368 glassfish.jstl_1.2.0.1.jar
344 identitystore.jar
368 inspect4.jar
Jasper - el.jar 108
Jasper.jar 516
1376 jasper - jdt.jar
2512 javatools - nodeps.jar
64 javax.activation_1.1.0.0_1 - 1.jar
352 javax.jsf_1.2.0.1.jar
16 javax.management.j2ee_1.0.jar
12 javax.transaction_1.0.0.0_1 - 1.jar
3004-jewt4.jar
364 jmxframework.jar
jmxspi.jar 612
JPs - api .jar 444
JPs-.jar 648
JPs - ee.jar 24
1644 jps - internal .jar
112 jps - not supported - api .jar
JRF 72 - api .jar
332 jsf - api .jar
776 jsf - ri .jar
JSP - api .jar 76
24 jstl.jar
5488 mdsrt.jar
2476 ojdbc6dms.jar
1948 ojdbc6.jar
Oracle - el.jar 4
216 oraclepki.jar
org.Apache.Commons.beanutils_1.6.jar 168
144 org.apache.commons.digester_1.8.jar
org.Apache.Commons.logging_1.0.4.jar 40
osdt_cert.jar 168
256 osdt_core.jar
servlet - api .jar 88
56 share.jar
388 standard.jar
744 tomcat - coyote.jar
228 tomcat - dbcp.jar
Tomcat i18n - are .jar 72
52 tomcat-i18n-fr
Tomcat i18n - ja.jar 56
0 tree.txt
1224 Trinity - api .jar
4220 Trinity - impl.jar
1244 wls - api .jar
4 wls.jsf.di.jar
1196 xercesImpl.jar
752 xmlef.jar
1412 xmlparserv2.jar

I deploy the application directly from jDeveloper the same way shay did in a video tutorial I found. Looks like everything is going very well:
[14: 47:09]-deployment began. ----
[14: 47:09] the target platform's (Tomcat 6.x).
[14: 47:09] analysis of the dependence running...
[14: 47:09] building...
[14: 47:16] deployment of profile...
[14: 47:17] wrote the Web application Module for /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.war
[14:47:18] wrote the Module Enterprise Application to /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.ear
[14:47:18] copied from /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.war to/usr/share/Tomcat6a/webapps
[14:47:18] time to deployment: 9 seconds
[14:47:18]-deployment is complete. ----

the application is very simple. It shows only a page login.jsp with components of the adf, and it would be really nice that this application should work like that. I finished a detailed using ADF with jDeveloper application, and I only need this last step.

This is how the application is configured by the developer:

WEB - INF / web.xml:
<? XML version = "1.0" encoding = "UTF - 8"? >
< web - app xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd".
version = "2.5" xmlns = "http://java.sun.com/xml/ns/javaee" >
< context-param >
javax.faces.STATE_SAVING_METHOD < param-name > < / param-name >
customer of < param-value > < / param-value >
< / context-param >
< context-param >
< description > if this parameter is set to true, there will be an automatic check of the date of the change of your JSP pages and saved state will be scrapped when JSP change. It will also automatically check if your css skinning files have changed without requiring you to restart the server. This facilitates the development, but adds above. For this reason, this parameter must be set to false when your application is deployed. < / description >
org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION < param-name > < / param-name >
< param-value > false < / param-value >
< / context-param >
< context-param >
< description > if the comment "generated by...» "down in pages ADF Faces HTML should contain version number information. < / description >
oracle.adf.view.rich.versionString.HIDDEN < param-name > < / param-name >
< param-value > false < / param-value >
< / context-param >
< filter >
< filter-name > JpsFilter < / filter-name >
> class filter < oracle.security.jps.ee.http.JpsFilter < / class filter >
< init-param >
enable.anonymous < param-name > < / param-name >
< param-value > true < / param-value >
< / init-param >
< / filter >
< filter >
< name of filter > Trinidad < / filter-name >
> class filter < org.apache.myfaces.trinidad.webapp.TrinidadFilter < / class filter >
< / filter >
< filter mapping >
< filter-name > JpsFilter < / filter-name >
< name servlet - > Faces Servlet < / servlet-name >
< distributor > BEFORE < / dispatcher >
< distributor > APPLICATION < / dispatcher >
< distributor > INCLUDE < / dispatcher >
< / filter-mapping >
< filter mapping >
< name of filter > Trinidad < / filter-name >
< name servlet - > Faces Servlet < / servlet-name >
< distributor > BEFORE < / dispatcher >
< distributor > APPLICATION < / dispatcher >
< / filter-mapping >
< servlet >
< name servlet - > Faces Servlet < / servlet-name >
> the servlet class < javax.faces.webapp.FacesServlet < / servlet-class >
< load-on-startup > 1 < / load-on-startup >
< / servlet >
< servlet >
resources < name of the servlet > - < / servlet-name >
> the servlet class < org.apache.myfaces.trinidad.webapp.ResourceServlet < / servlet-class >
< / servlet >
< servlet >
< name servlet - > BIGRAPHSERVLET < / servlet-name >
> the servlet class < oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet < / servlet-class >
< / servlet >
< servlet >
< name servlet - > BIGAUGESERVLET < / servlet-name >
> the servlet class < oracle.adfinternal.view.faces.bi.renderkit.gauge.GaugeServlet < / servlet-class >
< / servlet >
< servlet >
< name servlet - > MapProxyServlet < / servlet-name >
> the servlet class < oracle.adfinternal.view.faces.bi.renderkit.geoMap.servlet.MapProxyServlet < / servlet-class >
< / servlet >
< servlet >
< name servlet - > GatewayServlet < / servlet-name >
> the servlet class < oracle.adfinternal.view.faces.bi.renderkit.graph.FlashBridgeServlet < / servlet-class >
< / servlet >
< servlet-mapping >
< name servlet - > Faces Servlet < / servlet-name >
< url-pattern > /visages / * < / url-pattern >
< / servlet-mapping >
< servlet-mapping >
resources < name of the servlet > - < / servlet-name >
< url-pattern > /adf / * < / url-pattern >
< / servlet-mapping >
< servlet-mapping >
resources < name of the servlet > - < / servlet-name >
< url-pattern > /afr / * < / url-pattern >
< / servlet-mapping >
< servlet-mapping >
< name servlet - > BIGRAPHSERVLET < / servlet-name >
< url-pattern >/servlet/GraphServlet / * < / url-pattern >
< / servlet-mapping >
< servlet-mapping >
< name servlet - > BIGAUGESERVLET < / servlet-name >
< url-pattern >/servlet/GaugeServlet / * < / url-pattern >
< / servlet-mapping >
< servlet-mapping >
< name servlet - > MapProxyServlet < / servlet-name >
< url-pattern > /mapproxy / * < / url-pattern >
< / servlet-mapping >
< servlet-mapping >
resources < name of the servlet > - < / servlet-name >
< url-pattern > /bi / * < / url-pattern >
< / servlet-mapping >
< servlet-mapping >
< name servlet - > GatewayServlet < / servlet-name >
< url-pattern > /flashbridge / * < / url-pattern >
< / servlet-mapping >
< / web - app >

WEB-INF/trinidad - config.xml:
<? XML version = "1.0" encoding = "UTF-8"? >
< trinidad-config xmlns = "http://myfaces.apache.org/trinidad/config" >

< skin-family > fusion < / skin-family >

< / Trinity-config >

and WEB-INF/faces - config.xml:
<? XML version = "1.0" encoding = "UTF-8"? >
< faces-config version = "1.2" xmlns = "http://java.sun.com/xml/ns/javaee" >
< application >
Oracle.ADF.rich < default rendering-kit-id > < / default rendering-kit-id >
<>regional-config settings
are < locale by default - > < / default locale >
<>- local ownership are < / supported regional settings >
< / regional-config settings >
< / application >

< managed-bean >
SelectedApp < managed-bean-name > < / managed-bean-name >
gecu.view.SelectedApp < managed-bean-class > < / managed-bean-class >
session of < managed-bean-scope > < / managed-bean-scope >
< / managed-bean >
< managed-bean >
DatabaseQueryBean < managed-bean-name > < / managed-bean-name >
gecu.view.DatabaseQueryBean < managed-bean-class > < / managed-bean-class >
application of < managed-bean-scope > < / managed-bean-scope >
< / managed-bean >
< managed-bean >
ClavesQueryBean < managed-bean-name > < / managed-bean-name >
gecu.view.ClavesQueryBean < managed-bean-class > < / managed-bean-class >
application of < managed-bean-scope > < / managed-bean-scope >
< / managed-bean >
< managed-bean >
LoginBean < managed-bean-name > < / managed-bean-name >
gecu.view.LoginBean < managed-bean-class > < / managed-bean-class >
session of < managed-bean-scope > < / managed-bean-scope >
< managed property >
user < property-name > < / property-name >
java.lang.String < class property > < / class property >
< value > < / value >
< / the managed property >
< managed property >
password property-< name > < / property-name >
java.lang.String < class property > < / class property >
< value > < / value >
< / the managed property >
< / managed-bean >
< navigation-rule >
login.jsp < of view - id > < /-view-id >
<>navigation-case
failure of < from outcome > < / de-results >
login.jsp < to view - id > < / to-view-id >
< / navigation-case >
<>navigation-case
success of < from outcome > < / de-results >
/core/select.jsp < to view - id > < / to-view-id >
< / navigation-case >
<>navigation-case
Logout < from outcome > < / de-results >
logout.jsp < to view - id > < / to-view-id >
< / navigation-case >
< / navigation-rule >
< navigation-rule >
/core/main.jsp < of view - id > < /-view-id >
<>navigation-case
< from outcome > fact < / de-results >
/core/main.jsp < to view - id > < / to-view-id >
< / navigation-case >
<>navigation-case
Logout < from outcome > < / de-results >
logout.jsp < to view - id > < / to-view-id >
< / navigation-case >
<>navigation-case
< from outcome > select < / de-results >
/core/select.jsp < to view - id > < / to-view-id >
< / navigation-case >
<>navigation-case
filter with < from outcome > < / de-results >
/util/filters.jsp < to view - id > < / to-view-id >
< / navigation-case >
<>navigation-case
export of < from outcome > < / de-results >
/util/exports.jsp < to view - id > < / to-view-id >
< / navigation-case >
<>navigation-case
Calc < from outcome > < / de-results >
/util/calcs.jsp < to view - id > < / to-view-id >
< / navigation-case >
< / navigation-rule >
< navigation-rule >
/core/select.jsp < of view - id > < /-view-id >
<>navigation-case
success of < from outcome > < / de-results >
/core/main.jsp < to view - id > < / to-view-id >
< / navigation-case >
< / navigation-rule >
< navigation-rule >
/util/filters.jsp < of view - id > < /-view-id >
<>navigation-case
success of < from outcome > < / de-results >
/core/main.jsp < to view - id > < / to-view-id >
< / navigation-case >
< / navigation-rule >
< navigation-rule >
/util/exports.jsp < of view - id > < /-view-id >
<>navigation-case
success of < from outcome > < / de-results >
/core/main.jsp < to view - id > < / to-view-id >
< / navigation-case >
< / navigation-rule >
< navigation-rule >
/util/calcs.jsp < of view - id > < /-view-id >
<>navigation-case
success of < from outcome > < / de-results >
/core/main.jsp < to view - id > < / to-view-id >
< / navigation-case >
< / navigation-rule >
< navigation-rule >
index.jsp < of view - id > < /-view-id >
<>navigation-case
success of < from outcome > < / de-results >
login.jsp < to view - id > < / to-view-id >
< / navigation-case >
< / navigation-rule >
< managed-bean >
ControlSession < managed-bean-name > < / managed-bean-name >
gecu.model.ControlSession < managed-bean-class > < / managed-bean-class >
session of < managed-bean-scope > < / managed-bean-scope >
< / managed-bean >
< managed-bean >
backing_util_calcs < managed-bean-name > < / managed-bean-name >
gecu.view.Calcs < managed-bean-class > < / managed-bean-class >
application of < managed-bean-scope > < / managed-bean-scope >
<!--oracle-jdev-comment:managed-bean-jsp-link:1util/calcs.jsp-->
< / managed-bean >
< managed-bean >
backing_util_exports < managed-bean-name > < / managed-bean-name >
gecu.view.Exports < managed-bean-class > < / managed-bean-class >
application of < managed-bean-scope > < / managed-bean-scope >
<!--oracle-jdev-comment:managed-bean-jsp-link:1util/exports.jsp-->
< / managed-bean >
< managed-bean >
backing_util_filters < managed-bean-name > < / managed-bean-name >
gecu.view.Filters < managed-bean-class > < / managed-bean-class >
application of < managed-bean-scope > < / managed-bean-scope >
<!--oracle-jdev-comment:managed-bean-jsp-link:1util/filters.jsp-->
< / managed-bean >
< / faces-config >

If someone really well set up the tomcat 6 ADF running components without error, it would be nice if you can share it with us, I've exhausted ideas and still have no answers.

Really grateful for any help received.

ISY

sanchezis,

A few notes:

(1) I'm sure that you have already read the certification and found that ADF is approved on WebLogic Server for the moment. Anyone who has managed to get it runs on Tomcat - well - but it is not supported.

(2) someone spend like a lightning bolt to the top of their installation of Tomcat with all libraries in the ADF in it would very definitely in violation of license Oracle ADF - you can not redistribute their components without permission ;)

(3) also, I'm sure you're aware that the ADF is not free - looking for a run-time license (which is included with WebLogic Server).

John

Tags: Java

Similar Questions

  • iOS 9.2.1 - question to deploy the app on ipad personnal

    Hello

    Yesterday, I updated my ios on my ipad, since then I can't "run" my xcode for ipad app.

    I am on ios 9.2.1 (13D 15) and Yosemite (10.10.5)

    I tried to uninstall xcode and reinstall, but nothing seems to work.

    Could you help me please

    I have the error message is when I try to launch the app from xcode:

    "dyld_shared_cache_extract_dylibs failed".

    Waiting to read from you guys

  • How to create a default domain and deploy the app in jdeveloper using a script or code (not manually)

    Hello

    I installed Jdev using silent installation.

    Now I have some apps already created I want to create a default domain, and then to deploy apps in it through any script or ants?

    Can someone help me on this?

    Thank you and best regards,

    Vivek Pemawat

    Hi This worked for me I checked the log of the jdev, how he creates the domain and then using that I created the field

    I used the python script for deploying applications:

    Connect ('weblogic', 'welcome1 ','slc01fnw:7103 ')

    deploy (appName = ' Application13 ', path='/home/rasubra/jdeveloper/mywork/Application13/deploy/Application13_Project1_Application13.ear' target = 'DefaultServer')

    Exit()

    called using wlst.sh TestAppsDeploy.py

    Thanks for all the help!

  • Layout error while deploying the application on the glassfish server. Any body can help?

    Mr President.

    Layout error while deploying the application on the glassfish server. Any body can help?

    The server log is

    [2015-06-05T12:05:15.646+0500] [glassfish 4.1] [WARNING] [NCLS-DEPLOYMENT-00023] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487915646] [levelValue: 900] [[
      Ignoring AshCMS_ViewController_webapp_war/ because the containing archive C:\glassfish4\glassfish\domains\domain1\applications\AshCMS_Project1_AshCMS recorded it as a pre-existing stale file]]
    
    
    [2015-06-05T12:05:15.646+0500] [glassfish 4.1] [WARNING] [] [javax.enterprise.system.tools.deployment.javaeefull] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487915646] [levelValue: 900] [[
      Exception while locating sub archive: AshCMS_ViewController_webapp.war]]
    
    
    [2015-06-05T12:05:15.706+0500] [glassfish 4.1] [WARNING] [NCLS-DEPLOYMENT-00023] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=88 _ThreadName=deployment-jar-scanner] [timeMillis: 1433487915706] [levelValue: 900] [[
      Ignoring AshCMS_ViewController_webapp_war/ because the containing archive C:\glassfish4\glassfish\domains\domain1\applications\AshCMS_Project1_AshCMS recorded it as a pre-existing stale file]]
    
    
    [2015-06-05T12:05:17.484+0500] [glassfish 4.1] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487917484] [levelValue: 800] [[
      visiting unvisited references]]
    
    
    [2015-06-05T12:05:23.074+0500] [glassfish 4.1] [WARNING] [NCLS-DEPLOYMENT-00023] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487923074] [levelValue: 900] [[
      Ignoring AshCMS_ViewController_webapp_war/ because the containing archive C:\glassfish4\glassfish\domains\domain1\applications\AshCMS_Project1_AshCMS recorded it as a pre-existing stale file]]
    
    
    [2015-06-05T12:05:23.074+0500] [glassfish 4.1] [WARNING] [NCLS-DEPLOYMENT-00023] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487923074] [levelValue: 900] [[
      Ignoring AshCMS_ViewController_webapp_war/ because the containing archive C:\glassfish4\glassfish\domains\domain1\applications\AshCMS_Project1_AshCMS recorded it as a pre-existing stale file]]
    
    
    [2015-06-05T12:05:23.784+0500] [glassfish 4.1] [WARNING] [NCLS-DEPLOYMENT-00023] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487923784] [levelValue: 900] [[
      Ignoring AshCMS_ViewController_webapp_war/ because the containing archive C:\glassfish4\glassfish\domains\domain1\applications\AshCMS_Project1_AshCMS recorded it as a pre-existing stale file]]
    
    
    [2015-06-05T12:05:23.804+0500] [glassfish 4.1] [WARNING] [NCLS-DEPLOYMENT-00023] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487923804] [levelValue: 900] [[
      Ignoring AshCMS_ViewController_webapp_war/ because the containing archive C:\glassfish4\glassfish\domains\domain1\applications\AshCMS_Project1_AshCMS recorded it as a pre-existing stale file]]
    
    
    [2015-06-05T12:05:23.804+0500] [glassfish 4.1] [WARNING] [NCLS-DEPLOYMENT-00023] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487923804] [levelValue: 900] [[
      Ignoring AshCMS_ViewController_webapp_war/ because the containing archive C:\glassfish4\glassfish\domains\domain1\applications\AshCMS_Project1_AshCMS recorded it as a pre-existing stale file]]
    
    
    [2015-06-05T12:05:23.804+0500] [glassfish 4.1] [SEVERE] [] [javax.enterprise.system.core] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487923804] [levelValue: 1000] [[
      Exception while deploying the app [AshCMS_Project1_AshCMS]]]
    
    
    [2015-06-05T12:05:23.804+0500] [glassfish 4.1] [SEVERE] [NCLS-CORE-00026] [javax.enterprise.system.core] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487923804] [levelValue: 1000] [[
      Exception during lifecycle processing
    java.lang.IllegalArgumentException: Could not find sub module [AshCMS_ViewController_webapp.war] as defined in application.xml
      at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:560)
      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:193)
      at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:227)
      at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:96)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.loadDeployer(ApplicationLifecycle.java:881)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:821)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:377)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
      at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
      at java.security.AccessController.doPrivileged(Native Method)
      at javax.security.auth.Subject.doAs(Unknown Source)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
      at java.security.AccessController.doPrivileged(Native Method)
      at javax.security.auth.Subject.doAs(Unknown Source)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
      at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:253)
      at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:231)
      at org.glassfish.admin.rest.utils.ResourceUtil.runCommand(ResourceUtil.java:275)
      at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:328)
      at org.glassfish.admin.rest.resources.TemplateListOfResource.post(TemplateListOfResource.java:163)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
      at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:151)
      at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:171)
      at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:152)
      at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:104)
      at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:387)
      at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:331)
      at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:103)
      at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
      at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
      at 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:297)
      at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:254)
      at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1028)
      at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:365)
      at org.glassfish.admin.rest.adapter.RestAdapter$2.service(RestAdapter.java:316)
      at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:179)
      at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
      at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
      at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:201)
      at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:175)
      at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
      at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
      at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:284)
      at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:201)
      at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:133)
      at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
      at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
      at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:561)
      at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
      at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
      at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
      at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
      at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565)
      at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545)
      at java.lang.Thread.run(Unknown Source)
    ]]
    
    
    [2015-06-05T12:05:23.814+0500] [glassfish 4.1] [SEVERE] [] [javax.enterprise.system.core] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487923814] [levelValue: 1000] [[
      Exception while deploying the app [AshCMS_Project1_AshCMS] : Could not find sub module [AshCMS_ViewController_webapp.war] as defined in application.xml]]
    
    
    [2015-06-05T12:05:30.224+0500] [glassfish 4.1] [INFO] [] [org.jvnet.mimepull.WeakDataFile] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1433487930224] [levelValue: 800] [[
      File C:\Users\TANVIR\AppData\Local\Temp\MIME4440540335098498486.tmp was not delet
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ed]]
    
    

    Any body can help to find the error.

    Because I'm not able to find the error.

    Concerning

    As indicated in the supported link you must use Glassfish 3.1 NOT Glassfish 4

  • To open the app in the simulator of BB 10 Alpha Dev in debug mode

    Hello

    I develop black berry 10 webworks app. I use the latest version of the sdk provided and the dev alpha 10 blackberry Simulator to run the application. I am also using the ripple chrome emulator to test and debug the application.

    I want to debug the application on the simulator using the browser webkit or something like that, but for some reason I'm not able to do.

    While the application of packing, I inserted the - d option. It says on the bb site which

    "With your application running in the Simulator in a desktop browser, type http://:."

    I tried to but could not see the application in debug mode.

    I tried port numbers, since I was on the apache server

    8080,8181,85...

    Could any body help me with this

    Thank you very much in advance

    See you soon

    Because you added the - d option, it should work very well. All you need to do is put the device/Simulator in developer mode (settings-> Security-> Developer Mode) and I guess you have already done this. In almost all cases, I worked with BB PlayBook and BB10 all what you need to do now is the point of your browser Chrome this URL + port:

    http://:1337
    

    The INVESTIGATION period should not be the problem since you already deployed the app on the Simulator, I guess? So give it a try with the port number and it should work now.

  • Impossible to deploy the application

    Hi all

    I'm having the following problem:

    I have an app, but it has a bug in it, that I'm chasing. The bug causes the app to not close properly (if the icon is grayed out). Once the icon is grayed out I can't even deploy the app without having to reboot. Even uninstall the app is not solve this problem. The message is:

    Failure of deployment: Info: request shipment: launch
    Info: Action: launch
    News: Native debugging: on
    Info: Launch of com.example.FixIt.testDev_ample_FixItdd6a40cf...
    result::invalid
    Info: done

    It is a huge frustration and cost far too much time. Any suggestions/ideas (I know - correct this bug would be ideal, but this problem has struck me before that the bug has been introduced).

    Thank you

    Gerry

    It is possible to this post, or others in this thread, will help you to avoid having to restart: http://supportforums.blackberry.com/t5/Cascades-Development/Beta-4-WebView-app-freeze-post-exit/m-p/...

  • screen black 25 seconds while the app is loading

    I built a mobile game in Flash CC 2015, Air 17.0 for Android.  I've been deploying an Android, Android version 4.4.2 for debugging Razr m.  In debug mode, it appears right on the screen of the phone, works very well.  However, when when I do a standard launch, i.e. click the icon of the application, I always get a black screen for 25 seconds before the game comes into play.  Thinking he could related to the files being loaded, I did a test with just a monochrome bitmap soft.  Same problem; within 25 seconds.

    Can someone give me a hand on this?  I tried to use a splash screen, which works very well... after 25 seconds.  Is there a solution for this, or would it be a hardware problem?  Thank you very much.

    Anton provided the solution to this problem of delay of 25 seconds, and fortunately, it's a simple solution.  I have deployed the app to my phone in debug , which, as has been pointed out by Anton, significantly slows.  When I deployed it as an output device, the time disappeared, and the app starts immediately.  Thank you very much, Anton!

  • Attempting the Impossible? Deploy Enterprise CF11 WAR on Tomcat 7 azur?

    I'm working on a proof of concept to my more scalable app and the reduction of the footprint of the support on the correction of the BONE.

    I'm taking a CF11 company produces WAR file and deploy it to a web application to Azure Tomcat 7. I've never deployed CF apps on J2EE before, so I don't know if my problems are user error, or to attempt the impossible.

    I can launch Azure, deploy a server Tomcat 7 and put a war (no CF) upwards in the webapp folder and watch it deploy and become usable.  But conditioned when the CF war, he explodes the directory out correctly, but then refuses to run the web application.

    So I installed a x 64 local copy of Tomcat 7.0.50 (same version that Azure) and tried the same thing. Locally, the WAR sample files (no CF) has worked, but when I tried a war produced by the administrator on CF11 - the index.cfm page (with only a cfdump inside) fails.

    Near as I can tell, it has to do with the Web.XML generated by CF 11 Assistant packaging and deployment. It is the most relevant error in my log to stderr. It appears in the errorlog of azure and my only local:

    rg.apache.catalina.LifecycleException: could not start the component [StandardEngine [Catalina].] StandardHost [localhost]. StandardContext [/world]]

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

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

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

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

    at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1074)

    to org.apache.catalina.startup.HostConfig$ DeployWar.run (HostConfig.java:1858)

    to java.util.concurrent.Executors$ RunnableAdapter.call (unknown Source)

    at java.util.concurrent.FutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

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

    Caused by: java.lang.IllegalArgumentException: Invalid < url-pattern > *.htm / * in the filter mapping

    My suspicion is that there is something in the url-pattern that is not compatible with Tomcat mappings. Maybe something in the part of HIS (safe search engine)?

    I had always naively believed that deploying CF as a WAR was really easy. Just create the package and copy it to the top. Of course, Miss something.

    Anyone has any advice? Advice? Places to pick up?

    I hope to get to the point where I can have a cluster of Azure AutoScaling CF11 applications that share on the cluster j2ee sessions. But I can not even past the first step...

    For those following, I did a lot of tweaking and adjusting the settings and files to the web.xml file and progressing. (slowly)

    Ultimately, however, I ended up successfully using azure of the next web application:

    -JVM - update 1.8 25

    -Tomcat 7.0.62

    -11 updated CF update

    And once I got this combination, the war of the files generated by the CF11 deployment business just as easily as I thought they should. I needed to use the 'preview again' gate on azure to specify these versions. They were not available on the blue 'normal' portal provisioning.

    I also discovered that it seems to be very few places where we talk about CF j2ee deployment.

  • Deploy an iOS of the app store in a secure workspace BES?

    My organization is developing an iOS app, currently published in the apple app store.

    We had a request from a customer who would like to package and deploy our application in a secure workspace managed by BES 12 on iOS devices they have. We do not have a system of BES.

    I looked in a number of forums, Internet blackberry sites and marketing material, and it seems that it is possible to package and deploy 'internal apps' in a secure workspace on iOS via BES, but I couldn't find anything about the app store apps.

    My questions are:

    1. is it possible for our client to take the app from the apple app store and publish it in a workspace secure via BES?

    2. If it is not possible by default, is there something we can do to allow future versions of our application to be put in work spaces secure (but always distributed through the apple app store)

    3. If it is not at all possible, which would need to send to our customers so that they to package our application as an application "internal" and deploy in the secure workspace? (for example we just send the same ipa file that we submitted to itunes connect, or does need to other settings for BES)

    Thank you

    Orion

    Hi Orion,

    Thanks for the questions.

    There are two options to bring iOS apps on workspace secure through BES.

    Option 1. Partner wrap the iOS app and deploy via Secure Workspace/BES. The packed app can be deployed through the multiple BES (customers) in-app 'For the SECTOR' and can also be downloaded from the App Store. The application can also be distributed as part of Volumn purchase Program (VPP) for customers. You can find more information on VPP here:

    http://devBlog.BlackBerry.com/2015/02/new-app-management-option-with-bes12-VPP/

    Option 2. Enterprise wrap the iOS app and deploy via Secure Workspace/BES. The wrapped app can be deployable via an instance of BES as an 'In House' application. This process also requires the customer to sign up for the iOS Enterprise Development Program signed the application as an application 'In House'.

    Please see our blog for more details on the above options:

    http://devBlog.BlackBerry.com/2015/01/iOS-Android-sector/

    http://devBlog.BlackBerry.com/2014/12/secure-work-space-enterprise-and-partner-wrapping/

    Kind regards

  • Deploy the war web-determinations in JBoss

    Hi all

    I need help to deploy the .war in JBoss Application Serverfile, when the file is deployed to the server of the class PluginRegistry not properly load the plugins directory. The problem is the class PluginRegistry compare when the Protocol of the URL of the directory with "* file * ', in the jboss server, this Protocol is" * vfsfile. "

    Any solution for this case of jboss?

    Thanks and greetings

    We offer two methods of recording plugin; the auto-discovery method (which is not compatible with some servers/application deployment methods) and the method of manual registration. See http://docs.oracle.com/html/E29403_01/Content/Extensions/Extensions_PLID.htm.

    Edited to insert a direct link by: Kristy Van Der Vlist on May 29, 2012 17:45

  • How to deploy the file. War in Tomcat integrated with the Complutense University of MADRID

    Hello

    Can anyone please share the steps to Configure Tomcat integrated into the University Complutense of MADRID and the steps to deploy the individual file of JSP and war.

    Thank you

    Published by: user4884609 on February 13, 2012 16:23

    I think that this page 67. This manual provides information looking after: http://docs.oracle.com/cd/E10316_01/cs/cs_doc_10/documentation/developer/sdk_getting_started_10en.pdf

    Kind regards
    Boris

  • I can't deploy the device app on Android 4.2.2 example

    I have a problem with MAF 2.1.1. I use Eclipse + on MAC OS X 10.10 EPCO. With iOS Simulator 8.3 everything works fine, but on my physical device Android (Samsung gt-i8200N, Android 4.2.2 JB) I can't even install the app Error message is: INSTALL_FAILED_OLDER_SDK. The application on Android 5.0.1 Simulator works very well.

    It's my build for Android configuration:

    Przechwytywanie.PNG

    When I go on Advanced Options of level Minimum of API SDK is locked on 19. This means, that the most recent MAF I can't run on API < 19 devices?

    Yes, the document is correct. I was wrong.

    The good minimum API level for 2.1.1 should be 15. This is a bug.

    With the workaround, you can manually change the file oepe_pom.xml change in from 19 to 15. The file is located in your EPCO under plugins/oracle.eclipse.tools.maf.rt.v/vRELEASE distribution / directory. You do not need to restart EPCO, he must pick up change when opening next time your launch configuration.

    I hope this helps. We'll fix this in point 2.1.2 release.

    -Alex.

  • deploy the cloud app without user

    Hello

    How to manage a cloud of installation if the user that is supposed to received the invitation is not here

    as that admin if I install the app the user will still be able to use his app?

    Hello

    If you are the named user workflow then user must accept the invitation and the connection to

    Creative cloud desktop application.

    If you do the serial number workflow then there is no problem you can install the software on the computer of the end user.

    Allows the user the application installed on comeback because it is preactivated.

    Kind regards

    Sumit Singh

  • Getting error while deploying the Application to the cloud

    Hello

    I am getting below error while deploying the application oracle cloud

    [11: 11:06]-deployment began.  ----

    [11: 11:06] the target platform's (Oracle Cloud).

    [11: 11:06] recovery of the existing application information

    [11: 11:09] analysis of the dependence running...

    [11: 11:09] building...

    [11: 11:12] deployment 2 profiles...

    [11: 11:12] wrote on the Web for C:\JDeveloper\mywork\TrainingDemo\ViewController\deploy\TrainingDemo_ViewController_webapp1.war application Module

    [11: 11:12] wrote the Module Enterprise Application to C:\JDeveloper\mywork\TrainingDemo\deploy\TrainingDemo_application1.ear

    [11: 11:12] Application deployment...

    [11: 12:10] Oracle Cloud Job ID: 58640

    [11: 12:13] Oracle Cloud deploy job log: C:\Users\14992\AppData\Local\Temp\cloud-1546182943221418855.log

    [11: 12:13] # incomplete deployment.  ####

    [11: 12:13] the Cloud Oracle job failed. Message from the server Oracle Cloud was:

    Failure of the work of the Oracle Cloud. Check the job log file.


    Cloud - 1546182943221418855.log

    [INFO] - == > injection EAR finished: *.

    TrainingDemo1_application1.ear_dir* *.

    2015-03-16 03:12:53 CDT: Cloud Application Compilation succeeded

    2015-03-16 03:12:53 CDT: "Cloud App compile" complete: status SUCCESS

    2015-03-16 03:12:53 CDT: start action "deploy the Application.

    2015-03-16 03:12:53 CDT: deploy Application started

    2015-03-16 03:12:53 CDT: no servers managed at the service request

    2015-03-16 03:12:53 CDT: deploy Application failed.

    2015-03-16 03:12:53 CDT: 'Deploy the Application' complete: FAILED status


    Check this blog hands-on experience on Oracle products: deployment of Applications in the cloud to Oracle using JDeveloper ADF which giudes for the adf in the cloud application deployment.

    Timo

  • What is the difference between the MapViewer.war and the .ear in 11.1.1.7.1

    There are two sets of files mapviewer, the mapviewer.war and the mapviewer.ear in Oracle Fusion Middleware MapViewer Version 11g ps6 (11.1.1.7.1).

    What is the difference between the mapviewer.war and the mapviewer.ear in 11.1.1.7.1?

    Which one should I install in the Glassfish?

    The mapviewer.war is mapviewer11g_qs\apps.

    Thank you

    Published by: 1008396 on May 28, 2013 13:24

    war is the mapviewer preconfigured/deployed in this container of glassfish.

Maybe you are looking for

  • iBook store will not open on my ipad, work on laptop and iphone?

    iBook store will not open on ipad

  • Re: Error while trying to move to 3.2.1 for my AT100-100

    When I apply an upgrade through the gas station, you download the upgrade (which is now available on my Tablet)... When I try to upgrade, the SS then restarts the machine, and then begins a window full-screen with a progress under the Android mascot

  • Doubt about iMessage

    Hello guys,. my phone was stolen a few days ago and I was thinking of using iPhone from a friend to tie my phone number to my iMessage, so I can use the app on my iPod touch or IPad, but I don't really know how it works. I mean, if I connect my phone

  • Registration of Windows XP Professional

    I installed windows XP Professional on my laptop which had XP Home top. Opening on the desktop it tells me I need to activate windows before I can use it. I say Yes and get an error the instruction at 0x7e4195c8 referenced memory at oxoooooo48. the m

  • Get his problem after installing windows update on May 18, 2016

    Original title: updated 18/06/2016 Has anyone else been having sound problems with the new batch of updates? I tried to download the drivers, but that didn't work and now I had to restore my system from the 18th daily. Any ideas on how to identify th