Error in JMS since SP5

We experience the problem after upgrading from WLS81 SP4 to SP5.
          OS is Red Hat LINUX 3 upgrade 3
          DB is Oracle 10.2
          Server is not clustered.
          Problem in WLS distribution or possibly wrong config settings?
          Thanks for any help
          Martin Luga
          <11.01.2006 11.42 Uhr CET> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
          java.util.ConcurrentModificationException.
          java.util.ConcurrentModificationException
               at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782)
               at java.util.HashMap$EntryIterator.next(HashMap.java:824)
               at java.util.HashMap.putAllForCreate(HashMap.java:424)
               at java.util.HashMap.clone(HashMap.java:656)
               at weblogic.jms.backend.BEDestination.securityCheck(BEDestination.java:5281)
               at weblogic.jms.backend.BEDestination.access$900(BEDestination.java:93)
               at weblogic.jms.backend.BEDestination$3.expireTimeout(BEDestination.java:5260)
               at weblogic.jms.backend.BETimerNode.execute(BETimerNode.java:132)
               at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
               at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
          >

Along similar lines, I just saw the problem, though we are running SP4 and the trace is slightly different.
          Got it by starting a number of clients at the same time, all of whom call the same method for the same stateless session bean.
          <Jan 19, 2006 3:39:27 PM EST> <Warning> <RMI> <BEA-080003> <RuntimeException thr
          own by rmi server: com.wmc.ejb.proxy.ejb_ContainerDataSetProxy_pu0pbm_EOImpl.loa
          d(Lcom.armanta.comm.SessionContext;)
          java.util.ConcurrentModificationException.
          java.util.ConcurrentModificationException
          at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782)
          at java.util.HashMap$EntryIterator.next(HashMap.java:824)
          at java.util.HashMap.writeObject(HashMap.java:976)
          at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
          sorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:80
          9)
          at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:12
          96)
          at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.jav
          a:1247)
          at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
          at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java
          :1332)
          at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:13
          04)
          at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.jav
          a:1247)
          at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
          at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
          at java.util.LinkedList.writeObject(LinkedList.java:685)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
          java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
          sorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:80
          9)
          at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:12
          96)
          at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.jav
          a:1247)
          at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
          at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
          at weblogic.common.internal.ChunkedObjectOutputStream.writeObject(Chunke
          dObjectOutputStream.java:120)
          at weblogic.rjvm.MsgAbbrevOutputStream.writeObject(MsgAbbrevOutputStream
          .java:93)
          at com.wmc.ejb.proxy.ejb_ContainerDataSetProxy_pu0pbm_EOImpl_WLSkel.invo
          ke(Unknown Source)
          at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
          at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerR
          ef.java:108)
          at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
          at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
          dSubject.java:363)
          at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
          147)
          at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
          a:415)
          at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
          .java:30)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

