JMS adapter does not recover from error

Hello everyone,
We are noticing some strange behavior with the JMS adapter, and would like your help. We have messages coming into XI from WebSphere MQ. We have configured a Sender Comm channel (MQ_SENDER) with the appropriate JMS adapter, with a specified queue name (TEST.Q) . We have installed the appropriate MQ-JMS libraries for v6.0.
Here's the problem scenario... initially the application sending the messages to the specified queue was putting an incorrectly formatted MQRFH2 structure in the message. Predictably, this caused our comm channel to fail, and it shows up on the adapter monitor in the failed state with the message "MQJMS1050: The MQRFH2 header has an incorrect format Code: MQJMS1050". This in itself is not a problem, we realized that the application was sending a malformed message. The problem occurs when we fixed the sending application to completely strip out the MQRFH2 header altogether. When the new message is sent, the comm channel seems "stuck" on the previous error, and does not even pick up the new message from the queue. The adapter monitor continues to show the same error for the comm channel. Now when we modified the comm channel to read from a DIFFERENT queue (TEST2.Q) , the comm channel got out of the error state and is able to successfully process new messages coming into that queue. However, when we revert the comm channel back to the original queue (TEST.Q) it reverts back to the original MQJMS1050 error, and does not pick up new messages on the queue.
Any assistance would be greatly appreciated...

Hi,
1) Try to refresh the metadata
2) Check the Queue status
3) Once again check the Queue name. try to make the Sender JMS adapter inactive .save  it..again make it active  and  save it and  activate the object.
4) Refresh the Cache :
a)Start transaction SXI_CACHE.
b)From the context menu XI Runtime Cache select Start Complete Cache Refresh.
If you still face issue try this .
Many actions require to access System Landscape Directory content from the Integration Builder. To optimize performance, this content is loaded into a cache so that the System Landscape Directory does not have to be accessed directly each time that System Landscape Directory content is required.
However, this cache is not automatically updated if changes are made to the content of the System Landscape Directory. For this reason that we delete the System Landscape Directory cache if changes have been made to content in the System Landscape Directory. The cache is then filled each time that the System Landscape Directory is accessed. If we log on to the Integration Builder after we have made a change in the SLD, we do not need to delete the SLD cache.
To clear the SLD cache, from the Integration Builder main menu, choose Environment ® Delete Cache for SLD Data.
Once we have deleted the cache for SLD data, accessing objects in the SLD may take longer than usual initially.
Regards
Agasthuri Doss

