Distributed destination issue on Web Logic server 8.1

Hi,
I'm using distributed JMS destination (Cluster) of Web Logic server 8.1.
I'm using Oracle B2B to talk to the cluster. Oracle B2B is only creating a consumer on one of the managed servers in this cluster. This is resulting in loss of messages when messages are placed by the WLI on the other managed server.
Further the consumers are created randomly by Oracle B2B.
My question here is whether Web Logic Server 8.1 supports multiple consumers for its clusters?
Please Help!
Thanks in advance.
Warm Regards,
Suhas.

Are your consumers co-located with each managed server or remote?
Let me preface this by this is the way I believe it works...
The reason I ask is that distributed destinations route to one managed server at connect time. So for producers, when 1 message is placed on a distributed destination, it is really routed to only 1 managed server queue. From a remote consumer standpoint, when connecting to a distributed destination to read messages, you are only routed to one of the managed server queues to read from, not the logical superset of all queues in the distributed destination. So you would need to connect to each distributed destination member queue directly to ensure each had consumers. Whereas if your consumers are co-located on the cluster, then they can each connect to the local member queue for that distributed destination and ensure that each member of the distributed destination has consumers.
I'd recommend you note the follow docs:
QueueReceivers
http://edocs.bea.com/wls/docs103/jms/dds.html
When creating a queue receiver, if the supplied queue is a distributed queue, then a single physical queue member is chosen for the receiver at creation time. The created QueueReceiver is pinned to that queue member until the queue receiver loses its access to the queue member. At that point, the consumer will receive a JMSException, as follows:
If the queue receiver is synchronous, then the exception is returned to the user directly.
If the queue receiver is asynchronous, then the exception is delivered inside of a ConsumerClosedException that is delivered to the ExceptionListener defined for the consumer session, if any.
Upon receiving such an exception, an application can close its queue receiver and recreate it. If any other queue members are available within the distributed queue, then the creation will succeed and the new queue receiver will be pinned to one of those queue members. If no other queue member is available, then the application won’t be able to recreate the queue receiver and will have to try again later.
Note:      For information on the load-balancing heuristics for distributed queues with zero consumers, see “Configuring Distributed Destination Resources”.
http://edocs.bea.com/wls/docs103/jms_admin/advance_config.html#jms_distributed_destination_config
The producer makes such a decision each time it sends a message. However, there is no compromise of ordering guarantees between a consumer and producer, because consumers are load balanced once, and are then pinned to a single destination member.

