Soa composite application with managed server deployment

Hello

I have an admin server and two managed servers; SOAServer and OSBServer.
My requirement is to deploy an application on the managed server that is to say; SOA infra (SOAServer) by EM. But when I connect to the EM console I see SOA-Infra (AdminServer) and allows you to deploy the target server Admin application.
Is it possible to create a SOA-Infra Server SOA or what a change of configuration to do.


Thanks in advance.

Hello

Maybe there is a problem when you created the domain...

When I go to EM I see under Farm_soa_domain > SOA > soa-infra (soa_server1), if you see soa-infra (AdminServer), it is not a good sign...

If you go to Farm_soa_domain > Weblogic domain > soa_domain and click right button on the servers you should see "Deploying applications" for each server, but "Deployment SOA" only for the soa server...

Please let me know if this was helpful...

See you soon,.
Vlad

Tags: Fusion Middleware

Similar Questions

  • Problem with managed server by pointing to a different JDK

    Hello

    My Adminserver is pointed to JDK 1.7 which is shown in the start, but my managed servers point to a different 1.6_43. We are running Java version mismatch problem while deploying our application created with jdk 1.7 on these managed servers. How can I change the version of my managed server?

    Thank you

    Sam

    Hi Sam,

    You usually only have to change it in two places.

    DOMAIN_HOME/bin/setDomainEnv.sh and MW_HOME/wlserver_12.1/common/bin/commEnv.sh

    See the examples below.

    If you are on Linux, you can address it quickly. For example:

    cd /u01/app/oracle/product/fmw
    find . -type f -exec sed -i "s/\/u01\/app\/oracle\/product\/jdk1.6.0_39/\/u01\/app\/oracle\/product\/java_current/g" {} \;
    

    It's a good idea to do a softlink to your installation of Java, so you will not have this problem in the future. If you are on Windows, you can use a symlink.

    Linux example:

    ln -s /u01/app/oracle/product/jdk1.7.0_25 /u01/app/oracle/product/java_current
    

    Example of Windows:

    mklink /d D:\oracle\product\java_current D:\oracle\product\jrockit-jdk1.6.0_26-R28.1.4-4.0.1
    

    setDomainEnv.sh

    /u01/app/oracle/domains/eksudv/bin/setDomainEnv.sh
    
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
            JAVA_HOME="${BEA_JAVA_HOME}"
            export JAVA_HOME
    else
            if [ "${JAVA_VENDOR}" = "Sun" ] ; then
                    JAVA_HOME="${SUN_JAVA_HOME}"
                    export JAVA_HOME
            else
                    JAVA_VENDOR="Sun"
                    export JAVA_VENDOR
                    JAVA_HOME="/u01/app/oracle/product/java_current"
                    export JAVA_HOME
            fi
    fi
    

    commEnv.sh

    /u01/app/oracle/product/fmw/wlserver_12.1/common/bin/commEnv.sh
    
    # Reset JAVA_HOME, JAVA_VENDOR and PRODUCTION_MODE unless JAVA_HOME
    # and JAVA_VENDOR are pre-defined.
    if [ -z "${JAVA_HOME}" -o -z "${JAVA_VENDOR}" ]; then
      # Set up JAVA HOME
      JAVA_HOME="/u01/app/oracle/product/java_current"
      # Set up JAVA VENDOR, possible values are
      #Oracle, HP, IBM, Sun ...
      JAVA_VENDOR=Sun
      # PRODUCTION_MODE, default to the development mode
      PRODUCTION_MODE=""
    fi
    

    What about Peter

    http://theheat.dk

  • How to set the value of a * APPLICATION * with apex.server.process?

    If I have a page named point P1_MY_PAGE_ITEM, I could put its value in the session by doing this:

    $s('P1_MY_PAGE_ITEM', 'I Like Pie!');
    
    apex.server.process(   'dummy'
                           , { pageItems: "#P1_MY_PAGE_ITEM" }
                           , { dataType: "text",
                             async: false,
                               complete: function( ajaxResponse )
                                     {
                                          var ignoredReturn = ajaxResponse.responseText;
                                     }
                             });

    Which works very well. If you check the session, the P1_MY_PAGE_ITEM will now have the value: I like pie!

    However, if I have an Application element (not a page element!) named MY_APP_ITEM, how could I do the same thing? How can I use apex.server.process to set the value of MY_APP_ITEM in the session? I wouldn't be able to use "pageItems" because MY_APP_ITEM is not a page element, it is a part of the application.

    What is the correct syntax to do this?

    Thank you

    -Joe

    Hey Joe,

    Returning to that thread you made a couple of months ago, the answer is here:

    Post adjustment Application items in the apex.server.process for a * process application *.

    Defining a point of application is as easy as providing the name of the application element to p_arg_names Bay and set a corresponding value in the p_arg_values table.

    For example, in an application with article SOME_ITEM of the application, I can put the value as follows:

    (function(){
    var arrNames = [], arrValues = [];
    arrNames.push("SOME_ITEM");
    arrValues.push('some value');
    apex.server.process(   'dummy'
                         , { p_arg_names: arrNames, p_arg_values: arrValues }
                         , { dataType: "text"
                           });
    })()
    

    Any required application process. Should the item be free that you set it from the browser.

  • How do you use a SOA Composite after you have deployed and tested?

    I created a Composite SOA application, deployed without any problem and tested and it works. However, I have trouble finding any info on what to do next. I would really like to know how to use this SOA Composite application in a web application. I am creating an interface that would use the composite SOA. Links to help would be greatly appreciated.

    This is the only help I found so far, http://docs.oracle.com/cd/E28271_01/fusionapps.1111/e15524/uc_bpel_bc.htm

    Hello

    It's a web service call, you'll get 'EM the WSDL and with her, you build the Web service client for your web application... By calling the web service will begin you the composite...

    See you soon,.
    Vlad

  • How can I determine in Java running local or weblogic server deployment

    Using JDeveloper 11.1.1.4.0

    I need to determine in my Java code, if I run my application locally (JDeveloper/Weblogic) or if the application runs on a Weblogic Server deployed. The code will be used to determine where to place the files in the test on PC the verses where to place the files when they are deployed. For example (c:\temp or/usr2/download).

    Thank you
    Troy

    Hello

    well one way is to identify using weblogic here system properties is the example to get the name of application weblogic managed server that runs in java http://www.baigzeeshan.com/2011/11/oracle-adf-how-to-get-managed-server.html

    check out other properties like http://docs.oracle.com/cd/E13222_01/wls/docs90/config_scripting/config_WLS.html#1019588 well

    Zitouni

  • BDE 2.1.1 Fling Management server does not connect to vCenter

    I have the management server deployed in the environment, the plugin installed successfully and vCenter is connected to the administration via the Web interface of vCenter server. This problem occurs when I go to a data store or add it to a network.

    I get the following (via the GUI or CLI):

    Version: 2.1.1

    Welcome to Serengeti CLI

    Serengeti > Connect - host hadoop - mgmt.or1.omniture.com:8443

    Enter the user name: [email protected]

    Enter password: *.

    Connected

    Serengeti > data store, add - name defaultDS - spec DS10HadoopOR1 - shared type

    datastore defaultDS add failed: unable to connect to vCenter Server.

    The error in the serengeti.log file is a generic JAVA error. The vCenter is 5.5U2 and ESXi hosts are 5.5U1.

    --

    Chris.

    Thanks Charlie for a helping hand.

    I found some info in the serengeti.log and the serengeti - boot.log Chris post:

    Serengeti - boot.log:

    I, [2015-02 - 12 T 20: 56:27.722910 #3336] INFO -: templateVmName: vSphere Big Data Extensions - Node Template

    Serengeti.log:

    Caused by: com.vmware.bdd.utils.AuAssert: FAILURE

    at com.vmware.bdd.utils.AuAssert.FAILURE(AuAssert.java:28)

    at com.vmware.bdd.utils.AuAssert.check(AuAssert.java:43)

    at com.vmware.bdd.utils.AuAssert.check(AuAssert.java:50)

    at com.vmware.bdd.service.impl.ClusteringService.getTemplateVm(ClusteringService.java:408)

    [2015 02-12 T 14: 46:47.438 - 0700] INFO Event_Expander | com.vmware.bdd.service.event.EventScheduler: to develop events: [{me = null: VirtualMachine:vm - 136, event = VmResourcePoolMoved}]

    [2015 02-12 T 14: 46:47.626 - 0700] INFO pool-2-wire-4 | com.vmware.bdd.service.utils.VcResourceUtils: folder xxx-uuid was not found.

    [2015 02-12 T 14: 46:47.627 - 0700] INFO pool-2-wire-4 | com.vmware.bdd.service.event.VmEventManager: VM root folderxxx-uuid is not yet created. Ignore the event outside of VM.

    [2015 02-12 T 14: 46:58.393 - 0700] Event_Handler INFO | com.vmware.bdd.service.event.EventScheduler: processed 2 new events

    [2015 02-12 T 14: 46:58.394 - 0700] Event_Handler INFO | com.vmware.bdd.service.event.EventScheduler: processed events: [{me = null: VirtualMachine:vm - 137, event = VmResourcePoolMoved}, {me = null: VirtualMachine:vm - 136, event = VmResourcePoolMoved}]

    [2015 02-12 T 14: 47:13.183 - 0700] Http-8443-5 ERROR | com.vmware.bdd.rest.RestResource: rest call error

    com.vmware.bdd.exception.BddException: unable to connect to vCenter Server.

    at com.vmware.bdd.exception.BddException.INIT_VC_FAIL(BddException.java:189)

    at com.vmware.bdd.rest.RestResource.verifyInitialized(RestResource.java:1175)

    at com.vmware.bdd.rest.RestResource.addDatastore(RestResource.java:636)

    This log shows THAT BDE Server cannot find the node named "vSphere Big Data Extensions - Node Template" model.  When you deploy the BDE Fling, the management server and hadoop-model VM must be deployed in the same folder in, under a pile of vCenter.  Please check and follow the BDE 2.1.1 Fling deployment guide and deploy again.  BTW, you can customize the name of the server VM and the VM model during their deployment and make sure the correct model name together when you deploy the server VM.

  • problem with deployment of SOA Composite

    Hello

    We have created a SOA project containing a composite SOA.

    When we try to deploy of Jdeveloper, was not getting deployed successfully. It was not showing any errors, and there is no error in compilation as well.

    The deployment is make failure showing the following message.

    [05: 37:32] problem in sending HTTP request on the server. Check the standard HTTP response code for 504
    [05: 37:32] archives sca_DelAtRiskProj_rev1.010.jar to soa_server1 deployment error [rws60045rems - vlan1.us.oracle.com:5002]
    [05: 37:32] HTTP error Code returned [504]
    [05: 37:32] no error message is returned by the server.
    [05: 37:32] # incomplete deployment. ####
    [05: 37:32] error deployment archive file:/slot/ems3763/oracle/soa/workspace/SandR_DelAtRisk/DelAtRiskProj/deploy/sca_DelAtRiskProj_rev1.010.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)


    The Jdev version we use is 11.1.1.1.0

    the SOA version we use is version 11g GA

    Please let us know, what could cause this error or if there is another way by which we can continue with the deployment process.

    Any input onthis is much appreciated.

    Thanks in advance for your time,
    Regnier

    Raj,
    To get this thing working, follow these steps:
    The customer jdev machine you ping your server, it will give you an IP address.

    Now to connect to your WLS administration Console. Select AdminServer. In the General configuration, set the listen to this IP address. Do the same for your SOA managed server. Now restart the servers. Try the JDev client deployment. It will work.

  • Deploying ADF application to a managed server in weblogic - security ADF error

    Hello

    Our group wrote an ADF web application, we are trying to deploy on a weblogic managed server. So far, we have succumbed. The application deploys successfully to the AdminServer. Our facility:

    WebLogic version is 10.3.0. Domain name is adf_domain. We installed the ADF (ADF version is 11.1.1.0.0), JSTL (1.2.0.1), and the JSF (1.2.7.1) runtime libraries and they are addressing both the server administrator AND managed server called CollabServer. This server communicates with node Manager and you will be able to be started and the console of administration successfully. The AdminServer is on 7101 port, and the CollabServer is on port 7104. We do not use SSL.

    application.XML:

    <? XML version = "1.0" encoding = "windows-1252"? >
    < application 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/application_5.xsd".
    version = '5' xmlns = "http://java.sun.com/xml/ns/javaee" >
    < display name > OracleRetailCollaboration < / display-name >
    <>module
    < web >
    < web - uri > orc.war < / web - uri >
    ORC < context root > < / root context >
    < / web >
    < / module >
    < / application >

    WebLogic - application.XML (as taken from the ear file):

    <? XML version = "1.0" encoding = "windows-1252"? >
    < application weblogic xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-application.xsd" xmln
    s = "http://www.bea.com/ns/weblogic/weblogic-application" >
    <>earpiece
    oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener <-listener class > < / listener class >
    < / earphone >
    < library-ref >
    < name of the library - > adf.oracle.domain < / library name >
    < / library-ref >
    < / weblogic application >

    WebLogic.XML (as taken from the file. War):

    <? XML version = "1.0" encoding = "UTF - 8"? >
    < weblogic-web-app xmlns = "http://www.bea.com/ns/weblogic/weblogic-web-app" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "work".
    w.bea.com/NS/WebLogic/WebLogic-Web-App http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd ' > '.

    <>container-descriptor
    < prefer-web-inf-classes > true < / prefer-web-inf-classes >
    < / container-descriptor >
    < security-role-assignment >
    valid users - < role name > < / role name >
    users of < SPN > < / main-name >
    < / security role assignment >
    < library-ref >
    < name of the library - > jstl < / library name >
    specification of the < version > 1.2 < / specification-version >
    < / library-ref >
    < library-ref >
    JSF < library name > - < / library name >
    specification of the < version > 1.2 < / specification-version >
    < / library-ref >

    < / weblogic-web-app >

    As I said, there is no deployment errors when deploying on the management server. However, we still see the following errors when deploying to the managed server:

    java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
    etc.

    This error occurs when the deployment using the < wldeploy > Ant task included with weblogic and the deployment of the application manually using the administration console.

    So I removed this WebLogic - application.xml:

    <>earpiece
    oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener <-listener class > < / listener class >
    < / earphone >

    Who decided the initial error (I guess that there is some sort of bug that causes of workaround is necessary). The following error is the following:

    java.lang.ClassNotFoundException: oracle.adf.share.security.authentication.AuthenticationServlet

    Yet once, we do not get this error when deploying to the AdminServer - ONLY the managed server CollabServer.

    Web.XML:

    ...
    < servlet >
    < name servlet - > adfAuthentication < / servlet-name >
    > the servlet class < oracle.adf.share.security.authentication.AuthenticationServlet < / servlet-class >
    < load-on-startup > 1 < / load-on-startup >
    < / servlet >
    ...
    < servlet-mapping >
    < name servlet - > adfAuthentication < / servlet-name >
    < url-pattern > /adfAuthentication / * < / url-pattern >
    < / servlet-mapping >
    ...

    I then added some jars of adf the ear file, finally get this error message:

    java.lang.ClassNotFoundException: oracle.adf.share.jsp.ADFLibUtils

    Any ideas on how to solve this problem? Thank you.

    Published by: user10451099 on April 15, 2009 12:10

    Dan,
    Thanks for remind me :-)

    Here are the steps we had to take to get a WLS managed to run an adf application without copying any jar in the field/lib directory:

    1. you should always install the adf runtime to any server you want the adf application to deploy on

    2. open the administration console, select the managed server and select the "start server" tab in the settings of trial.

    3. Add

    /u01/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/bea/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:
    /u01/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/bea/jrockit_160_05/lib/tools.jar:/u01/bea/wlserver_103/server/lib/weblogic_sp.jar:
    /u01/bea/wlserver_103/server/lib/weblogic.jar:/u01/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/u01/bea/wlserver_103/server/lib/webservices.jar:
    /u01/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/u01/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/u01/bea/jdeveloper/modules/features/adf.share_11.1.1.jar:
    /u01/bea/wlserver_103/common/eval/pointbase/lib/pbclient57.jar:/u01/bea/wlserver_103/server/lib/xqrl.jar:
    /u01/bea/patch_wls1030/profiles/default/sysext_manifest_classpath/weblogic_ext_patch.jar
    

    the classpath box, you need to change ' / u01/bea /' with your bea home. The classpath must be on a single line without CR/LF, I put in to make it readable.

    4. Add

    -Xms256m -Xmx512m -da -Dplatform.home=/u01/bea/wlserver_103 -Dwls.home=/u01/bea/wlserver_103/server -Dweblogic.home=/u01/bea/wlserver_103/server
    -Ddomain.home=/u01/bea/user_projects/domains/naa_qs -Doracle.home=/u01/bea/jdeveloper -Doracle.security.jps.config=/u01/bea/user_projects/domains/naa_qs/config/oracle/jps-config.xml
    -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001
    -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=
    -Dweblogic.ext.dirs=/u01/bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/u01/bea/patch_jdev1111/profiles/default/sysext_manifest_classpath:/u01/bea/patch_cie660/profiles/default/sysext_manifest_classpath
    -Dweblogic.management.username=weblogic -Dweblogic.management.password=******** -Dweblogic.Name=GESTIS_QS
    -Djava.security.policy=/u01/bea/wlserver_103/server/lib/weblogic.policy
    

    editing area of the "Arguments". As with the change of calsspath ' / u01/bea ' your home BEA and change the domain name (in our case "naa_qs") to your domain name. change the managementuser and the password to your needs. As whith the classpath I put a CR/LF in the section of code to make it readable.

    5. save the changes and restart the server

    Essentially, all that we have copied the arguments of the admin server start script and more to add the path of the class.

    Timo

  • Deploy the ADF application to manage the server - political migration jazn

    Hi Experts,

    I created a sample application web ADF and activated the ADF security. I created the ear of the application using the deployment jdevloper profile. Incase if I deploy the ear to weblogic through the weblogic console management server, the application works very well. (in this step security policies are automatically deployed in the field. However, incase if I deploy only for Server Manager, then the application does not work. in this case, when I invoke the url the browser runs all the time and refreshing but not the loaded page. If I check the policies then the they aren't there.

    I have to manually migrate the jazn policies before you deploy on the Management Server? Is there a way that can be done automatically when deploy us the ear on the server of management through the weblogic console.

    Thank you

    Hello

    for the development of business applications I suggest Oracle Enterprise manager, as shown here: http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adf_security1/adf_security1.html

    Frank

  • Reg: SOA Composite Server deployment...

    Guys,

    Is it possible to deploy a single component of a single compound...

    I have a composite... that contains... Adapters of rules, Workflows, mediator, BPEL, Busines... Initially, I have already deployed together as a composite unique on the server...

    say, I changed a Mediator code... It is now possible to deploy only the only mediator in the composite in the same server...

    If possible, please suggest that all the components, it would be good.

    Kind regards
    Jean-Christophe E.V

    Published by: Naga Sep 5, 2010 12:13 AM

    Well Yes... the port on which your soa infrastructure is in place...

  • Not able to deploy soa composite of Jdeveloper

    Hello

    I use version version 11.1.1.3 Jdeveloper. I installed Jdevloper and Weblogic server in the same system. Whenever I try to deploy the project in Jdeveloper, I get the following error:

    [18: 40:10] problem in sending HTTP request on the server. Check the standard HTTP response code for 504
    [18: 40:10] error in deployment of archives sca_BusinessRulesProj_rev1.0.jar to partition 'default' server soa_server1 [PC161590.cts.com:8001]
    [18: 40:10] HTTP error Code returned [504]
    [18: 40:10] no error message is returned by the server.
    [18: 40:10] error in deployment of archives sca_BusinessRulesProj_rev1.0.jar to partition 'default' server soa_server1 [PC161590.cts.com:8001]
    [18: 40:11] # incomplete deployment. ####
    [18: 40:11] error deployment archive file:/C:/JDeveloper/mywork/BusinessRules/BusinessRulesProj/deploy/sca_BusinessRulesProj_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    Can someone help me pls in this issue? I put the AddressLabel as the IP address of the machine in the console WLS for Admin Server and SOA managed server, I also checked the Proxy in Jdeveloper settings checked. but again, I'm not able to deploy the project. Any help appreciated.

    Thank you
    Arun.

    have you managed to compile composite successfully? If it is successful, while deploying them in JDeveloper; Make sure that you have checked the box 'replace '. There are possibilities that the 1.0 version is already deployed and you try to deploy again with the same version without checking the replacement option. In addition, you can try is, deploy the SAR file from the EM console.

    Hope this helps
    N

  • Deploy application with GlassFish-JavaEE, move from Mac to Linux.

    On a Mac, I developed and managed a Java EE application successfully.

    It's an EAR with an EJB module and a Web module.

    Now continues on a device of Linux (Ubuntu), I can't start over exactly the same application. I got exacttly the same code with git.


    I tried to launch the application with:

    <

    asadmin deploy ejbEntities/target/ejbEntities-1.0-SNAPSHOT.jar

    >

    the console of administration in the r through http://localhost:4848:

    Applications /-> deploy snapshot.jar selection...


    And with Netbeans with all the same result:

    After generating with dependencies and running.

    He tells his running successfully. But in services server/glassfish Server/applications/nothing is displayed and the output is the server.log:

    <

    An exception occurred while loading the application: the EJB container initialization error

    com.sun.appserv.connectors.internal.api.ConnectorRuntimeException: Invalid destination jms/NewMessage for MDB: JNDI name not found

    at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:2269)

    at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:2095)

    at com.sun.enterprise.connectors.inbound.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:168)

    to org.glassfish.ejb.mdb.MessageBeanContainer. < init > (MessageBeanContainer.java:252)

    at org.glassfish.ejb.mdb.MessageBeanContainerFactory.createContainer(MessageBeanContainerFactory.java:63)

    at org.glassfish.ejb.startup.EjbApplication.loadContainers(EjbApplication.java:221)

    at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:291)

    at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:99)

    at org.glassfish.internal.data.ModuleInfo.load (ModuleInfo.java:206)

    at org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:313)

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

    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:539)

    to 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(Subject.java:360)

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

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 3.run(CommandRunnerImpl.java:565)

    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 3.run(CommandRunnerImpl.java:557)

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

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

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

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

    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1300 (CommandRunnerImpl.java:109)

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

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

    at org.glassfish.admin.rest.resources.admin.CommandResource.executeCommand(CommandResource.java:404)

    at org.glassfish.admin.rest.resources.admin.CommandResource.execCommandSimpInMultOut(CommandResource.java:234)

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

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

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

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

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

    to org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$ 1.run(AbstractJavaResourceMethodDispatcher.java:151)

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

    to 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)

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

    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: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)

    to org.glassfish.admin.rest.adapter.JerseyContainerCommandService$ 3.service(JerseyContainerCommandService.java:173)

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

    to 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)

    to 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)

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

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

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

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

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

    Caused by: com.sun.appserv.connectors.internal.api.ConnectorRuntimeException: Invalid destination jms/NewMessage for MDB: JNDI name not found

    at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:2263)

    ... more than 71

    ]]

    [2015-06 - 01 T 15: 15:19.286 - 0200] [glassfish 4.1] [INFO] [] [org.glassfish.admingui] [tid: _ThreadID = 130 _ThreadName = admin-listener (6)] [timeMillis: 1433164519286] [levelValue: 800] []

    Redirecting to /common/index.jsf]]

    [2015-06 - 01 T 15: 15:19.301 - 0200] [glassfish 4.1] [INFO] [] [org.glassfish.admingui] [tid: _ThreadID = 132 _ThreadName = admin-listener (8)] [timeMillis: 1433164519301] [levelValue: 800] []

    [[Administration console: initializing attributes Session...]]

    >

    What could be the problem? The app has not changed, it is the environment.


    After that Googling autour, I found the problem had to do with the syntax.


    For example, on:

    http://StackOverflow.com/questions/7110563/GlassFish-v3-cant-deploy-MessageDriven-bean-missing-destination-JNDI-name


    I got the same error. The problem was:

    @ActivationConfigProperty (propertyName = "destination", propertyValue = "jms/SampleTopic")

    This need to be

    @ActivationConfigProperty (propertyName = "destination", propertyValue = "SampleTopic")


    Can whe´re I set this property?

    Whe´re is the configuration file of Glassfish?


    Could someone guide me through this?


    Thanks in advance.


    Peter,

    I found the domain.xml file. ~/glassfish4/GlassFish/domains/Domain1/config/domain.XML

    In this file, I wasn't able to find anything on the com.sun.appserv. *. packages.

    The software allows to work with this default file (on a Mac).

    With the asadmin terminal I tried to add custom resources.

    And they appear whe. After you restart glassfish no different result.

    The application deployment guide https://glassfish.java.net/docs/4.0/application-deployment-guide.pdf mentionned on glassfish ejb - jar.xml and ejb - jar.xml.

    I couldn't find these files for version 3.1.

    http://docs.Oracle.com/CD/E26576_01/doc.312/e24929/dd-files.htm#GSDPG00080

    But the app was capable on running with the default settings, so without these files.

    What can I check next?

  • How to deploy an application with free files on BES or others?

    I'm curious to know if there is a way to deploy an application with a loose settings file.

    My goal is for customers to deploy the app after that that they have made changes to a settings XML file.

    After the changes to the XML file, the customer could deploy via BES or another method.

    Is this possible?

    I wrote several .net applications that use XML settings files in bulk / external and I want to acoomplish the same thing.

    Tips, advice or ideas are greatly appreciated.

    Thank you

    My current development environment:

    Eclipse 3.4

    BlackBerry JDE plugin for Eclpise 1.0.0.67

    Blackberry JDE 4.2.1.17 component package

    Blackberry JDE 4.3.0.16 component package

    Blackberry JDE 4.5.0.16 component package

    Blackberry JDE 4.6.1.27 component package

    Blackberry JDE 4.7.0.46 component package

    WIndow XP SP 3

    How about using HTTP to GET the XML of your server at startup?

  • Deploying ADF applications with integration of EBS

    Hello

    I read a few articles about deploying ADF applications and they found it useful. Most of them are not suitable for ADF 11g developed lettering. I developed a demo application using Jdev Studio ver 12.1.3.0.0 by installing the WebLogic Server. This application must now be deployed on another node on a remote and built-in Server with EBS. References user interface developed stored procedures using IDE connect to Oracle DB. The remote server has the SDK for Java installed and a DATA SOURCE has been defined by the administrator.

    I tried to follow the steps explained in the URL that follows, but in vain. I could not find server Navigation Application. How-to: ADF Deployment Guide

    Could someone please help me understand the modalities of deployment of this application developed on my laptop on a remote server? Your valuable contribution is appreciated.

    Thank you

    udys

    You cannot deploy a 12 c apps in 10.3 WLS ADF, you WLS 12 c.

    See the doc certification for the ADF:

    Information on certification

  • get the error when apex.war is deployed on several managed server

    Hi all

    I sent apex.war on several managed server on server 11g webloigc

    his work on a single server managed not on others and I m having 3 servers managed as it

    http://ipaddress:7003

    http://ipaddress:7004

    http://ipaddress:7005

    and I m having infront of weblogic server that the server apache web http://IPAddress:80 / app_name

    I m getting this error when I'm trying to access the application of apex

    The environment can be locked to a single Editor access. ENV_LOCKED: The je.lck file could not be locked. Environment is not valid and must be closed.


    Please guide me how to configure it on several WLS managed server with the server web apache.


    Thanks and greetings

    Shadab akram khan

    solved by myself

