ADR on weblogic with jdbc pool of wls

Is there a way how ords.war can use the jdbc pools standard wls?

Chris

Hi Christian B,.

Christian B has written:

Is there a way how ords.war can use the jdbc pools standard wls?

I don't think that ADR uses pools jdbc support for Java EE application servers to which it is deployed.

If you observe well start ADR log, you'll see that it creates connection pools apex (APEX_PUBLIC_USER), apex_al (APEX_LISTENER), apex_rt (APEX_REST_PUBLIC_USER) and apex_pu (ORDS_PUBLIC_USER) according to the settings of JDBC defined in "defaults.xml" of the configuration of the ADR.

NOTE:

  • Users of the database are specified in the media for which the JDBC connection pool is created.
  • Pools of connections will vary on which users you set up during installation of ADR.

See the parameters of connection pool for JDBC:

Why do you want to ADR to use the 'Standard Web Logic Server JDBC Pools'?

Kind regards

Kiran

Tags: Database

Similar Questions

  • oracle.jdbc.pool.OracleDataSource; local incompatible class

    I want to place a data source in an InitialContext with the following code

    public void getEnvironment() throws Exception{ try{ System.setProperty(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory"); /*System.setProperty(Context.PROVIDER_URL, "t3://127.0.0.1:7001"); System.setProperty(Context.SECURITY_PRINCIPAL, "weblogic"); System.setProperty(Context.SECURITY_CREDENTIALS, "password");*/ InitialContext ic = new InitialContext(); ic.createSubcontext("java:"); ic.createSubcontext("java:/comp"); ic.createSubcontext("java:/comp/env"); ic.createSubcontext("java:/comp/env/jdbc"); // Construcvt Datasource OracleConnectionPoolDataSource ds = new OracleConnectionPoolDataSource(); ds.setURL("jdbc:oracle:thin:@cdcehr29:14985"); ds.setUser("user"); ds.setPassword("pwd"); //Connection conn = ds.getConnection(); ic.bind("java:/comp/env/jdbc/test", ds); System.out.println("see?"); Context envIc = (Context) ic.lookup("java:/comp/env"); envIc.bind("THIS_SERVICE_CD", ""); envIc.bind("THIS_SERVICE_VER", ""); envIc.bind("SERVICE_DATA_SOURCE_JNDI", "jdbc/test"); envIc.bind("ALS_PROJECT_CD", ""); envIc.bind("ALS_SYSTEM_CD", ""); envIc.bind("EHR_CONFIG_DATA_SOURCE_JNDI", ""); envIc.bind("SGR_PATH", ""); envIc.bind("AUDIT_TABLE_NAME", ""); envIc.bind("DEBUG_TABLE_NAME", ""); }catch(NamingException ex){ ex.printStackTrace(); }catch(Exception ex){ ex.printStackTrace(); } }

    but the following error message is displayed (but not catch in the catch, very strange block)
    >
    < 26 June 2012 6:17:02 PM CST > < error > < RJVM > < BEA-000503 > < header or abbreviation of incoming message processing failed
    java.io.InvalidClassException: oracle.jdbc.pool.OracleDataSource; incompatible local class: stream classdesc serialVersionUID = 8680830911645568991, local class serialVersionUID = 3349652938965166731
    java.io.InvalidClassException: oracle.jdbc.pool.OracleDataSource; incompatible local class: stream classdesc serialVersionUID = 8680830911645568991, local class serialVersionUID = 3349652938965166731
    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
    Truncated. check the log file full stacktrace
    >

    What is the problem come from?

    You have a different version of the Oracle's JAR file to the customer level of which is at the server level.

  • Oracle.JDBC.pool. *;

    I write code PEC Oracle under WIndows. I need to connect to an Oracle database on another machine. I have limited experience with Java. I wrote some, but its been awhile.

    I use Eclipse.

    In the top of my code, I have included the following:

    import java.sql.*; import java.net.URL; import oracle.jdbc.pool.*;

    However, I get an error "Import cannot be resolved" on the last import.

    I did a search on oracle.jdbc. * on my oracle installation, but I have found no success.

    Did someone knows which file contains this import and how to set up?

    Published by: user10747262 on July 21, 2009 10:48

    You must import the oracle driver.

    In Eclipse: Project-> properties-> Java Build Path-> library-> Add variable-> configure variables-> New

  • I joined UCM and weblogic with IPRA issues with reading of account name security as even of the Complutense University of MADRID

    I joined weblogic with LDAP and I use the security of the accounts but the problem is when I added the account named (ComDSacc) and (ComARacc), UCM read towing counts as even

    Please, while that connected click on the user profile (the link in the upper right corner with the user name, possibly next to logout)

    This should give you lists roles and accounts that a user is allowed to.

    Note that LDAP accounts are represented in the form of user groups, but the same is true for the roles. To distinguish these two, the names must follow certain naming conventions - see Managing Content Server 11 g Release 1 (11.1.1) additional - connections security detail, I already mentioned (using as a starting character counts - if omitted, it will be interpreted as a role!), but there is more: permissions can also be included in the name of the Group for example @acct1_RW for reading and writing on acct1 permissions (see management of accounts - 11 g Release 1 (11.1.1))

    One last important fact: the accounts are hierarchical (see management of accounts - 11 g Release 1 (11.1.1)) - giving access to a prefix gives access to all account prefix-suffix (for example Com will give access to both commanders and ComAR)

    You should now be able to know what is happening in your system and why.

  • TAF with JDBC

    Hi All-

    I know this is old dead topic and has been discussed several times on the forums. For some reason, I always found myself in a State of doubt so thought ask the experts here. I saw on multiple threads that TAF does not work with JDBC and we can take advantage of features such as CWF & FAN events for HA features.

    However, the link to the documentation below

    http://docs.Oracle.com/CD/B19306_01/Java.102/b14355/instclnt.htm#CIHHHDCH

    indicates that the failover Transparent to the JDBC OCI driver enforcement feature allows to automatically reconnect to a database if the database instance to which is made the connection goes down. The new database connection, well that created by another node, is identical to the original.


    should I assume that the jdbc connections works with TAF? I did a quick test and try to connect to my server from ebiz R12 with TAF service forms and I could get with failover. I'm not expert ebiz but I believe that Ebiz forms servers also uses JDBC connectivity.

    Could you please help me understand how JDBC OCI as JDBC thin client? or in simple words, TAF does work with JDBC.

    Thank you.

    Published by: 858634 on January 23, 2013 12:30 AM

    Yes.

  • objc [250]: object of class 0x15e509ce0 NSRunningApplication autoreleased with no pool in place

    Hello

    After Effects is running extremely slow. I can't really work...

    The Console on Mac gives the following information:

    objc [250]: break 0x15e509ce0 of class NSRunningApplication autoreleased object with no pool in place - just a leak - on objc_autoreleaseNoPool() to debug

    No idea how I could fix this? I'm desperate...

    Thanks for the help!

    I use After Effects on the Mac Pro CS6 following:

    processor 2 x 2.93 GHz 6 - Core Intel Xeon

    memory 12 GB 1333 MHz DDR3 ECC

    Graphics  ATI Radeon HD 5870 1024 MB

    software  OS X 10.8.5 (12F37)


    the solution from the support of the aja...

    What could happen is 2 AJA AE plug-ins are activated at the same time.

    The first AE AJA plug-ins comes with the driver. You will find in the AE preferences-> preview video: output device value set to AJA and output mode in Kona RGBA video format which corresponds to the composition.

    The other comes with the Adobe plug-ins, AJA.  To check if it is installed: in the menu bar AE-> windows-> overview of AJA.

    Make sure a single AE plugin is enabled.

    To disable the plugin first AE AJA: go to preferences-> video preview-> on-screen computer output device only AE.

    To disable the second AJA AE plugin: go to the overview of AJA and tick the disable box.

    .. It worked in my case

  • Issue in RPD with two pools of connections

    I created a RPD with two pools of connections for OBIEE 11 g

    and created two business model
    and two field in the presentation area

    I am able to update the data and the number of lines in the physical area

    but after the deployment of the RPD
    in the responses to the second topic I get error this table or view does not exist

    If the details of connetion for the connection pool is not even then you must create physical database objects 2 and then to create pools of separate connections under him...

  • How to recognize an exception with JDBC user-defined?

    declare
    x exception;
    begin 
     raise x;
    end;
    When you call this (or a similar procedure) with JDBC *, I get just a general java.sql.SQLException: ORA-06510: PL/SQL: not supported by the user-defined exception

    Is there a way to get more information about the exception?
    Then the client code can tell one from the other.


    * Spring JDBC actually

    Given this pl/sql block, he has nothing else to report, you raise just a generic exception. Try something more like:

    begin
       raise_application_error(-20001, 'Something bad happened');
    end;
    

    or, if you really want the e

    declare
       x exception;
    begin
       raise e;
    exception
       when e then
       raise_application_error(-20001, 'E happened');
    end;
    

    John

  • Stuck Thread definition &amp; what of Weblogic with her

    Hello

    I have the following situation:
    Long-running transaction (approximately 1200 s). Transaction timeout - 3600 s Stuck thread max time - 600 sec. After 1500 dry a Stuck Thread exception comes and treatment of "blockages" until you restart.
    After changing the time max wire stuck to 3600 sec the success of treatment.

    This topic, I have a few questions on the State of Stuck in Weblogic 10:
    (1) when a thread will be marked as Stuck? Only when it "hangs" or it takes too long too? Is not a necessary condition for transaction-timeout > stuck-thread-max-time
    (2) what more weblogic with this Thread Stuck? Upstream of the reduction of the CPU? Fact frozen?

    Thanks in advance.

    To my knowledge, when a thread is time consuming (time max more than configured blocked thread) for a transaction, then this thread is marked as stuck.
    But this does not mean that the particular thread is stuck forever.
    Change time Stuck Thread Max does not affect the behavior of threads in some way.

    The stuck thread can run in full after a few time and weblogic makes the not blocked thread.
    Usually the back-end calls, sometimes take a long time.
    To find out exactly what is happening during this time, take a thread dump and the search for the Thread stack running, which has been shown as stuck in the newspapers.

    The fact that thread takes a lot of time until the end is generally bad.
    Users do not make the patient.

    Published by: gvamsius on March 10, 2009 08:33

  • Post/updated how stuff with ADR 3.0 with the ORDS_SERVICES package updated

    Hello

    I'm creating a rest api using ADR 3.0 and the ORDS_SERVICES package. ADR is deployed in Weblogic 12 c. (Do not use APEX)

    I am able to receive calls to retrieve JSON objects, but when I try to do a POST method to update or deal with something in the database, it does not work.

    I get a 500 internal server error.

    I can't find any example on the web or any good documentation on the package.

    What I am doing wrong?

    Here is my code.

    I spent a json like this object

    {'empno': 7369, 'ename': 'SMITH44', 'job': "clerk", "Bishop": 7902, "hiredate": "1980-12 - 17 T 05: 00:00Z sal ',' ': 800,"comm": null,"deptno": 20"}

    declare

    number of l_moduleId;

    number of l_templateId;

    number of l_handlerId;

    number of l_parameterId;

    Start

    ords_services.delete_module (p_name = > 'emp_module');

    l_moduleId: = ORDS_SERVICES.create_module (p_name = > 'emp_module',)

    p_uri_prefix = > ' / emp_module',

    p_items_per_page = > 10,

    p_status = > "PUBLISHED."

    p_comments = > 'Comments on emp_module Module');

    l_templateId: = ORDS_SERVICES.add_template (p_module_id = > l_moduleId,)

    p_uri_template = > ' / postemp / ',.

    p_priority = > 0,

    p_etag_type = > 'HASH ',.

    p_etag_query = > null,

    p_comments = > ' POST emp emp /');

    l_handlerId: = ORDS_SERVICES.add_handler (p_template_id = > l_templateId,)

    p_source_type = > "plsql/block" ,

    p_method = > 'MESSAGE ',.

    p_items_per_page = > null,

    p_mimes_allowed = > null,

    p_comments = > 'Comments on Manager' ,

    p_source = > ' declare

    number of lCount;

    Start

    Select count (1)

    in lCount

    from emp where empno = 73369;

    If lCount = 0 then

    Insert into emp3 (empno, ename, job, mgr, hiredate, sal, comm, deptno)

    values (: empno,: ename,: job,: mgr,: hiredate,: sal: comm: deptno);

    on the other

    emp3 update

    the empno = value: empno,.

    Ename =: ename,

    = job: job,.

    Mgr =: mrg

    HireDate =: hiredate,

    SAL =: sal,

    Comm =: Comm.,

    DEPTNO =: deptno)

    where empno =: empno;

    end if;

    / *: status: = 201; * /

    end ;' );


    end;

    Hi 1054397,

    1054397 wrote:

    Please change your login username of "1054397" to something meaningful. Reference: Video tutorial how to change username available

    I'm creating a rest api using ADR 3.0 and the ORDS_SERVICES package. ADR is deployed in Weblogic 12 c. (Do not use APEX)

    I am able to receive calls to retrieve JSON objects, but when I try to do a POST method to update or deal with something in the database, it does not work.

    I get a 500 internal server error.

    For debugging this problem, you face on ADR:

    I can't find any example on the web or any good documentation on the package.

    What I am doing wrong?

    I would like to know where did you get/reference documentation for the API in PL/SQL ORDS_SERVICES as ADR 3.0 Oracle Documentation says nothing about it.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/develop.htm#BABDCBJC

    In addition, for the basic CRUD (create retrieve Update Delete), there is new feature introduced in ADR 3.0 which automatically activates the REST API for these operations on the tables REMAINS active. For more complex operations, you can use the PL/SQL block based RESTful Web services.

    Check out the blog series conducted by Gordon Smith on 'Auto REST Enablement"ADR 3.0 functionality:

    Also the Oracle Documentation for ADR 3.0 for the same function:

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/develop.htm#BABHAFHH

    Kind regards

    Kiran

  • WebLogic with problem supplier Active Directory Authentication: &lt; DN for user...: null &gt;

    I have a java application (SSO via SAML2) using Weblogic as an identity provider. Everything works fine using created users directly in Weblogic. However, I need to add support for Active Directory. Thus, according to the documents:

    -J' set an Active Directory authentication provider

    -changed it's order in the list of authentication providers so that it is first

    -l' control indicator value SUFFICIENT and configured the specific provider; Here's the part concerned in the config.xml file:

    <sec:authentication-provider xsi:type="wls:active-directory-authenticatorType">
            <sec:name>MyOwnADAuthenticator</sec:name>
            <sec:control-flag>SUFFICIENT</sec:control-flag>
            <wls:propagate-cause-for-login-exception>true</wls:propagate-cause-for-login-exception>
            <wls:host>10.20.150.4</wls:host>
            <wls:port>5000</wls:port>
            <wls:ssl-enabled>false</wls:ssl-enabled>
            <wls:principal>CN=tadmin,CN=wl,DC=at,DC=com</wls:principal>
            <wls:user-base-dn>CN=wl,DC=at,DC=com</wls:user-base-dn>
            <wls:credential-encrypted>{AES}deleted</wls:credential-encrypted>
            <wls:cache-enabled>false</wls:cache-enabled>
            <wls:group-base-dn>CN=wl,DC=at,DC=com</wls:group-base-dn>
    </sec:authentication-provider>
    
    
    

    I configured an instance of AD LDS (Active Directory Lightweight Directory Services) on a Windows Server 2008 R2. I created the users and a user admin "tadmin" that has been added to the members directors. I've also made sure to set the msDS-UserAccountDisabled property.

    After the restart Weblogic, I see that users and groups in AD LDS are properly recovered in Weblogic. But, when I try to connect to my application using Username:tadmin and the password: <>... it doesn't.

    Here's what I see in the log file:

    <BEA-000000> <LDAP Atn Login username: tadmin>
    <BEA-000000> <authenticate user:tadmin>
    <BEA-000000> <getConnection return conn:LDAPConnection {ldaps://10.20.150.4:5000 ldapVersion:3 bindDN:"CN=tadmin,CN=wl,DC=at,DC=com"}>
    <BEA-000000> <getDNForUser search("CN=wl,DC=at,DC=com", "(&(&(cn=tadmin)(objectclass=user))(!(userAccountControl:1.2.840.113556.1.4.803:=2)))", base DN & below)>
    <BEA-000000> <DN for user tadmin: null>
    <BEA-000000> <returnConnection conn:LDAPConnection {ldaps://10.20.150.4:5000 ldapVersion:3 bindDN:"CN=tadmin,CN=wl,DC=at,DC=com"}>
    <BEA-000000> <getConnection return conn:LDAPConnection {ldaps://10.20.150.4:5000 ldapVersion:3 bindDN:"CN=tadmin,CN=wl,DC=at,DC=com"}>
    <BEA-000000> <getDNForUser search("CN=wl,DC=at,DC=com", "(&(&(cn=tadmin)(objectclass=user))(!(userAccountControl:1.2.840.113556.1.4.803:=2)))", base DN & below)>
    <BEA-000000> <DN for user tadmin: null>
    <BEA-000000> <returnConnection conn:LDAPConnection {ldaps://10.20.150.4:5000 ldapVersion:3 bindDN:"CN=tadmin,CN=wl,DC=at,DC=com"}>
    <BEA-000000> <javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User tadmin denied
      at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:229)
      at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    
    
    

    So, I tried to watch why did I: < DN for user tadmin: null >. The Apache Directory Studio I have reproduced the ldap search request used in Weblogic, and of course, I get no results. But, change filter only "(& (cn = tadmin)(objectclass=user))" (NOTICE, no userAccountControl), it works; Here is the result of Apache Directory Studio:

    #!SEARCH REQUEST (145) OK
    #!CONNECTION ldap://10.20.150.4:5000
    #!DATE 2014-01-23T14:52:09.324
    # LDAP URL     : ldap://10.20.150.4:5000/CN=wl,DC=at,DC=com?objectClass?sub?(&(cn=tadmin)(objectclass=user))
    # command line : ldapsearch -H ldap://10.20.150.4:5000 -x -D "[email protected]" -W -b "CN=wl,DC=at,DC=com" -s sub -a always -z 1000 "(&(cn=tadmin)(objectclass=user))" "objectClass"
    # baseObject   : CN=wl,DC=at,DC=com
    # scope        : wholeSubtree (2)
    # derefAliases : derefAlways (3)
    # sizeLimit    : 1000
    # timeLimit    : 0
    # typesOnly    : False
    # filter       : (&(cn=tadmin)(objectclass=user))
    # attributes   : objectClass
    
    
    #!SEARCH RESULT DONE (145) OK
    #!CONNECTION ldap://10.20.150.4:5000
    #!DATE 2014-01-23T14:52:09.356
    # numEntries : 1
    
    
    

    (the "[email protected]" is defined as userPrincipalName in the tadmin on AD LDS user)

    As you can see, ' numEntries #: 1 "(and I can see as a result the entry ' CN = tadmin, CN = wl, DC = in, DC = com ' in Apache Directory Studio interface); If I add the userAccountControl filter I get 0.

    I read the AD LDS does not use userAccountControl but "uses several individual attributes to store the information contained in the userAccountControl attribute flags"; Among these attributes is msDS-UserAccountDisabled, which, as I said, I already have the value FALSE.

    So, my question is, how do I run? Why do I get "< DN for user tadmin: null >"? What is the userAccountControl? If this is the case, should I do a different configuration on my AD LDS? Or, how can I get rid of the userAccountControl filter into Weblogic?

    I don't seem to find the configuration files or in the interface: I don't have that "user of the name filter: (& (cn = %u)(objectclass=user))", there is no userAccountControl.»

    Another difference is that, even if in Weblogic, I put compatible ssl false flag, the newspaper I see ldaps and ldap, I noticed (I don't mean to install something ready for production and I don't want SSL for the moment).

    Here are some other things I tried, but doesn't change anything:

    -other attributes '-FS' were not resolved, so I tried their initialization to a value

    -J' tried other users defined in AD LDS, not tadmin

    -in Weblogic, I added users who were imported from AD LDS into the policies and roles > Kingdom roles > Global roles > roles > Admin

    -J' removed all occurrences of userAccountControl I found xml files in Weblogic (schema.ms.xml, schema.msad2003.xml)

    Any thoughts?

    Thank you.

    In the case of some other poor soul will fall on this issue: I did this job by configuring a generic ldap authenticator.

    See also:

    Re: could not connect to the WLS console with the user of the directory

  • Deployment on Weblogic with Jdeveloper 11.1.1.3.

    Hello


    I use Jdeveloper 11.1.1.3. I made a request of the ADF to use it. Now, I did a new domain using the WLS installed with Jdeveloper weblogic. When I deploy the application on the new field of Jdeveloper it now gives the following error message:

    [10: 37:28] the target platform's (Weblogic 10.3).
    [10: 37:28] recovery of the existing application information
    [10: 37:28] analysis of the dependence running...
    [10: 37:28] building...
    [10: 37:33] deployment 2 profiles...
    [10: 37:34] wrote on the Web for C:\JDeveloper\mywork\DemoApplication\ViewController\deploy\DemoApplication_ViewController_webapp1.war application Module
    [10: 37:34] wrote the Module Enterprise Application to C:\JDeveloper\mywork\DemoApplication\deploy\DemoApplication_application1.ear
    [10: 37:34] Application deployment...
    [10: 37:37] [Deployer: 149191] Operation "deploy" on demand "DemoApplication_application1" boot on 'adf_server '.
    [10: 37:38] [Deployer: 149193] Operation "deploy" on demand "DemoApplication_application1" failed on "adf_server".
    [10: 37:38] [Deployer: 149034] an exception has occurred for task [Deployer: 149026] deploy DemoApplication_application1 on adf_server. : [J2EE:160149] error in the processing of library reference. References application library, defined in weblogic pending - application.xml: [Extension name: adf.oracle.domain, exact match: false], [name of the Extension: oracle.jsp.next, exact match: fake]...
    [10: 37:38] WebLogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149] error in the processing of library reference. References application library, defined in weblogic pending - application.xml: [Extension name: adf.oracle.domain, exact match: false], [name of the Extension: oracle.jsp.next, exact match: false].
    [10: 37:38] check the server logs or the console of the server for more details.
    [10: 37:38] weblogic.management.DeploymentException: [J2EE:160149] error in the processing of library reference. References application library, defined in weblogic pending - application.xml: [Extension name: adf.oracle.domain, exact match: false], [name of the Extension: oracle.jsp.next, exact match: false].
    [10: 37:38] # incomplete deployment. ####
    [10: 37:38] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)



    Please Guide.


    Thank you and best regards,
    NL

    Hello

    It seems that your domain is not extended models JRF (which contains the runtime libraries).

    Check this.

    http://download.Oracle.com/docs/CD/E12839_01/Web.1111/b31974/deployment_topics.htm#ADFFD19837

    Arun-

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

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

    Thank you.

    This seems to work:

    request.getHeader ("REMOTE_USER")

    Are there any other ways to do this?

  • I can't run application in embedded weblogic after deploy on another WLS

    After deploying the application on Jdevelopper 11.1.1.0.0 in weblogic 10.3 in another server, I can't run my application in the embedded weblogic server to test.

    What should I do?



    Thank you to



    This is the error:

    [Deployer: 149034] An exception has occurred for task [Deployer: 149026] deploy prueba1 on DefaultServer. :.

    weblogic.application.ModuleException:

    # Incomplete deployment. # May 24, 2008 12:32:49

    oracle.jdeveloper.deploy.DeployException

    at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)

    at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)

    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

    at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)

    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

    at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)

    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

    at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)

    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

    at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)

    at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)

    to oracle.jdevimpl.runner.adrs.AdrsStarter$ $4 1.run(AdrsStarter.java:1316)

    Caused by: oracle.jdeveloper.deploy.DeployException

    at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)

    at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)

    ... 11 more

    Caused by: oracle.jdeveloper.deploy.DeployException: deployment failed

    at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)

    ... 12 more

    Juan,

    I tried to duplicate your scenario and deployed on a WLS outside first. After that I ran the application on the built-in Server successfully

    Frank

  • Replicate EQL in a group with several pools

    I wonder how and if you even go about it.

    I'm replying to a group of elders without in our disaster recovery site which have speeds of 10 k - 7.2 k disks. Yes I know its DR, but I split the san 3-10 k in a pool and 2-7 k san in a pool.

    How to reproduce 1 prod to 10 k of the pool and 2 Volume to the pool 7 k?

    Whenever I looked there delegation of space I could not understand how to remove specifically 1 pool or in the other, and if it would still be selectable during replication.

    So is this possible WITHOUT cut it pools in their own groups.

    Anyone?

    Hello, Tsz109...

    With PS Series firmware v8 and later versions, you can assign space for delegates in several pools, and the whole storage space can be used in the replication group. Delegate space can be assigned in one, some, or all the pools. Prior to firmware, delegated PS Series v8 space was restricted to a storage pool for a particular replication partner. Also, in the PS firmware v8 series and later, you can configure a mapping between primary and secondary pools for original replica set placement.

    See the following for more information:

    en.Community.Dell.com/.../19861448

    Please let me know if I can provide additional information.

    Have a great day.

Maybe you are looking for