Similar Messages

  • Issue in WEB LOGIC Server Installation

    Hi All ,
    When we try to deploy ADF Portal we are getting the below message .
    Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
    Can anyone help on this
    Regards,
    Karthik
    Edited by: karthik.G on Dec 30, 2010 11:20 AM

    This was discuessd in here:
    http://radalcove.com/blog/?p=34
    http://one-size-doesnt-fit-all.blogspot.com/2009/01/configuring-weblogic-server.html

  • Changes not showing in other instance of web logic server after deployment

    Hi Everyone,
    My Jdev version is 11.1.2.3.0.
    I have developed one ADF application and deployed into web logic server from Jdev itself and is working fine with the URL.
    Now the same EAR file is deployed into other instance of web logic server. it was working fine too.
    NOw i have modified some columns in the table in ADF page and modified the URL of the page in Controller project properties Java EE Application tab and deployed the page in first instance through Jdeveloper only and is working very fine with the new URL and with the new changes.
    But when i deploy this EAR file into other instance of the web logic server i got following problems:
    1. URL is not being changed. --> page is running with the old URL only.
    2. Changes to the ADF page is not reflected.
    3. Test point for this application is blank in web logic server.
    What can be the issues with this?
    Any suggestions will be really useful.
    Thanks.....

    About the context URL:
    There are 2 ways to change the context URL, 1 for design time (the one you used) and 1 for deploy time.
    All info here: http://one-size-doesnt-fit-all.blogspot.be/2010/12/adf-changing-your-applications-url-or.html

  • Web logic server is force shutdown Hyperion 11.1.2.3 instillation.

    Hi All,
    I installed and configured Hyperion 11.1.2.3  successfully(In Os  Windows server 2008 R2, DB is Sql server 2005). After the Configuration of the all the products successfully i tested  all the components are working fine.But after the system restart the web logic server is force shutdown.
    I am trying to reconfigure the Hyperion products All the Application servers failed. Then i identified that the web logic server is shutdown. I am trying to start Web logic server but it auto aromatically force shut down state.
    Can any one help me how to resolve this issue step by step.
    I am waiting your Valuable Replay.
    Regards
    EPMA Hyperion

    Documentation - Introduction
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Integration of Web Logic Server with OAM 11g

    Hi all
    I'm trying to integrate OAM 11g with Web Logic server by following the steps mentioned in below link.
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10043/osso.htm#CHDFIGDC
    I placed oamAuthnprovider.jar file in mbean types folder and created a provider named OAMAuthn as per the link to use oam Authenticator.
    I deployed a sample application in weblogic server by mentioning the Active directory group name in web.xml and weblogic.xml files as shown below:
    web.xml :
    <auth-constraint>
    <role-name>Administrators</role-name>
    </auth-constraint>
    <login-config>
    <auth-method>BASIC</auth-method>
    </login-config>
    <security-role>
    <description>Authenticated Users</description>
    <role-name>Administrators</role-name>
    </security-role>
    weblogic.xml :
    <security-role-assignment>
    <principal-name>Administrators</principal-name>
    <role-name>Administrators</role-name>
    </security-role-assignment>
    When i try to acces my application http://<weblogic host>:<port>/<sample application>/<sample welcome.jsp> with the user credentials present in the AD group (Administrators).,i'm getting the Basic pop-up but getting an Error-403 forbidden.
    I'm able to access the application if i create a user named Administrator but not with the Users under Administrators group.
    can anyone please help me and tell me whether it a valid behaviour or not?
    I'm really sorry for my long post.
    Thanks & Regads,
    Swathi.

    Hi,
    Obiee11.1.1.5.0/6.0 both version supporting weblogic 10.3.5.0/6.0 both are no issues.
    http://blog.whitehorses.nl/2012/02/26/a-few-quick-tips-for-upgrading-ofm-11g-to-patch-set-5/
    also refer
    http://docs.oracle.com/cd/E23943_01/bi.1111/e16452/bi_plan.htm#BABECJJH
    Thanks
    Deva

  • LDAP + Web Logic Server

    Hi,
    I'm new to weblogic server as well as LDAP.
    Can anyone tell us, is it possible to configure LDAPContextFactory to Foreign JNDI in web logic server console.
    If so how we can access the newly created Foreign Context?
    I have created the Foreign JNDI content for com.sun.jndi.ldap.LdapCtxFactory and i have given the Foreign JNDI Link in web logic server. But i'm not sure how to get the reference of newly configured Foreign JNDI Context in the JAVA class.
    Intial Context : com.sun.jndi.ldap.LdapCtxFactory
    Provider URL : ldap://<Domain>:<PORT>
    User Name : ""
    Password : ""
    Properties : SECURITY_AUTHENTICATION="Simple",REFERRAL="follow"               
    Have created the name as "LDAPTest" and created the foriegn Link with the name "LDAPLink" with Local JNDI as :LDAPTest" and remote JNDI as : "LDAP Test"
    After that when i try to access LDAPTest using the following code
    Object o = ctx.lookup(new CompositeName().add("LDAPTest"));
    I'm getting NoInitialContext Exception
    Can anyone help me out to solve this issue.
    Thanks in advance for a valuable help. !!

    Hi,
    I'm new to weblogic server as well as LDAP.
    Can anyone tell us, is it possible to configure LDAPContextFactory to Foreign JNDI in web logic server console.
    If so how we can access the newly created Foreign Context?
    I have created the Foreign JNDI content for com.sun.jndi.ldap.LdapCtxFactory and i have given the Foreign JNDI Link in web logic server. But i'm not sure how to get the reference of newly configured Foreign JNDI Context in the JAVA class.
    Intial Context : com.sun.jndi.ldap.LdapCtxFactory
    Provider URL : ldap://<Domain>:<PORT>
    User Name : ""
    Password : ""
    Properties : SECURITY_AUTHENTICATION="Simple",REFERRAL="follow"               
    Have created the name as "LDAPTest" and created the foriegn Link with the name "LDAPLink" with Local JNDI as :LDAPTest" and remote JNDI as : "LDAP Test"
    After that when i try to access LDAPTest using the following code
    Object o = ctx.lookup(new CompositeName().add("LDAPTest"));
    I'm getting NoInitialContext Exception
    Can anyone help me out to solve this issue.
    Thanks in advance for a valuable help. !!

  • We need integrate a Web Logic server 6.1 or 7.0 with Lotus Domino 5.x or 6.x

    Hello,
    We have a customer that for requirements from some applicactions needs Web
    Logic server 6.1 or 7.0 to work with Lotus Domino 5.x or 6.x
    According to our experience we think its possible but we will appreciate
    your opinion on the issue.
    We would also want to know if you know of someone that has build up this
    system or that has spent some time on testing accomplihing the connection.
    A name and email address would be fine so we can get in touch with them.
    Regards,
    Philippe Abadie
    DyDeCom Ltda.
    [email protected]
    [att1.html]

    Hello,
    We have a customer that for requirements from some applicactions needs Web
    Logic server 6.1 or 7.0 to work with Lotus Domino 5.x or 6.x
    According to our experience we think its possible but we will appreciate
    your opinion on the issue.
    We would also want to know if you know of someone that has build up this
    system or that has spent some time on testing accomplihing the connection.
    A name and email address would be fine so we can get in touch with them.
    Regards,
    Philippe Abadie
    DyDeCom Ltda.
    [email protected]
    [att1.html]

  • How do i get the current version of web logic server on obiee 11g

    Hey
    I am pretty new to 11g and Weblogic
    How do i get the current version of web logic server on obiee 11g(11.1.1.5), I know that it should be higher than 10.3.5.
    Thanks

    Hi,
    Obiee11.1.1.5.0/6.0 both version supporting weblogic 10.3.5.0/6.0 both are no issues.
    http://blog.whitehorses.nl/2012/02/26/a-few-quick-tips-for-upgrading-ofm-11g-to-patch-set-5/
    also refer
    http://docs.oracle.com/cd/E23943_01/bi.1111/e16452/bi_plan.htm#BABECJJH
    Thanks
    Deva

  • Error while running application under  Oracle Web logic server 10.3

    Hi all,
    I am using  Oracle Web logic server 10.3 to run reports(CR4E).when at the time of adding server in to crystal report application
    i had taken Application Development Support Then at run time it is showing following error message
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException---- Error code:-2147467259 Error code name:failed
    How to Solve these critical  problem
    Thanks ,
    Amol Patil

    Hi Rahul,
    Server logs may contain JDK warnings such as the following if the jdk folder is an mklink.
    *[WARN ][osal ] Could not add counter (null)\ for query*
    *[WARN ][osal ] Failed to init virtual size counter.*
    These are just warnings and do not affect any servers.
    Workaround
    To suppress these warnings, add the following line in the FRAMEWORK_LOCATION\provisioning\provisioning-plan\fusionapps_start_params.properties file
    -Xverbose:osal=error
    You can even try the solution provided in below link
    http://hirt.se/blog/?p=169
    Regards
    Fabian

  • Web Logic Server Administration Console

    Hi All,
    I loged into Admin Console of Oracle Web Logic Server Administration Console
    For DeployingP6WebServices::
    Created aWebLogicdomain for the WebServices application.
    DeployingP6WebServicesintotheWebLogicdomain. giving an error:
    In Deployments Tab which is left corner:Deployed a WAR File but while starting all rquests its giving me the java error
    javax.servlet.ServletException: [HTTP:101249]
    [weblogic.servlet.internal.WebAppServletContext@d025b9 - appName: 'p6ws', name: 'p6ws.war', context-path: '/p6ws', spec-version: 'null']:
    Servlet class org.apache.cxf.transport.servlet.CXFServlet for servlet cxf could not be loaded
    because the requested class was not found in the classpath .
    java.lang.ClassNotFoundException: org.apache.cxf.transport.servlet.CXFServlet.
    Please help me its urgent

    check in the documentation http://www.oracle.com/technetwork/indexes/documentation/index.html , select your primavera version, and check document called: tested_configuration, check if you are using the right weblogic and jdk version for your primavera p6 version.

  • Web Logic server 10.3.5 not running

    I am starting the WLS from START-->All Programs-->Oracle Classic Instance - asinst_1-->Start Web Logic Admin Server.
    When it starts it is giving error highlighted in bold.After Logging in the error in bold keeps coming.I am unable to understand this .Can anybody explain me the what should I do?Please assist me as I am not able to understand.
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic
    patch.jar;C:\oracle\MIDDLE~1\patchocp360\profiles\default\sys_manifest_classpa
    th\weblogic_patch.jar;C:\oracle\MIDDLE~1\JROCKI~1.2-4\lib\tools.jar;C:\oracle\MI
    DDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\serve
    r\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_1
    0.3.5.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\M
    IDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0
    _1/lib/ant-contrib.jar;C:\oracle\Middleware\wlserver_10.3\server\lib\weblogic.ja
    r;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle
    \Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\M
    iddleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Middlewar
    e\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\Middleware\Oracle_F
    RHome1\common\wlst\lib\adf-share-mbeans-wlst.jar;C:\Oracle\Middleware\Oracle_FRH
    ome1\common\wlst\lib\mdswlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst
    \resources\auditwlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resourc
    es\jps-wlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\jrf-wl
    st.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oamap_help.jar;
    C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oamAuthnProvider.jar;C
    :\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\ossoiap_help.jar;C:\Ora
    cle\Middleware\Oracle_FRHome1\common\wlst\resources\ossoiap.jar;C:\Oracle\Middle
    ware\Oracle_FRHome1\common\wlst\resources\sslconfigwlst.jar;C:\Oracle\Middleware
    \Oracle_FRHome1\common\wlst\resources\wsm-wlst.jar;C:\oracle\MIDDLE~1\ORACLE~1\s
    oa\modules\commons-cli-1.1.jar;C:\oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.so
    a.mgmt_11.1.1\soa-infra-mgmt.jar;C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_
    11.1.1\jrf.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:
    \oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;.;C:\Program Files\Java\jre6\lib
    \ext\QTJava.zip
    PATH=C:\oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\oracle\MIDDLE~1
    \patch_ocp360\profiles\default\native;C:\oracle\MIDDLE~1\WLSERV~1.3\server\nativ
    e\win\32;C:\oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\oracle\MIDDLE~1\modules\ORG
    APA~1.1\bin;C:\oracle\MIDDLE~1\JROCKI~1.2-4\jre\bin;C:\oracle\MIDDLE~1\JROCKI~1.
    2-4\bin;C:\Oracle\Middleware\Oracle_FRHome1\bin;C:\oracle\product\10.2.0\db_1\bi
    n;E:\oracle\product\10.2.0\db_1\bin;C:\Program Files\PC Connectivity Solution\;C
    :\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\NTRU Cryptosystems\
    NTRU TCG Software Stack\bin\;C:\Program Files\Java\jdk1.6.0_24\bin;C:\Windows;C:
    \Windows\system32;C:\Oracle\Middleware\Oracle_FRHome1\opmn\bin;C:\Oracle\Middlew
    are\Oracle_FRHome1\opmn\lib;C:\Oracle\Middleware\Oracle_FRHome1\perl\bin;C:\Prog
    ram Files\Java\jdk1.6.0_24\bin;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\3
    2\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    *[WARN ][osal   ] Could not enumerate processes (1) error=-1073738819*
    *[WARN ][osal   ] Could not add counter (null)\ for query*
    *[WARN ][osal   ] Failed to init virtual size counter.*
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Oracle JRockit(R) (build R28.1.3-11-141760-1.6.0_24-20110301-1429-windows-ia32,
    compiled mode)
    Starting WLS with line:
    C:\oracle\MIDDLE~1\JROCKI~1.2-4\bin\java -jrockit -Xms256m -Xmx512m -Dweblogic
    .Name=AdminServer -Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\li
    b\weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=C
    :\oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Dw
    eblogic.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Xms512m -Xmx1024m -Doracle.
    home=C:\Oracle\Middleware\Oracle_FRHome1 -Ddomain.home=C:\Oracle\Middleware\user
    _projects\domains\ClassicDomain -Dcommon.components.home=C:\oracle\MIDDLE~1\ORAC
    LE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.lo
    gging.impl.Jdk14Logger -Ddomain.home=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~
    1 -Djrockit.optfile=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocke
    t_optfile.txt -Doracle.server.config.dir=C:\oracle\MIDDLE~1\USER_P~1\domains\CLA
    SSI~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\oracle\M
    IDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:
    \oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\carml -Digf.arisidst
    ack.home=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\arisidprov
    ider -Doracle.security.jps.config=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\c
    onfig\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\oracle\MIDDLE~1\USER
    P~1\domains\CLASSI~1\servers\AdminServer\tmp\WL_user -Doracle.deployed.app.ext
    =\- -Dweblogic.alternateTypesDirectory=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracl
    e.ossoiap_11.1.1,C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -
    Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabl
    ed=false -Dwc.oracle.home=C:\oracle\Middleware\Oracle_FRHome1 -Dclassic.oracle.
    home=C:\oracle\Middleware\Oracle_FRHome1 -Dem.oracle.home=C:\oracle\Middleware\
    oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwl
    w.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dwe
    blogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifes
    t_classpath;C:\oracle\MIDDLE~1\patch_ocp360\profiles\default\sysext_manifest_cla
    sspath weblogic.Server
    *[WARN ] Use of -Djrockit.optfile is deprecated and discouraged.*
    *[WARN ][osal   ] Could not enumerate processes (1) error=-1073738819*
    *[WARN ][osal   ] Could not add counter (null)\ for query*
    *[WARN ][osal   ] Failed to init virtual size counter.*
    <Jul 14, 2012 9:52:53 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ
    JCE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jul 14, 2012 9:52:53 PM IST> <Info> <Security> <BEA-090906> <Changing the defau
    lt Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jul 14, 2012 9:52:54 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Oracle JRockit(R) Version R28.1.3-11-141760-1.6.0_24-20110301-
    1429-windows-ia32 from Oracle Corporation>
    <Jul 14, 2012 9:52:55 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Jul 14, 2012 9:52:56 PM IST> <Info> <Security> <BEA-090065> <Getting boot ident
    ity from user.>
    Enter username to boot WebLogic server:Oracle Classic Instance - asinst_1

    Hi Rahul,
    Server logs may contain JDK warnings such as the following if the jdk folder is an mklink.
    *[WARN ][osal ] Could not add counter (null)\ for query*
    *[WARN ][osal ] Failed to init virtual size counter.*
    These are just warnings and do not affect any servers.
    Workaround
    To suppress these warnings, add the following line in the FRAMEWORK_LOCATION\provisioning\provisioning-plan\fusionapps_start_params.properties file
    -Xverbose:osal=error
    You can even try the solution provided in below link
    http://hirt.se/blog/?p=169
    Regards
    Fabian

  • Web logic server found error

    hi guys, i have successfully deployed my first container managed persistence entity bean
    on web logic server 5.1 but i am unable to run my client application the following error
    occurs when i try to run my client application on windows 98 platform
    we are unable to get a connection to the web logic server at t3:\\localhost:7001
    please make sure that the server is running
    unable to lookup the beans home: cannot instantiate
    class:weblogic.jndi.WLInitialContextFactory
    plz let me know how to overcome this problem
    and what does it mean by t3 why we use it instead of http.
    with regards
    abid

    we are unable to get a connection to the web logic
    server at t3:\\localhost:7001
    please make sure that the server is running
    unable to lookup the beans home: cannot instantiate
    class:weblogic.jndi.WLInitialContextFactoryt3 is a proprietary protocol used by weblogic. First of all tcp/ip needs to be set up in order for you to access localhost. You can check this by opening your browser and typing http://localhost in the address bar. This should bring up the weblogic homepage. If this does not happen, all you need to do is install the TCP/IP services.
    Amit Rajaram

  • Web Logic Server in IBM Power 6 Based (AIX 6.1)

    Hi,
    Please share the documentation for 11g R1 Web Logic Server in IBM Power 6 Based (AIX 6.1) cluster environment.
    Regards,

    Hi
    You could review Oracle® Fusion Middleware High Availability Guide 11g Release 1 (11.1.1) at
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10106/aa.htm#CFADJHAC
    regards

  • Monitor loggedin user in Oracle Web Logic Server

    Dear All,
    We are using IPM (11.1.1.3.0) with Oracle Web Logic Server 10.3.3.0 (Embedde LDAP).
    Can you please let me know how to monitor user login sessions (which user login at what time to the system, when he last loggedin) from Web Logic Server ?
    Also let me know whether it is possible to create a monthly report of each user login duration and how can I do it.
    Thank You

    >
    For Oracle Forms and Reports 11g Release 2 (11.1.2), download Oracle WebLogic Server 11g (10.3.5) from OTN or
    >
    from http://docs.oracle.com/cd/E23104_01/download_readme_cr2/download_readme_cr2.htm#BABDBHCJ
    Oracle Fusion Middleware 11g Software
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html

  • Starting Web Logic Server  - Unrecognized option: -jrockit

    Hi,
    Im getting the error "Unrecognized option: -jrockit" when I try to start the Web Logic Server as is showed below:
    D:\Oracle\Middleware\user_projects\domains\base_domain\bin>startWebLogic.cmd
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Starting WLS with line:
    I already installed the JDK 7 64 (jdk-7u2-windows-x64) and use the generic file to install the Web Logic Server (wls1035_generic)
    I got the files from here:
    JDK >> http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u2-download-1377129.html
    Web Logic >> http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    Any help I will appreciate.
    Thank You,
    Raul.

    Note that you are using the HotSpot JDK. The option -jrockit is only valid if you are using JRockit.
    When you open setDomainEnv.cmd you see something like:
    if "%JAVA_VENDOR%"=="Oracle" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Oracle
              set JAVA_HOME=C:\bea\jrockit_160_29_D1.2.0-10
    )which selects a certain JDK based on the set JAVA_VENDOR property.
    You add the property JAVA_VENDOR above the first if statement, for example,
    set SUN_JAVA_HOME=
    set JAVA_VENDOR=Sun
    if "%JAVA_VENDOR%"=="Oracle" (...)Also see if the SUN_JAVA_HOME property is set to the correct directory.
    technical session - http://middlewaremagic.com/weblogic/?p=7831

