Deployment issue: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener

Hi all

to begin a new deployment of portal, I get the following error. What's wrong?

weblogic.management.DeploymentException:
to weblogic.application.internal.flow.BaseLifecycleFlow$ CreateListenerAction.run (BaseLifecycleFlow.java:184)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
to weblogic.application.internal.flow.BaseLifecycleFlow$ BaseAction.invoke (BaseLifecycleFlow.java:112)
at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:103)
at weblogic.application.internal.flow.HeadLifecycleFlow.createListeners(HeadLifecycleFlow.java:175)
at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:281)
to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:648)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
at weblogic.deploy.internal.targetserver.operations.StartOperation.createAndPrepareContainer(StartOperation.java:94)
at weblogic.deploy.internal.targetserver.operations.StartOperation.doPrepare(StartOperation.java:107)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
at java.lang.Class.forName0 (Native Method)
at java.lang.Class.forName(Class.java:249)
to weblogic.application.internal.flow.BaseLifecycleFlow$ CreateListenerAction.run (BaseLifecycleFlow.java:148)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
to weblogic.application.internal.flow.BaseLifecycleFlow$ BaseAction.invoke (BaseLifecycleFlow.java:116)
at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:103)
at weblogic.application.internal.flow.HeadLifecycleFlow.createListeners(HeadLifecycleFlow.java:175)
at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:281)
to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:649)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:209)
at weblogic.deploy.internal.targetserver.operations.StartOperation.createAndPrepareContainer(StartOperation.java:96)
at weblogic.deploy.internal.targetserver.operations.StartOperation.doPrepare(StartOperation.java:107)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:47)
to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>

Kind regards

Ministry of health

You can check the Web ADF runtime libraries are included in the war file?

Concerning

Albin I

http://www.albinsblog.com/

Tags: Fusion Middleware