Maybe you are looking for

  • HP Slate Pro 21 - upgrade to 4.4 KitKat?

    I see comments on problems on the HP Slate 21 dealing with WiFi 5 ghz with 4.4.2... I just bought a 21 Pro slate for Christmans and it's down to Jelly Bean 4.2?  I don't see a migration path supported HP? Can anyone help?

  • Satellite L300 - peripheral USB need drivers that does not exist

    Satellite L300 race Win Vista 32 bit, connection of new devices (for example the card reader USB Signalex), I ask for a device driver that does not exist on the computer or on the Web and should not be necessary. How to do this? My previous laptop un

  • List of applications within the supplier portal

    Hi, in my account on the supplier portal, I have several trusted applications. However, there are a few applications that I decided not to sell more and therefore put to sale. I have no intention to sell more and would like to remove them to appear i

  • How to apply the Proxy via IE settings to computers and not users by using Group Policy?

    Hi team, Good evening! I recently implemented a policy of Proxy by GPO to apply its settings on IE10 through users and computers not. I would like to do it in the machine and not the user. If anyone can tell me how to do or direct me to a model of ad

  • new tile on the start menu does not work as a dinamic tile

    News tile in Start menu it works dynamically, such as sports or travel tiles. I reinstall windows app but still does not. This morning, I find an update for the news, but still does not work. I can't configure my RSS, just to see the sources all over