Invalid Queues

Hi,
I got a serious problem here. After importing a DMP-File that includes a queue table I can4t find a way to drop and recreate the according queue. Looking in USER_OBJECTS I find the queue 'INVALID'.
Neither DBMS_AQADM nor DROP TABLE works. How an I "recompile" the queue or make it valid angain????
HELP!
Best regards,
Bernd Miller

Hi Bernd,
Are you doing import/export at schema level Or at a queue-table level. Please look at the AQ doc. Chapter 4, section on
Import/Export. Please make sure you have imported all of the following:
AQ$_<queue_table>_I (the dequeue IOT) 
AQ$_<queue_table>_T (the time-management IOT)
AQ$_<queue_table>_S (the subscriber table)
AQ$_<queue_table>_H (the history IOT)
Thanks,
Brajesh.

Similar Messages

  • Invalid Queue name

    Hi,
    I have created a oracle queue and queue table with respective grants like enqueue, and dequeue.
    GRANT ENQUEUE, DEQUEUE  ON Queue_name  TO username;
    And a java application consume those queues.
    The java application is failing with the following error, can one of you please help or shed some light on this?
    JMS-178: Invalid Queue name
    i don't think its DB issue, any insight will be highly appreciated.
    Java folks are complaining its a Grants issue on DB side.
    thanks so much.

    Hello,
    can you show the corresponding JMS code statement you used here?
    Presumably it is a problem concerning missing GRANTs or unqualified (without db schema) access for the JMS user.
    Kind regards,
    WoG

  • JMS-178 Invalid Queue name - (string)

    am getting below error
    nested exception is oracle.jms.AQjmsException: JMS-178: Invalid Queue name - test.JMS_TEST_QUEUE
    When I look deeper into the oracle error message;
    JMS-178 Invalid Queue name - (string)
    Cause: The queue name specified is null or invalid
    Action: Specify a queue name that is not null. The queue name must not be qualified with the schema name. The schema name must be specified as the value of the owner parameter
    For this to work does queue must be owned by aqadm if I'm connecting using that account and the queue CAN'T be in test's schema.
    DOES queue tables and queue should be in default schema ?
    Thanks for all valuable suggetions

    Hello,
    can you show the corresponding JMS code statement you used here?
    Presumably it is a problem concerning missing GRANTs or unqualified (without db schema) access for the JMS user.
    Kind regards,
    WoG

  • Queue data sharing between multiple LabVIEW Executables

    I have 2 LabVIEW Executables(Exe) where one Exe produces data and other one consumes the same. Is there anyway I can use a single queue reference for the same ? First Exe obtains the queue reference number and stores the reference number in V.I.G where as the second Exe read this reference number from this V.I.G. The error from the second VI dequeue was invalid queue reference.
    Is there anyway I can share the same data between different exes with the functionality of a queue ?.
    Solved!
    Go to Solution.

    Ben wrote:
    Each exe is mapped into its own memory space so refs to resource in one context will not work in another but...
    If you exposed an Action Engine in one instance to be used via VI server Invoke Node from the other, the AE (Note: it will be running in the server context) could queue the data in behalf of the client.
    Plese note:
    If the server porcess goes idle all of its resource will be invalidated (including the queue) but a ref to the AE will still be valid. In this case the enqueue op will fail so you have to code to account for this situation. (been there done that )
    This smae approach will work in any network architecture where VI serve can be used. I used this approach about 10 years ago (minus the queue) to allow control of a factory floor from a laptop with a internet connection.
    Ben
    Do you think the same must work with following scenario:
    1. LabVIEW Exe calling a data acquisitio thread dynamically(VI Server) and enqueue the data into a Queue with reference in VIG.
    2. Same Exe calling a TestStand Engine and one sequence inside that calling the same queue to dequeue the data.
    3. Remember that the LabVIEW adapter I use with TestStand is LabVIEW Run-Time Engine(Not development system)

  • Temporary queue problem

    Hi,
    I cannot create a receiver for the temporary queue. It throws "Invalid Destination"
    exception. I disassembled the session class and the reason is the session class casts the
    temporary query to Query and it throws null pointer exception as the temporary queue does not extend this
    interface. The code I used is written as I had read in Sun's JMS tutorial, why it does not work?
    Context ctx = new InitialContext();
    QueueConnectionFactory factory = (QueueConnectionFactory)ctx.lookup("jms/QueueConnectionFactory");
    QueueConnection connection = factory.createQueueConnection();
    QueueSession session = connection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
    Queue tempQueue = session.createTemporaryQueue();
    QueueReceiver receiver = session.createReceiver(reportQueue); <-- this is the place where the exception is thrown
    receiver.setMessageListener(new ReportQueueListener());
    connection.start();
    Exception:
    javax.jms.InvalidDestinationException: Invalid queue
         at com.evermind.server.jms.EvermindQueueSession.createReceiver(EvermindQueueSession.java:145)
         at com.evermind.server.jms.EvermindQueueSession.createReceiver(EvermindQueueSession.java:134)
    Thanks, Zbynek
    P.S. I found similar questions in this forum but no answer ???

    You already have a reference to the Queue from msg.getJMSReplyTo(). There
              should be no need to look it up again.
              I don't think you are supposed to be able to look up a temporary queue in
              this fashion anyway.
              Bob
              "Chuck Kiefriter" <[email protected]> wrote in message
              news:3d209522$[email protected]..
              >
              > I send an object message to a queue with the JMSReplyTo set to a temporay
              queue the
              > client uses to sit and listen for a response. When the MDB tries to do a
              lookup
              > on the temporary queue to send a response, it gives me the following
              error:
              >
              > javax.naming.NameNotFoundException: Unable to resolve
              eDailiesJMSServer.TemporaryQueue56
              > Resolved: '' Unresolved:'eDailiesJMSServer' ; remaining name
              'TemporaryQueue56'
              > <<no stack trace available>>
              >
              > I checked in the WebLogic console while the client was still listening for
              a response
              > and it shows a temporay queue up and running called
              eDailiesJMSServer.TemporaryQueue56
              >
              > Is there something else I should do to resolve the JNDI name? I used the
              following
              > code in the MDB to get the temporary queue name:
              >
              > (Queue)msg.getJMSReplyTo()).getQueueName()
              >
              > Any ideas?
              >
              

  • Drop a queue

    Hi all,
    I'm asked to delete invalid queues in a schema. I tried using exec dbms_aqadm.drop_queue('QUEUE_NAME'); but not successful.
    It is showing queue not found. It is an invalid object (queue).
    please let me know how to delete an invalid queue
    --donepudi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    Please run the following SQL to get owner of the queue you'd like to drop:
    select owner, name from dba_queues where name like '%YOUR_QUEUE_NAME%';Then drop an existing queue:
    BEGIN
       DBMS_AQADM.DROP_QUEUE(
          queue_name         => 'owner_of_the_queue.obj_queue');
    END;
    /Hope this will help.
    Best Regards,
    http://dba-star.blogspot.com/

  • QAjmsSession.createReceiver(queue) Always Throws NullPointerException

    I am trying to get the aqjmsdemo01 sample code to work, but I consistently get a null pointer error when it tries to get a receiver from the session.
    The queue setup was as follows:
    begin
    DBMS_AQADM.CREATE_NP_QUEUE CACHE_INVALIDATION_QUEUE',false,'My Cache Invalidation Queue');
    DBMS_AQADM.START_QUEUE('CACHE_INVALIDATION_QUEUE', TRUE, TRUE);
    end;
    The code (where it fails is like this:
    System.out.println("Get the Queue") ;
    /* Get the Queue */
    /* Queue JMSMAPQ is created in aqjmsdemo02 */
    queue = ((AQjmsSession)qsess).getQueue("FLT", "CACHE_INVALIDATION_QUEUE") ;
    System.out.println("Create Receiver...") ;
    /* Create a queue receiever */
    qrecv = qsess.createReceiver(queue, "JMSCorrelationID='BLUE'") ; // <---- Fails Here
    Any ideas ?

    I am seeing a similar behavior only with createSubscriber.
    What is interesting to me is that it thinks that it is durable when the topic was created with the following:
         dbms_aqadm.create_np_queue (
              queue_name => 'px_jmx_lf_con_evt',
              multiple_consumers => true);
    Here is the stack trace.
    java.lang.NullPointerException
         at oracle.jms.AQjmsSession.getAQJmsSelector(AQjmsSession.java:2567)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2537)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2478)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2290)
         at oracle.jms.AQjmsSession.createSubscriber(AQjmsSession.java:2237)
         at com.paychex.common.jms.Listener.setTopicListener(Listener.java:60)
         at com.paychex.common.jms.Listener.setMessageListener(Listener.java:45)
         at com.paychex.common.jms.ConnectionTests.testTopicListener(ConnectionTests.java:123)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at junit.framework.TestCase.runTest(TestCase.java:154)
         at junit.framework.TestCase.runBare(TestCase.java:127)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:118)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:397)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:281)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:173)
    Here is my stack trace:
    java.lang.NullPointerException
         at oracle.jms.AQjmsSession.getAQJmsSelector(AQjmsSession.java:2567)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2537)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2478)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2290)
         at oracle.jms.AQjmsSession.createSubscriber(AQjmsSession.java:2237)
         at com.paychex.common.jms.Listener.setTopicListener(Listener.java:60)
         at com.paychex.common.jms.Listener.setMessageListener(Listener.java:45)
         at com.paychex.common.jms.ConnectionTests.testTopicListener(ConnectionTests.java:123)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at junit.framework.TestCase.runTest(TestCase.java:154)
         at junit.framework.TestCase.runBare(TestCase.java:127)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:118)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:397)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:281)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:173)

  • About the Temporary queue

    I want to send a message with a JMSReplyto(a Temporary Destination), but the program is encountered an error when creating a receiver for the temporary destination. The code is wrong or special configuration needed on OC4J?
    the following is the code:
    try{
    QueueConnectionFactory connectionFactory = (QueueConnectionFactory)new InitialContext().lookup("java:comp/env/jms/theSenderQueueConnectionFactory");
    QueueConnection connection = connectionFactory.createQueueConnection();
    QueueSession queueSession = connection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
    Queue queue = (Queue)new InitialContext().lookup("java:comp/env/jms/theSenderQueue");
    QueueSender sender = queueSession.createSender(queue);
    Queue replyQueue = queueSession.createTemporaryQueue();
    QueueReceiver receiver = queueSession.createReceiver(replyQueue);//throw 'Invalid Queue' exception here!
    connection.start();
    TextMessage message = queueSession.createTextMessage();
    message.setText("It is my first message!");
    message.setJMSReplyTo(replyQueue);
    sender.send(message);
    TextMessage replyMsg = (TextMessage)receiver.receive();
    System.out.println("The reply is: "+replyMsg.getText());
    connection.close();
    }catch(Exception e){
    e.printStackTrace();
    }

    Which version of OC4J are you using? Also, are you using Oracle JMS (JMS over AQ)
    for this? If so, which version of the database are you talking to?
    I want to send a message with a JMSReplyto(a Temporary Destination), but the program is encountered an error when creating a receiver for the temporary destination. The code is wrong or special configuration needed on OC4J?
    the following is the code:
    try{
    QueueConnectionFactory connectionFactory = (QueueConnectionFactory)new InitialContext().lookup("java:comp/env/jms/theSenderQueueConnectionFactory");
    QueueConnection connection = connectionFactory.createQueueConnection();
    QueueSession queueSession = connection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
    Queue queue = (Queue)new InitialContext().lookup("java:comp/env/jms/theSenderQueue");
    QueueSender sender = queueSession.createSender(queue);
    Queue replyQueue = queueSession.createTemporaryQueue();
    QueueReceiver receiver = queueSession.createReceiver(replyQueue);//throw 'Invalid Queue' exception here!
    connection.start();
    TextMessage message = queueSession.createTextMessage();
    message.setText("It is my first message!");
    message.setJMSReplyTo(replyQueue);
    sender.send(message);
    TextMessage replyMsg = (TextMessage)receiver.receive();
    System.out.println("The reply is: "+replyMsg.getText());
    connection.close();
    }catch(Exception e){
    e.printStackTrace();

  • Upgrading G3 350 B&W and  G4733 Quicksilver from OS 9.2.1 to 10.4 Tiger

    Hello again evryone...quick question.....Is there software that will install 10.4 Tiger on the two above mentioned computers (while running OS 9.2.1), or do they have to already running OS 10.3 or a version of X in order to do the install? I have a 10.4 (gray) install/restore DVD that opens on an external DVD drive very nicely, but when I click on the (install) button, I get the following messages: "The document 'install mac os X' could not be opened because the application program that created it could not be found". (could not find translation extension with appropriate translators.) When trying to boot the G4 from the G4 install/restore disk, I get an error message "startup disk was unable to select the install CD as the startup disk" -2 (invalid queue element)
    I just updated the firmware for both the G3 and the G4, and both run flawlessly on OS 9.2.1????? Can anyone please shed some light on this? I've seen a couple of comments that I have to be running 10.3 first.....will a "full install" version of 10.4 boot from OS 9?.....many thanks in advance.........

    One thing you should think about is the RAM requirements for 10.4 are much more than for OS 9. You may need about 512MB RAM for a minimal system, and more is better. You can find out how much each machine has using the Apple System Profiler, or from About this Mac... more info, under the apple menu bar item.
    The 350MHz G3 may be pretty sluggish in 10.4, it will run, but won't be as responsive as in OS 9 with the limited CPU, RAM, and VRAM of the original machine. The Quicksilver G4 should be able to run 10.4 fairly well with enough RAM, go for 1GB or more if you can, is the max 1.5 or 2GB in those machines?
    Check out the historical articles on www.lowendmac.com for those particular machines specs and for other useful reference information and possible hardware upgrades.
    When making a major OS upgrade from OS 9 to 10.4 all your peripherals (printers, etc) will require new drivers, which may or may not be available. Check the vendor support pages for the 10.4 drivers, (if the company is still in business). You may discover that upgrading the OS will render older third-party hardware you have been using inoperable on top of making the whole computer feel really underpowered. So be prepared for upgrading the hardware, and external devices, and other third-party apps that you have depended on for newer versions as well. With 10.4 some OS 9 apps will still run in the Classic emulation environment, but some will require booting into OS 9.
    You can install OS 10.4 right on top of OS 9 and continue to dual-boot the machines into either. But the disc space requirements for OS X will be greater than OS 9, what size drive do you have and how much free space do you have? Those older drives were fairly slow, and since you have limited RAM capabilities the hard drive will be in continual use for virtual memory when you launch several apps and switch back and forth causing some slow downs.
    If you lack the hard drive space you could possibly install 10.4 on an external FW drive and boot from that, or install an additional internal hard drive.

  • Problems setting up Weblogic Server 9.2 with Oracle AQ

    We are in the process of upgrading from WLS81 to WLS92 and I'm currently trying to set up the environment. We have applications communicating with 3 different JMS-servers; Sonic, WMQ and Oracle AQ. For both Sonic and WMQ the connection seem to work fine. We get an active application, and the beans connecting to queues on those servers reports as 'connected'.
              For Oracle AQ I must be doing something wrong, but I can't for the life of me figure out what it is.
              Our setup is as follows:
              We have a domain-scoped startup class that binds the AQ-queues and a custom QueueConnectionFactory to the WL default context. Giving them a name like aqadapter-AQ_ARE_PING.
              We have defined a System Resource, within which we have defined AQ as a Foreign Server. Within this foreign server we have each queue mapped to the queue-names bound through the Startup class. Likewise we have a qcf mapped to the qcf bound through the startup class.
              The application contains message-driven beans which are supposed to be listening to the AQ-queues. In weblogic-ejb-jar.xml each target queue is mapped within each bean to the same name mapped within the Foreign Server element.
              All this results in MDB's that report as 're-connecting' and 'initializing' and the following message in Server1.stdout for each MDB:
              <Mar 28, 2007 4:27:58 PM CEST> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: ARE_Ping is unable to connect to the JMS destination: AQ_ARE_PING. The Error was:
              javax.jms.InvalidDestinationException: JMS-125: Invalid Queue specified>
              Any ideas what I am doing wrong? It seems to me that all the settings are as similar as the way they are set up on WLS81 as we could get them.
              Anyone reading this that have done this before? Setting up WLS92 or WLS90 to interact with Oracle AQ?
              Regards,
              Frode Laukus
              Edited by laukus at 03/28/2007 7:53 AM

    Hi Frode
              Have you managed to find a solution to this issue?
              We are trying to do something very similar and encountering all sorts of issues.
              Are you using the DIPSStartup classes to register your queues & qcf with the WL JNDI? I haven't managed to get these classes to work with the AQJmsSession in the latest release of the aqapi13.jar files.
              Hopefully we can sort out a workable solution between us :)
              Andy

  • MOPZ error while generating stack file for EREC upgrade

    I need to upgrade E-Recruitment 604 to 606.
    Currently we are on Netweaver 7.01 While adding this system in SOLMAN 7.1 SPS 05 in order to generate
    stack.xml file i manually selected this product system in product system
    editor and we had selected below combinations
    1)EHP4 for SAP ERP 6.0/NW 7.01(marked as installed) + SAP ERP
    -> started MOPZ with same and selected target as SAP ERP 6 EHP 7 but
    while doing so got error as Invalid queue because EA_APPL is not selected
    but actually EA_APPL is not in components for EREC system
    2)EHP4 for SAP ERP 6 with ABAP technology and E RECRUITING + EHP1 for
    NW 7.0
    ->started MOPZ with target as SAP netweaver 7.4 but while doing so
    getting error as "EHP Component ERECRUIT 604 without suitable Technical Usage!"
    and Mark relevant instance to include the software component ERECRUIT
    604 in SMSY/LMDB but Product system editor is perfect and verification tool is also green.
    Please help
    Warm Regards,
    Sumit

    Problem has been resolved.
    SAP E-recruiting should be selected in SAP ERP 6.0 as a pre-requisite.
    Warm Regards,
    Sumit

  • Since upgrade to Yosemite iMac randomly restarts

    Hey every body,
    My iMac 2013 have a problem for about month, it restart randomly. I restored all my hard drive but the problem is still there.
    I hope somebody can help me.
    Sorry for my imperfect english I'm French.
    The error is this :
    Anonymous UUID:       F9CEDF8D-73D6-AF11-5EA1-0A5CE12D06A7
    Sun Jan  4 13:47:47 2015
    *** Panic Report ***
    panic(cpu 0 caller 0xffffff8012bdae58): "Invalid queue element pointers for 0xffffff801e0078c0: next 0 prev 0"@/SourceCache/xnu/xnu-2782.1.97/osfmk/kern/queue.h:133
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81fc263280 : 0xffffff8012b3a811
    0xffffff81fc263300 : 0xffffff8012bdae58
    0xffffff81fc263330 : 0xffffff8012bdccf5
    0xffffff81fc263380 : 0xffffff8012bccf0b
    0xffffff81fc263720 : 0xffffff8012b9d863
    0xffffff81fc263780 : 0xffffff80130e83b1
    0xffffff81fc2638a0 : 0xffffff80130e86b1
    0xffffff81fc2638d0 : 0xffffff7f94b5e703
    0xffffff81fc263900 : 0xffffff7f94bb9eef
    0xffffff81fc263930 : 0xffffff7f94b28d31
    0xffffff81fc263950 : 0xffffff7f94b5d4b0
    0xffffff81fc263970 : 0xffffff7f94b41c7e
    0xffffff81fc263990 : 0xffffff7f94b2d8ab
    0xffffff81fc2639d0 : 0xffffff7f94b2dd6e
    0xffffff81fc263a00 : 0xffffff7f94b2e13d
    0xffffff81fc263a30 : 0xffffff7f94b3b7dc
    0xffffff81fc263a80 : 0xffffff7f94bb85ff
    0xffffff81fc263aa0 : 0xffffff7f94b2c132
    0xffffff81fc263b30 : 0xffffff8013101c92
    0xffffff81fc263b60 : 0xffffff8013102859
    0xffffff81fc263bc0 : 0xffffff8013100003
    0xffffff81fc263d00 : 0xffffff8012bea517
    0xffffff81fc263e10 : 0xffffff8012b3e91c
    0xffffff81fc263e40 : 0xffffff8012b235a3
    0xffffff81fc263e90 : 0xffffff8012b33e8d
    0xffffff81fc263f10 : 0xffffff8012c0a142
    0xffffff81fc263fb0 : 0xffffff8012c3ac66
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAcceleratorFamily2(156.4)[20DDCE61-E3EC-3CC1-8B79-170CEF2B603 A]@0xffffff7f94b28000->0xffffff7f94b94fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[766FC23F-452C-3B74-951C-598BB17BCF06]@0xffffff 7f93324000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[6D99A3BE-D531-3780-880B-13F2FC894A4A]@0 xffffff7f93c59000
             com.apple.driver.AppleIntelHD5000Graphics(10.0)[C7C58F5A-B67C-3222-A925-1574446 88E57]@0xffffff7f94ba3000->0xffffff7f94c01fff
                dependency: com.apple.iokit.IOSurface(97)[B4E2654D-4087-3875-9D59-E899A0A04F0E]@0xffffff7f9 3b0b000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[766FC23F-452C-3B74-951C-598BB17BCF06]@0xffffff 7f93324000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[6D99A3BE-D531-3780-880B-13F2FC894A4A]@0 xffffff7f93c59000
                dependency: com.apple.iokit.IOAcceleratorFamily2(156.4)[20DDCE61-E3EC-3CC1-8B79-170CEF2B603 A]@0xffffff7f94b28000
    BSD process name corresponding to current thread: com.apple.WebKit
    Mac OS version:
    14B25
    Kernel version:
    Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    Kernel UUID: 89E10306-BC78-3A3B-955C-7C4922577E61
    Kernel slide:     0x0000000012800000
    Kernel text base: 0xffffff8012a00000
    __HIB  text base: 0xffffff8012900000
    System model name: iMac14,1 (Mac-031B6874CF7F642A)
    System uptime in nanoseconds: 12510268396606
    last loaded kext at 4181546417328: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f9511f000, size 69632)
    last unloaded kext at 4241432766953: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7f950ef000, size 16384)
    loaded kexts:
    com.apple.filesystems.msdosfs 1.10
    com.apple.iokit.SCSITaskUserClient 3.7.0
    com.apple.filesystems.smbfs 3.0.0
    com.apple.driver.AudioAUUC 1.70
    com.apple.driver.AGPM 100.14.37
    com.apple.driver.ApplePlatformEnabler 2.1.0d1
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.iokit.IOBluetoothSerialManager 4.3.1f2
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyDriver 267.0
    com.apple.driver.AppleHDA 267.0
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleIntelHD5000Graphics 10.0.0
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleMCCSControl 1.2.10
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.1f2
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleIntelFramebufferAzul 10.0.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 705.4.1
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.5
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.iokit.AppleBCM5701Ethernet 10.1.2b3
    com.apple.driver.AirPort.Brcm4360 901.19.10
    com.apple.driver.AppleAHCIPort 3.0.7
    com.apple.driver.AppleUSBXHCI 705.4.14
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.0
    com.apple.iokit.IOUSBMassStorageClass 3.7.0
    com.apple.kext.triggers 1.0
    com.apple.driver.AppleBluetoothHIDKeyboard 175.5
    com.apple.driver.AppleHIDKeyboard 175.5
    com.apple.driver.IOBluetoothHIDDriver 4.3.1f2
    com.apple.driver.AppleMultitouchDriver 260.30
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 267.0
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOAudioFamily 200.6
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.8.0d49
    com.apple.driver.AppleThunderboltEDMSink 4.0.2
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.AppleHDAController 267.0
    com.apple.iokit.IOHDAFamily 267.0
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.1f2
    com.apple.iokit.IOSurface 97
    com.apple.iokit.IOBluetoothFamily 4.3.1f2
    com.apple.driver.AppleSMC 3.1.9
    com.apple.AppleGraphicsDeviceControl 3.7.21
    com.apple.iokit.IOAcceleratorFamily2 156.4
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IO80211Family 700.52
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.7.0
    com.apple.iokit.IOUSBFamily 705.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 389.1
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: iMac14,1, BootROM IM141.0118.B07, 4 processors, Intel Core i5, 2.7 GHz, 16 GB, SMC 2.14f24
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (7.15.124.12.10)
    Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD ST1000LM024, 1 TB
    USB Device: My Passport 0748
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    Thunderbolt Bus: iMac, Apple Inc., 23.10

    Allan points out that you have Symantec and Trusteer installed, but lets you off really easy.
    YOU CAN NOT install multiple anti-Virus applications! There is no better way to make your computer (any computer) non-functional!
    The activities of one anti-virus program look exactly like the activities of a Virus to the other anti-Virus program, and your computer will crash in completely unexpected places, deep in the system. (which is exactly what is happening to you.)
    Remove them both, and do not re-install either. Viruses are still extremely rare on the Mac. The protection from Viruses provided by the features built into Mac OS X are far superior to and far less obtrusive than anything you can add.
    Protection from non-Virus malware continues to require that you be very skeptical and vigilant, and no anti-Virus software can help you avoid such attacks.

  • JMS QueueRequestor not working ??

    Hi all.
    I am trying to get a Request and Reply mechanism working, but I am getting a weird exception: Exception occurred: javax.jms.InvalidDestinationException: Invalid queue. Does anyone have a suggestion ?
    QueueConnection queueConnection = null;
    try {
    Context ctx = new InitialContext();
    QueueConnectionFactory queueConnectionFactory = ( QueueConnectionFactory )
    ctx.lookup("jms/QueueConnectionFactory");
    queueConnection = queueConnectionFactory.createQueueConnection();
    queueSession = queueConnection.createQueueSession( false,Session.AUTO_ACKNOWLEDGE );
    Queue queue = queueSession.createQueue( "jms/myQueue" );
    queueConnection.start();
    QueueRequestor requestor = new QueueRequestor( queueSession, queue );
    TextMessage message = queueSession.createTextMessage();
    message.setText( "helloooo" );
    Message response = requestor.request( message );
    System.out.println( ( ( TextMessage ) response ).getText() );
    catch (NamingException e) {
    System.out.println("Could not create JNDI context: " + e.toString() );
    System.exit( 1 );
    catch( JMSException ex ) {
    System.out.println("Exception occurred: " + ex.toString());
    finally {
    if (queueConnection != null) {
    try {
    queueConnection.close();
    catch (JMSException e) {}
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Ashok Banerjee ([email protected]):
    Try looking up the QueueConnection factory as
    java:comp/env/jms/theQueueConnectionFactory.
    If you are not finding the QueueCOnnectionFactory itself this will fix it. If problems still persist please provide full stacktrace and the line in source code at which it occurs.
    Cheers,
    Ashok<HR></BLOCKQUOTE>
    I am running this client as stand-alone that's why I am using "jms/QueueConnectionFactory".
    The stack trace: javax.jms.InvalidDestinationException: Invalid queue
    javax.jms.QueueReceiver com.evermind.server.jms.EvermindQueueSession.createReceiver(javax.jms.Queue, java.lang.String)
    javax.jms.QueueReceiver com.evermind.server.jms.EvermindQueueSession.createReceiver(javax.jms.Queue)
    void javax.jms.QueueRequestor.<init>(javax.jms.QueueSession, javax.jms.Queue)
    void jmsMiddleware.TestServer.<init>()
    void jmsMiddleware.TestServer.main(java.lang.String[])
    Exception occurred: javax.jms.InvalidDestinationException: Invalid queue
    null

  • JMS 125 Error

    Hi,
    We have implemented Oracle AQ to post messages to AIA and at times we are getting the error
    javax.jms*.InvalidDestinationException: JMS-125: Invalid Queue specified*at oracle.jms.AQjmsError.throwInvalidDestEx(AQjmsError.java:500)
    om.siebel.eai.jms.JMSBusinessService.send(JMSBusinessService.java:806)
    at com.siebel.eai.jms.JMSSecureSend.run(JMSSecureSend.java:37)
    at com.siebel.eai.jms.SiebelJNDISecurityContext.runAs(SiebelJNDISecurityContext.java:119)
    at com.siebel.eai.jms.JMSBusinessService.doInvokeMethodWithExceptions(JMSBusinessService.java:209)
    at com.siebel.eai.jms.JMSBusinessService.doInvokeMethod(JMSBusinessService.java:85)
    at com.siebel.eai.SiebelBusinessService.invokeMethod(SiebelBusinessService.java:9)
    Please suggest how to troubleshoot/fix this issue.
    Posting to the same queue works sometimes.

    The problem was that BIEE install had a set of OC4J and another set was part of MarViewer quickstart install. Both were using the same set of ports, To change this please go to
    ..\mv10131_qs\oc4j\j2ee\home\config
    and increase the port numbers by 1 in the rmi.xml and jms.xml
    and rerun the start.bat or the .sh file (according to your OS)
    <rmi-server
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/rmi-server-10_0.xsd"
    port="23792"
    ssl-port = "23944"
    schema-major-version="10"
    schema-minor-version="0"

  • URGENT: Not able to Enqueu/Dequeue messages

    Hi,
    I am using Java Programming language to create Qs. I am trying to enqueue a message into the Q and I am not getting any error or exception. But when I check the Queue table for the message, I find no records in the table.
    Any pointers as what is going wrong?
    Quick response will be much appreciated.
    Thanks,
    Sunil

    Many possible reasons:
    - there was an error enqueueing (try to look more for log, maybe log is disabled? Are you using Log4J?)
    - you didn't commit transaction
    - your messages are already consumed
    - you specify invalid queue name (for example, in PL/SQL, it's a good idea to specify queue name with owner prefix - like 'AQ.MW')
    Myrra

Maybe you are looking for

  • Connect dell s2240t to mac mini

    can i connect dell s2240t to mac mini and there are any drivers?

  • Are my computer specs alright?

    Hey, I'm running Adobe Premiere CS4 and its freezing on me regularly, and the sample video screen does not payback smoothly. It worked alright for a while, but all of sudden things have gotten worse, its freezing more and more often. I don't have any

  • APO: Message number 999999 reached. Log is full

    Hi, We are running program in background to close order with FM BAPI_SALESORDER_CHANGE. The job is failing with messages in Job Log APO: Message number 999999 reached. Log is full APO: Task handler for transaction IZVSlIkXAQxX0000bkikP 0 has not been

  • OVS in tables

    Hallo everybody... we want to implement a table with one inputfield-column. In this inputfield the OVS should be enabled, to select e.g. a material. The OVS should fill the complete row with data out of the selected material. But if we want to enable

  • My laptop goes haywire when the sound is unmuted

    My laptop is going berzerk anytime I unmute the sound on it. When the sound is muted everything works fine, however when I unmute it the laptop will paste zxc\ty,.\ in the nearest free space, the caps lock will turn on, touchpad locks up, the scroll