JMS Queue is not accepting requests after restarting the weblogic server

Hi,
JMS queue is able to receive message after redeploying the application or restarting the weblogic server. It is intermittent , not happening every time.
Please suggest how to resolve this issue. do we missed any configuration settings we are missing at clinet side or server side.
we are using Weblogic 92 MP2 version.
thanks.
[email protected]

I assume you meant "is unable to receive messages".
Are you getting any exceptions in the code, or errors in the log, or is nothing happening when you know there's a message on the queue to be read?
Are you perhaps reading from a distributed destination?

Similar Messages

  • When i restart the weblogic server 9.2,all messages in Topic get cleared

    Hi,
              When i restart the weblogic server 9.2,all messages in Topic get cleared for inactive dudrable subscribers.
              Please advise what the issue here.
              Thanks.

    Hi Tom, Thanks you so much for spending your time on this issue.
              A)I didn't specify any persistent mode.so i believe default mode is "Persistent"
              B) when i click on durable subscribers link on the corrersponding Topic it is showing 2 users.
              actually these durable subscribers are created by executing below code after look up the Topic.
              TopicSubscriber tsub = ts.createDurableSubscriber(topic,"mysub");
              C) Delivery Mode Override is set to "No-Delivery".
              but Time-to-Live Override is set to 21600000 .
              i assume Time-to-Live is causing problem.
              Please advise.
              Thanks.
              Edited by rodex at 03/25/2008 3:55 PM

  • Repositories are invalid after restarting the MDM Server in MDM 7.1

    Hi SDNers,
    After I restarted the MDS server I am not able to logon to the repository. When I tried to connect to repository I am getting an error like "Repository Connect Failed and The MDM Repository is Invalid"
    I tired to delete but I am not able to delete also. While deleteing it is giving an error like  "MDM Repository is in Read Only Mode".
    So I am not able to Delete the repository also to create a new Repository.
    Any Help or Solution
    Thanks
    Kiran
    Edited by: Kiran on Apr 6, 2011 6:40 AM

    Kiran -
    some of the below ways you can check
    1. Check your mds.ini settings. and do unmount nad then mount the MDM server again. Try to Monitor the Authentication for Particular repositry which you want to connect to your MDM 7.1 server
    2. after checking the note 1325833. try restart database server first then MDM server.
    3. also try to check with Appropriate repository option once.
    HTH
    thx
    Deep

  • Only Restarting the Weblogic Server will invoke the Stored Procedure???

    Hi,
    I have written a stored procedure which is called using hibernate
    which is working fine when ever i restart the server(Weblogic). That is for each time, when i need to invoke the stored procedure i need to restart the server to invoke it then only the stored procedure gets invoked. Which is very expensive indeed. How to overcome this, is there any way to set in the weblogic server properties, so that i can dont have to restart the server every time when i need to invoke the Stored
    procedure. Any way please do look up the code as well in which i have called the stored procedure in Hibernate.
    public int callPopulateCertDataSP(String barCode,String containerType,String conditionValue) throws SystemException {
         log.debug("Inside the callStoredProcedure Method!!!");
         int checkValue=0;
         Session hibSession = HibernateUtils.getSession();
         Connection con=hibSession.connection();
         CallableStatement cstatement=null;
         if(con!=null){
    try {
         log.debug("Inside con object not null!!!");
              cstatement=con.prepareCall("{call p_populate_cert_data(?,?,?,?)}");
              cstatement.setString(1,barCode);
              cstatement.setString(2,containerType);
              cstatement.setString(3,conditionValue);
              cstatement.registerOutParameter(4,Types.INTEGER);
              cstatement.execute();
              checkValue=cstatement.getInt(4);
              cstatement.close();
              con.commit();
              con.close();
         }catch(SQLException e){
              log.debug("The error Message is what????"+e.getMessage());
         HibernateUtils.closeSession();
         return checkValue;          
    Expecting ur replies....
    Thanks,
    JavaCrazyLover

    No Replies as Yet!!!

  • IFS Queue Items Not Being Processed After Restarting BPEL PM

    This issues mentioned in the CS custom workflow development guide, but the solution mentioned(restarting BPEL PM) does not work.
    If I have to restart the process manager, and I have restarted it several times due to outofmemory errors, the queue just continues to build in the IFSQUEUE and none of the custom workflow requests are processed.
    The only workaround I have found is to redeploy each custom workflow. This is obviously unacceptable in a production environment.
    Anyone have any ideas?

    Can you please provide more details of the OutofMemory Errors that you see in BPEL ? This is more of a AQ adapter problem than anything else. The log file to track the information would be under $ORACLE_HOME/integration/orabpel/domains/default/logs [where ORACLE_HOME is that of BPEL PM installation]. You can increase the log level of all the components from BPELConsole. Click on the Manage BPEL Domain -->Logging and update the logging level to debug.
    Hope this helps,
    Ravikiran.

  • Stubs are getting deleted when we restart the weblogic server

    Hi All,
    We have a EJB jar file Before deploying changed EJB jar, we delete the existing jar from server and consol when we upload the jar using the upload option from admin console of weblogic 8.1 server, then EJBs deploys properly and works fine.
    When we print the remote object class name will get System.out.println("Object "+obj.getClass().getName());
    output -> CnClaimsFacade_wayy6d_HomeImpl_814_WLStub
    However, if i stop the server and start again, the EJB stubs are not created this time and the application does not work.
    When we print the remote object class name will get System.out.println("Object "+obj.getClass().getName());
    the object class name prints as output -> "CnClaimsFacade_wayy6d_HomeImpl"
    Has anyone faced this before?? Pls let me know the reason...
    Thanks in Advance!
    Chandra

    I guess the right place would to be consult Weblogic docs/forums:
    http://www.weblogic.com/docs/techoverview/rmi.html
    http://forums.bea.com/bea/forum.jspa?forumID=2030

  • Temporary Tablespace not shrinking automatically after restarting the DB.

    I had a Database with 2GB tempfile. It gave me an error that it's unable to extend the temporary segment. I added a new tempfile of 500MB. Within a few min the new file was filled. In process of shrinking the temporary files, I shutdown the DB, and restarted it. But the Tempfiles were still filled to the max. I still don't understand why? Then I attached a new tempfile of 1GB to the Temp Tablespace, but it didn't use the new tempfile. I repeated the restart process again but still the output was same.
    1. Both datafiles were filled to the max
    2. It didn't use the new (3rd) attached tempfile.
    Finally I've created a new tablespace with new Tempfiles, and it's working now. But I'm still confused. Please suggest me with the possibilities. How can i shrink the Temporary Tablespace/Tempfiles.
    Thanks & Regards
    Vikas Verma
    Manager (IT) / Sr. DBA
    Hero Cycle Group,
    India

    It all depends from what you understand by shrinking:
    If you would like to shrink tempfile for tablespace I would suggest using following procedure:
    Find out to which size you can shrink tempfile
    select extent_size,current_users,total_extents,used_extents,free_extents
    from v$sort_segment
    where tablespace_name='TEMP';
    alter database tempfile 'XXXX' resize YYM;
    YY is the size which can be found by above query.
    But Ithink you are more interested in following procedure:
    create new
    make this new one the default temporary tablespace for the database
    drop old
    ps. Yoogesh ask you about DB version
    you can find bd version by:
    select *
    from v$version
    select *
    from product_component_version
    Best Regards
    Krystian Zieja / mob

  • The WebLogic Server not starting up properly.

    Hi Guys,
    Can any body help me for following error with weblogic.
    We are using weblogic 8.1 sp 4.
    While starting weblogic server it displays following error.
    ==========================================================
    <13-Oct-2006 09:13:07 o'clock BST> <Error> <Configuration Management> <BEA-150029> <There was an error reading the MBean mydomain:Name=cman_m1,Server=cman_m1,Type=ServerStart. The value {3DES}7wwcZnDbae0xMa4dJR/tOA== for attribute PasswordEncrypted could not be read successfully.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.management.configuration.ConfigurationException: [Configuration Management:150029]There was an error reading the MBean mydomain:Name=cman_m1,Server=cman_m1,Type=ServerStart. The value {3DES}7wwcZnDbae0xMa4dJR/tOA== for attribute PasswordEncrypted could not be read successfully.'
    Reason: weblogic.management.configuration.ConfigurationException: [Configuration Management:150029]There was an error reading the MBean mydomain:Name=cman_m1,Server=cman_m1,Type=ServerStart. The value {3DES}7wwcZnDbae0xMa4dJR/tOA== for attribute PasswordEncrypted could not be read successfully.
    ==========================================================

    create a new boot.properties file with usernam & password
    and
    Make the backup of cofig.xml file,
    then Edit the config.xml
    PasswordEncrypted={ksskjfhsdjfsdfhdk} server="Admin_WLS">
    replace with
    Password="weblogic" server="Admin_WLS">
    restart the WLS now

  • Site does not load after some minutes of creation or after restart the server

    Hello,
    I have been asked to create a test enviroment identical to the production enviroment. So, what I did was:
    Backed up the production web application's content database: Prod_WSS_ContentDB
    Created new test servers (domain controller, sql server and sharepoint 2013 server) in a new, completely isolated, network environment, without any connection with the production environment (specifically Azure)
    Created a new web application in test environment with a new content database.
    Dismounted the new content database with powershell: Dismount-spcontentdatabase Test_WSS_Content
    Copy the Prod_WSS_ContentDB database to the test sql server and restored it with Management Studio.
    Mount the Prod_WSS_ContentDB databe to the web application with powershell:
    Mount-spcontentdatabse Prod_WSS_ContentDB -WebApplication http://testsp/
    Then, when I type http://testsp in the browser it redirects me to http://testsp/SitePages/Home.aspx
    and the site loads exactly as the production environment.
    But, after some minutes, or if I restart the Sharepoint Server, when I navigate to
    http://sitesp I am redirected to http://testsp/SitePages/Home.aspx
    as expected, but the site does not load, the browser just show a complety blank page.
    The Central Administration site loads normally.
    Trying to fix it I found that if I dismount the content database Prod_WSS_ContentDB, then mount the test database Test_WSS_Content,
    then navigate to the site, dismount Test_WSS_Content and finally mount again Prod_WSS_ContentDB, the site loads normally, no blank page, but after some minutes or if I restart the same happens again.
    For the error event I receice in event viewer it seems that the problem is related to database. I have not found a solution for this error... How can I solve  this?
    The error is:
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          6/27/2014 2:44:22 PM
    Event ID:      5586
    Task Category: Database
    Level:         Error
    Keywords:      
    User:          UCETEST\spaccount
    Computer:      TESTSP01.ucetest.edu.do
    Description:
    Unknown SQL Exception -2146893055 occurred. Additional error information from SQL Server is included below.
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>5586</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-27T14:44:22.743159500Z" />
        <EventRecordID>4742</EventRecordID>
        <Correlation />
        <Execution ProcessID="1688" ThreadID="1692" />
        <Channel>Application</Channel>
        <Computer>TESTSP01.ucetest.edu.do</Computer>
        <Security UserID="S-1-5-21-2552298216-324766354-3392103171-1108" />
      </System>
      <EventData>
        <Data Name="int0">-2146893055</Data>
        <Data Name="string1">A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)</Data>
      </EventData>
    </Event>
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

    Hi,
    According to your post, my understanding is that Site does not load after some minutes of creation or after restart the server.
    Please make sure you create a test environment for existing production site correctly.
    Here are some great articles for your reference:
    Moving content between SharePoint environments
    Copy SharePoint production data to a test environment
    Build a SharePoint 2010 Test/Development Farm
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support
    Hello Linda Li,
    I follwed that steps to create my test enviroment... and I have recreated it some times using that same steps, but the problem persits. After some minutes or after I restart the SharePoint server the site does not load.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • After I've upgraded my iPhone iOS to 5.0.1, I got problems with connectivity. If my iPhone lose network, then it gets frozzen and I cannot make calls. After restart the telephone still does not work.

    After I've upgraded my iPhone iOS to 5.0.1, I got problems with connectivity. If my iPhone lose network, then it gets frozzen and I cannot make calls. After restart the telephone still does not work.

    1. Download the iOS 5.0.1: http://www.tobias-hartmann.net/2011/11/download-ios-5-0-1-veroffentlicht-direkte -downloadlinks/
    2. open itunes,Click in iTunes while holding down the Shift key (on Windows) or Alt key (Mac) to restore and firmware

  • HT4623 IPhone does not accept slice after Iihaddat new 6.0.1 device type as the iphone 3gs

    Official solution in the iPhone does not accept SIM after Iihaddat together knowing that iTunes updated, the new release bearing ČÓ Miqubl chip device Brightening official

    I too have experienced the Logitech s715i error message stating something like, the accessory is not a supported device of the iPhone. The speakers will charge my phone but will not "connect" to play music. I have an iPhone 4S running version 6.1 (10B142). 
    I too have contacted Logitech for support and am awaiting a reply.
    Can we get some help over here?

  • Firefox 11.0 Personas are not staying enabled after restart of FF11

    After updating Firefox 10.0.2 to FF 11.0, both of my PC's personas that I have will not stay enabled after restarting FF 11.0. I have tried different personas on each PC and they also will not stay enabled after a restart of the browser. FYI, I am still using the same extensions that I had used in FF 10.0.2 and there all up to date in FF 11.0, it's just this persona issue that bug me big time.
    I've tried all the Knowledge Base help suggestions, but none have worked.
    Any one else having this issue? Any on have a fix that worked?
    Help!

    The installed personas and the currently selected persona is saved as a pref in the prefs.js file in the Firefox Profile Folder, so there may be a problem with that file.
    See:
    *http://kb.mozillazine.org/Preferences_not_saved
    *https://support.mozilla.org/kb/Preferences+are+not+saved

  • QueueBrowser not scaning all messages in JMS queue (ie not showing inprogre

    Hi all,
    I am using JMS in jboss-3.2.3, when scaning for pending messages i am using QueueBrowser.
    But QueueBrowser not scaning all messages in JMS queue (ie not showing inprogress message)
    But i need to know all messages including ongoing messages..
    Antone plz help me
    I am using Queuesender and QueueReceiver ..But some Exception or Error causes my JMS server(QueueReceiver listening for onMessage()) hanged up..and not responding to remaining messages...So i need to find pending messags in JMS queue..How can find?
    Now i am using QueueBrowser to get list of pending msgs in queue... But doesn't contains Message which passed for processing (called onMessage())
    .. But i need to find this also..How can?
    Thanks,
    Thilsen

    You're right in thinking that the behaviour you describe looks wrong.
    Take a look at the QueueBrowser interface which can be used to inspect a queue. You get one using QueueSession.createBrowser(Queue). The QueueBrowser allows you to scan a queue without consuming the messages. However note that the state of the queue may change while you're observing it through the QueueBrowser so what you see might not always be a 100% accurate representation of the queue at any given time.
    Other things to check:
    - message selectors - are you setting a message selector on your queue receiver which is resulting in not all of the messages 'matching'.
    - expired messages - are you setting a time-to-live on the messages that you publish.
    Hope this helps,
    David Ingham
    http://www.arjuna.com

  • Region templates not refreshed until after restart

    Hi guys,
    Another problem we are facing is when updating region templates. On a local workstation with JDev and a local SSXA connected to a remote UCM, changes to the region template's underlying JSP are taken into account on every page load. However, when using the remote SSXA connected to the same remote UCM, changes to the region template are not taken into account until the SSXA server is restarted.
    Surely there must be some caching parameter somewhere? How can we modify this behaviour?
    Thanks again!

    Hi ,
    Download 13502977 from MyOracleSupport and upgrade the UCM server .
    After that install the JDev plugins from the upgraded server by navigating to :
    /Oracle_ECM1/ucm/Distribution/RIDC/jdev
    /Oracle_ECM1/ucm/Distribution/SiteStudioExternalApplications/jdev
    After this test to see if the issue still persists .
    Reason for asking this is I am not able to see any issues with SSXA region templates .
    Hope it helps .
    Thanks
    Srinath

  • Siri not taking request after updating.

    Siri not taking request after updating to iOS7.It is now 4 days, siri is still not taking requests. Tried all the suggestions discussed, no luck yet. Is there a way to check wether the problem is from my wi-fi settings? But siri was working fine before the update. When this is going to be fixed?

    Fix:
    After trying the entire trouble shoot discussed, I finally could fix siri not taking request issue after iOS7 update. This is what I did; I just changed my wi-fi network and connected my device to another wi-fi network (my friend’s) where siri is working without any issue. My siri started taking request in the new wi-fi network and also in my network after changing back. I am not a computer geek, but hope this might help. Just try to change the wi-fi network.    

Maybe you are looking for

  • Installing Designer 6i on Oracle 9i in W2K

    I am trying to install Designer 6i into 9i Database. I received an error when RAU procced to CKGLBWRK.SQL. The error message is the following: ORA-04068: existing state of packages has been discarded ORA-04063: package body "REPO_OWNER.JR_ACC_RIGHTS"

  • OCI crash while executing PL/SQL

    HI, I have a multithreaded application which uses OCI. The application has a master thread and spwans 4 child threads that connect to the db and execute specific queries. The problem occurs while trying to execute the last PL/SQL command which includ

  • Is there a way to sync my ical from my iphone to my macbook without logging in to itunes?

    I'm trying to sync my iphone ical with my work MacBook. I don't want to log into my itunes account because the computer isn't mine. Any way to do this? Will this work when the cloud is fully up and running?

  • Water and macbook air- bluetooth problem

    I spilt a whole glass of water over my macbook air, I dried it off and put it straight in the airing cupboard for 5 days. When I came to turn it on I could hear a high pitched buzzing noise coming from the top of the keyboard. I powered down and perf

  • Multiple listings of each App under Open With?

    In Mountain Lion in the finder when I right click on a file and select Open With I see several listing of each suggested App. How can I get rid of the extras?