Similar Messages

  • Error starting JMS-Server

    I get an exception in starting OC4J (oc4j_extended_1013_dp4.zip file, version 10.1.3)
    java -jar oc4j.jar
    (SEVERE) Failed to set the internal configuration of the OC4J JMS Server with:
    XMLJMSServerConfig[file:/C:/oc4j_1013/j2ee/home/config/jms.xml]
    Error starting JMS-Server...
    On my computer I succeeded to start the same OC4J ok, but on other 2 computers I get the same exception.
    What can be the problem?
    Thanks.

    The OC4J instance that is having the problem may have .lock file issues. Some quotes from the JMS chapter of the services guide:
    If OC4J terminates normally, then the lock files are cleaned up automatically. However, if OC4J terminates abnormally, for example, a kill -9 command, then the lock files remain in the file system. OC4J can usually recognize leftover lock files. If not, you must manually remove lock files before restarting OC4J after abnormal termination.
    JMS persistence lock files are tagged with (contain) server and persistence directory location info. If the lock file exists when the JMS server starts, and the lock file was created by the same server (having the same ip address) and using the same persistence directory location, then the JMS server will assume control of the lock file and start up successfully.
    If, for some reason, the jms.state file itself is corrupted, then the only recourse is to delete it, with the attendant loss of all pending transactions - that is, transactions that have been committed, but the commits not yet performed by all individual destination objects participating in the transactions.
    Note that the use of an IP address can cause issues if you have abnormal terminations and are using DHCP (so next time you start OC4J you also have a new IP address). There was also an issue in the dev preview versions if you are running on MS-Windows where the .lock files would not be automatically deleted on normal shut down - even if you have since moved to the release version, the old .lock files may still be there.

  • HT202159 while downloading new Mountain lion OS i am getting "An error while downlaoding" , since i have already purchased the same & am not able to dowload the same, please suggest a solution

    while downloading new Mountain lion OS i am getting "An error while downlaoding" , since i have already purchased the same & am not able to dowload the same, please suggest a solution

    Disable anti virus software and try turning off the Firewall in System Preferences > Security & Privacy > Firewall.

  • HT201210 I was backing up my iPad and it gave me an error and ever since my iPad is dead. It shows the iTunes icon on the screen with an image of a USB pointing to the iTunes image. I have tried to restore but it isn't working. I have the iPad 2. Please h

    Hi, I was backing up my iPad 2 and it gave me an error message. Since then, my iPad has been dead or should I say, STUCK. The screen shows the iTunes image with an image of a USB cable under it with an arrow pointing towards the iTunes icon. I haven't been able to get it to unfreeze and when I connect it to iTunes, iTunes doesn't give me the option to Sync or Restore. It actually just goes into the iTunes Store section and I can't access the part I need. Please help! Thank You!!!!!

    You may need to put the iPad in recovery mode to restore it.
    http://support.apple.com/kb/HT1808

  • I have been trying to download ios8. I dont remember exactly what happened but at some point I ended up unplugging my phone from my computer because there was an error. Every since then it has not been turning on or responding to iTunes.    When it d

    I have been trying to download ios8. I dont remember exactly what happened but at some point I ended up unplugging my phone from my computer because there was an error. Every since then it has not been turning on or responding to iTunes.
    When it does respond to iTunes it tells me that I have to restore my phone. I click restore and it says "Extracting Software". It gets all the way to the end and then says that there is an error; something about a disk being full?
    I have no idea what is going on and I could really use some help.
    Thanks.

    1. You did not get an error message telling you that your iPhoto library was getting full. You got a message telling you that your HD was getting full, right?
    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do.
    Purchase an external HD and move your Photos and Music to it. Both iPhoto and iTunes can run perfectly well with the Library on an external disk.
    Your Library has been damaged from being run on an overfull disk.
    How much free space on it now?

  • Error in JMS Communication Channel not raising alert

    Processing Errors in JMS Communication Channel are not raising alerts.
    The settings on the communication channel retires are set at 3 and 5min interval.
    In RWB the JMS communication channel shows processing errors but an alert is not raised.
    The alert are configured in our system and we even have a catch all alert rule with * (wildcard). Errors in PI message processing are raising alerts but errors in Comm Channel are not raising alerts.
    The message in SXI_MONITOR shows as processed successfully but when we check the RWB and Comm. Channel Monitoring we see processing errors "Channel error occured; detailed error description: JMS error: Connection to the server has been terminated; Linked error: Connection reset, Error Code:null"
    Are we missing any configuration? How do we get alerts/notifications if there are errors in Comm. Channel without having to login into RWB and watch it periodically?
    Any help is greatly appreciated.
    RM

    Hi,
    What is the staus of Communication channel in RWB when it fails, RED ??if yes then it should genarate alert.
    create one more alert for specific to JMS interface and check it out.
    Regards,
    Raj

  • Error in JMS adapter MQ to PI

    Hi,
    We are connecting to Websphere MQ using the JMS adapter.
    The message coming from MQ is a flat structure. So we have configured the Message Transform Bean to do the conversion from plain to xml structure according to
    http://wiki.sdn.sap.com/wiki/display/XI/HowTo...ContentconversionmodulewithJ2EEJMS+adapter
    But when we test a message we end up with this error:
    TransportException: No MIME header found at com.sap.aii.adapter.jms.core.channel.filter.ConvertBinaryToXiMessageFilter.filter
    I'm not sure if this is related to the content conversion or general settings in the JMS adapter.
    Any inputs are highly appreciated.
    Thanks
    Shakthi

    Hi Shakthi,
    Actually, it is the error that tells you where the error took place:
    com.sap.aii._adapter.jms_.core.channel.filter.ConvertBinaryToXiMessageFilter.filter
    You might also want to refer to this thread: Error in JMS Sender Adpater for a few ideas to solve your problem. In general, it is connected to your adapter configuration. Please review it once again ang you should have the problem fixed.
    Hope this helps,
    Greg

  • HT4623 I was installing the ios 6 on my iphone 3GS and an error occured and since then it's hanged up and not working. Please suggest some solution

    I was installing the ios 6 on my iphone 3GS and an error occured and since then it's hanged up and not working. Please suggest some solution

    the same thing here! each time its suppose to register with my network, it cant. im wondering if its a hardware problem

  • Error in JMS Input channels

    Dear all,
    We have observed a peculiar issue.
    Some of the JMS Input channels are throwing this error:-
    "Error establishing JMS connection; error message: MQJMS2005: failed to create MQQueueManager for <IP>:<QM Manager>> MQJE001: An MQException occurred: Completion Code 2, Reason 2009
    MQJE016: MQ queue manager closed channel immediately during connect
    Closure reason = 2009; error code: MQJMS2005"
    Other JMS channels with the same configurations are working fine. But some JMS channels have this error.
    If any one has faced a similar issue, kindly share the steps to resolve the same.
    Thanks in advance,
    Younus

    Please ask the MQ Team to restart the MQ queue.I mean to stop and start again.
    We faced similar kind of issues and we even tried to restarting the JMS communication channel and MQ Queue.This solved our problem.
    As only one JMS channel is not working,there might be connectivity issues with JMS Queues..
    Try to restart the JMS Queue and JMS communication channel and see.

  • Oracle Queue Error creating JMS-120: Dequeue failed

    Hi Guys,
    We are facing serious problems with Oracle queue when dequeuing messages from the queue.
    Our configuration is the following:
    - SOA Suit 10.g (10.1.3.5.0)
    - Dehydration storage - Oracle Database 11gR2 in Exadata Cloud
    We use standard JMS Adabpter from AS10g to dequeue messages from the Oracle queue.
    Suddenly dequeue stop working pooling the flowing errors into the log.xml log file in $ORACLE_HOME/j2ee/oc4j_soa/log/oc4j_soa_SOA_GROUP_1/oc4j directory.
    <MSG_TEXT>Failed to process deferred message</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.tip.esb.server.dispatch.QueueHandlerException: Error creating "JMS-120: Dequeue failed"
         at oracle.tip.esb.server.dispatch.JMSDequeuer.dequeue(JMSDequeuer.java:197)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:178)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:135)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:825)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:308)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2094)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:922)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:835)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:776)
         at oracle.j2ee.ra.jms.generic.CommonConsumerWrapper.receive(CommonConsumerWrapper.java:203)
         at oracle.tip.esb.server.dispatch.JMSDequeuer.dequeue(JMSDequeuer.java:175)
         ... 7 more
    then:
    <COMPONENT_ID>j2ee</COMPONENT_ID>
        <MSG_ID>J2EE JTA-00107</MSG_ID>
    <MSG_TEXT>Error in resource driver during rollback: oracle.jdbc.xa.OracleXAException, errorCode : -7</MSG_TEXT>
    and this message comes out every second:
        <MSG_TEXT>Attempt to use an invalid handle : 'oracle_jdbc_driver_LogicalConnection_Proxy@10af88e3'.</MSG_TEXT>
    Any help, suggestions, hints would be much appreciated.
    cheers!!
    eMarcel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi there
    I have got the same problem i.e
    oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:283)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2178)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:1013)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:950)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:897)
         at com.cramer.cdd.mytest.QueueReceive2.init(QueueReceive2.java:122)
         at com.cramer.cdd.mytest.QueueReceive2.main(QueueReceive2.java:152)
    Exception in thread "main
    Please help me in debugging this.
    I have a standalone java application to listen to the aqJMS queue.
    Regards
    Paul

  • ACCESS.ERROR#service.jms.default.authorization Errors

    Hi,
    With standart installation, following errors are filling defaulttrace contiuosly, any idea?
    #1.#0050568817F2005E000003B00000706600044473E94477A8#1201164532348#/System/Security/Audit/J2EE#sap.com/irj#com.sap.engine.services.security.roles.SecurityRoleReference#Guest#240####86dd8e50ca5511dcc5540050568817f2#Thread[Thread-60,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error#1#com.sap.engine.services.security.roles.SecurityRoleReference#Java###: Authorization check for caller assignment to J2EE security role [ : ] referencing J2EE security role [ : ].#5#ACCESS.ERROR#service.jms.default.authorization#administrators#SAP-J2EE-Engine#administrators#

    Hi Huseyin
    Implement the latest patches available in market place.
    For eg: CAF 13.1
    SAP-JEE 13.1
    SAP-JEECOR 13.3
    SAP_JTECHF 13.1
    SAP_JTECJS 13.1
    UMEADMIN 13.2
    or give eu_role to the user
    Hope this helps
    Satish Kumar.

  • My iMac 27 i5 keep shutting down Spontaneously and Restarting. I get the following error report: Interval Since Last Panic Report:  504943 sec Panics Since Last Report:          2 Anonymous UUID:                    2BC7A524-345A-4EB6-AB3A-887C343A49C6  Th

    Error Report:
    Interval Since Last Panic Report:  504943 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    2BC7A524-345A-4EB6-AB3A-887C343A49C6
    Thu Oct 18 06:33:07 2012
    panic(cpu 0 caller 0xffffff80180b7b95): Kernel trap at 0xffffff80180b1300, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff90398830d0, CR3: 0x0000000121e97000, CR4: 0x0000000000000660
    RAX: 0xd9b18e7363080089, RBX: 0xffffff90398830c8, RCX: 0x7fffffffffffffff, RDX: 0x0000000000000010
    RSP: 0xffffff81e86fb510, RBP: 0xffffff81e86fb530, RSI: 0xffffff8038e7ae00, RDI: 0xffffff90398830c8
    R8:  0x0000000000000001, R9:  0x0000000000000fff, R10: 0xffffff81e86fb290, R11: 0xffffff804714d920
    R12: 0xffffff804714d922, R13: 0x0000000000000000, R14: 0xffffff8038e7ae00, R15: 0xffffff8047622eb0
    RFL: 0x0000000000010282, RIP: 0xffffff80180b1300, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff90398830d0, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81e86fb1b0 : 0xffffff801801d5f6
    0xffffff81e86fb220 : 0xffffff80180b7b95
    0xffffff81e86fb3f0 : 0xffffff80180ce4ad
    0xffffff81e86fb410 : 0xffffff80180b1300
    0xffffff81e86fb530 : 0xffffff80180e8749
    0xffffff81e86fb560 : 0xffffff801838619d
    0xffffff81e86fb5a0 : 0xffffff801805b429
    0xffffff81e86fb5c0 : 0xffffff80180771d2
    0xffffff81e86fb5f0 : 0xffffff8018386c3e
    0xffffff81e86fb600 : 0xffffff80180f1941
    0xffffff81e86fb650 : 0xffffff80180f0fe1
    0xffffff81e86fb690 : 0xffffff80180f7d96
    0xffffff81e86fb6c0 : 0xffffff80180efd6e
    0xffffff81e86fb780 : 0xffffff80182f1412
    0xffffff81e86fb880 : 0xffffff80183124e4
    0xffffff81e86fb9d0 : 0xffffff8018311fb9
    0xffffff81e86fba20 : 0xffffff8018111aa8
    0xffffff81e86fba80 : 0xffffff80180f41c3
    0xffffff81e86fbaf0 : 0xffffff8018108de2
    0xffffff81e86fbba0 : 0xffffff80180fbb09
    0xffffff81e86fbc50 : 0xffffff80180fc2d4
    0xffffff81e86fbf60 : 0xffffff80183e14e3
    0xffffff81e86fbfb0 : 0xffffff80180ce9dd
    BSD process name corresponding to current thread: iavd
    Mac OS version:
    12B19
    Kernel version:
    Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
    Kernel UUID: 3005059E-270B-3B9F-940D-7A66C05DDC9D
    Kernel slide:     0x0000000017e00000
    Kernel text base: 0xffffff8018000000
    System model name: iMac11,3 (Mac-F2238BAE)
    System uptime in nanoseconds: 62889064040246
    last loaded kext at 9522123502662: com.apple.filesystems.afpfs          10.0 (addr 0xffffff7f9a329000, size 348160)
    last unloaded kext at 150402973709: com.apple.driver.AppleUSBUHCI          5.1.5 (addr 0xffffff7f98a81000, size 65536)
    loaded kexts:
    com.parallels.kext.prl_vnic          7.0 15107.796624
    com.parallels.kext.prl_netbridge          7.0 15107.796624
    com.parallels.kext.prl_hid_hook          7.0 15107.796624
    com.parallels.kext.prl_hypervisor          7.0 15107.796624
    com.parallels.kext.prl_usb_connect          7.0 15107.796624
    com.eltima.SyncMate.kext          0.2.5b15
    com.usboverdrive.driver.hid          3.0.2
    com.delantis.kext.tcpblocknke          2.2.4
    jp.plentycom.driver.SteerMouse          4.1.3
    at.obdev.nke.LittleSnitch          3862
    com.apple.filesystems.afpfs          10.0
    com.apple.nke.asp_tcp          7.0.0
    com.apple.driver.AppleBluetoothMultitouch          75.15
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f8
    com.apple.driver.AGPM          100.12.69
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.0f2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.6
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMikeyDriver          2.3.0f2
    com.apple.driver.AppleBacklight          170.2.3
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.kext.AMDFramebuffer          8.0.0
    com.apple.AMDRadeonAccelerator          1.0.0
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.1
    com.apple.driver.AppleUSBHub          5.1.6
    com.apple.driver.AppleFWOHCI          4.9.5
    com.apple.driver.AirPort.Atheros40          600.70.23
    com.apple.driver.AppleAHCIPort          2.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleUSBEHCI          5.1.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.security.SecureRemotePassword          1.0
    com.apple.driver.AppleMultitouchDriver          235.27
    com.apple.iokit.IOSurface          86.0.2
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.0f2
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.AppleSMC          3.1.3d11
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.2.6
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleUSBAudio          2.9.0f4
    com.apple.iokit.IOAudioFamily          1.8.9fc9
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.driver.AppleHDAController          2.3.0f2
    com.apple.iokit.IOHDAFamily          2.3.0f2
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOAcceleratorFamily          19.0.26
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.kext.AMD5000Controller          8.0.0
    com.apple.kext.AMDSupport          8.0.0
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.IOBluetoothHIDDriver          4.0.9f8
    com.apple.iokit.IOBluetoothFamily          4.0.9f8
    com.apple.driver.AppleUSBHIDKeyboard          165.5
    com.apple.driver.AppleHIDKeyboard          165.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMergeNub          5.1.5
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOAHCIFamily          2.2.0
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          5.1.6
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: iMac11,3, BootROM IM112.0057.B01, 4 processors, Intel Core i5, 2.8 GHz, 16 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D534F344758334D314131333333433920
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D534F344758334D314131333333433920
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.70.23-P2P
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: SAMSUNG HD103SJ, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: My Book 1110, 0x1058  (Western Digital Technologies, Inc.), 0x1110, 0xfd130000 / 6
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd140000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd143000 / 8
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd142000 / 7
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: General Purpose USB Hub, 0x0451  (Texas Instruments), 0x2036, 0xfa130000 / 5
    USB Device: PowerMicII-NS, 0x0554  (Dictaphone Corp.), 0x1001, 0xfa131000 / 8
    USB Device: IE USB Micromodul, 0xdf04, 0x0004, 0xfa132000 / 7
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 6

    I'm seeing several things that could cause trouble.
    First, the WD external drive. WD bare drives are superb but, when WD puts a nice drive in their cheap enclosure, you get grief. After nearly three years of suffering with wake-from sleep freezes, stalling, failures to mount--you name it--I ripped apart my WD MyBook Studio Edition this week (made for Mac, they say) to salvage the nice Caviar Green 750GB drive to go into a new OWC enclosure. Until the new enclosure arrives, I brought in an older OWC FW400 external and it has caused zero problems.
    So disconnect the WD and run a while without it--see if things get better.
    You also have some third-party extensions showing up:
    com.parallels.kext.prl_vnic          7.0 15107.796624
    com.parallels.kext.prl_netbridge          7.0 15107.796624
    com.parallels.kext.prl_hid_hook          7.0 15107.796624
    com.parallels.kext.prl_hypervisor          7.0 15107.796624
    com.parallels.kext.prl_usb_connect          7.0 15107.796624
    com.eltima.SyncMate.kext          0.2.5b15
    com.usboverdrive.driver.hid          3.0.2
    com.delantis.kext.tcpblocknke          2.2.4
    jp.plentycom.driver.SteerMouse          4.1.3
    at.obdev.nke.LittleSnitch          3862
    Make sure you have all updates for Parallels and Little Snitch. Outdated versions have been fingered before as troublemakers. Try disabling the others and adding them back one at a time until problems return. Having both USB Overdrive and SteerMouse installed could be producing a conflict.
    Did this start after adding RAM? Some people have reported newer iMacs being happy with more or less than 16GB but acting up with exactly 16GB. Easy to test--pull two modules and see how it runs on 8MB. The long list of backtrace numbers toward the top of the list could point to incompatible RAM.

  • I'm getting an error code 499 since I installed the new windows explorer

    I'm getting an error code 499 since I installed the new windows explorer.  I changed the parental settings in explorer, but it's not solving anything.  Anybody have a solution?

    In the course of your troubleshooting to date, have you worked through the following document?
    iTunes for Windows: Troubleshooting security software issues

  • Error in JMS adapter 11g

    Hi
    I have configured a JMS Adapter in Jdev 11.1.1.3.0 to consume message from a queue(JNDI Name as eis/wljms/WLQueue) on a weblogic server(10.3.1) in a different domain and deployed my BPM process to the soa server 11g.
    I created a new outbound connection pool (eis/wljms/WLQueue) in Deployments->JMSAdapter->Configuration->Outbound Connection Pools with Connection Pool Interface: oracle.tip.adapter.jms.IJmsConnectionFactory
    Also updated the factory properties field for eis/wljms/WLQueue with :
    java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://10.75.85.151:9021;java.naming.security.principal=weblogic;java.naming.security.credentials=weblogic
    And finally updated the deployment plan for JMSAdapter.
    However I am getting the following error :
    <May 24, 2010 10:08:29 AM GMT+05:30> <Warning> <oracle.soa.adapter> <BEA-000000>
    <JMSAdapter sample JMSMessageConsumer_init: Retrying connection; attempt #1>
    <May 24, 2010 10:08:29 AM GMT+05:30> <Warning> <oracle.soa.adapter> <BEA-000000>
    <JMSAdapter sample
    BINDING.JCA-12141
    ERRJMS_CONN_FAC_NOT_FOUND.
    ERRJMS_CONN_FAC_NOT_FOUND.
    Unable to instantiate connection factory. JMS adapter was unable to look up the
    connection factory neither through JNDI nor instantiate it as a Java class.
    Please examine the log file to determine the problem.
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getConnectionF
    actory(JMSConnectionFactoryFactory.java:207)
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getQueueConnec
    tionFactory(JMSConnectionFactoryFactory.java:86)
    at oracle.tip.adapter.jms.JMS.JMSConnection.init(JMSConnection.java:173)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:862)
    Caused by: javax.naming.AuthenticationException [Root exception is java.lang.Sec
    urityException: User: weblogic, failed to be authenticated.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:42)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:787)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialCo
    ntextFactoryDelegate.java:681)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:469)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:376)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
    extFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    67)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at oracle.tip.adapter.jms.JMS.JMSFactory.getInitialContext(JMSFactory.ja
    va:183)
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getConnectionF
    actory(JMSConnectionFactoryFactory.java:131)
    ... 26 more
    Caused by: java.lang.SecurityException: User: weblogic, failed to be authenticat
    ed.
    at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServi
    ceImpl.java:116)
    at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke(Unknown Sou
    rce)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.jav
    a:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173
    Anyone has come across this issue? if yes, how do I resolve this?
    Thanks

    Have you tried cross-domain security or domain trust?

  • Error in JMS Adapter Configuration.

    Hi,
    Its regarding JMS receiver adapter for MQ Series.
    We  have MQ 6.0 installed on PI server. While trying to connect thorough JMS receiver adapter we are getting a connection failure error at communication channel level.
    The MQ administrator is of the opinion that as MQ is local  to the PI server a channel is not required.
    In the MQ server, the administrator has created a Manager and Queue which we are using in the JMS receiver channel.
    We  have provided the queue connection factory as the default one used for  MQ 5.3
    class also as the default. (All the extra jar files required for MQ 6.0 is deployed).
    The error description  says:
    Error during channel initialization; exception trace: javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '10.23.86.134:XBEIG_QMGR1'
    at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:586)
    at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2110)
    at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1532)
    com.ibm.mq.MQException: MQJE001: An MQException occurred: Completion Code 2, Reason 2059
    MQJE011: Socket connection attempt refused.
    Any inputs would be very  helpful...
    Many Thanks,
    Rosine.

    you can check the SAP Note 856346 - FAQ on JMS adapter it might have some info

