Need Help on Weblogic JMS Clustering

Hi All
Our code is moving to a clustered environment (2 OSB managed servers), in order to support JMS clustering i have already done the below, I just need your advice whether i have done it correctly or not. Please advise
1) Created 2 JMS Servers, targeted one JMS Server on OSB MS 1 and second JMS Server on OSB MS 2.
2) Created distributed destinations (Queues and Topics) subdeployment on both JMS Servers.
3) Targeted all connection factories to OSB Clsuter. Load Balancing and Server Affinity is enabled by default. Should server affinity be disabled for proper load balancing to occur? Please advise on this
3) JMS Proxy and business services use cluster URL's now (jms://serverA:7001,serverB:7001/CF/QueueOrTopic). I Hope its correct? Please advise
Is there any other setting that i need to do or i have missed out? Please let us know.
Also, one more thing we are calling SOA Composites via SOA-Direct protocol in OSB. The SOA Servers owned by some other team will also be load balanced. Since this is a t3 call, HTTP load balancer would not come into picture here, right? How do i load balance this outgoing call from business service (2 options bellow)
1) t3://server1:8001,server2:8001/default/ABCProduct!1.0/ABCService_DirectBinding
2) Specifying two individual endpoints and selecting load balancing algorithm as Round Robin
t3://server1:8001/default/ABCProduct!1.0/ABCService_DirectBinding
t3://server2:8001/default/ABCProduct!1.0/ABCService_DirectBinding
what is the diff between the above 2 options? Also, if one of the SOA nodes go down, than which option would automatically redirect to other node. We have to ensure this as the HTTP load balancer ensures this thing. Thanks
Edited by: Amit Sachdev on Jun 13, 2012 12:16 AM

Hi Amit,
The first part looks correct.
Create two jms servers (jmsosb1, jmsobs2)
Create data source and jndi location
create foreign connection factory under JmsModule, create destination and connection factory.
the cluster business service end point will be
jms:///<<ForeignConnectionFactory Name>>/<<destination local jndi name>>
The second part SOA endpoint will be in cluster environment as follows:
http://<< cluster name>>/soa-infra/services/default/<<composite name>>/<<servicename>>
example:
http://test.ch/soa-infra/services/default/cm.conn.bp.test/test_client_ep
or if you want to invoke two nodes directly you use below url as well.
http://<<SOAservername1>>:<<port>>,<<SOAservername2>>:<<port>>//soa-infra/services/default/<<composite name>>/<<servicename>>
Regards,
Padmanabham