Similar Messages

  • IOS8.1 does not recover from soft reset on iPhone 6

    My iPhone 6 does not recover from a soft reset (holding the home and power key until you see the apple).  It stays in the white screen with the black apple and never returns.  The reset was necessary due to a profile change request. What is the solution and how are correct resets performed?

    Hello jeffrey281,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue where your iPhone will not boot past the Apple logo, please follow the steps in the article linked to below.
    iOS: Not responding or does not turn on
    Take care,
    Alex H.

  • Sender JMS Adapter does not work

    Hi all,
    We have created a sender JMS adapter with transport protocol "Access JMS Provider with JNDI". The adapter connects to destination successfully, so the connection parameters are right. However, we do not receive any message when the sender sends them.
    What parameters should we set to be able to retrieve messages from the queue?
    Thanks in advance,
    Samantha.

    Hi,
    Into Communication Channel Monitoring, we get the following errors:
    1. Error occurred while processing message: null. Detailed error (if any): java.lang.NullPointerException: at java.text.MessageFormat.applyPattern(MessageFormat.java:414) ...
    2. Added dynamic header: DCJMSMessageSelector to XI message null which corresponds to JMS message selector: mentioned in the channel configuration
    3. XI message ID corresponding to the JMS message with ID: ID:1109F6E3DF541328-00000000053E as stripped of the "ID:" marker and now has the value: null
    4. XI message ID corresponding to JMS message with ID: ID:1109F6E3DF541328-00000000053E will be created with the value of JMSCorrelationID which has the value: null
    Where is the problem?
    Thanks again,
    Samantha.

  • SOA 10g JMS adapter does not pick up large messages in Oracle AQ

    I am using SOA 10g 10.1.3.4 MLR #9. When I enqueue a large JMS message ( of type SYS.AQ$_JMS_TEXT_MESSAGE ) into the AQ from SOA 11g it goes into the TEXT_LOB portion of the USER_DATA column in AQ. In addition to this GROUPID and GROUPSEQ do not seem to get set. When that happens, my JMS adapterfrom SOA 10g does not seem to dequeue the message. But if I enqueue the same message using sql and set the GROUPID and GROUPSEQ my JMS adapter from 10g picks up the clob message.
    How do we make the 10g adapter always pick up the large message in TEXT_LOB? I don't have this problem when the message is small because it goes into TEXT_VC field instead of TEXT_LOB field.

    We are having this problem and have not figured it out yet. We need help. An oracle SR is opened but no progress from Oracle yet. I need to get some traction on this so anyone's help is appreciated. Our suspicion is that the AQ client in the wls 10.3.1 is incorrectly choosing to put the xml payload in TEXT_LOB even though the character size is less than 4000.
    Here is a summary of our observations....
    Today we did some testing with our old 6.3.1 OSM environment and our new 7.0.2 environment. We tested each against our QA1 environment and then our QA2 environment. Scenrio 1 is our problem. Scenario 2,3,and 4 all behave similar to each other. Why does Scenario 1 behave differently. It is causing AIA a problem when it dequeues the message.
    Scenario 1:
    We pointed our 7.0.2 OSM/Weblogic 10.3.1/Out of the Box AQ (which is part of our QA1 environment) to send messages to the AIA AQ table in our QA1 environment. The AIA database uses ALT32UTF8 character set. We don't know what character set the 7.0.2 OSM/Weblogic/AQ uses. Wehn we sent messages to the AIA QA1 table we saw that everything under TEXT_LEN 1000 went to TEXT_VC, Over 1000 went to TEXT_LOB. This is causes AIA to throw an exception if the message is over 1000 when it dequeus the message, because it thinks it shoudl look in the TEXT_VC which is null for AIA.
    Scenario 2:
    We pointed our 7.0.2 OSM/Weblogic 10.3.1/Out of the box AQ (which is part of our QA1 environment) to send messages to the AIA AQ table in our QA2 enviornment. The AIA database uses UTF8 character set. We don't know what character set the 7.0.2 OSM/Weblogic/AQ uses. When we sent messages to the AIA QA2 AQ table we saw that everything under TEXT_LEN 4000 went to TEXT_VC. Over 4000 went to TEXT_LOB. This is fine for us.
    Scenario 3:
    We pointed our 6.3.1 OSM/Weblogic 9.2.1/Custom AQ Solution (which is part of our QA2 environment) to send messages to the AIA AQ table in our QA2 environment. The AIA database uses UTF8 character set. We don't know what character set the 6.3.1 OSM/Weblogic/AQ uses. When we sent messages to the AIA QA2 AQ table we saw that everything under TEXT_LEN 4000 went to TEXT_VC. Over 4000 went to TEXT_LOB. This is fine for us.
    Scenario 4:
    We pointed our 6.3.1 OSM/Weblogic 9.2.1/Custom AQ Solution (which is part of our DEVINT1 environment) to send messages to the AIA AQ table in our QA1 enviornment. The AIA database uses ALT32UTF8 character set. We don't know what character set the 6.3.1 OSM/Weblogic/AQ uses. When we sent messages to the AIA QA1 AQ table we saw that everything under TEXT_LEN 4000 went to TEXT_VC. Over 4000 went to TEXT_LOB. This is fine for us.

  • Validation on 7.31 AAE HTTP adapter does not deliver detailed error

    Dear all,
    I am working with a synchronous HTTP <-> PI <-> RFC on PI 7.31.
    In the scenario I am using the validation by adapter option.
    When I am using the HTTP adapter and classic configuration, in case of invalid payload being sent I am receiving back a clear error from the parser:
      <?xml version="1.0" encoding="UTF-8" standalone="no" ?>  
    - <Error> 
    - <Details> 
    - <![CDATA[  
    <SAP:Error><SAP:Category>XIServer</SAP:Category><SAP:Code>XML_VALIDATION_INB.CX_XMS_SYSERR_VALIDATION</SAP:Code><SAP:P1>com.sap.aii.utilxi.xmlvalidation.impl.XMLValidationException: XML Validation for payload with root element name message_root , target namespace http://www.root.net Failed!Errors Encountered During Parsing  
    1.cvc-enumeration-valid: Value 'fufu' is not facet-valid with respect to enumeration '[TECL, STRD]'. It must be a value from the enumeration. 
    2.cvc-type.3.1.3: The value 'fufu' of element 'RapidPriority' is not valid. 
    </SAP:P1><SAP:P2>XML Validation for payload with root element name message_root , target namespace http://www.root.net Failed!Errors Encountered During Parsing  
    1.cvc-enumeration-valid: Value 'fufu' is not facet-valid with respect to enumeration '[TECL, STRD]'. It must be a value from the enumeration. 
    2.cvc-type.3.1.3: The value 'fufu' of element 'RapidPriority' is not valid. 
    </SAP:P2><SAP:P3>Schema Not Available in Cache, try to validation with file system schemas. Validation With File System schemas also Failed. XML Validation for payload with root element name message_root , target namespace http://www.root.net Failed!Errors Encountered During Parsing  
    1.cvc-enumeration-valid: Value 'fufu' is not facet-valid with respect to enumeration '[TECL, STRD]'. It must be a value from the enumeration. 
    2.cvc-type.3.1.3: The value 'fufu' of element 'RapidPriority' is not valid. 
    </SAP:P3><SAP:AdditionalText>not used at the moment.</SAP:AdditionalText><SAP:Stack>System error occurred during XML validation</SAP:Stack></SAP:Error> 
      ]]>  
      </Details> 
      </Error> 
    After changing the scenario to integrated configuration using the HTTP AAE adapter, I am receiving a response to the same error in such a way:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>  
    - <Error> 
    - <Details> 
    - <![CDATA[
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
      <title>Error Report</title>
      <style>
        td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;}
        A:link {color : #0059AA;}
        A:visited {color : #999999;}
        A:active {color : #999999;}
      </style>
    </head>
    <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0">
      <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75">
        <tr bgcolor="#FFFFFF">
          <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>  500   Internal Server Error</b></font></td>
        </tr>
        <tr bgcolor="#3F73A3">
          <td height="23" width="84"><img width=1 height=1 border=0 alt=""></td>
          <td height="23"><img width=1 height=1 border=0 alt=""></td>
          <td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP NetWeaver Application Server </b></font></td>
        </tr>
        <tr bgcolor="#9DCDFD">
          <td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td>
        </tr>
      </table>
      <br><br><br><br><br><br>
      <p><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>  Error: ERROR_IN_MODULECHAIN;ERROR_IN_MODULECHAIN, senderChannel &#39;2da99c2347883de1901ec9bd42dbf208&#39;: Catching exception calling messaging system</b></font></p>
      <p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>  <a href="https://wiki.sdn.sap.com/wiki/x/wIN3Cw">SAP Technology Troubleshooting Guide</a></b></font></p>
      <p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><table>
        <tr>
          <td valign="top"><b> Details:</b></td>
          <td valign="top"><PRE>No details available.</PRE></td>
        </tr>
      </table></font></p>
    </body>
    </html>
      ]]>  
      </Details> 
      </Error> 
    As you can see after changing to HTTP AAE I am not receiving a clear parser error back. Instead a generic internal server error is being thrown.
    This is a disadvantage for the Sender who does not know which part of his message was in error.
    Maybe somebody can give me a hint how to get back the parser message on the HTTP AAE adapter instead of the generic message.

    Thank you for your responses!
    Yes I am sure that the application is working in the same way on both configurations. Only the response message differs (detailed validation error message vs. generic HTTP 500 message).
    In both cases I have activated the "Validation by Adapter" option in ICO and Sender agreement and the validation of the request message is failing (I am sending an invalid enum value). If I send a correct request message, it is being processed fine on both configurations.
    In fact if we check the PI logs in NWA, we can also find the detailed validation error for the HTTP_AAE adapter, it is just not sent out with the response message.
    It is contained in the following log location:
    Category:
    /Applications/ExchangeInfrastructure
    Location:
    com.sap.aii.utilxi.xmlvalidation.impl.XMLSyntaxValidatorImpl
    Application:
    sap.com/com.sap.aii.af.app

  • Strobe does not recover from incorrect bitrate measurement

    While doing some testing of dynamic Flash streaming on low bandwidth devices I found a scenario where Strobe gets stuck trying to switch to the highest bitrate stream when there is not enough bandwidth.  I have a video showing what happens at the link below:
    http://www.youtube.com/watch?v=7n_sFH6aYj4
    What you will see in the video is the Strobe debug player viewing dynamic Flash streams with bitrates from 200Kbps to to 3000Kbps on the traditional Akamai Flash network.  The computer has a bandwidth limiter enabled limiting the download bandwidth to 1000Kbps and in the video you will see a system monitor showing the network history.  Basically what happens is the download bandwidth (averageDownloadKbps) being measured by the player jumps to around 156000Kbps thus fooling the player into trying to switch to the 3000Kbps stream, but there is not enough actual bandwidth to play that stream.  Then the player ends up in a continuous buffering state trying to make the switch.
    It should be mentioned that with OVP the incorrect download bandwidth measurement occurs as well, but OVP seems to have a failsafe in its switch algorithm that uses a near empty buffer to override the download measurements for switching and force a switch the lowest bitrate.
    Note, I still need to discuss why this is happening with Akamai.  This should be a corner case that we never see.
    Tim

    Hi,
    1) Try to refresh the metadata
    2) Check the Queue status
    3) Once again check the Queue name. try to make the Sender JMS adapter inactive .save  it..again make it active  and  save it and  activate the object.
    4) Refresh the Cache :
    a)Start transaction SXI_CACHE.
    b)From the context menu XI Runtime Cache select Start Complete Cache Refresh.
    If you still face issue try this .
    Many actions require to access System Landscape Directory content from the Integration Builder. To optimize performance, this content is loaded into a cache so that the System Landscape Directory does not have to be accessed directly each time that System Landscape Directory content is required.
    However, this cache is not automatically updated if changes are made to the content of the System Landscape Directory. For this reason that we delete the System Landscape Directory cache if changes have been made to content in the System Landscape Directory. The cache is then filled each time that the System Landscape Directory is accessed. If we log on to the Integration Builder after we have made a change in the SLD, we do not need to delete the SLD cache.
    To clear the SLD cache, from the Integration Builder main menu, choose Environment ® Delete Cache for SLD Data.
    Once we have deleted the cache for SLD data, accessing objects in the SLD may take longer than usual initially.
    Regards
    Agasthuri Doss

  • Mac Pro display does not recover from sleep

    Hello,
    I have a Mac Pro Mid 2010 with two graphics cards (ATI 5770 & nVidia Geoforce GT 120) and three displays.  After intense use of the GPUs with graphics processing jobs, and after the screen goers to sleep, they do not recover.  The computer is accessible via the network (ping, ssh, etc) however, the screens blank out and no longer recover from sleep.  The only resolution is to reboot.
    I have already run memtest all just to make sure there isn't a memory issue.  All tests passed.  Also, this issue has ocurred with Mountain Lion and Mavericks.
    Does anyone have any suggestions or experiences with regard to this iussue?
    Thanks

    Update -- I now can reproduce the issue at will and it is definitely related to the sleep feature and has gotten much worse under OS X Mavericks.  Side Rant -- First let me note how disappointing Mavericks is as a platform.  Apple's output seems to be getting progressively less thought out, reliable and buggy. 
    Now back to the issue.  I created a hot corner that puts my display to sleep.  Every time I active the hot corner the system display is lost -- that is the system continues to function and respond via network (ping, ssh, etc) but no joy on un-sleeping the displays. 
    I have Mac Pro Mid 2010 w/ 2x 2.4Ghz Quad Core, 32GB RAM, ATI 5770 and NVidia Geoforce GT 120 using three displays (2x 27" Apple and 1x Panasonic 1080P HD TV) running OS X 10.9.1 (13B42).

  • MQ JMS adapter does not work

    Hi Experts
    we are using PI 7.1, we have deployed MQ 6.0 libraries via com.sap.aii.adapter.lib.sda.
    I have a scenario HTTP --> XI --> MQ JMS configured. At first, I forgot to specify user name / password, in RMB I got error of security authentication, which means MQ libraries are properly deployed. After I provided user name / passwrod in JMS adapter, I got following error in message monitoring:
    Adapter Framework caught exception: The jmsServiceManager returned no jmsSender to use. Must abort send process.
    Delivering the message to the application using connection JMS_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.mp.module.ModuleException: The jmsServiceManager returned no jmsSender to use. Must abort send process..
    In the Communication Channel Monitoring, it says the channel of the JMS adapter is working properly with a green icon displayed.
    I've search SDN and SMP, can't find any information about this error. Somebody can shine some light?
    Thanks
    Jayson

    Can you post the server logs..they should have more info.
    Can you also enable trace for the mq adapter from visual admin.
    Regards
    Ravi Raman

  • Device does not recover from signal loss

    I have a BlackBerry Classic which does not reconnect to the mobile network properly after losing the signal. If I go into an area with no service for a period of time, the device will go into "Emergency Calls Only" mode. After going back into an area with service, it will not reconnect to the network. I have waited for 20 minutes for it to reconnect, and it does not. However, if I switch Airplane mode on and then off, the device will then immediately reconnect to the mobile network. Is this a known issue with the current BlackBerry OS software? My device is running OS version 10.3.1.747.

    I no longer have a BlackBerry Classic. Today I returned it for a refund, and have switched back to using my Android device that I bought in 2010. I called the BlackBerry support line twice, and both times I hung up after waiting for 30 minutes with no response. I went through the steps to replicate the problem, and turned on log streaming so that I could try to diagnose the problem. After reviewing the log file, I found it was in a proprietary binary format that I was unable to read. In addition, both the diagnostic tools provided on the system, and the Virtual Expert tool recommended on this forum, do not have any abilities to diagnose cell network problems. Due to a lack of tools to troubleshoot this problem, and a lack of support from the vendor, I was unable to solve it, and therefore I had to consider the device non-viable for my purposes. I am a network administrator, and I rely on having a reliable phone that will make a best effort at all times to maintain a network connection since I have on-call responsibilities. I have to go into areas with low signal strength frequently for my job, so this problem was a huge issue for me.

  • DVD Player encountered an error it could not recover from

    When I try to play a disk that has been burned on a VCR/DVD combo machine, I very often get an error message that says:
    "DVD Player encountered an error it could not recover from
    There was an error reading from disc. It might be scratched or dirty. [-36]"
    and then it quits. Sometimes I have been able to play a disc, after several tries, as it errors later and later, but also sometimes not.
    PowerBook G4   Mac OS X (10.3.9)   Processor: 1.25 GHz PowerPC G4; Memory: 512 MB SDRAM

    When the player quit yesterday one time it brought up the report to Apple window, so I got the error code. Here it is:
    Date/Time: 2007-04-05 17:23:45 -0500
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: DVD Player
    Path: /Applications/DVD Player.app/Contents/MacOS/DVD Player
    Version: 4.0 (4.0)
    PID: 603
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xf47c0800
    Thread 0 Crashed:
    0 <<00000000>> 0xf47c0800 0 + 0xf47c0800
    1 com.apple.DVDPlayer 0x0003f8c4 0x1000 + 0x3e8c4
    2 com.apple.CoreFoundation 0x901c45f8 __CFRunLoopDoTimer + 0xf4
    3 com.apple.CoreFoundation 0x901c1958 __CFRunLoopRun + 0x5c8
    4 com.apple.CoreFoundation 0x901c5e6c CFRunLoopRunSpecific + 0x148
    5 com.apple.HIToolbox 0x92885f60 RunCurrentEventLoopInMode + 0xac
    6 com.apple.HIToolbox 0x9288c6c8 ReceiveNextEventCommon + 0x17c
    7 com.apple.HIToolbox 0x928ae1a0 AcquireNextEventInMode + 0x48
    8 com.apple.HIToolbox 0x928e2514 _TrackMouseLocationReturningEvent + 0x120
    9 com.apple.HIToolbox 0x9292dd28 _ZN6HIView18BasicTrackInternalERK7CGPointmsPFvP16OpaqueControlRefsEhPK10GlyphSt atePm + 0x258
    10 com.apple.HIToolbox 0x92916928 _ZN6HIView9TrackSelfEP14OpaqueEventRefPs + 0x1d8
    11 com.apple.HIToolbox 0x92884958 _ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 0x828
    12 com.apple.HIToolbox 0x92881fa0 DispatchEventToHandlers + 0x150
    13 com.apple.HIToolbox 0x92882214 SendEventToEventTargetInternal + 0x174
    14 com.apple.HIToolbox 0x92886694 SendEventToEventTargetWithOptions + 0x28
    15 com.apple.HIToolbox 0x9291fa2c _Z19SendControlDefTrackP6HIViewRK7CGPointPmPFvP16OpaqueControlRefsEPs + 0xdc
    16 com.apple.HIToolbox 0x92945308 _ZN6HIView13ClickInternalERK7CGPointmPFvP16OpaqueControlRefsEb + 0x5c
    17 com.apple.HIToolbox 0x9294b05c _ZN6HIView9ClickSelfEP14OpaqueEventRef + 0x124
    18 com.apple.HIToolbox 0x92885944 _ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 0x1814
    19 com.apple.HIToolbox 0x92881fa0 DispatchEventToHandlers + 0x150
    20 com.apple.HIToolbox 0x92882214 SendEventToEventTargetInternal + 0x174
    21 com.apple.HIToolbox 0x928946bc SendEventToEventTarget + 0x28
    22 com.apple.HIToolbox 0x9294ae10 _ZN6HIView5ClickEP14OpaqueEventRef + 0x10c
    23 com.apple.HIToolbox 0x92999394 HIViewClick + 0x38
    24 com.apple.HIToolbox 0x92966a74 HandleClickAsHIView + 0x9c
    25 com.apple.HIToolbox 0x92934bd4 HandleWindowClick + 0x204
    26 com.apple.HIToolbox 0x92915f40 HandleMouseEvent + 0x1b8
    27 com.apple.HIToolbox 0x928d7c60 StandardWindowEventHandler + 0xa8
    28 com.apple.HIToolbox 0x92881fa0 DispatchEventToHandlers + 0x150
    29 com.apple.HIToolbox 0x92882214 SendEventToEventTargetInternal + 0x174
    30 com.apple.HIToolbox 0x928946bc SendEventToEventTarget + 0x28
    31 com.apple.HIToolbox 0x928a2d3c _Z25HandleMouseEventForWindowP15OpaqueWindowPtrP14OpaqueEventReft + 0x144
    32 com.apple.HIToolbox 0x929c3524 _Z16HandleMouseEventP14OpaqueEventRef + 0x170
    33 com.apple.HIToolbox 0x92892c5c _Z29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefP v + 0x1e8
    34 com.apple.HIToolbox 0x9288205c DispatchEventToHandlers + 0x20c
    35 com.apple.HIToolbox 0x92882214 SendEventToEventTargetInternal + 0x174
    36 com.apple.HIToolbox 0x928946bc SendEventToEventTarget + 0x28
    37 com.apple.HIToolbox 0x928985d8 ToolboxEventDispatcher + 0x5c
    38 com.apple.HIToolbox 0x928b57e4 HLTBEventDispatcher + 0x10
    39 com.apple.HIToolbox 0x928ab680 RunApplicationEventLoop + 0x98
    40 com.apple.DVDPlayer 0x0005b104 0x1000 + 0x5a104
    41 com.apple.DVDPlayer 0x00013a4c 0x1000 + 0x12a4c
    42 com.apple.DVDPlayer 0x00013a00 0x1000 + 0x12a00
    43 com.apple.DVDPlayer 0x000097c0 0x1000 + 0x87c0
    44 com.apple.DVDPlayer 0x00009634 0x1000 + 0x8634
    Thread 1:
    0 libSystem.B.dylib 0x90018e18 semaphoretimedwait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9d4 pthread_condwait + 0x268
    2 com.apple.dvdplayback 0x8a70ec14 DVDWakeUp + 0x35874
    3 com.apple.dvdplayback 0x8a70cc94 DVDWakeUp + 0x338f4
    4 com.apple.dvdplayback 0x8a70efb4 DVDWakeUp + 0x35c14
    5 com.apple.dvdplayback 0x8a6cfeb8 dyldstub_bindinghelper + 0x8c6a8
    6 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c16e0 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c5e6c CFRunLoopRunSpecific + 0x148
    4 com.apple.audio.CoreAudio 0x90762f80 _ZN10HALRunLoop9OwnThreadEPv + 0x104
    5 com.apple.audio.CoreAudio 0x907691e0 ZN9CAPThread5EntryEPS + 0x30
    6 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x900147a8 semaphorewaittrap + 0x8
    1 com.apple.dvdplayback 0x8a6cf9f8 dyldstub_bindinghelper + 0x8c1e8
    2 com.apple.dvdplayback 0x8a6630a4 dyldstub_bindinghelper + 0x1f894
    3 com.apple.dvdplayback 0x8a68486c dyldstub_bindinghelper + 0x4105c
    4 com.apple.dvdplayback 0x8a6cfeb8 dyldstub_bindinghelper + 0x8c6a8
    5 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x900147a8 semaphorewaittrap + 0x8
    1 com.apple.dvdplayback 0x8a6cf9f8 dyldstub_bindinghelper + 0x8c1e8
    2 com.apple.dvdplayback 0x8a664278 dyldstub_bindinghelper + 0x20a68
    3 com.apple.dvdplayback 0x8a6cfeb8 dyldstub_bindinghelper + 0x8c6a8
    4 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0xf47c0800 srr1: 0x4200f030 vrsave: 0x00000000
    cr: 0x24222422 xer: 0x20000002 lr: 0x0006de08 ctr: 0xf47c0803
    r0: 0x00000000 r1: 0xbfffe250 r2: 0x0004c57b r3: 0x018ff200
    r4: 0xbfffe294 r5: 0x00000054 r6: 0x00000000 r7: 0x448ac000
    r8: 0x444a0000 r9: 0xa28a8670 r10: 0x929455e4 r11: 0x44222224
    r12: 0xf47c0803 r13: 0x00000000 r14: 0x00000000 r15: 0x00000001
    r16: 0x00000000 r17: 0x00000000 r18: 0xa01c13a8 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x0040aa90 r23: 0x0040aba8
    r24: 0xa01c450c r25: 0xa00016b4 r26: 0x0000003f r27: 0x34ab91ed
    r28: 0x004e7390 r29: 0x018ff200 r30: 0x00000000 r31: 0x0045e460
    Binary Images Description:
    0x1000 - 0xf3fff com.apple.DVDPlayer 4.0 /Applications/DVD Player.app/Contents/MacOS/DVD Player
    0x76f000 - 0x770fff com.apple.aoa.halplugin 2.5.0 /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x427a000 - 0x431dfff com.apple.audio.units.Components 1.3.2 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x439f000 - 0x43dbfff com.apple.iSightAudio 6.5.2 /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAudio
    0x4966000 - 0x4966fff com.apple.applescript.component 1.9.3 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x497c000 - 0x4982fff com.apple.ATIRadeon9700GA 1.3.42 (3.4.2) /System/Library/Extensions/ATIRadeon9700GA.plugin/Contents/MacOS/ATIRadeon9700G A
    0x498c000 - 0x498e7fa cssloader2Í PEF binary: cssloader2Í
    0x49c0000 - 0x4a18fff com.apple.AppleVADriver 2.3.13 /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AppleVADriver
    0x4a83000 - 0x4adbfff com.apple.AppleVADriver 2.3.13 /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AppleVADriver
    0x4b46000 - 0x4b9efff com.apple.AppleVADriver 2.3.13 /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AppleVADriver
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x8a640000 - 0x8a7a3fff com.apple.dvdplayback 4.1.5 (4150) /System/Library/Frameworks/DVDPlayback.framework/Versions/A/DVDPlayback
    0x8b6e0000 - 0x8b6e3fff com.apple.VSP.framework 2.1 /System/Library/PrivateFrameworks/VSP.framework/VSP
    0x8be9d000 - 0x8bea2fff com.apple.AppleVAFramework 2.3.13 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x8f000000 - 0x8f00afff com.apple.DVDFramework 3.3.0 /System/Library/PrivateFrameworks/DVD.framework/DVD
    0x8f060000 - 0x8f105fff com.apple.applescript 1.9.3 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026dfff com.apple.CoreFoundation 6.3.7 (299.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9071d000 - 0x9072cfff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x90733000 - 0x90740fff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90750000 - 0x907b7fff com.apple.audio.CoreAudio 2.1.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x908f5000 - 0x90912fff com.apple.audio.SoundManager 3.8 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.6 (500.58) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d7c000 - 0x90d8cfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910e0000 - 0x91133fff com.apple.bom 1.2.5 (63.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91141000 - 0x91141fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91251000 - 0x9125afff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x912e0000 - 0x912f7fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x9156ffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x915e0000 - 0x91699fff com.apple.QD 3.4.67 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x916f0000 - 0x91728fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91890000 - 0x918aafff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x918d0000 - 0x918e0fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x919e7000 - 0x91a1ffff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91b10000 - 0x91b10fff com.apple.audio.units.AudioUnit 1.3.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91bb0000 - 0x91d45fff com.apple.QuickTime 6.5.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x92170000 - 0x92357fff com.apple.security 2.4 (179) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.2 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9283f000 - 0x92859fff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.7 (743.36) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93680000 - 0x93958fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93a50000 - 0x93a64fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x93a6a000 - 0x93a84fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93c00000 - 0x93ca3fff com.apple.audio.toolbox.AudioToolbox 1.3.2 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93cec000 - 0x93d04fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x94580000 - 0x9458bfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94593000 - 0x9459ffff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib
    0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x946ed000 - 0x94700fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94e0b000 - 0x94e1efff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x96a04000 - 0x96a6dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96de0000 - 0x96df0fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ee0000 - 0x96ee8fff libbsm.dylib /usr/lib/libbsm.dylib
    0x97345000 - 0x973b2fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

  • I get unexpectedly logged out from my mail box and and recieve the following message: "The custom error module does not recognize this error."

    I am repeatedly and unexpectedly logged-out from my mail box when working on a document. It frequently happens when I choose Send or Save, but it could happen any time. The file that I worked on disappears completely. Before, the file could be found in the draft box or some other place categorized as Auto Recovery. Now, instead, I get the following message: "The custom error module does not recognize this error." I am working at home, connected to a university server. The same problem appears with both of my computers, which are connected by a router. I have a MacBook Pro and am working with Firefox 6.0.2. I have a wireless broadband connection with Internet. AirPort is connected to Lindstrom and has IP address 192.168.0.198. Router: D-Link Model DIR-635. Modem: ZyXEL Model No. 660H D Triple Play Modem.
    Best wishes,
    Lars Lindström, Professor
    <[email protected]>

    Hi Phil,
    Generally, when a user sends an incoming request to an Exchange 2010 Client Access server using Outlook Web App and the user’s mailbox is on an Exchange 2010 mailbox in a different Active Directory site,
    Exchange 2010 determines whether the Client Access server has the
    ExternalURL property set in that Active Directory site. If it is and the cross-site silent redirection has been enabled, the user will be automatically redirected to the specified URL.
    Thus, please make sure the External URL property is set properly in your environment. And also
    disable the WindowsAuthentication for OWA VD to have a try. If the issue persists, please try the following KB to reset the Outlook Web Access-related virtual directories:
    http://support.microsoft.com/kb/941201
    Thanks,
    Winnie Liang
    TechNet Community Support
    Sorry for the late reply.  Yes, the ExternalURL is set; otherwise, it wouldn't work at all.  98% of the time everything is fine.
    My issue described a problem that appears only during session timeouts.  I've pretty much verified that this is the case; Exchange 2010 does not appropriately handle the timeouts sometimes when using cross-site redirection.

  • Received delivery subsystem error email 25,000 plus times. Can delete easily from my mac but deleting from my inbox on my mac does not delete from inbox on my husband and my iphones. HELP

    Received delivery subsystem error email 25,000 plus times. Can delete easily from my mac but deleting from my inbox on my mac does not delete from inbox on my husband and my verizon iphones. HELP

    delete and re-add e-mail on iphone and it will update with whats current on the server

  • Mediator Resequencer,JMS Adapter: queue consumers increase from PS2 to PS4

    Hi,
    We have an environment using SOA Suite and Mediator Resequencer, it is using a FIFO approach. It has been running fine in SOA Suite version 11.1.1.3.
    We are using a JMS Adapter, consuming the messages from the UDD queues as we have a SOA cluster of two managed servers.
    Well we are now doing some test for upgrading to PS4 (11.1.15) and we have noticed some differences after the upgrade in terms of # consumers on the UDD queues.
    In 11.1.1.3 eache member of the UDD was showing just 1 consumer. Looks like this is the right configuration when using and mediator resequencer FIFO approach, as they say you need to have a single-threaded approach to avoid unpredictible result.
    After upgrade that, we have noticed that in 11.1.1.5 each UDD member shows 2 consumers, we have not changed anything, we just follow the upgrade guide to do that. To be honest we are not sure wheter it is a problem or not.
    Can anybody advise about that? If it is an issue, How and where can configure it to get back to 1 consumer connected to UDD member?
    Thanks a lot!

    The Bridge is configured to use the MQ CF and destination directly without the foreign JMS wrapper. Does this make any difference to the bridge's transactional behaviour with MQ?
    Even with the foreign jms wrapper, the local jndi name of the MQ CF is still mapped to com.ibm.mq.jms.MQXAQueueConnectionFactory class. So I think there is no wrapper classes are used from foreign JMS perspective. But if a bridge is configured to lookup local jndi, does it add any wrapper classes which handles the XA interactions with MQ in a different way ?
    I am trying to see if introducing a foreign server resolves the problem. Not sure if its worth to take this path.
    Thanks in advance.
    Regards,
    Atheek

  • Service Module is trying to recover from error - Please help

    HI Guys
    I am currently installing a NM-AIR -WLC 6  wireless module in a 2811 and its giving me the follwing errors below and status
    I have checked the troubleshooting pdf and says might be possible hardware error ,but before i go down that road would like to know if any of the engineers have solved this problem
    Info about router and module is as follows
    Router#service-module wlan-controller 1/0 status
    Service Module is Cisco wlan-controller1/0
    Service Module supports session via TTY line 66
    Service Module is trying to recover from error
    Service Module status is not available
    Router#
    Trying to reset Service Module wlan-controller1/0
    *Mar 28 21:49:06.379: %LINEPROTO-5-UPDOWN: Line protocol on Interface wlan-controller1/0, changed state to down
    *Mar 28 21:49:26.379: %LINEPROTO-5-UPDOWN: Line protocol on Interface wlan-controller1/0, changed state to up
    Router#
    Router#service-module wlan-controller 1/0 status
    Service Module is Cisco wlan-controller1/0
    Service Module supports session via TTY line 66
    Service Module is trying to recover from reset/shutdown
    Service Module status is not available
    sh version
    Router#sh ver  
    Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(15)T17, RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 24-Jan-12 07:41 by prod_rel_team
    ROM: System Bootstrap, Version 12.3(8r)T7, RELEASE SOFTWARE (fc1)
    Router uptime is 28 minutes
    System returned to ROM by power-on
    System image file is "flash:c2800nm-advipservicesk9-mz.124-15.T17.bin"
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco 2811 (revision 53.51) with 249856K/12288K bytes of memory.
    Processor board ID FCZ0932701R
    2 FastEthernet interfaces
    1 Serial(sync/async) interface
    1 terminal line
    1 Virtual Private Network (VPN) Module
    1 cisco Wireless LAN Controller(s)
    DRAM configuration is 64 bits wide with parity enabled.
    239K bytes of non-volatile configuration memory.
    62720K bytes of ATA CompactFlash (Read/Write)
    Configuration register is 0x2102
    Router#

    HI Guys
    And it gets worse I am now getting the following error
    Router#service-module wlan-controller 1/0 status
    Service Module is Cisco wlan-controller1/0
    Service Module supports session via TTY line 66
    Service Module is failed
    Service Module status is not available
    regards Thags Govender

  • FTP-adapter does not register subscribed events

    I have installed an FTP-adapter and configured it to receive messages. I have created an application with the same name and set up a subscription to an event from an generic adapter. I have another db adapter also subscribing to the same event, and this works fine. However the ftp adapter does not receive the subscribed event. I have checked the MESSAGEINFOIDTABLE table, and the subscription between the FTP adapter and the genric adapter is not registered here. I have tried to resintall the adapter several times using different names etc, but it does not seem to register. Anyone had this situation before, or does anoyone have any tips?

    Audun,
    This is very strange. You haven't got 2 environments have you? Developing on one, but looking at another? Sorry for the dumb question, but I've done that before!!
    If you have 1 event, 1 publishing and 2 subscribing, then your count on the MESSAGEINFOIDTABLE table for this event should be 3.
    Have you tried pushing the metadata in iStudio to your FTP Adapter? Or restarting the FTP Adapter?
    You've definately subscribed to the correct Business Object and Event when mapping your message from Common View to Subscribe view?
    Your repository may be all screwed up. This can happen. iStudio doesn't have the best history! When you've reinstalled the adapter again, or re-designed the message again and again, you could have orphaned objects all over the place preventing proper message design taking place.
    As a sanity check, stop all services connecting the repository (iStudio, Adapters, OEM, sqlplus etc.) Save / backing up your current repository using the "oaiexport" script.
    Once you done that, drop the existing repository, and create a new fresh one. (use the "hubschema" -drop, then -create script).
    Just try creating that same single message design again with just one publishing and one subscribing adapter.
    If you still have the same problem, then I think it is one for Oracle Support.
    Good luck,
    Yan

Maybe you are looking for

  • How to I insert a line of best fit on a scatter plot????

    I have data already organized in tables, and I created a scatter plot. NOw I need to insert a line of best fit and get the equation. How do I do this??? I already calculated a and b (for y=a+bx) but I have no idea how to insert it on the plot. Every

  • File Content Conversion: Remove reserved characters from Content

    Hi PI Gurus, we're facing a little problem with FCC in File Receiver Adapter.  Sometimes the defined fieldSeparator ("|") comes within the field content. e.g. <?xml version="1.0" encoding="UTF-8"?> <ns0:Positions xmlns:ns0="http://test.com"> <Positio

  • What is Fire Vault exactly?

    I'm unsure. I was clicking around and hit the "Turn Fire Vault on" button then clicked out. Now, on my log in screen there's a "reset password" button which I want to get rid of. This happened after I did this whole accidental fire vault thing. any s

  • Sending attachments by email or webservice

    Hello, How is it possible to send a file attached to a PDF by mail or to a webservice ? Thanks by advance for any help Samuel

  • Re-installing iMessage on my new iMac?

    I couldnt iChat with my co-workers because I have a brand new iMac. So I uninstalled iMessage yesterday (hoping to download iChat, which didnt work) and now my co-worker upgraded to iMessage and I dont know how to reinstall iMessage. Please help? :/