Maybe you are looking for

  • Win 8.1 OneDrive upload stalls, no indicator, no error

    Now that OneDrive offers 1TB of storage, I am attempting to upload all of my music, videos, and pictures - about 225GB of data. This is not working. OneDrive mysteriously stalls the upload. There are no indications of the upload stalling/stopping/pau

  • Content in new text variable

    Hi, I nees some help. I need to set a number into the new text variable "Number": I have this code working:           tell myDoc                     set txt1 to make new text variable with properties {name:"Number"}           end tell How Do i put co

  • 7.5NW SP6 LDEP

    On BPC 7.5 Netweaver SP6; Microsoft 2003 We recently applied SP6 and noticed LDEP does not work as expected. We have been able to replicate the issue across multiple applications and application sets (including AppShell) for multiple dimensions with

  • Workset validation and restricted access to other workset based on first

    Hi All,     I have a requirement in which I need to allow other worksets in ESS to be accessed only if one workset "Personal Information" is completed. in this workset, there is an iView "Certify Own Data". In this ivew there are couple of checkboxes

  • Business area assignment/design  in FI-SD-MM

    HI Gurus, Can anyone tell me how Business Area is assigned from Org structure point of view? I know that in cost Center, we can default BA, and in SD we can assign BA according to Plant-division combination, or in MM in material master we can default