Similar Messages

  • Weblogic JMS clustering

    Hi All,
    I need help understanding weblogic JMS clustering. I read few documents regarding this but not very clear about it.
    Hope to get help/suggestion here.
    I have following setup
    box1 - adminserver, osbserver1
    box2- osbserver2
    osbserver1 and osbserver2 are clustered together
    I have a JMS server created each one for each managed server (OSB server) in the cluster. These JMS servers are non-persistent. persistent store is "None".
    I have one JMS module created with connection factory, distributed Qs and are associated with a subdeployment that is targeting to the cluster
    I have all the servers(admin server and both OSB servers) are in running state
    To monitor JMS server I go to services->JMS Servers
    I see jmsserver1 which is targeted to osbserver1 has "Health" is marked as "OK"
    jmserver2 which is targeted to osbserver2 has no "health" check
    If I go to environment->servers , I see all the 3 servers are marked as "RUNNING" with "Health" OK
    As a note I created managed server in the second box before creating the JMS server and resources.
    And I do not have any nodemanager setup at this point.
    How would I know the JMSserver in both servers are active and have no issues ?
    Do I need to do anything to start JMSServer in OSBServer2 ?
    Edited by: 818591 on Feb 11, 2011 8:27 AM
    Edited by: 818591 on Feb 11, 2011 9:31 AM

    Should the JMS Server/JMS modules already be created so that the remote managed server will get configuration of these setup?No. This is not how resorces are created. Pack/unpack is used for creating the domains, ONCE. Later on you may very well use Weblogic admin console to create the resources and target/untarget those.
    As a note I do not have node managed setup yet. It is recommended that you use node manager in environments where servers may be installed on different machines -
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13740/toc.htm
    To me, it seems a network/cluster communication issue. If you have Oracle Support, better raise a SR with them to find out the exact issue as they would be in better position to understand your architecture and analyzing logs. You may also raise a thread in Oracle Weblogic forum to get a suggestion from a Weblogic expert -
    WebLogic Server - Clustering
    Regards,
    Anuj

  • Need help regarding Weblogic Server Hang up

    We are facing a problem at the client’s place on the production environment.
    The weblogic server is hanging up once every week. The application is running fine till then, but once the server is hung we need to restart the weblogic again.
    Also after observing the behavior of the memory usage of the application in the weblogic admin console we came to know that the memory usage is gradually increasing day by day. We are not sure why this is happening.
    We tested the application to check for any memory leaks using JProbe. We couldn’t find any memory leaks in the application. We even tested it onsite but couldn’t find any memory leaks.
    I need some help on this issue as this is happening on the production environment and needs to be resolved as soon as possible.
    The configuration we are having on the production environment is:
    bea:8.1
    JDK:1.41_02

    1. You say its a hang, get multiple threadumps and see whats happening at the time of hang. this will give you a clue into the work thats going on and thats stuck.
    2. are you seeing outofmemoryexception? If yes only then you will need to suspect the memory leak. First thing in such situation is try to increase the heap by about 1/3rd more (this is just a guestimate not a recommended practice) , that can potentially buy you time to analyze the problem.
    3. you should also check if weblogic objects are leaking , check the jprobe snapshots if you have any to see if you find any weblogic object that are not getting garbage collected and growing continuously. there have been a few memory leak fixes since 8.1 release. if you find something contact support@bea and find out if any existing fix will help.

  • Need help with weblogic monitoring

    HI all
    I need to get metrics from my WL 12c applications.  metrics such as response times for requests, transaction times list all loaded classes etc..
    I connect to jconsole but I do not see any metrics.  whats the best way to get metrics out of weblogic web service app?

    Naveen,
    That did it!
    Many Thanks,
    Kevin
    "Naveen \([email protected]\)" <[email protected]> wrote:
    Hi,
    Within the grant block that is at the end of the weblogic.policy file,
    try
    adding the following entry :
    permission java.sql.SQLPermission "setLog", "*";
    Thanks,
    -- Naveen
    "Kevin Toomey" <[email protected]> wrote in message
    news:3c0bad4a$[email protected]..
    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied(java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/}"read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

  • Need help using weblogic.Deployer to refresh a webapp

    I'm trying to refresh some jsp from a webapp deployed in exploded format
    in WLS 8.1SP3
    The original source files are not located on the machine or filesystem
    running the admin server (the webapp is deployed on a cluster)
    On WLS 6.1SP5, we use weblogic.refresh to upload the files to the admin
    server and redeploy the refreshed files.
    The documentation suggest to use weblogic.Deployer with WLS8.1 since
    weblogic.refresh is deprecated.
    I couldn't find the correct command line options to reproduced the
    weblogic.refresh behaviour. Apparently it is not possible to upload the
    files to the admin server and redeploy in a single step. weblogic.Deployer
    expects the file to be already available to the admin server before
    issuing the redeploy (using rsync, ftp or whatever). Is this correct ?
    What did I miss ?
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

    I thought you've got error of another type - that error is fixed by simple software update.
    Regarding your case - it's always frightening in first time. Believe me - there's completely nothing to be afraid of.
    Resizing C drive may result killing your DATA on it only in case of energy is down during the process. Process is taking about 15-20 minutes on slow programs and about 3-4 minutes on fast programs. That means that even having problems with electricity you'll be able to finish everything correctly running on battery.
    I'd recommend using Acronis Disk director Suite, but it is not free. One of the best free progs for that are bootable Linux livecds PartedMagic and GParted. They're all intuitive understandable. 
    You will get your NOVO recovery feature lost after C resize, but you can enable it later, replacing that factory backup in hidden partition with your own backup - your NOVO button will restore your system with all your software and settings.
    it will be good for you to start with some basic principles on partitions organization schemes - why, what for and how questions are briefly explained here. After reading this you'll be able to ask right questions to get right answers.
    //help will save the world

  • Need help  in weblogic

    Hi
    I am new to weblogic.  I am  migrating  Weblogic which running  on  Solaris  8 physical  box  to     Solaris 10 Zone  on  solaris 8 platform.
    When I start  weblogic  instance  , it starts  and   crashes and  getting below  error in weblogic  log.
    Tue Jul 30 04:43:15 PDT 2013:<E> <Posix Performance Pack> Failure in processSockets()
    java.io.IOException: unexpected revents in poll
            at weblogic.socket.PosixSocketMuxer.poll(Native Method)
            at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:284)
            at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
            at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    Can you please  help.
    Thanks
    Nagesh Prabhu

    you might be able to get away with restarting your server.
    I am nmot sure if this feature is available in wls 6 . There is a connection pool parameter that can check if the connection is valid before giving it out. if it is not good it will create a new connection and give it you.

  • Need help with weblogic.policy file

    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied (java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/} "read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

    Naveen,
    That did it!
    Many Thanks,
    Kevin
    "Naveen \([email protected]\)" <[email protected]> wrote:
    Hi,
    Within the grant block that is at the end of the weblogic.policy file,
    try
    adding the following entry :
    permission java.sql.SQLPermission "setLog", "*";
    Thanks,
    -- Naveen
    "Kevin Toomey" <[email protected]> wrote in message
    news:3c0bad4a$[email protected]..
    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied(java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/}"read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

  • Need help on Weblogic Portal 8.1

    We are using Weblogic 8.1 Portal server. Below is the code snippet used in one of the JSP files to pick up contents from Documentum and display it. In this code "pz:contentSelector" tag is returning a com.bea.content.Node[] object where are "cm:getProperty" tag is calling a customized wrapper class which accepts only a com.bea.p13n.content.Content[] object. We understand that Content object has been replaced with Node in Weblogic 8.1 SP4.
    Can anyone tell us how to convert a Node object into Content object?
    <pz:contentSelector rule="<%= sRule %>" id="indocs"/>
    <cs:getContent docs="<%=indocs%>" id="item">
    <cm:getProperty failOnError="true" id="item" />
    </cs:getContent>

    We are using Weblogic 8.1 Portal server. Below is the code snippet used in one of the JSP files to pick up contents from Documentum and display it. In this code "pz:contentSelector" tag is returning a com.bea.content.Node[] object where are "cm:getProperty" tag is calling a customized wrapper class which accepts only a com.bea.p13n.content.Content[] object. We understand that Content object has been replaced with Node in Weblogic 8.1 SP4.
    Can anyone tell us how to convert a Node object into Content object?
    <pz:contentSelector rule="<%= sRule %>" id="indocs"/>
    <cs:getContent docs="<%=indocs%>" id="item">
    <cm:getProperty failOnError="true" id="item" />
    </cs:getContent>

  • Need Help with Weblogic Portal WSRP setup on IE10 & above

    Hello,
    My client hosts weblogic Portal server and consumes portlets built in .Net. These work fine in all browsers except for IE10 and above.
    In IE10 and above, none of the click events seem to work. This does not generate any error in the browser or in the application on my end.
    I have setup Oracle Weblogic Portal 10gR3 locally on my Windows 7 box and I have added my application running on local machine as producer, so I am able to add break points and step through the code.
    I confirmed that every click event triggers a response but the view in the portal does not change.
    When I try to load the portlet directly in browser, every thing works fine.
    Only different thing I did different to handle multiple instances of same portlets is to add namespaces to all function names
    Original:
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
      theForm.__EVENTTARGET.value = eventTarget;
      theForm.__EVENTARGUMENT.value = eventArgument;
      theForm.submit();
    Modified:
    var nsT6001266201402001799481theForm = document.forms['nsT6001266201402001799481form1'];
    if (!nsT6001266201402001799481theForm) {
        nsT6001266201402001799481theForm = document.nsT6001266201402001799481form1;
    function nsT6001266201402001799481__doPostBack(eventTarget, eventArgument) {
        if (!nsT6001266201402001799481theForm.onsubmit || (nsT6001266201402001799481theForm.onsubmit() != false)) {
            nsT6001266201402001799481theForm.__EVENTTARGET.value = eventTarget;
            nsT6001266201402001799481theForm.__EVENTARGUMENT.value = eventArgument;
            nsT6001266201402001799481theForm.submit();

    Oracle Weblogic Portal 10gR3

  • Need help in weblogic 10.

    Hi,
    I am migrating from weblogic 8.1 to weblogic 10 and I have solved most of the problems, now I am facing a problem with the deployment of “ear” file. We have an ear file with a web application in it. Even though other parts of the application is working, this Reactor Product is a basic J2EE ear file with a war file inside and in the war file there are jar files, in that there are properties files. So it is not loading the properties files in weblogic 10. Why cant the web application see them.
    Is there a difference between the way weblogic 8.1 loads property files with weblogic 10.
    Thanks,
    ppunj

    There are a lot of diferences. Firstly check JDK version (WL8.1 1.4 JDK version and WL10 1.6 JDK version) , secondly read diferences in bea manual. Compile whith the same JDK as the WL10.

  • Need help while Horizontal clustering

    Hi All
    I need help while creating horizontal clustering as I have below setup :-
    1 windows machine
    1 solaris machine
    Over solaris machine my domain is active at directory /bea/wls/wls10.3.3/ . In this domain i have a cluster with 2 managed server. Now i want to create a managed server over windows machine and want to administer that from solaris machine admin server.
    Can someone please help me with a step by step approiach for this. As i saw some posts but they say that while using pack and unpack commands the direcotry structure should be same which is not possible in my case.Please suggest
    Sharad

    Hi Sharad,
    It is not mandatory to have the NodeManager for Horizontal Clustering. If you dont want to use NodeManager then do the following for Horizontal Clustering:
    1.. Create 2-3 Managed Servers from AdminConsole. Suppose 3 Managed Servers MS1,MS2,MS3 …which u want to run on 3 Different Physical Boxes.
    2.. Install WebLogic and JDK exactly same Identical Locations in the Managed Server Boxes as well… sothat the JAVA_HOME and WL_HOME and BEA_HOME directories will be same in all the Physical Boxes.
    3.. Now Use the “pack/unpack” BEA utility to make the domain zip
    if you use ”Pack/Unpack” weblogic utility to do this. By doing this you can ensure that you will never get invalid (domain salt file not found) Or Many Security & SSL Handshake related errors kind of error while starting your ManagedServer remotely. (for detail of Pack/Unpack commands)
    http://download.oracle.com/docs/cd/E13179_01/common/docs92/pack/commands.html#wp1068441
    4.. Now Whenever u want to start the Managed Servers go inside the “<DOMAIN_HOME>\bin” and then run the “startManagedWebLogic.sh” like folowing
    If you want to use Nodemanager in this case then go with nmEnroll option to enroll your machine.
    Open a Shell/command prompt in Box-B and then run setWLSEnv.sh/setWLSEnv.cmd
    Then Enroll the Nodemanager using WLST command…
    http://download-llnw.oracle.com/docs/cd/E15051_01/wls/docs103/nodemgr/nodemgr_config.html#wp1100844
    Syntax: nmEnroll([domainDir], [nmHome])
         java weblogic.WLST
         connect('weblogic','weblogic','t3://1.1.1.1:7001')
         nmEnroll('/opt/apps/bea103/user_projects/MyDomainOne','/opt/apps/bea103/wlserver_10.3/common/nodemager')
    Above command will Enroll the Nodemanager of Box-B in Domain (MyDomainOne) created in Box-A
    --> Start Nodemanager in Box-B
    --> Login to AdminConsole of Box-A and then check that the Machine-2 Nodemanager is showing “reachable” or “incative”…Ideally Now it should be ‘Reachable’
    --> Login to AdminConsole and Now Create a Cluster and add these both Managed Servers In that Cluster.
    --> Now start Both Managed Servers through AdminConsole.
    Hope this is clear if you have any further query please let me know.
    Regards,
    Kal

  • NPE using weblogic.httpd.clustering.enable

    I'm having some difficulty trying to configure a cluster. If I set the
              property "weblogic.httpd.clustering.enable" to true I will get the attached
              NullPointerException. Where did I do wrong?
              Thanks for help.
              -- Jerry
              Tue Sep 26 14:09:13 PDT 2000:<I> <HTTP> Log rotation is size based
              Unable to initialize server: java.lang.NullPointerException
              fatal initialization exception
              java.lang.NullPointerException
              at weblogic.t3.srvr.HttpServer.start(HttpServer.java:398)
              at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1305)
              at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
              

              Dimitri Rakitine wrote:
              > I think what it means is that you do not need cluster license (and cluster enabled) to
              > use session persistence, and you do not need to set weblogic.httpd.clustering.enable to
              > use file or jdbc persistence.
              But I do need to use clustering and in order to do that
              I gotta have the weblogic.httpd.clustering.enable set to true among
              all other cluster related properties. What would be the point of using session persistence without
              actually running your servers in a cluster ?
              Right ??
              >
              >
              > Andrzej Porebski <[email protected]> wrote:
              >
              > > We are getting the same exact error (NPE). The reason for this error is null ClusterManager
              > > singleton in weblogic and the only way that thing can be null is if the clustered was not properly configured.
              > > Now, according to weblogic docs, if you use jdbc based session persistence, you should
              > > not have to have the so called "cluster" license for Weblogic but that does not seem
              > > to hold glue. We have configured the server to use the jdbc based session
              > > persistence but we still get the error
              >
              > > Wed Sep 27 14:59:11 EDT 2000:<E> <WebLogicServer> #########################################################
              > > Wed Sep 27 14:59:11 EDT 2000:<E> <WebLogicServer> ## Unable to join cluster: Unable to find a license for clustering
              > > Wed Sep 27 14:59:11 EDT 2000:<E> <WebLogicServer> #########################################################
              >
              > > during startup and then the NPE at the very end.
              >
              > > If any one has solved this problem please let me know.......
              >
              > > Thanks
              >
              > > Andrew
              >
              > > Dimitri Rakitine <[email protected]> wrote:
              > >>I think what Weblogic was trying to say (in a somewhat cryptic way)
              > >>is that you didn't set weblogic.cluster.enable=true property.
              > >>
              > >>Jerry Soung <[email protected]> wrote:
              > >>> I'm having some difficulty trying to configure a cluster. If I set the
              > >>> property "weblogic.httpd.clustering.enable" to true I will get the attached
              > >>> NullPointerException. Where did I do wrong?
              > >>
              > >>> Thanks for help.
              > >>
              > >>> -- Jerry
              > >>
              > >>> Tue Sep 26 14:09:13 PDT 2000:<I> <HTTP> Log rotation is size based
              > >>> Unable to initialize server: java.lang.NullPointerException
              > >>> fatal initialization exception
              > >>> java.lang.NullPointerException
              > >>> at weblogic.t3.srvr.HttpServer.start(HttpServer.java:398)
              > >>> at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1305)
              > >>> at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
              > >>
              > >>Dimitri
              > >>http://dima.dhs.org
              >
              > --
              > Dimitri
              > http://dima.dhs.org
              

  • Tom Help needed in JMS Clustering!!!!!!!!!

    Hi Tom,
              I have a typical problem with JMS Clustering,i amtrying to implement an automatic failover by registering the connection and the session with the exception listener and then inside onexception method i have reconnect logic.
              My application has an applet and the downloading page directly loads the MyApplet jar and weblogic thin client jars and then when i switch of the server using in CTRl-C in windows environment with a single server onException gets fired.Now for clustering we have moved to enterprise archive setup(.ear) and my applet jar and thinclient jars are bundled with in the war(web archive) and the war is inside the ear.In this scenario when i shut down one of the managed servers the onexception does not get invoked and then i shut down both the servers then also its not getting invoked, plz help me i dont understand what is wrong with this,when the servers are on onMessage works fine and my real time blotters also get updated.
              My clustering set up has 2 managed servers,2 JMS servers targeted to each managed server and a distributed topic.
              In a noraml scenario when the servers are running my onMessage gets called, but when i shutdown the servers the onException does not get called from the EAR.
              Pls help me on how to proceed.i cant put the thick weblogic.jar as down loading from my applet cannot handle it.
              Regards,
              Suresh

    Sorry Suresh -
              I don't know what is going wrong - my suspicion is that you've found a bug in WebLogic thin-client IIOP.
              Since the problem started when you moved to SP5, you can try continuing to use the SP4 jar on the client.
              And sometimes this type of problem is with with Sun JDK libraries (which supplies most of the thin client IIOP stack), so there's a small chance switching to a 1.5JVM for the client would work (I don't know if BEA supports this).
              You might also try posting to the rmi-iiop newsgroup. (Andy just loves it when I push problems off to him! Well maybe not.)
              Tom

  • Need help to connect tibco jms queues from OSB

    Hi,
    We have a requirement in our project "to connect tibco JMS Queues from OSB".
    The Queres are created by some othes in remote system, they provided us the details to connect the Queue. the detail are:
    Queue Name :EXT_WEALTHHUB.TO_EXT.SYNC.REQ
    Jndi Factory :SSLQueueConnectionFactory
    and hostName , PORT
    Credentails are provided.
    We entered the same details in Business service in transport page by choosing 'jms' as protocol and EndpointURI as.
    "jms://100.10.XX.YY:1234/SSLQueueConnectionFactory/EXT_WEALTHHUB.TO_EXT.SYNC.REQ"
    And we created a service account to maintain the credentials and browsed the same at service account in the business service.
    In JMS Transport Page we selected
    Response Queue : One for all Request URI's
    Response Pattern : JMS CorrelaltionID
    Response UI :jms://100.10.XX.YY:1234/SSLQueueConnectionFactory/EXT_WEALTHHUB.TO_EXT.SYNC.RESP
    when we are trying to establish a connection with the above queue getting
    javax.naming.CommunicationException [Root exception is weblogic.socket.UnrecoverableConnectException: [Login failed for an unknown reason: er.deployer.MessageDrivenBeanInfoImpl.getInitialContext(MessageDrivenBeanInfoImpl.java:733)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.getInitialContext(MessageDrivenBeanInfoImpl.java:689)
         at weblogic.jms.common.CDS$DD2Listener$1.run(CDS.java:1018)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:130)
         at weblogic.jms.common.CDS$DD2Listener.getInitialContextFromListener(CDS.java:1012)
         at weblogic.jms.common.CDS$DD2Listener.getInitialContext(CDS.java:984)
         at weblogic.jms.common.CDS$1.run(CDS.java:436)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:130)
         at weblogic.jms.common.CDS.createInitialContext(CDS.java:431)
         at weblogic.jms.common.CDS.getDDMembershipInformation(CDS.java:270)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDManagers(MessageDrivenBeanInfoImpl.java:1455)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(MessageDrivenBeanInfoImpl.java:1252)
         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1320)
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:493)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:531)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:165)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:157)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.socket.UnrecoverableConnectException: [Login failed for an unknown reason: in.checkLoginSuccess(Login.java:131)
         at weblogic.rjvm.t3.MuxableSocketT3.connect(MuxableSocketT3.java:403)
         at weblogic.rjvm.t3.ConnectionFactoryT3.createConnection(ConnectionFactoryT3.java:34)
         at weblogic.rjvm.ConnectionManager.createConnection(ConnectionManager.java:1777)
         at weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.java:1417)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:437)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:316)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:198)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl$2.run(MessageDrivenBeanInfoImpl.java:748)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.doPrivilagedAction(MessageDrivenBeanInfoImpl.java:2238)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.getInitialContext(MessageDrivenBeanInfoImpl.java:733)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.getInitialContext(MessageDrivenBeanInfoImpl.java:689)
         at weblogic.jms.common.CDS$DD2Listener$1.run(CDS.java:1018)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:130)
         at weblogic.jms.common.CDS$DD2Listener.getInitialContextFromListener(CDS.java:1012)
         at weblogic.jms.common.CDS$DD2Listener.getInitialContext(CDS.java:984)
         at weblogic.jms.common.CDS$1.run(CDS.java:436)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:130)
         at weblogic.jms.common.CDS.createInitialContext(CDS.java:431)
         at weblogic.jms.common.CDS.getDDMembershipInformation(CDS.java:270)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDManagers(MessageDrivenBeanInfoImpl.java:1455)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(MessageDrivenBeanInfoImpl.java:1252)
         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1320)
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:493)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:532)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:165)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:158)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1269)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentM
    Any pointers on how to resolve the above issue will be a greate help to us.
    Thanks in Advance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Wrong forum, please ask this on dedicated weblogic or soa forums

  • JMSClientExceptions:055053 -WebLogic10 Cluster - Remote WebLogic JMS - Help

    All,
    We are using a foreign JMS provider from WeLogic 10 cluster to connect to the Remote WebLogic JMS Server. We are getting below error while posting the data to the queue. Any help , ideas as to why this is occuring please?
    / Error
    Error during connection/session creation:weblogic.jms.common.JMSException: [*JMSClientExceptions:055053*]Error creating connection to the server: java.rmi.UnmarshalException: failed to unmarshal class weblogic.jms.client.JMSConnection; nested exception is: java.io.StreamCorruptedException|portal
    Thanks a lot for your help.

    All
    The issue popped up gain. Below is the full stack trace. I confirmed that we are using the t3 URL to connect to remote JMS server (which is Weblogic 10 /JMS). Appreciate any insights help to resolve this issue.
    // Stack Trace
    weblogic.jms.common.JMSException: [JMSClientExceptions:055053]Error creating connection to the server: java.rmi.UnmarshalException:
    failed to unmarshal class weblogic.jms.client.JMSConnection; nested exception is:
    java.io.StreamCorruptedException
    at weblogic.jms.client.JMSConnectionFactory.setupJMSConnection(JMSConnectionFactory.java:253)
    at weblogic.jms.client.JMSConnectionFactory.createConnectionInternal(JMSConnectionFactory.java:285)
    at weblogic.jms.client.JMSConnectionFactory.createQueueConnection(JMSConnectionFactory.java:165)
    at com.juniper.core.mdb.MessageSender.initSession(MessageSender.java:79)
    at com.juniper.core.mdb.MessageSender.<init>(MessageSender.java:64)
    at com.juniper.core.mdb.MDBHelper.processMessage(MDBHelper.java:98)
    at com.juniper.core.mdb.BaseMDB.onMessage(BaseMDB.java:35)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4072)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:3964)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:4490)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:464)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Caused by: java.rmi.UnmarshalException: failed to unmarshal class weblogic.jms.client.JMSConnection; nested exception is:
    java.io.StreamCorruptedException
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:229)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
    at weblogic.jms.frontend.FEConnectionFactoryImpl_1001_WLStub.connectionCreate(Unknown Source)
    at weblogic.jms.client.JMSConnectionFactory.setupJMSConnection(JMSConnectionFactory.java:244)
    ... 15 more
    Caused by: java.io.StreamCorruptedException
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1332)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
    at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:195)
    at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:565)
    at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:191)
    at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:227)
    ... 19 more
    Thanks
    Edited by: user3285437 on May 4, 2009 9:26 AM

Maybe you are looking for

  • Importing from 8.0.6 to 9.2.0.6

    I am trying to import database to a new Oracle environment. The method I am using is creating a whole new database on the 9.2.0.6 version. Also created same name tablespaces that exists in the 8.0.6 version in the new database. I am not sure how to h

  • Imports not recognised

    I'm new to using Sun One Studio 5. Having problems with import statements in example source I've mounted to the file system. All are showing as not existing, i.e. when I compile the MIDlet, I get compilation errors: package javax.microedition.lcdui d

  • SAP retail store order configuration

    Hi, Could anyone please suggest SAP retail store configuration and master data setting in IS retail system for store order follow on documents creation scenario where "Ware house order is created only if stock exists in DC else third party order". Th

  • N95 8gig films playback problems

    After downloading a film and transferring it through nokia video manager, everything is working well but when the process is finished and I watch the movie back on my phone, after about 30 minutes of playback the picture frezzes or screen goes grey b

  • PSE 8 freezes always when importing photos

    This is frustrating. It is my experience that PSE is one of the most "buggy" programs around. (BTW- the same can be said for Adobe Reader.) Every time I import photos to PSE 8, the program freezes. It must be turned off and restarted. Then it resumes