Similar Questions

  • oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener

    I'm classnotFounException when to deploy application on stand alone Weblogic.

    1. I install WLS 10.3.5
    2. I have install library ADF using Setup jdeveloperstudio1112.
    3 create the domain and configure use jrf 11.1.1 attendance by using wizard
    4. with the help of Assistant I define servers, machines and add libraries to servers...


    When I test I can deploy application in server admin, but in the other server I create I get

    classnotFoundException oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener

    I check the Forum and find many topics on this subject...

    I have try this response:

    http://remcodeblok.blogspot.com/2009/03/HOWTO-run-ADF-with-node-Manager.html

    Failed to deploy Standalone WLS - incorrect weblogic application. XML


    but nothing seems to fix the error...

    I wonder if I am doing something wrong... I have instaled weblogic 10.3.1 several times and don't get errors like that...


    Help

    Well, the two wires are for older versions, the problems described are resolved now.
    All I had to do is the second solution of the first thread (change nodemanger properties).
    Then start the node Manager, then the administration server. The first time, you must start the server managed via the administration console. After all, stop and start again all servers are OK.
    Have you checked that the Ast targeting libraries to your managed server?

    Timo

  • deploy a 10g ADF on WebLogic 11 GR 1 material

    Hello

    If I ask the Oracle support any application deployment of 10g ADF (with 10g ADF libraries) on WebLogic 11 GR 1 material is supported, the answer is no, not supported (SR 7771680.992).
    (in reference to "Application taken servers supported by JDeveloper 10 g (10.1.3.x)" which mentions currently only WebLogic 8, 9 and 9.2
    See http://www.oracle.com/technology/products/jdev/htdocs/11/as_supportmatrix.html#1013)

    To the question why it is not supported, support of Oracle refers to this forum to get reactions from product management, maybe.

    My question
    (q1) Where can I get information on why Oracle can't stand a 10g ADF on WebLogic 11 GR 1 material application deployment?

    Comments from people who are planning to deploy a 10g ADF on WebLogic 11 GR 1 material or why Oracle should or should not support this is also welcome.

    Thank you very much
    Jan Vervecken

    Support a specific combination of a fresh (for things like trying to the combination, bug fixes for this specific combination, etc.).
    We have a certified ADF version that works with WLS 11 g - which would be ADF 11 g.
    We have seen a large demand for ADF 10 g with certification of 11g WLS - so we have not invested to certify this combination so far.
    If we see enough demand to justify the costs that we could do in a future update of JDev 10.1.3.

  • The getCurrent method on the oracle.adf.share.ADFContext class is not allowed

    Hi all

    I've migrated my old project i.e 12.1.3 to new version 12.2.1.

    After the migration of the project where ever, we use ADFContext.getCurrent () .getSessionScope () .put ("dummy", 1);

    put the variable in the session. We receive the exception as Houston-25150: the getCurrent method on the oracle.adf.share.ADFContext class is not allowed. In the earlier version, but its works very well.

    What will be the question. Please can someone let me know.

    Thank you

    Amar

    This error except for security, so try to use the expression adf.context.current.sessionScope.get ("dummy") (or attempt to use this as a groovy adf.context.sessionScope.dummy expression) attribute EO and trustMode = "true" for this attribute set.

    For more details check this url

    Tarek Fathy: oracle.jbo.ExprSecurityException Houston-25150

  • Deployment of business ADF on weblogic server application

    Hello

    We create an ADF application. I had created a deployment plan and application (view and model) exported as EAR file. After that, I deploy the application on one different weblogic Server (other than the built-in). After you install the application on a weblogic server, I tried to start the application. The application threw an error:

    Message icon - Error An error occurred during activation of the changes, please see the log for more details.

    Message icon - Error weblogic.application.ModuleException:

    Message icon - Error java.security.PrivilegedActionException: weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: no entry credential Mapper found for user password indirection = myschema for data source SamplConee

    SamplConee is the name of the connection that I created. I tried to edit and save the password using the weblogic administration console, but not luck. How should we deploy the EAR file from an ADF application in order to maintain its properties?

    Thank you

    Kuldeep

    You can configure the data source on WLS server: http://docs.oracle.com/cd/E23943_01/web.1111/e13737/jdbc_datasources.htm

    Just use the same jndi name as in the module of your application.

    (and do not use the XA jdbc driver)

    Dario

  • Problem deploying app JSF ADF on Weblogic

    How can I deployed ADF BC Application JSF on two machines
    I want deployed part of model logic business on one machine or ViewController part on another Machine
    How can we establish the same deployment descriptor and application deployed on two machines

    The first question is why do you want to split the two layers into two separate machines?
    Most of the deployment that we keep both on the same machine, and if you have two machines available for you you clusters.

    If you want to continue to do - you have to expose your AM as an EJB - see the remote section of AM properties. I think that the online help will have more information on that.

  • Oracle ADF Model Tester (-not signed in)

    In Jdev12.1.2, I created a new Application to run the demo of adf faces (rcf-dvt-demo 12.1.2) test, it works well.

    now, I need to add a new function - one of which is to connect to a database as well as to add business components.

    1. create a connection to the application resource database;

    2. create the table business (hr.departments) component.

    AppModule

    EO departments;

    DepartmentsView

    But when executing ADF Tester against the AppModule above, high errors will may not get the result.

    Oracle ADF Model Tester (-not signed in)

    and he showed empty for AM

    Journal of msg like this:

    August 17, 2014 16:54:12 oracle.adf.share.config.ADFContextMDSConfigHelperImpl createMDSSession

    INFO:

    oracle.adf.share.ADFShareException: error getMDSInstance

    at oracle.adf.share.config.FallbackConfigImpl.getMDSInstance(FallbackConfigImpl.java:83)

    at oracle.adf.share.config.FallbackConfigImpl.getDefaultMDSInstance(FallbackConfigImpl.java:94)

    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:569)

    I tried to fix it but did not succeed.

    can someone help?

    Thank you.

    This is exactly the problem. You should not add an application module in a project (demo in your case), which has a webroot.

    You must create a new project and add request module in this new project. Then, you use the module of the application as you would normally to the data control.

    Timo

  • ResourceException while deploying stand-alone ADF Application to Weblogic SOA or Server Admin

    I have ADF applications that I want to deploy on the server of SOA. The SOA server is part of the field of bpmdev. While trying to deploy the application, I get the following error. Same error when I try to deploy the application on AdminServer in the same domain:

    [13: 16:14] Application deployment...

    [13: 16:25] [Deployer: 149193] Operation "deploy" on demand "SecurityGroupsCustomApp_application1" failed on "AdminServer.

    [13: 16:25] [Deployer: 149034] an exception has occurred for task [Deployer: 149026] deploy SecurityGroupsCustomApp_application1 on AdminServer. :.

    [13: 16:25] WebLogic Server Exception: weblogic.application.ModuleException:

    [13: 16:25] caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: IO error: the network adapter could not establish the connection

    [13: 16:25] check the server logs or the console of the server for more details.

    [13: 16:25] weblogic.application.ModuleException:

    [13: 16:26] # incomplete deployment.  ####

    [13: 16:26] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    ADF Application connects to SOADataSource that is configured on the server with the target set to soa_server1. Same application deploys in WLS integrated as a stand-alone.

    Jdev version: 11.1.1.7.0

    WebLogic Server version: 10.3.5.0

    Exception stacktrace of soa_server1.log:

    Failure occurred in the execution of the request for deployment with the ID ' 1406851753207 'for the task 9'. Error: ' weblogic.application.ModuleException: '

    weblogic.application.ModuleException:

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)

    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:648)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)

    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)

    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: IO error: the network adapter could not establish the connection

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:285)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1322)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1239)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)

    at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:176)

    at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:507)

    at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:428)

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:280)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)

    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:648)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)

    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)

    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Thank you.

    -Cedric

    I managed to solve the problem of deployment by modifying the deployment under the Application properties configuration:

    1. unselect Auto Generate and Synchronize weblogic - jdbc.xml deployment descriptors

    2 deselect the credentials under Security Deployment Options

    3 deselect users and groups under deployment and Security Options

    I think auto generation of weblogic deployment descriptor - jdbc.xml was most probably the origin of the problem.

    Thank you.

    -Cedric

  • [JDev12.1.2, ADF, GlassFish 4] A few questions on the tutorial of Shay "Deploy Oracle ADF Essentials Applications to Glassfish"

    Hallo (Shay),

    I want to deploy my application Web ADF to GlassFish that is installed on a different server from the development computer.

    The application interacts with a MS SQL Server database.

    I have some doubts/questions on the tutorial of Shay https://blogs.oracle.com/shay/entry/deploying_oracle_adf_applications_to

    So far in the development phase, I deployed the application only to the JDeveloper-itegrated WebLogic Server on the development computer.

    Creating a connection pool

    • I could successfully creates a pool of connections only by copying the sqljdbc4.jar library in the C:\glassfish4\glassfish\libdirectory. Is this OK or should the library remain in C:\glassfish4\glassfish\domains\domain1\lib?
    • Is there a way to hide the password in the additional properties?
    • Is there any setting for the property should do (especially for MS SQL Server)? For example, somewhere I read that the isolation of transactions should be set to read uncommitted... but I did not understand why.
    • What is the difference between types java.sql.DataSource resources and java.sql.XADataSource?

    In JDeveloper application configuration

    • Since the beginning of its development, the local configuration of the application Module has the name of data source (JDBC data source) set to java: comp/env/jdbc/MyDatabase_DB_SQLServerDS. If I change this field value to jdbc / < name_of_jdbc_resource_created_in_GlassFish >, as in the tutorial of Shay, it is not longer possible to run the application in JDeveloper (so using the WebLogic JDeveloper-itegrated server). Why? What's wrong?
    • JDeveloper offers only the choiche GlassFish 3.1 as a platform for the deployment, but I'll use GlassFish 4. Perhaps this cause problems?

    Taking care of the libraries used by the application

    • In the project properties, between the libraries and railways class there are a few additional libraries I've used in applications. Here's the JAR files I put in C:\JDeveloper\lib. I copy these libraries on the production server? If Yes, where?

    Other questions

    • What is the difference between putting a library in the lib of GlassFish folder and put it in the folder lib of Domain1?
    • Deployment procedure used by Shay in his tutorial might also be used to deploy the application on a remote production server?
    • Is there a way to manually delploy an application, for example by copying manually under GlassFish project folder?
    • My final goal is as follows. I have a clean Setup that allows me (1) to continue to run the application in JDeveloper on its built-in WLS, (2) to test the application to the GlassFish that I have installed on the computer development and (3) delploy the application on the remote production server. Could help me do that?

    These are a lot of questions.

    I thank in advance all the users who want to respond and I hope that the answers to these questions will help also others.

    Ciao,.

    Federico

    Federico - most of your questions is generic Glassfish questions that do not specifically have anything to do with ADF - I recommend that you post on the forum of Glassfish. (Or read the Glassfish documentation for things like the difference between directories and deployment/admin console).

    >>

    • Since the beginning of its development, the local configuration of the application Module has the name of data source (JDBC data source) parameter tojava:comp / env/jdbc/MyDatabase_DB_SQLServerDS. If I change the value of this field of jdbc /, as in the tutorial of Shay, it is not longer possible to run the application in JDeveloper (so using the WebLogic JDeveloper-itegrated server). Why? What is the problem?

    This is because JDeveloper uses an integrated WebLogic when you run and therefor cannot use the data source of Glassfish.

    I suggest that make you this change only when you go to deploy on Glassfish.

    >>

    • JDeveloper offers only the choiche GlassFish 3.1 as a platform for the deployment, but I'll use GlassFish 4. Perhaps this cause problems?

    We don't know, as the matrix of certification for the ADF will show that we have not tested/certified this combination.

    Oracle JDeveloper and ADF 12 c (12.1.3) supported systems

    >>

    • In the project properties, between the libraries and railways class there are a few additional libraries I've used in applications. Here's the JAR files that I put inC:\JDeveloper\lib. I copy these libraries on the production server? If Yes, where?

    Use the properties of project-> libraries and class path to add the jar or create a library and add it to your project.

    Make sure that this library is deployed by default.

    >>

    • Deployment procedure used by Shay in his tutorial can also be used to deploy the application on a remote production server

    Yes

    > Is there any property setting should do (especially for MS SQL Server)?

    Oracle ADF business with several databases components

  • The deployment of SummitADF to 12.1.2 IntegratedWebLogicServer error: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter

    Hello!

    I try to deploy the deployment SummitADF_application1 SummitADF for the IntegratedWebLogicServer demand profile I 12.1.2 JDeveloper on Windows 7 home 64 bit.

    Anyone done this successfully before or can test this?

    This is the stack of error in the console:

    [20: 52:02]-deployment began.  ----

    [20: 52:02] the target platform's (Weblogic 12.x).

    [20: 52:02] recovery of the existing application information

    [20: 52:02] analysis of the dependence running...

    [20: 52:02] building...

    [20: 52:03] deployment 2 profiles...

    [20: 52:04] wrote on the Web for C:\shared\summit\SummitADF_Core1212\ViewController\deploy\SummitADF_ViewController_webapp1.war application Module

    [20: 52:05] wrote the Module Enterprise Application to C:\shared\summit\SummitADF_Core1212\deploy\SummitADF_application1.ear

    [20: 52:05] Application deployment...

    [20: 52:10] [Deployer: 149193] Operation "deploy" on demand "SummitADF_application1" failed on "DefaultServer".

    [20: 52:10] [Deployer: 149034] an exception has occurred for task [Deployer: 149026] deploy SummitADF_application1 on DefaultServer. : java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet.

    [20: 52:10] weblogic.application.ModuleException: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet

    [20: 52:10] undeployment.

    [20: 52:10] - incomplete deployment.

    [20: 52:10] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Kind regards

    Torsten Kleiber

    It seems that delivered deployment profiles are default. I created my own deployment profile which works very well.

  • error on service cloud oracle adf application deployment

    Hello, I hv saved cloud oracle java and database service. I hv created adf simple application in which there are 2 jsf pages only linked together. I m using oracle jdeveloper 11 g 2. so I hv created file ear for deployment in the cloud. I have deployed adf the cloud using the java console application. But after downloading applications, deployment failed. I tried 3 times, but the result was the same. I checked the logs, I got 3 warnings in the whitelist log and error in deploy newspaper. Those are the following:

    Warnings in the whitelist log:

    2013-04-14 06:57:11 CDT: start action "API Whitelist.
    2013-04-14 06:57:11 CDT: began API whitelist
    2013-04-14 06:57:12 CDT: WARNING - there are 3 warnings (s) found for Testapp.ear.
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Test_ViewController_webapp.war (3 warnings)
    2013-04-14 06:57:12 CDT: WARNING - path: WEB - INF * (1 WARNING)
    2013-04-14 06:57:12 CDT: WARNING - 1: "login-config' missing under element child element has recommended.
    JavaEE:web - app.
    If you want to publish your application, you may have vacuum
    < login-config / > in your web.xml file. If you require authentication, you must then
    have <>login-config and its child < auth-method > element in the web.xml file.
    Without this element (< login-config >), users can be challenged by SSO, but
    the code of the application will be run as an anonymous user. Line no.: 4.
    2013-04-14 06:57:12 CDT: WARNING - path: WEB - INF * (2 warnings)
    2013-04-14 06:57:12 CDT: WARNING - 1: recommended "jsp-descriptor" missing under element child element.
    ORCL - weblogic:weblogic - web - app.

    If you have a JSP file that is not precompiled, compile errors
    could be shown on the browser. It is recommended to include
    verbose false > < jsp-descriptor > < < > < * *-descriptor > in weblogic.xml.
    Line no.: 2.
    2013-04-14 06:57:12 CDT: WARNING - 2: recommended child element "session-descriptor" missing under element.
    ORCL - weblogic:weblogic - web - app.

    You will be asked to have cookies separate way, if several
    applications are available in the same SSO session or if you
    multiple applications with different auth-method(CLIENT-CERT, FORM, BASIC)
    in the same service instance.
    Line no.: 2.
    2013-04-14 06:57:12 CDT: WARNING - Testapp.ear had 3 WARNING (s).

    2013-04-14 06:57:12 CDT: INFO - validate white list ended with 0 error (s) and WARNING (s) 3.
    2013-04-14 06:57:12 CDT: validation whitelist past.
    2013-04-14 06:57:12 CDT: complete "API Whitelist": status SUCCESS



    and error in deploy journal:

    2013-04-14 06:57:12 CDT: start action "deploy the Application.
    2013-04-14 06:57:12 CDT: deploy Application started
    2013-04-14 06:57:15 CDT: weblogic.application.ModuleException: could not load the webapp: Test-ViewController-context-root cause DeploymentException: java.lang.ClassNotFoundException: oracle.adf.view.faces.bi.webapp.MapProxyServlet
    2013-04-14 06:57:15 CDT: State action WL: failure
    2013-04-14 06:57:15 CDT: Action FAILED with State action WL: failure
    2013-04-14 06:57:15 CDT: see the server log of your cloud service Java for more information about the failure.
    2013-04-14 06:57:16 CDT: Application Deployment failed.
    2013-04-14 06:57:16 CDT: 'Deploy the Application' complete: FAILED status


    I use jdeveloper 11 GR 2, so pls don't tell me to use jdeveloper 11 GR 1 material. because, I hv already developed an application for my final year of Bachelor and I can't migrate to the previous version. So there is only one way for me to generate the ear file and the deployment of the console.

    Thus,.
    I m not getting what is the problem and what will be the solution for this?
    What should I do?
    What changes are required?

    Please, help me out of this problem!

    Well hosting Cloud Oracle ADF applications is for the ADF * 11.1.1-then you will not be able to deploy an application developed with * 11.1.2 thereon.
    If you don't want to revert to the version support for JDeveloper, I suggest that you look in the other accommodation options.
    For example: http://multikoop.blogspot.de/2012/09/adf-essentials-in-redhat-cloud.html

  • can I install Oracle ADF Essentials on weblogic 10.6 11.1.2.3?

    can I install Oracle ADF Essentials on weblogic 10.6 11.1.2.3?

    What is the difference between ADF Essentials 11.1.2.3 and time of execution of development Application 11.1.1.6 ?

    can I use ADF Essentials 11.1.2.3 instead of execution time of development Application 11.1.1.6 to deploy the application (contains a lot of pages with rich faces and many taskflows and BC4J jsf)?


    I use jdeveloper 11.1.2.3.0 and weblogic installed 10.6 on the Linux server

    Hello.

    The process goes like this:

    1. install 11.1.1.6 on your WLS app development Runtime.
    2. create a field and, possibly, the servers managed
    3. apply patches to install ADF 11.1.2.3

    From the release notes:
    ADF 11 g Release 2 must be installed as a patch on top of a 11.1.1.6.0 existing installation execution of Application development. The steps in the upgrade 11.1.1.6.0 server to run 11.1.2.0.0 ADF applications is described later in these release notes and documented in the Guide to the administrator for Oracle Application Development Framework. (source: http://www.oracle.com/technetwork/developer-tools/jdev/11gr2update3-1851251.html)

    Detailed instructions and links to the patches are available in this section of the Oracle Support knowledge base: [url https://support.oracle.com/epmos/faces/DocumentDisplay?id=1328698.1] how to install the ADF 11 g Release 2 to WebLogic Sever 10.3.5 runtime libraries / 10.3.6? (1328698.1)

    Best regards

    Frédéric.

  • How to reduce the Oracle ADF deployed Mobile

    Hello

    I created simple demonstrations with Oracle ADF Mobile and the deployment file is more than 50 MB. Is there a way to reduce this size? Maybe remove some features unused llike SQLLite?

    At the moment you can't do much. Oracle is working on that. With one of the next versions the size will reduce if all goes well.  If you create the application without debugging information, the size is smaller.

    Timo

  • Oracle ADF Runtime in Weblogic 12 c 11.1.2.2.0

    Hello
    We have a proposal to use weblogic 12 c for production. But our development environment will be jDeveleoper 11.1.2.2.0. Can you get it someone please let me know is possible to install the Runtime development Application Oracle ADF 11.1.2.2.0 in weblogic 12 c. I couldn't find all the tracks to that question from the internet. I saw Timo (http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/) blog that there is no runtime available for weblogic 12 c (pending jDev 12 c). Means that we are unable to install 11g ADF duration of WLS 12 c?

    Concerning
    Sumesh

    Yes, you can not run adf apps to developded with 11.1.2.2.0 on a WLS 12 c

    Timo

  • Is it legal to deploy to Tomcat ADF libraries?

    Hello
    I've seen some messages that describe decouple ADF of Weblogic and deploy libraries to other app servers. As I knew him, ADF is free, but not open source. So, is it illegal to deploy on Tomcat?
    Thank you

    You're wrong that ADF is free.
    License:
    >
    ...
    'Components' refers to Oracle TopLink and Oracle Application Development Framework (ADF), which consists of the following programs: Oracle ADF business components (aka business for Java components), the layer model of ADF the ADF shares Struts of data or data Pages, ADF UIX, ADF Swing (aka Jclient), ADF Faces components ADF Mobile, controller of ADF, components of visualization of data ADF and ADF security.
    ...
    We provide an exclusive, non-transferable, limited license to use the components and the Oracle WebLogic Server only in order to develop a unique prototype of your application for your internal business operations and not for other purposes. If you want to use the applications you develop using components or the Oracle WebLogic Server for any data processing internal production or commercial purposes please contact us, or a reseller of Oracle, to obtain the appropriate license. If you want to use the program or components for purposes other than those expressly authorized under this agreement you should contact us, or a reseller of Oracle, to obtain the appropriate license.
    ...
    >
    So you're free to develop an application using ADF, but if you use it, you need a license, regardless if you use WLS or Tomcat.

    Timo

Maybe you are looking for

  • installation uipdates

    When I try to follow the instructions, I'm running in circles. What I am doing wrong? Help!

  • Safari crashing my screen (and nothing else)

    I have Safari version 9.1 and it seems almost random, everything crashes. I noticed that the clock stops (I displaying the seconds), and any other Visual stops. However, I can always use the slider, and if there was no noise, it continues to play. In

  • Excessive CPU usage during online streaming

    Hello! First of all, let me tell you how great it is to have a support forum for my new laptop. I have a couple of things that maybe someone knows a lot more than myself will not be able to help me with (I hope) The first thing is (and the title of t

  • Satellite A210 - Nero says burning failed but she is successful

    I have a problem in my ODD, when I burn at the end it says burn failed. But when I test the file was there and it was burnt successfully. my DVD - R drive is a TSST L632H TO03. But when my firmware is TO02, there is no problem, is there another way t

  • Mini 1000: Bios password

    Mini request Bios password. Gives error code cnu9220mzf can anyone help please?  Thanks in advance.