Maybe you are looking for

  • Create a client and logical system for BW

    Hi all, Can anyone show me how to create a BW client?      create a BW client and logical system for BW client.      create sourcesystems for the other clients in BW. I have follow some documents B84: BI Connectivity B03: General Settings BI Integrat

  • Existing IMAP notes not available in notes app after mountain lion installation

    After today's mountain lion upgrade (from lion) my notes stored on an IMAP server are not available in the new notes app. The folder of the IMAP Account itself is shown but appears empty. On my Iphone all notes of the IMAP Account are shoen correctly

  • Multi monitor support from iMac 27, multi monitor support from iMac 27

    I'm running Windows 7 in Boot Camp on iMac 27 and trying to get 2550 x 1440 Asus monitor running it defaults to lower resolution using a DVI.  How do i get better resolution? thanks in advance

  • FAQ sticky?

    I think I've asked for this before, but it would be REALLY nice if we could have FAQ sticky thread for known solutions to problems and/or known list of hardware that is working with Logic Pro 9 (or whatever version of interest). For my specific needs

  • Installing OSX through USB on W7

    Long story short I had the public 10.10 beta and when I went to college I couldn't validate on the  network due to 10.10 being unsupported. Regardless I wiped that partition and thought it would be possible to install 10.9 that way but boy was I wron