Await SuspensionManager.RestoreAsync async error

I am getting this error message and I can't figure out why.
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'.
The code is:
await SuspensionManager.RestoreAsync();
The project is a Windows Phone 8.1 

What method have you put the "await SuspensionManager.RestoreAsync()" into? Every method that you use await in must be marked as async.
e.g.
public async void Foo() {
await SuspensionManager.RestoreAsync();
If you omit the keyword async in front of the return type you will get the error message you have posted.

Similar Messages

  • Fail to wake up laptop : async error 262144

    Hello,
    The wake up process fail sometimes on my  IBM Thinkpad T43. A full systemd startup process is used.
    The error :
    Nov 19 12:13:49 T43 kernel: dpm_run_callback(): scsi_bus_resume_common+0x0/0x70 [scsi_mod] returns 26
    Nov 19 12:13:49 T43 kernel: PM: Device 2:0:0:0 failed to resume async: error 262144
    It sometime impossible to wakeup at all.
    The probleme seem to be related to disque managment. I use RAID1 and lvm.
    Journalctrl  extracts:
    Nov 19 12:13:49 T43 systemd[1]: Started Suspend.
    Nov 19 12:13:49 T43 systemd[1]: Service sleep.target is not needed anymore. Stopping.
    Nov 19 12:13:49 T43 systemd[1]: Stopping Sleep.
    Nov 19 12:13:49 T43 systemd[1]: Stopped target Sleep.
    Nov 19 12:13:49 T43 systemd[1]: Stopping Suspend.
    Nov 19 12:13:49 T43 systemd[1]: Stopped target Suspend.
    Nov 19 12:13:49 T43 kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Nov 19 12:13:49 T43 logger[646]: ACPI group/action undefined: processor / LNXCPU:00
    Nov 19 12:13:49 T43 acpid[283]: client 321[0:0] has disconnected
    Nov 19 12:13:49 T43 acpid[283]: client connected from 321[0:0]
    Nov 19 12:13:49 T43 acpid[283]: 1 client rule loaded
    Nov 19 12:13:49 T43 kernel: usb usb2: root hub lost power or was reset
    Nov 19 12:13:49 T43 kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Nov 19 12:13:49 T43 kernel: usb usb3: root hub lost power or was reset
    Nov 19 12:13:49 T43 kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Nov 19 12:13:49 T43 kernel: usb usb4: root hub lost power or was reset
    Nov 19 12:13:49 T43 kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
    Nov 19 12:13:49 T43 kernel: usb usb5: root hub lost power or was reset
    Nov 19 12:13:49 T43 kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
    Nov 19 12:13:49 T43 kernel: pci 0000:00:1e.0: setting latency timer to 64
    Nov 19 12:13:49 T43 kernel: snd_intel8x0 0000:00:1e.2: setting latency timer to 64
    Nov 19 12:13:49 T43 kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Nov 19 12:13:49 T43 kernel: pcieport 0000:00:1c.0: wake-up capability disabled by ACPI
    Nov 19 12:13:49 T43 kernel: tg3 0000:02:00.0: eth0: Link is down
    Nov 19 12:13:49 T43 kernel: serial 00:09: activated
    Nov 19 12:13:49 T43 kernel: parport_pc 00:0a: activated
    Nov 19 12:13:49 T43 kernel: Extended CMOS year: 2000
    Nov 19 12:13:49 T43 kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Nov 19 12:13:49 T43 kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered ou
    Nov 19 12:13:49 T43 kernel: ata1.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
    Nov 19 12:13:49 T43 kernel: ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
    Nov 19 12:13:49 T43 kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
    Nov 19 12:13:49 T43 kernel: ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Nov 19 12:13:49 T43 kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered ou
    Nov 19 12:13:49 T43 kernel: ata2.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
    Nov 19 12:13:49 T43 kernel: ata2.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
    Nov 19 12:13:49 T43 kernel: ata1.00: configured for UDMA/100
    Nov 19 12:13:49 T43 kernel: sd 0:0:0:0: [sda] Starting disk
    Nov 19 12:13:49 T43 kernel: ata2.00: configured for UDMA/100
    Nov 19 12:13:49 T43 kernel: sd 1:0:0:0: [sdb] Starting disk
    Nov 19 12:13:49 T43 kernel: usb 3-1: reset low-speed USB device number 2 using uhci_hcd
    Nov 19 12:13:49 T43 kernel: ata3.00: disabled
    Nov 19 12:13:49 T43 kernel: sd 2:0:0:0: [sdc] Starting disk
    Nov 19 12:13:49 T43 kernel: sd 2:0:0:0: [sdc] START_STOP FAILED
    Nov 19 12:13:49 T43 kernel: sd 2:0:0:0: [sdc]
    Nov 19 12:13:49 T43 kernel: Result: hostbyte=0x04 driverbyte=0x00
    Nov 19 12:13:49 T43 kernel: dpm_run_callback(): scsi_bus_resume_common+0x0/0x70 [scsi_mod] returns 26
    Nov 19 12:13:49 T43 kernel: PM: Device 2:0:0:0 failed to resume async: error 262144
    Nov 19 12:13:49 T43 kernel: sd 2:0:0:0: [sdc] Stopping disk
    Nov 19 12:13:49 T43 kernel: sd 2:0:0:0: [sdc] START_STOP FAILED
    Nov 19 12:13:49 T43 kernel: sd 2:0:0:0: [sdc]
    Nov 19 12:13:49 T43 kernel: Result: hostbyte=0x04 driverbyte=0x00
    Nov 19 12:13:49 T43 kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    Nov 19 12:13:49 T43 kernel: clean.
    Nov 19 12:13:49 T43 kernel: pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 3)
    Nov 19 12:13:49 T43 kernel: PM: resume of devices complete after 1178.260 msecs
    Nov 19 12:13:49 T43 kernel: PM: Finishing wakeup.
    Nov 19 12:13:49 T43 kernel: Restarting tasks ... done.
    Thanks a lot for your help,
    Last edited by cedricl (2012-11-19 14:11:19)

    Update seem to have solved this isue but I have no idea why....
    the bug is still present ...
    Last edited by cedricl (2013-01-27 20:47:15)

  • Building & Consuming Async Web Service

    I'm fairly new to web services.  I built a WCF Web Service.  It works fine when making synchronous calls.  I'm stuck trying to make an async call.  On the client side in Visual Studio, I get a "Cannot await TestWebServices.QuotingEngineService.SmallGroupQuote[]"
    error when trying to make the call.  Below is the pic of client configuration, the client code followed by the web service code. If you can point me in the right direction it would be greatly appreciated:
    Client Web Config:
    <bindings>
    <basicHttpBinding>
    <binding name="BasicHttpBinding_IQuotingService" maxReceivedMessageSize="2147483647" maxBufferPoolSize="524288" maxBufferSize="2147483647" />
    </basicHttpBinding>
    </bindings>
    <client>
    <endpoint address="http://10.32.0.99/QuotingWebServiceHMO/Service.svc"
    binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IQuotingService"
    contract="QuotingEngineService.IQuotingService" name="BasicHttpBinding_IQuotingService" />
    </client>
    Screen Shot of Configuration:
    Page Load:
    protected void Page_Load(object sender, EventArgs e)
    List<int> corpIDs = new List<int>() { 57 };
    fetchRenewalAsync(corpIDs);
    fetchRenewalAsync - Where I get the error in VS:
    private static async void fetchRenewalAsync(List<int> corpIDs)
    using (QuotingServiceClient client = new QuotingServiceClient())
    var task1 = client.GetSmallGroupRenewals(corpIDs.ToArray(), "3/1/2015", "2/23/2015", 121);
    return await task1;
    Quoting Service Interface:
    [ServiceContract]
    public interface IQuotingService
    // Small Group Renewals:
    [OperationContract]
    List<SmallGroupQuote> GetSmallGroupRenewals(List<int> corpIDs, string effectiveDate, string activeDate, int censusBatchID);
    Quoting Service:
    namespace QuotingServices
    public class QuotingService : IQuotingService
    #region List<SmallGroupQuote> GetSmallGroupRenewals
    public List<SmallGroupQuote> GetSmallGroupRenewals(List<int> corpIDs, string effectiveDate, string activeDate, int censusBatchID)
    return SmallGroup.GetSmallGroupRenewals(corpIDs, effectiveDate, activeDate, censusBatchID);
    #endregion
    Another thing I noticed is the Async option is not available when I run the Web Service in debug mode, if that indicates anything.
    Thanks

    Hi Jamezn2013,
    I see that you have used the following code:
    private static async void fetchRenewalAsync(List<int> corpIDs)
    using (QuotingServiceClient client = new QuotingServiceClient())
    var task1 = client.GetSmallGroupRenewals(corpIDs.ToArray(), "3/1/2015", "2/23/2015", 121);
    return await task1;
    If you want to make the asynchronous WCF call, please try to modify the client.GetSmallGroupRenewals as client.GetSmallGroupRenewalsAsync:
    private static async void fetchRenewalAsync(List<int> corpIDs)
    using (QuotingServiceClient client = new QuotingServiceClient())
    var task1 = client.GetSmallGroupRenewalsAsync(corpIDs.ToArray(), "3/1/2015", "2/23/2015", 121);
    return await task1;
    For more information, please try to refer to the following article:
    http://www.codeguru.com/columns/experts/building-and-consuming-async-wcf-services-in-.net-framework-4.5.htm .
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Failed to Connect to CCMCIP authentication server error

    Hi All,
    I am getting a strange error with a CM8  Cisco Unified client services framework client.
    He is getting failed to connect to CCMIP authentication server.
    The user is assoicated with a phone line.
    He is in the CCM end users and standard CTI enabled group.
    The phone is setup to be controlled via CTI.
    I had one of the IT support guys use this users login to try and login using a different PC with the similar results.
    This makes me wonder if the problem is with the users' profile on the Presence server somehow.
    I will attach the problem report along with one of the error messages.
    I have noted the problem with the voicemail server and will get the password fixed up soon.
    Any help or ideas would be so appreciated.
    Regards
    Amanda

    Hi All,
    I am continuing to work on the problem.
    I found something interesting in the core log file.
    I will attach the new debug report.
    If anyone has any ideas for how to fix this please let me know.
    thanks
    Amanda Lalli-Cafini
    CredentialsType: PHONE_SERVICE, UserName:
    Michael.O'[email protected]
    , Remember: false
    2012-03-01 13:43:22,595 DEBUG [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPProviderImpl.fetchDeviceList(90)] - Attempting to connect to primary CCMCIP host: 10.2.2.11
    2012-03-01 13:43:22,595 WARN  [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPClient.fetchDevices(241)] - Unknown certification level, setting it to SELF_SIGNED_CERTS.  Unknown level value: null
    2012-03-01 13:43:22,595 INFO  [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPClient.fetchDevices(244)] - Setting certification level to '1' (SELF_SIGNED_CERTS)
    2012-03-01 13:43:22,972 ERROR [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPClient.populate(323)] - JAXB unmarshal error! unexpected element (uri:"", local:"html"). Expected elements are <{}devices>
    2012-03-01 13:43:22,973 ERROR [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPProviderImpl.fetchDeviceList(112)] - No backup configured, giving up
    2012-03-01 13:43:22,973 WARN  [ws-pool-thread-2] [DeviceService] [DeviceServiceCoreImpl.populateCCMCIP(1563)] - Couldn't connect to any CCMCIP host. Sending async error.
    2012-03-01 13:43:22,974 DEBUG [ws-pool-thread-2] [EventAdapter] [EventAdapterImpl.publish(140)] - publish method = onError class = com.cisco.uc.core.broker.phone.device.DeviceServiceCallback
    2012-03-01 13:43:22,974 DEBUG [ws-pool-thread-2] [EventAdapter] [BaseClientProxy.publish(109)] - Adding callback to queue : onError priority message true
    2012-03-01 13:43:22,974 WARN  [ws-pool-thread-2] [DeviceService] [DeviceServiceCoreImpl.populateCCMCIP(1581)] - CCMCIP host is unreachable.  Trying to use the last used softphone device.
    2012-03-01 13:43:22,974 ERROR [ws-pool-thread-2] [DeviceService] [DeviceServiceCoreImpl.isSRSTConfigured(1672)] - Couldn't connect to any CCMCIP host and no softphone device is available.
    2012-03-01 13:43:22,975 ERROR [ws-pool-thread-2] [DeviceService] [DeviceServiceCoreImpl.populateCCMCIP(1599)] - Couldn't connect to any CCMCIP host and no softphone device is available.
    2012-03-01 13:43:22,975 ERROR [ws-pool-thread-2] [DeviceAdapter] [DeviceServiceImpl.initialize(435)] - Problem initializing on the Device service. Could not connect to CCMCIP
    com.cisco.uc.core.common.exceptions.device.CCMCIPFailureCoreException: Could not connect to CCMCIP
    CredentialsType: PHONE_SERVICE, UserName: Michael.O'[email protected]
    , Remember: false
    2012-03-01 13:43:22,595 DEBUG [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPProviderImpl.fetchDeviceList(90)] - Attempting to connect to primary CCMCIP host: 10.2.2.11
    2012-03-01 13:43:22,595 WARN  [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPClient.fetchDevices(241)] - Unknown certification level, setting it to SELF_SIGNED_CERTS.  Unknown level value: null
    2012-03-01 13:43:22,595 INFO  [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPClient.fetchDevices(244)] - Setting certification level to '1' (SELF_SIGNED_CERTS)
    2012-03-01 13:43:22,972 ERROR [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPClient.populate(323)] - JAXB unmarshal error! unexpected element (uri:"", local:"html"). Expected elements are <{}devices>
    2012-03-01 13:43:22,973 ERROR [ws-pool-thread-2] [CCMCIPProvider] [CCMCIPProviderImpl.fetchDeviceList(112)] - No backup configured, giving up
    2012-03-01 13:43:22,973 WARN  [ws-pool-thread-2] [DeviceService] [DeviceServiceCoreImpl.populateCCMCIP(1563)] - Couldn't connect to any CCMCIP host. Sending async error.
    2012-03-01 13:43:22,974 DEBUG [ws-pool-thread-2] [EventAdapter] [EventAdapterImpl.publish(140)] - publish method = onError class = com.cisco.uc.core.broker.phone.device.DeviceServiceCallback
    2012-03-01 13:43:22,974 DEBUG [ws-pool-thread-2] [EventAdapter] [BaseClientProxy.publish(109)] - Adding callback to queue : onError priority message true
    2012-03-01 13:43:22,974 WARN  [ws-pool-thread-2] [DeviceService] [DeviceServiceCoreImpl.populateCCMCIP(1581)] - CCMCIP host is unreachable.  Trying to use the last used softphone device.
    2012-03-01 13:43:22,974 ERROR [ws-pool-thread-2] [DeviceService] [DeviceServiceCoreImpl.isSRSTConfigured(1672)] - Couldn't connect to any CCMCIP host and no softphone device is available.
    2012-03-01 13:43:22,975 ERROR [ws-pool-thread-2] [DeviceService] [DeviceServiceCoreImpl.populateCCMCIP(1599)] - Couldn't connect to any CCMCIP host and no softphone device is available.
    2012-03-01 13:43:22,975 ERROR [ws-pool-thread-2] [DeviceAdapter] [DeviceServiceImpl.initialize(435)] - Problem initializing on the Device service. Could not connect to CCMCIP
    com.cisco.uc.core.common.exceptions.device.CCMCIPFailureCoreException: Could not connect to CCMCIP

  • Oracle error ORA-00600/00601/00604

    Dear All
    I am running Oracle 9i on Linux Red Hat 7.1 on Intel
    Suddenly I found that I am unable to get connection
    to my database. I have look into the alert log and
    have found the Error Messages Associated with ORA-
    00600/00601/00604/01001. Here I am giving the content
    of the alertlog.
    Tue Jul 30 14:33:53 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Tue Jul 30 16:21:17 2002
    Thread 1 advanced to log sequence 45
    Current log# 2 seq# 45 mem# 0: /home/oracle/oradata/gemico/redo02.log
    Thu Aug 1 15:45:01 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Fri Aug 2 11:50:19 2002
    Thread 1 advanced to log sequence 46
    Current log# 3 seq# 46 mem# 0: /home/oracle/oradata/gemico/redo03.log
    Tue Aug 6 00:29:26 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Tue Aug 6 11:38:20 2002
    Thread 1 advanced to log sequence 47
    Current log# 1 seq# 47 mem# 0: /home/oracle/oradata/gemico/redo01.log
    Fri Aug 9 11:34:11 2002
    Thread 1 advanced to log sequence 48
    Current log# 2 seq# 48 mem# 0: /home/oracle/oradata/gemico/redo02.log
    Fri Aug 9 23:37:31 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Sat Aug 10 13:46:06 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:01:36 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:01:39 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:01:57 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:03:00 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:05:23 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:05:31 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Sat Aug 10 14:07:57 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Tue Aug 20 17:51:31 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Wed Aug 21 12:37:45 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [17274], [4], [], [], [], [], [], []
    Wed Aug 21 12:38:58 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [17274], [4], [], [], [], [], [], []
    Wed Aug 21 12:55:46 2002
    Thread 1 advanced to log sequence 49
    Current log# 3 seq# 49 mem# 0: /home/oracle/oradata/gemico/redo03.log
    Wed Aug 21 14:39:55 2002
    Errors in file /home/oracle/admin/gemico/bdump/s002_10763.trc:
    ORA-07445: exception encountered: core dump [kghudmpchk()+24] [SIGSEGV] [Address not mapped to object] [0x2] [] []
    Wed Aug 21 14:41:01 2002
    found dead shared server 'S002', pid = (14, 192)
    Fri Aug 23 07:54:52 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Fri Aug 23 16:13:37 2002
    Thread 1 advanced to log sequence 50
    Current log# 1 seq# 50 mem# 0: /home/oracle/oradata/gemico/redo01.log
    Fri Aug 23 18:44:25 2002
    Thread 1 advanced to log sequence 51
    Current log# 2 seq# 51 mem# 0: /home/oracle/oradata/gemico/redo02.log
    Mon Aug 26 08:09:29 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:09:32 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:09:38 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:10:06 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:10:09 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:10:13 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:13:09 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:13:11 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 08:13:21 2002
    Errors in file /home/oracle/admin/gemico/bdump/s000_1280.trc:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Mon Aug 26 12:48:22 2002
    Thread 1 advanced to log sequence 52
    Current log# 3 seq# 52 mem# 0: /home/oracle/oradata/gemico/redo03.log
    Tue Aug 27 15:56:03 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    Tue Aug 27 21:21:39 2002
    Errors in file /home/oracle/admin/gemico/bdump/smon_1276.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    d000_1282 Trace File Content
    /home/oracle/admin/gemico/bdump/d000_1282.trc
    Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.0.0 - Production
    ORACLE_HOME = /home/oracle/product/9.0.1
    System name: Linux
    Node name: BBF-GE-LINUX
    Release: 2.4.2-2
    Version: #1 Sun Apr 8 20:41:30 EDT 2001
    Machine: i686
    Instance name: gemico
    Redo thread mounted by this instance: 1
    Oracle process number: 9
    Unix process pid: 1282, image: oracle@BBF-GE-LINUX (D000)
    *** 2002-08-28 12:27:38.820
    async error encountered when answering new connection:
    NS Primary Error: TNS-4294967Message -1 not found; product=network; facility=TNS
    async error encountered when answering new connection:
    NS Primary Error: TNS-4294967Message -1 not found; product=network; facility=TNS
    smon_1276.trc
    /home/oracle/admin/gemico/bdump/smon_1276.trc
    Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.0.0 - Production
    ORACLE_HOME = /home/oracle/product/9.0.1
    System name: Linux
    Node name: BBF-GE-LINUX
    Release: 2.4.2-2
    Version: #1 Sun Apr 8 20:41:30 EDT 2001
    Machine: i686
    Instance name: gemico
    Redo thread mounted by this instance: 1
    Oracle process number: 6
    Unix process pid: 1276, image: oracle@BBF-GE-LINUX (SMON)
    *** SESSION ID:(5.1) 2002-08-01 15:45:01.076
    *** 2002-08-01 15:45:01.076
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-06 00:29:26.816
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-09 23:37:31.138
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-20 17:51:31.186
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-23 07:54:52.497
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-27 15:56:03.536
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict
    *** 2002-08-27 21:21:39.192
    SMON: following errors trapped and ignored:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00601: cleanup lock conflict

    If the problem is also present in a SWING app, i.e. outside the web server, then it is porbably something external to the webserver.
    I think you should ensure that the driver and database are compatible with each other. It is very likely that you need a new jdbc driver for the new database.
    download from here http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc101020.html
    try the ojdbc14.jar

  • Error_1_Inconsistent accessibility: property type 'System.Collections.ObjectModel.ObservableCollection WindowsBlogReader.FeedData ' is less accessible than property 'WindowsBlogReader.FeedDataSource.Feeds'

    using System;
    using System.Collections.Generic;
    using System.Collections.ObjectModel;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using Windows.Web.Syndication;
    namespace WindowsBlogReader
       public class FeedData
            public string Title { get; set; }
            public string Description { get; set; }
            public DateTime PubDate { get; set; }
            private List<FeedItem> _Items = new List<FeedItem>();
            public List<FeedItem> Items
                get
                    return this._Items;
        // FeedItem
        // Holds info for a single blog post.
        public class FeedItem
            public string Title { get; set; }
            public string Author { get; set; }
            public string Content { get; set; }
            public DateTime PubDate { get; set; }
            public Uri Link { get; set; }
        // FeedDataSource
        // Holds a collection of blog feeds (FeedData), and contains methods needed to
        // retreive the feeds.
        public class FeedDataSource
            private ObservableCollection<FeedData> _Feeds = new ObservableCollection<FeedData>();
            public ObservableCollection<FeedData> Feeds         //Error Here//
                get
                    return this._Feeds;
            public async Task GetFeedsAsync()
                Task<FeedData> feed1 =
                    GetFeedAsync("http://windowsteamblog.com/windows/b/developers/atom.aspx");
                Task<FeedData> feed2 =
                    GetFeedAsync("http://windowsteamblog.com/windows/b/windowsexperience/atom.aspx");
                Task<FeedData> feed3 =
                    GetFeedAsync("http://windowsteamblog.com/windows/b/extremewindows/atom.aspx");
                Task<FeedData> feed4 =
                    GetFeedAsync("http://windowsteamblog.com/windows/b/business/atom.aspx");
                Task<FeedData> feed5 =
                    GetFeedAsync("http://windowsteamblog.com/windows/b/bloggingwindows/atom.aspx");
                Task<FeedData> feed6 =
                    GetFeedAsync("http://windowsteamblog.com/windows/b/windowssecurity/atom.aspx");
                Task<FeedData> feed7 =
                    GetFeedAsync("http://windowsteamblog.com/windows/b/springboard/atom.aspx");
                Task<FeedData> feed8 =
                    GetFeedAsync("http://windowsteamblog.com/windows/b/windowshomeserver/atom.aspx");
                // There is no Atom feed for this blog, so use the RSS feed.
                Task<FeedData> feed9 =
                    GetFeedAsync("http://windowsteamblog.com/windows_live/b/windowslive/rss.aspx");
                Task<FeedData> feed10 =
                    GetFeedAsync("http://windowsteamblog.com/windows_live/b/developer/atom.aspx");
                Task<FeedData> feed11 =
                    GetFeedAsync("http://windowsteamblog.com/ie/b/ie/atom.aspx");
                Task<FeedData> feed12 =
                    GetFeedAsync("http://windowsteamblog.com/windows_phone/b/wpdev/atom.aspx");
                Task<FeedData> feed13 =
                    GetFeedAsync("http://windowsteamblog.com/windows_phone/b/wmdev/atom.aspx");
                Task<FeedData> feed14 =
                    GetFeedAsync("http://windowsteamblog.com/windows_phone/b/windowsphone/atom.aspx");
                this.Feeds.Add(await feed1);
                this.Feeds.Add(await feed2);
                this.Feeds.Add(await feed3);
                this.Feeds.Add(await feed4);
                this.Feeds.Add(await feed5);
                this.Feeds.Add(await feed6);
                this.Feeds.Add(await feed7);
                this.Feeds.Add(await feed8);
                this.Feeds.Add(await feed9);
                this.Feeds.Add(await feed10);
                this.Feeds.Add(await feed11);
                this.Feeds.Add(await feed12);
                this.Feeds.Add(await feed13);
                this.Feeds.Add(await feed14);
            private async Task<FeedData> GetFeedAsync(string feedUriString)
                Windows.Web.Syndication.SyndicationClient client = new SyndicationClient();
                Uri feedUri = new Uri(feedUriString);
                try
                    SyndicationFeed feed = await client.RetrieveFeedAsync(feedUri);
                    // This code is executed after RetrieveFeedAsync returns the SyndicationFeed.
                    // Process the feed and copy the data you want into the FeedData and FeedItem classes.
                    FeedData feedData = new FeedData();
                    if (feed.Title != null && feed.Title.Text != null)
                        feedData.Title = feed.Title.Text;
                    if (feed.Subtitle != null && feed.Subtitle.Text != null)
                        feedData.Description = feed.Subtitle.Text;
                    if (feed.Items != null && feed.Items.Count > 0)
                        // Use the date of the latest post as the last updated date.
                        feedData.PubDate = feed.Items[0].PublishedDate.DateTime;
                        foreach (SyndicationItem item in feed.Items)
                            FeedItem feedItem = new FeedItem();
                            if (item.Title != null && item.Title.Text != null)
                                feedItem.Title = item.Title.Text;
                            if (item.PublishedDate != null)
                                feedItem.PubDate = item.PublishedDate.DateTime;
                            if (item.Authors != null && item.Authors.Count > 0)
                                feedItem.Author = item.Authors[0].Name.ToString();
                            // Handle the differences between RSS and Atom feeds.
                            if (feed.SourceFormat == SyndicationFormat.Atom10)
                                if (item.Content != null && item.Content.Text != null)
                                    feedItem.Content = item.Content.Text;
                                if (item.Id != null)
                                    feedItem.Link = new Uri("http://windowsteamblog.com" + item.Id);
                            else if (feed.SourceFormat == SyndicationFormat.Rss20)
                                if (item.Summary != null && item.Summary.Text != null)
                                    feedItem.Content = item.Summary.Text;
                                if (item.Links != null && item.Links.Count > 0)
                                    feedItem.Link = item.Links[0].Uri;
                            feedData.Items.Add(feedItem);
                    return feedData;
                catch (Exception)
                    return null;
            // Returns the feed that has the specified title.
            public static FeedData GetFeed(string title)             //ERROR HERE
                // Simple linear search is acceptable for small data sets
                var _feedDataSource = App.Current.Resources["feedDataSource"] as FeedDataSource;
                var matches = _feedDataSource.Feeds.Where((feed) => feed.Title.Equals(title));
                if (matches.Count() == 1) return matches.First();
                FeedData feeddata = null;
                return feeddata;
            // Returns the post that has the specified title.
            public static FeedItem GetItem(string uniqueId)
                // Simple linear search is acceptable for small data sets
                var _feedDataSource = App.Current.Resources["feedDataSource"] as FeedDataSource;
                var _feeds = _feedDataSource.Feeds;
                var matches = _feedDataSource.Feeds.SelectMany(group => group.Items).Where((item) => item.Title.Equals(uniqueId));
                if (matches.Count() == 1) return matches.First();
                return null;
    }

    The feed links given in the msdn site are already broken because now the official site for windows blogs is "blogs.windows.com" & not "windowsteamblogs.com". I am posting the updated code here :-
    using System;
    using System.Collections.Generic;
    using System.Collections.ObjectModel;
    using System.Linq;
    using System.Threading.Tasks;
    using Windows.Web.Syndication;
    namespace WindowsBlogReader
    // FeedData
    // Holds info for a single blog feed, including a list of blog posts (FeedItem).
    public class FeedData
    public string Title { get; set; }
    public string Description { get; set; }
    public DateTime PubDate { get; set; }
    private List<FeedItem> _Items = new List<FeedItem>();
    public List<FeedItem> Items
    get
    return this._Items;
    // FeedItem
    // Holds info for a single blog post.
    public class FeedItem
    public string Title { get; set; }
    public string Author { get; set; }
    public string Content { get; set; }
    public DateTime PubDate { get; set; }
    public Uri Link { get; set; }
    // FeedDataSource
    // Holds a collection of blog feeds (FeedData), and contains methods needed to
    // retreive the feeds.
    public class FeedDataSource
    private ObservableCollection<FeedData> _Feeds = new ObservableCollection<FeedData>();
    public ObservableCollection<FeedData> Feeds
    get
    return this._Feeds;
    public async Task GetFeedsAsync()
    #region WindowsTeamBlogs Feed Links
    //Task<FeedData> feed1 =
    // GetFeedAsync("http://windowsteamblog.com/windows/b/developers/atom.aspx");
    //Task<FeedData> feed2 =
    // GetFeedAsync("http://windowsteamblog.com/windows/b/windowsexperience/atom.aspx");
    //Task<FeedData> feed3 =
    // GetFeedAsync("http://windowsteamblog.com/windows/b/extremewindows/atom.aspx");
    //Task<FeedData> feed4 =
    // GetFeedAsync("http://windowsteamblog.com/windows/b/business/atom.aspx");
    //Task<FeedData> feed5 =
    // GetFeedAsync("http://windowsteamblog.com/windows/b/bloggingwindows/atom.aspx");
    //Task<FeedData> feed6 =
    // GetFeedAsync("http://windowsteamblog.com/windows/b/windowssecurity/atom.aspx");
    //Task<FeedData> feed7 =
    // GetFeedAsync("http://windowsteamblog.com/windows/b/springboard/atom.aspx");
    //Task<FeedData> feed8 =
    // GetFeedAsync("http://windowsteamblog.com/windows/b/windowshomeserver/atom.aspx");
    //// There is no Atom feed for this blog, so use the RSS feed.
    //Task<FeedData> feed9 =
    // GetFeedAsync("http://windowsteamblog.com/windows_live/b/windowslive/rss.aspx");
    //Task<FeedData> feed10 =
    // GetFeedAsync("http://windowsteamblog.com/windows_live/b/developer/atom.aspx");
    //Task<FeedData> feed11 =
    // GetFeedAsync("http://windowsteamblog.com/ie/b/ie/atom.aspx");
    //Task<FeedData> feed12 =
    // GetFeedAsync("http://windowsteamblog.com/windows_phone/b/wpdev/atom.aspx");
    //Task<FeedData> feed13 =
    // GetFeedAsync("http://windowsteamblog.com/windows_phone/b/wmdev/atom.aspx");
    //Task<FeedData> feed14 =
    // GetFeedAsync("http://windowsteamblog.com/windows_phone/b/windowsphone/atom.aspx");
    #endregion
    #region Windows Blogs Broken Links
    //Task<FeedData> feed1 =
    // GetFeedAsync("http://blogs.windows.com/skydrive/b/skydrive/atom.aspx");
    //Task<FeedData> feed2 =
    // GetFeedAsync("http://blogs.windows.com/windows/b/windowsexperience/atom.aspx");
    //Task<FeedData> feed3 =
    // GetFeedAsync("http://blogs.windows.com/windows/b/extremewindows/atom.aspx");
    //Task<FeedData> feed4 =
    // GetFeedAsync("http://blogs.windows.com/windows/b/business/atom.aspx");
    //Task<FeedData> feed5 =
    // GetFeedAsync("http://blogs.windows.com/windows/b/bloggingwindows/atom.aspx");
    //Task<FeedData> feed6 =
    // GetFeedAsync("http://blogs.windows.com/windows/b/windowssecurity/atom.aspx");
    //Task<FeedData> feed7 =
    // GetFeedAsync("http://blogs.windows.com/windows/b/springboard/atom.aspx");
    //Task<FeedData> feed8 =
    // GetFeedAsync("http://blogs.windows.com/windows/b/windowshomeserver/atom.aspx");
    //// There is no Atom feed for this blog, so use the RSS feed.
    //Task<FeedData> feed9 =
    // GetFeedAsync("http://blogs.windows.com/windows_live/b/windowslive/rss.aspx");
    //Task<FeedData> feed10 =
    // GetFeedAsync("http://blogs.windows.com/windows_live/b/developer/atom.aspx");
    //Task<FeedData> feed11 =
    // GetFeedAsync("http://blogs.windows.com/ie/b/ie/atom.aspx");
    //Task<FeedData> feed12 =
    // GetFeedAsync("http://blogs.windows.com/windows_phone/b/wpdev/atom.aspx");
    //Task<FeedData> feed13 =
    // GetFeedAsync("http://blogs.windows.com/windows_phone/b/wmdev/atom.aspx");
    //Task<FeedData> feed14 =
    // GetFeedAsync("http://blogs.windows.com/windows_phone/b/windowsphone/atom.aspx");
    #endregion
    #region Windows Blogs Feeds
    Task<FeedData> feed1 =
    GetFeedAsync("http://blogs.windows.com/windows/b/bloggingwindows/rss.aspx");
    Task<FeedData> feed2 =
    GetFeedAsync("http://blogs.windows.com/windows/b/windowsexperience/rss.aspx");
    Task<FeedData> feed3 =
    GetFeedAsync("http://blogs.windows.com/windows/b/extremewindows/rss.aspx");
    Task<FeedData> feed4 =
    GetFeedAsync("http://blogs.windows.com/windows/b/business/rss.aspx");
    Task<FeedData> feed5 =
    GetFeedAsync("http://blogs.windows.com/windows/b/windowssecurity/rss.aspx");
    Task<FeedData> feed6 =
    GetFeedAsync("http://blogs.windows.com/windows/b/springboard/rss.aspx");
    Task<FeedData> feed7 =
    GetFeedAsync("http://blogs.windows.com/windows/b/windowshomeserver/rss.aspx");
    Task<FeedData> feed8 =
    GetFeedAsync("http://blogs.windows.com/windows_live/b/windowslive/rss.aspx");
    Task<FeedData> feed9 =
    GetFeedAsync("http://blogs.windows.com/windows_live/b/developer/rss.aspx");
    Task<FeedData> feed10 =
    GetFeedAsync("http://blogs.windows.com/ie/b/ie/rss.aspx");
    Task<FeedData> feed11 =
    GetFeedAsync("http://blogs.windows.com/skydrive/b/skydrive/rss.aspx");
    Task<FeedData> feed12 =
    GetFeedAsync("http://blogs.windows.com/windows_phone/b/windowsphone/rss.aspx");
    Task<FeedData> feed13 =
    GetFeedAsync("http://blogs.windows.com/windows_phone/b/wpdev/rss.aspx");
    Task<FeedData> feed14 =
    GetFeedAsync("http://blogs.windows.com/windows_phone/b/wmdev/rss.aspx");
    #endregion
    #region Downloading the Feeds
    this.Feeds.Add(await feed1);
    this.Feeds.Add(await feed2);
    this.Feeds.Add(await feed3);
    this.Feeds.Add(await feed4);
    this.Feeds.Add(await feed5);
    this.Feeds.Add(await feed6);
    this.Feeds.Add(await feed7);
    this.Feeds.Add(await feed8);
    this.Feeds.Add(await feed9);
    this.Feeds.Add(await feed10);
    this.Feeds.Add(await feed11);
    this.Feeds.Add(await feed12);
    this.Feeds.Add(await feed13);
    this.Feeds.Add(await feed14);
    #endregion
    private async Task<FeedData> GetFeedAsync(string feedUriString)
    Windows.Web.Syndication.SyndicationClient client = new SyndicationClient();
    Uri feedUri = new Uri(feedUriString);
    try
    SyndicationFeed feed = await client.RetrieveFeedAsync(feedUri);
    // This code is executed after RetrieveFeedAsync returns the SyndicationFeed.
    // Process the feed and copy the data you want into the FeedData and FeedItem classes.
    FeedData feedData = new FeedData();
    if (feed.Title != null && feed.Title.Text != null)
    feedData.Title = feed.Title.Text;
    if (feed.Subtitle != null && feed.Subtitle.Text != null)
    feedData.Description = feed.Subtitle.Text;
    if (feed.Items != null && feed.Items.Count > 0)
    // Use the date of the latest post as the last updated date.
    feedData.PubDate = feed.Items[0].PublishedDate.DateTime;
    foreach (SyndicationItem item in feed.Items)
    FeedItem feedItem = new FeedItem();
    if (item.Title != null && item.Title.Text != null)
    feedItem.Title = item.Title.Text;
    if (item.PublishedDate != null)
    feedItem.PubDate = item.PublishedDate.DateTime;
    if (item.Authors != null && item.Authors.Count > 0)
    feedItem.Author = item.Authors[0].Name.ToString();
    // Handle the differences between RSS and Atom feeds.
    if (feed.SourceFormat == SyndicationFormat.Atom10)
    if (item.Content != null && item.Content.Text != null)
    feedItem.Content = item.Content.Text;
    if (item.Id != null)
    feedItem.Link = new Uri("http://windowsteamblog.com" + item.Id);
    else if (feed.SourceFormat == SyndicationFormat.Rss20)
    if (item.Summary != null && item.Summary.Text != null)
    feedItem.Content = item.Summary.Text;
    if (item.Links != null && item.Links.Count > 0)
    feedItem.Link = item.Links[0].Uri;
    feedData.Items.Add(feedItem);
    return feedData;
    catch (Exception)
    return null;
    // Returns the feed that has the specified title.
    public static FeedData GetFeed(string title)
    // Simple linear search is acceptable for small data sets
    var _feedDataSource = App.Current.Resources["feedDataSource"] as FeedDataSource;
    //var matches = _feedDataSource.Feeds.Where((feed) => feed.Title.Equals(title));
    var matches = _feedDataSource.Feeds.Where((feed) => feed != null && feed.Title.Equals(title));
    if (matches.Count() == 1) return matches.First();
    return null;
    // Returns the post that has the specified title.
    public static FeedItem GetItem(string uniqueId)
    // Simple linear search is acceptable for small data sets
    var _feedDataSource = App.Current.Resources["feedDataSource"] as FeedDataSource;
    var _feeds = _feedDataSource.Feeds;
    //var matches = _feedDataSource.Feeds.SelectMany(group => group.Items).Where((item) => item.Title.Equals(uniqueId));
    var matches = _feedDataSource.Feeds.SelectMany(group => group.Items).Where((item) => item != null && item.Title.Equals(uniqueId));
    if (matches.Count() == 1) return matches.First();
    return null;
    U will notice that there are 3 sets of list available here.
    The first set of links contain the old broken links from  "windowsteamblogs.com",
    the second set of links contain the links from  "blogs.windows.com" which are now also broken,
    the last set of links contain the links from  "blogs.windows.com" some of which are also broken.
    So if u run the program using those links u will get a "nullpointerexception" error.
    To solve this problem i updated a line of code in the "GetFeed" method from :- 
    var matches = _feedDataSource.Feeds.Where((feed) => feed.Title.Equals(title));
    to :- 
    var matches = _feedDataSource.Feeds.Where((feed) => feed != null && feed.Title.Equals(title));
    This line of code will ignore those empty(null) feeds.
    For safety sake i also updated the code in the "GetItem" method, and this "FeedDataSource" class will compile without any error, but he program will crash in split.xaml without giving any proper
    error message.
    Here are some of the links where people have faced similar problems :- 
    Runtime
    Error
    Parsing
    null feeds
    Problem
    in Page Navigation

  • 0x8001010E (RPC_E_WRONG_THREAD)

    Hello,
    I am getting this error from Visual Studio:
     "0x8001010E (RPC_E_WRONG_THREAD)"
    It occurs when from a roaming data changed Event the "DefconStatus" Property is going to be changed while the app is running. I guess it could be handled by the Dispatcher or async await stuff. The Change of the UI by the roaming Event
    is of course some Kind of an Invokation of the normal way the data changes. I would be grateful for any ideas or Solutions.
    The app itself is located here:
    MyDEFCON
    //Event Subscription in the ViewModel constructor
    public MainPageViewModel(INavigationService navigationService)
    Windows.Storage.ApplicationData.Current.DataChanged += Current_DataChanged;
    _navigationService = navigationService;
    //The causing property
    string _DefconStatus = default(string);
    public string DefconStatus { get { return _DefconStatus; } set { SetProperty(ref _DefconStatus, value); } }
    //Eventhandler
    void Current_DataChanged(ApplicationData sender, object args)
    LoadDefconStatus();
    //The load from roaming Settings method
    private void LoadDefconStatus()
    Windows.Storage.ApplicationDataContainer roamingSettings = Windows.Storage.ApplicationData.Current.RoamingSettings;
    if (roamingSettings.Values.ContainsKey("defconStatus"))
    roamingUpdate = true;
    SetDefconStatus(Convert.ToInt16(roamingSettings.Values["defconStatus"].ToString()));
    else SetDefcon5();
    //Status setter called from roaming update
    private void SetDefconStatus(int status)
    switch (status)
    case 1:
    SetDefcon1();
    break;
    case 2:
    SetDefcon2();
    break;
    case 3:
    SetDefcon3();
    break;
    case 4:
    SetDefcon4();
    break;
    case 5:
    SetDefcon5();
    break;
    default:
    break;
    //One of the five DEFCON setter
    private void SetDefcon1()
    DefconStatus = "1";
    defconSet = true;
    Defcon1 = true;
    Defcon2 = false;
    Defcon3 = false;
    Defcon4 = false;
    Defcon5 = false;
    UpdateTileToDefcon1();
    if (!roamingUpdate)
    SaveDefconStatus();
    roamingUpdate = false;
    defconSet = false;

    I found the solution by myself, but I would appreciate any Suggestion for code improvement.
    private async void Current_DataChanged(ApplicationData sender, object args)
    await LoadDefconStatus();
    private async Task<object> LoadDefconStatus()
    Windows.Storage.ApplicationDataContainer roamingSettings = Windows.Storage.ApplicationData.Current.RoamingSettings;
    if (roamingSettings.Values.ContainsKey("defconStatus"))
    roamingUpdate = true;
    await Windows.ApplicationModel.Core.CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () =>
    SetDefconStatus(Convert.ToInt16(roamingSettings.Values["defconStatus"].ToString())));
    else SetDefcon5();
    return Task.FromResult<object>(null);

  • Message not getting delivered

    Hi,
    I have created a simple application which sends messages to the channel.
    Here is my channel :
    <?xml version="1.0"?>
    <!--
    A sample channel file
    Change "channelPrefix" and <channel/> elements to customize
    The following namespaces are used in this sample file. These
    namespaces refer to schemas that must be present in a schema
    directory.
    - xmlns:eg=http://www.bea.com/wli/eventGenerator" is used
    for event generator metadata references
    - xmlns:dp="http://www.bea.com/wli/control/dynamicProperties" is
    used by the file event generator to pass payload for pass-by-filename
    - xmlns:oagpo="http://www.openapplications.org/003_process_po_007" is
    used for a sample payload description
    -->
    <channels xmlns="http://www.bea.com/wli/broker/channelfile"
    channelPrefix="/test" >
    <channel name ="test" messageType="string">
    <!-- A simple channel passing XML -->
    <!--
    <channel name ="SampleXmlChannel" messageType="xml"/>
    -->
    <!-- A simple channel passing rawData -->
    <!--
    <channel name ="SampleRawDataChannel" messageType="rawData"/>
    -->
    <!-- A simple channel passing a string -->
    <!--
    <channel name ="SampleStringChannel" messageType="string"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in
    the oagpo namespace -->
    <!--
    <channel name ="SampleOAGPOChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"/>
    -->
    <!-- A channel passing rawData, the rawData is mapped by the
    StockQuotes.mfl file in the schema directory -->
    <!--
    <channel name ="SampleRawDataChannel" messageType="rawData"
    qualifiedRawDataMessageType="urn:StockQuotes.mfl"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in the
    oagpo namespace, and the metadata is element FileEventGenerator
    in the eg namespace -->
    <!--
    <channel name ="SampleEGFileChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"
    qualifiedMetadataType="eg:FileEventGenerator"/>
    -->
    <!-- A channel passing XML, the XML is element dp:FileControlProperties
    in the po namespace, and the metadata is element FileEventGenerator
    in the eg namespace
    (this is the XML payload used for pass-by-filename in the
    file event generator) -->
    <!--
    <channel name ="SampleEGFileChannel" messageType="xml"
    qualifiedMessageType="dp:FileControlProperties"
    qualifiedMetadataType="eg:FileEventGenerator"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in the
    oagpo namespace, and the metadata is element JmsEventGenerator
    in the eg namespace -->
    <!--
    <channel name ="SampleEGJmsChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"
    qualifiedMetadataType="eg:JmsEventGenerator"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in the
    oagpo namespace, and the metadata is element EmailEventGenerator
    in the eg namespace -->
    <!--
    <channel name ="SampleEGEmailChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"
    qualifiedMetadataType="eg:EmailEventGenerator"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in the
    oagpo namespace, and the metadata is element TimerEventGenerator
    in the eg namespace -->
    <!--
    <channel name ="SampleEGTimerChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"
    qualifiedMetadataType="eg:TimerEventGenerator"/>
    -->
    </channel>
    </channels>
    Issue is whenever I run my application I get following excpetion , please
    let me know what I am missing . I am running weblogic 8.
    Thanks
    Veresh
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <A message was
    unable to be delivered from a WLW Message Queue. Attempting to deliver the
    onAsyn
    cFailure event>
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <Transaction Rolled
    back in response to exception occurred during async error processing
    javax.ejb.TransactionRolledbackLocalException: Exception in ejbLoad:; nested
    exception is: javax.ejb.EJBException: nested exception is: java.sql.SQLExce
    ption: Lock time out; try later.
    javax.ejb.EJBException: nested exception is: java.sql.SQLException: Lock
    time out; try later.
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse(Unknown Source)
    at com.pointbase.net.netJDBCPreparedStatement.executeQuery(Unknown
    Source)
    at
    weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:124)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean$GenericTableAccess.doLoad(BMPContainerBean.java:495)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.ejbLoad(BMPContainerBean.java:1724)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.ejbLoad(ProcessContainerBean.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_Impl.ejbLoad(PersistentContainer_2ktjqj_Impl.java:136)
    at
    weblogic.ejb20.manager.ExclusiveEntityManager.getReadyBean(ExclusiveEntityManager.java:324)
    at
    weblogic.ejb20.manager.ExclusiveEntityManager.preInvoke(ExclusiveEntityManager.java:246)
    at
    weblogic.ejb20.internal.BaseEJBLocalObject.preInvoke(BaseEJBLocalObject.java:228)
    at
    weblogic.ejb20.internal.EntityEJBLocalObject.preInvoke(EntityEJBLocalObject.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.invoke(PersistentContainer_2ktjqj_ELOImpl.java:190)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:93)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at
    com.bea.wlw.runtime.core.bean.AsyncErrorBean.onMessage(AsyncErrorBean.java:225)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    javax.ejb.EJBException: nested exception is: java.sql.SQLException: Lock
    time out; try later.
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.ejbLoad(BMPContainerBean.java:1776)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.ejbLoad(ProcessContainerBean.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_Impl.ejbLoad(PersistentContainer_2ktjqj_Impl.java:136)
    at
    weblogic.ejb20.manager.ExclusiveEntityManager.getReadyBean(ExclusiveEntityManager.java:324)
    at
    weblogic.ejb20.manager.ExclusiveEntityManager.preInvoke(ExclusiveEntityManager.java:246)
    at
    weblogic.ejb20.internal.BaseEJBLocalObject.preInvoke(BaseEJBLocalObject.java:228)
    at
    weblogic.ejb20.internal.EntityEJBLocalObject.preInvoke(EntityEJBLocalObject.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.invoke(PersistentContainer_2ktjqj_ELOImpl.java:190)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:93)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at
    com.bea.wlw.runtime.core.bean.AsyncErrorBean.onMessage(AsyncErrorBean.java:225)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    javax.ejb.TransactionRolledbackLocalException: Exception in ejbLoad:; nested
    exception is: javax.ejb.EJBException: nested exception is: java.sql.SQLExce
    ption: Lock time out; try later.
    at
    weblogic.ejb20.internal.EJBRuntimeUtils.throwTransactionRolledbackLocal(EJBRuntimeUtils.java:247)
    at
    weblogic.ejb20.internal.BaseEJBLocalHome.handleSystemException(BaseEJBLocalHome.java:246)
    at
    weblogic.ejb20.internal.BaseEJBLocalObject.preInvoke(BaseEJBLocalObject.java:233)
    at
    weblogic.ejb20.internal.EntityEJBLocalObject.preInvoke(EntityEJBLocalObject.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.invoke(PersistentContainer_2ktjqj_ELOImpl.java:190)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:93)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at
    com.bea.wlw.runtime.core.bean.AsyncErrorBean.onMessage(AsyncErrorBean.java:225)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <A message was
    unable to be delivered from a WLW Message Queue. Attempting to deliver the
    onAsyn
    cFailure event>
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <A message was
    unable to be delivered from a WLW Message Queue. Attempting to deliver the
    onAsyn
    cFailure event>
    <Jun 19, 2005 12:37:25 AM EDT> <Error> <WLI-Core> <BEA-481028> <Failed to
    lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:944)
    at
    com.bea.control.PublishControlImpl.doPublish(PublishControlImpl.jcs:196)
    at
    com.bea.control.PublishControlImpl.invoke(PublishControlImpl.jcs:306)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy16.publish(Unknown Source)
    at processes.event1.responsePublishPublish(event1.jpd:119)
    at processes.event1_wf$ImplControlSend4.invoke(event1_wf.java:61)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Receive.messageDelivery(Receive.java:91)
    at
    com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Receive.java:71)
    at
    com.bea.wli.bpm.runtime.ProcessState.processMessage(ProcessState.java:166)
    at
    processes.event1_wf$_ProcessState.processMessage(event1_wf.java:177)
    at processes.event1_wf.event1Subscribe_onMessage(event1_wf.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.core.container.Invocable.fireEvent(Invocable.java:612)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:412)
    at $Proxy17.onMessage(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:99)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:319)
    at
    com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at
    com.bea.wlwgen.event1BMPContImpl.event1Subscribe$callback(event1BMPContImpl.java:40)
    at
    com.bea.wlwgen.PersistentContainer_4po8lm_ELOImpl.event1Subscribe$callback(PersistentContainer_4po8lm_ELOImpl.java:153)
    at
    com.bea.wlwgen.event1BMPContAdpt.invokeOnBean(event1BMPContAdpt.java:87)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Jun 19, 2005 12:37:25 AM EDT> <Error> <WLI-Core> <BEA-481028> <Failed to
    lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:944)
    at
    com.bea.control.PublishControlImpl.doPublish(PublishControlImpl.jcs:196)
    at
    com.bea.control.PublishControlImpl.invoke(PublishControlImpl.jcs:306)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy13.publish(Unknown Source)
    at processes.event2.responsePublishEventPublish(event2.jpd:113)
    at processes.event2_wf$ImplControlSend4.invoke(event2_wf.java:61)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Receive.messageDelivery(Receive.java:91)
    at
    com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Receive.java:71)
    at
    com.bea.wli.bpm.runtime.ProcessState.processMessage(ProcessState.java:166)
    at
    processes.event2_wf$_ProcessState.processMessage(event2_wf.java:177)
    at processes.event2_wf.event2Subscribe_onMessage(event2_wf.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.core.container.Invocable.fireEvent(Invocable.java:612)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:412)
    at $Proxy14.onMessage(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:99)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:319)
    at
    com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at
    com.bea.wlwgen.event2BMPContImpl.event2Subscribe$callback(event2BMPContImpl.java:40)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.event2Subscribe$callback(PersistentContainer_2ktjqj_ELOImpl.java:45)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:87)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000>
    <Id=responsePublishEvent; Method=processes.responsePublishEvent.publish();
    Failure=weblogic.jws.
    control.ControlException: [WLI-Core:489317]Failed to publish message to the
    Message Broker due to: com.bea.wli.broker.RepositoryException: [WLI-Core:481
    028]Failed to lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:944)
    at
    com.bea.control.PublishControlImpl.doPublish(PublishControlImpl.jcs:196)
    at
    com.bea.control.PublishControlImpl.invoke(PublishControlImpl.jcs:306)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy13.publish(Unknown Source)
    at processes.event2.responsePublishEventPublish(event2.jpd:113)
    at processes.event2_wf$ImplControlSend4.invoke(event2_wf.java:61)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Receive.messageDelivery(Receive.java:91)
    at
    com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Receive.java:71)
    at
    com.bea.wli.bpm.runtime.ProcessState.processMessage(ProcessState.java:166)
    at
    processes.event2_wf$_ProcessState.processMessage(event2_wf.java:177)
    at processes.event2_wf.event2Subscribe_onMessage(event2_wf.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.core.container.Invocable.fireEvent(Invocable.java:612)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:412)
    at $Proxy14.onMessage(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:99)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:319)
    at
    com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at
    com.bea.wlwgen.event2BMPContImpl.event2Subscribe$callback(event2BMPContImpl.java:40)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.event2Subscribe$callback(PersistentContainer_2ktjqj_ELOImpl.java:45)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:87)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    [[WLI-Core:481028]Failed to lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:944)
    at
    com.bea.control.PublishControlImpl.doPublish(PublishControlImpl.jcs:196)
    at
    com.bea.control.PublishControlImpl.invoke(PublishControlImpl.jcs:306)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy13.publish(Unknown Source)
    at processes.event2.responsePublishEventPublish(event2.jpd:113)
    at processes.event2_wf$ImplControlSend4.invoke(event2_wf.java:61)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Receive.messageDelivery(Receive.java:91)
    at
    com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Receive.java:71)
    at
    com.bea.wli.bpm.runtime.ProcessState.processMessage(ProcessState.java:166)
    at
    processes.event2_wf$_ProcessState.processMessage(event2_wf.java:177)
    at processes.event2_wf.event2Subscribe_onMessage(event2_wf.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.core.container.Invocable.fireEvent(Invocable.java:612)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:412)
    at $Proxy14.onMessage(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:99)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:319)
    at
    com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at
    com.bea.wlwgen.event2BMPContImpl.event2Subscribe$callback(event2BMPContImpl.java:40)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.event2Subscribe$callback(PersistentContainer_2ktjqj_ELOImpl.java:45)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:87)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    ]>
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <Id=responsePublish;
    Method=processes.responsePublish.publish(); Failure=weblogic.jws.control.Co
    ntrolException: [WLI-Core:489317]Failed to publish message to the Message
    Broker due to: com.bea.wli.broker.RepositoryException:
    [WLI-Core:481028]Failed
    to lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)

    Same problem here with and I've done everything shy of a total reset which I also find unacceptable. This problem exists on all iMessage platforms (iPhone, iPad, and Mac) so I don't see how restoring my iPhone would help the problem.

  • Not able to post messages to channel

    Hi,
    I have created a simple application which sends messages to the channel.
    Here is my channel :
    <?xml version="1.0"?>
    <!--
    A sample channel file
    Change "channelPrefix" and <channel/> elements to customize
    The following namespaces are used in this sample file. These
    namespaces refer to schemas that must be present in a schema
    directory.
    - xmlns:eg=http://www.bea.com/wli/eventGenerator" is used
    for event generator metadata references
    - xmlns:dp="http://www.bea.com/wli/control/dynamicProperties" is
    used by the file event generator to pass payload for pass-by-filename
    - xmlns:oagpo="http://www.openapplications.org/003_process_po_007" is
    used for a sample payload description
    -->
    <channels xmlns="http://www.bea.com/wli/broker/channelfile"
    channelPrefix="/test" >
    <channel name ="test" messageType="string">
    <!-- A simple channel passing XML -->
    <!--
    <channel name ="SampleXmlChannel" messageType="xml"/>
    -->
    <!-- A simple channel passing rawData -->
    <!--
    <channel name ="SampleRawDataChannel" messageType="rawData"/>
    -->
    <!-- A simple channel passing a string -->
    <!--
    <channel name ="SampleStringChannel" messageType="string"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in
    the oagpo namespace -->
    <!--
    <channel name ="SampleOAGPOChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"/>
    -->
    <!-- A channel passing rawData, the rawData is mapped by the
    StockQuotes.mfl file in the schema directory -->
    <!--
    <channel name ="SampleRawDataChannel" messageType="rawData"
    qualifiedRawDataMessageType="urn:StockQuotes.mfl"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in the
    oagpo namespace, and the metadata is element FileEventGenerator
    in the eg namespace -->
    <!--
    <channel name ="SampleEGFileChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"
    qualifiedMetadataType="eg:FileEventGenerator"/>
    -->
    <!-- A channel passing XML, the XML is element dp:FileControlProperties
    in the po namespace, and the metadata is element FileEventGenerator
    in the eg namespace
    (this is the XML payload used for pass-by-filename in the
    file event generator) -->
    <!--
    <channel name ="SampleEGFileChannel" messageType="xml"
    qualifiedMessageType="dp:FileControlProperties"
    qualifiedMetadataType="eg:FileEventGenerator"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in the
    oagpo namespace, and the metadata is element JmsEventGenerator
    in the eg namespace -->
    <!--
    <channel name ="SampleEGJmsChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"
    qualifiedMetadataType="eg:JmsEventGenerator"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in the
    oagpo namespace, and the metadata is element EmailEventGenerator
    in the eg namespace -->
    <!--
    <channel name ="SampleEGEmailChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"
    qualifiedMetadataType="eg:EmailEventGenerator"/>
    -->
    <!-- A channel passing XML, the XML is element PROCESS_PO_007 in the
    oagpo namespace, and the metadata is element TimerEventGenerator
    in the eg namespace -->
    <!--
    <channel name ="SampleEGTimerChannel" messageType="xml"
    qualifiedMessageType="oagpo:PROCESS_PO_007"
    qualifiedMetadataType="eg:TimerEventGenerator"/>
    -->
    </channel>
    </channels>
    Issue is whenever I run my application I get following excpetion , please
    let me know what I am missing . I am running weblogic 8.
    Thanks
    Veresh
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <A message was
    unable to be delivered from a WLW Message Queue. Attempting to deliver the
    onAsyn
    cFailure event>
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <Transaction Rolled
    back in response to exception occurred during async error processing
    javax.ejb.TransactionRolledbackLocalException: Exception in ejbLoad:; nested
    exception is: javax.ejb.EJBException: nested exception is: java.sql.SQLExce
    ption: Lock time out; try later.
    javax.ejb.EJBException: nested exception is: java.sql.SQLException: Lock
    time out; try later.
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse(Unknown Source)
    at com.pointbase.net.netJDBCPreparedStatement.executeQuery(Unknown
    Source)
    at
    weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:124)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean$GenericTableAccess.doLoad(BMPContainerBean.java:495)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.ejbLoad(BMPContainerBean.java:1724)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.ejbLoad(ProcessContainerBean.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_Impl.ejbLoad(PersistentContainer_2ktjqj_Impl.java:136)
    at
    weblogic.ejb20.manager.ExclusiveEntityManager.getReadyBean(ExclusiveEntityManager.java:324)
    at
    weblogic.ejb20.manager.ExclusiveEntityManager.preInvoke(ExclusiveEntityManager.java:246)
    at
    weblogic.ejb20.internal.BaseEJBLocalObject.preInvoke(BaseEJBLocalObject.java:228)
    at
    weblogic.ejb20.internal.EntityEJBLocalObject.preInvoke(EntityEJBLocalObject.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.invoke(PersistentContainer_2ktjqj_ELOImpl.java:190)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:93)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at
    com.bea.wlw.runtime.core.bean.AsyncErrorBean.onMessage(AsyncErrorBean.java:225)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    javax.ejb.EJBException: nested exception is: java.sql.SQLException: Lock
    time out; try later.
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.ejbLoad(BMPContainerBean.java:1776)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.ejbLoad(ProcessContainerBean.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_Impl.ejbLoad(PersistentContainer_2ktjqj_Impl.java:136)
    at
    weblogic.ejb20.manager.ExclusiveEntityManager.getReadyBean(ExclusiveEntityManager.java:324)
    at
    weblogic.ejb20.manager.ExclusiveEntityManager.preInvoke(ExclusiveEntityManager.java:246)
    at
    weblogic.ejb20.internal.BaseEJBLocalObject.preInvoke(BaseEJBLocalObject.java:228)
    at
    weblogic.ejb20.internal.EntityEJBLocalObject.preInvoke(EntityEJBLocalObject.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.invoke(PersistentContainer_2ktjqj_ELOImpl.java:190)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:93)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at
    com.bea.wlw.runtime.core.bean.AsyncErrorBean.onMessage(AsyncErrorBean.java:225)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    javax.ejb.TransactionRolledbackLocalException: Exception in ejbLoad:; nested
    exception is: javax.ejb.EJBException: nested exception is: java.sql.SQLExce
    ption: Lock time out; try later.
    at
    weblogic.ejb20.internal.EJBRuntimeUtils.throwTransactionRolledbackLocal(EJBRuntimeUtils.java:247)
    at
    weblogic.ejb20.internal.BaseEJBLocalHome.handleSystemException(BaseEJBLocalHome.java:246)
    at
    weblogic.ejb20.internal.BaseEJBLocalObject.preInvoke(BaseEJBLocalObject.java:233)
    at
    weblogic.ejb20.internal.EntityEJBLocalObject.preInvoke(EntityEJBLocalObject.java:72)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.invoke(PersistentContainer_2ktjqj_ELOImpl.java:190)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:93)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at
    com.bea.wlw.runtime.core.bean.AsyncErrorBean.onMessage(AsyncErrorBean.java:225)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <A message was
    unable to be delivered from a WLW Message Queue. Attempting to deliver the
    onAsyn
    cFailure event>
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <A message was
    unable to be delivered from a WLW Message Queue. Attempting to deliver the
    onAsyn
    cFailure event>
    <Jun 19, 2005 12:37:25 AM EDT> <Error> <WLI-Core> <BEA-481028> <Failed to
    lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:944)
    at
    com.bea.control.PublishControlImpl.doPublish(PublishControlImpl.jcs:196)
    at
    com.bea.control.PublishControlImpl.invoke(PublishControlImpl.jcs:306)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy16.publish(Unknown Source)
    at processes.event1.responsePublishPublish(event1.jpd:119)
    at processes.event1_wf$ImplControlSend4.invoke(event1_wf.java:61)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Receive.messageDelivery(Receive.java:91)
    at
    com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Receive.java:71)
    at
    com.bea.wli.bpm.runtime.ProcessState.processMessage(ProcessState.java:166)
    at
    processes.event1_wf$_ProcessState.processMessage(event1_wf.java:177)
    at processes.event1_wf.event1Subscribe_onMessage(event1_wf.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.core.container.Invocable.fireEvent(Invocable.java:612)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:412)
    at $Proxy17.onMessage(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:99)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:319)
    at
    com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at
    com.bea.wlwgen.event1BMPContImpl.event1Subscribe$callback(event1BMPContImpl.java:40)
    at
    com.bea.wlwgen.PersistentContainer_4po8lm_ELOImpl.event1Subscribe$callback(PersistentContainer_4po8lm_ELOImpl.java:153)
    at
    com.bea.wlwgen.event1BMPContAdpt.invokeOnBean(event1BMPContAdpt.java:87)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Jun 19, 2005 12:37:25 AM EDT> <Error> <WLI-Core> <BEA-481028> <Failed to
    lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:944)
    at
    com.bea.control.PublishControlImpl.doPublish(PublishControlImpl.jcs:196)
    at
    com.bea.control.PublishControlImpl.invoke(PublishControlImpl.jcs:306)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy13.publish(Unknown Source)
    at processes.event2.responsePublishEventPublish(event2.jpd:113)
    at processes.event2_wf$ImplControlSend4.invoke(event2_wf.java:61)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Receive.messageDelivery(Receive.java:91)
    at
    com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Receive.java:71)
    at
    com.bea.wli.bpm.runtime.ProcessState.processMessage(ProcessState.java:166)
    at
    processes.event2_wf$_ProcessState.processMessage(event2_wf.java:177)
    at processes.event2_wf.event2Subscribe_onMessage(event2_wf.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.core.container.Invocable.fireEvent(Invocable.java:612)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:412)
    at $Proxy14.onMessage(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:99)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:319)
    at
    com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at
    com.bea.wlwgen.event2BMPContImpl.event2Subscribe$callback(event2BMPContImpl.java:40)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.event2Subscribe$callback(PersistentContainer_2ktjqj_ELOImpl.java:45)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:87)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000>
    <Id=responsePublishEvent; Method=processes.responsePublishEvent.publish();
    Failure=weblogic.jws.
    control.ControlException: [WLI-Core:489317]Failed to publish message to the
    Message Broker due to: com.bea.wli.broker.RepositoryException: [WLI-Core:481
    028]Failed to lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:944)
    at
    com.bea.control.PublishControlImpl.doPublish(PublishControlImpl.jcs:196)
    at
    com.bea.control.PublishControlImpl.invoke(PublishControlImpl.jcs:306)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy13.publish(Unknown Source)
    at processes.event2.responsePublishEventPublish(event2.jpd:113)
    at processes.event2_wf$ImplControlSend4.invoke(event2_wf.java:61)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Receive.messageDelivery(Receive.java:91)
    at
    com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Receive.java:71)
    at
    com.bea.wli.bpm.runtime.ProcessState.processMessage(ProcessState.java:166)
    at
    processes.event2_wf$_ProcessState.processMessage(event2_wf.java:177)
    at processes.event2_wf.event2Subscribe_onMessage(event2_wf.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.core.container.Invocable.fireEvent(Invocable.java:612)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:412)
    at $Proxy14.onMessage(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:99)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:319)
    at
    com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at
    com.bea.wlwgen.event2BMPContImpl.event2Subscribe$callback(event2BMPContImpl.java:40)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.event2Subscribe$callback(PersistentContainer_2ktjqj_ELOImpl.java:45)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:87)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    [[WLI-Core:481028]Failed to lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:944)
    at
    com.bea.control.PublishControlImpl.doPublish(PublishControlImpl.jcs:196)
    at
    com.bea.control.PublishControlImpl.invoke(PublishControlImpl.jcs:306)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy13.publish(Unknown Source)
    at processes.event2.responsePublishEventPublish(event2.jpd:113)
    at processes.event2_wf$ImplControlSend4.invoke(event2_wf.java:61)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Receive.messageDelivery(Receive.java:91)
    at
    com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Receive.java:71)
    at
    com.bea.wli.bpm.runtime.ProcessState.processMessage(ProcessState.java:166)
    at
    processes.event2_wf$_ProcessState.processMessage(event2_wf.java:177)
    at processes.event2_wf.event2Subscribe_onMessage(event2_wf.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at
    com.bea.wlw.runtime.core.container.Invocable.fireEvent(Invocable.java:612)
    at
    com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:412)
    at $Proxy14.onMessage(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at
    com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:99)
    at
    com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:319)
    at
    com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at
    com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at
    com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at
    com.bea.wlwgen.event2BMPContImpl.event2Subscribe$callback(event2BMPContImpl.java:40)
    at
    com.bea.wlwgen.PersistentContainer_2ktjqj_ELOImpl.event2Subscribe$callback(PersistentContainer_2ktjqj_ELOImpl.java:45)
    at
    com.bea.wlwgen.event2BMPContAdpt.invokeOnBean(event2BMPContAdpt.java:87)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at
    com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at
    com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    ]>
    <Jun 19, 2005 12:37:25 AM EDT> <Warning> <WLW> <000000> <Id=responsePublish;
    Method=processes.responsePublish.publish(); Failure=weblogic.jws.control.Co
    ntrolException: [WLI-Core:489317]Failed to publish message to the Message
    Broker due to: com.bea.wli.broker.RepositoryException:
    [WLI-Core:481028]Failed
    to lookup dynamic subscription(s)
    java.sql.SQLException: Lock time out; try later.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown
    Source)
    at
    com.pointbase.net.netJDBCPrimitives.handlePrimitiveResponse(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.fetchData(Unknown Source)
    at com.pointbase.net.netJDBCResultSet.next(Unknown Source)
    at
    weblogic.jdbc.wrapper.ResultSet_com_pointbase_net_netJDBCResultSet.next(Unknown
    Source)
    at
    com.bea.wli.broker.JDBCRepository.dispatchDynamicSubscriptions(JDBCRepository.java:1087)
    at
    com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.jav

    ya I was able to resolve this issue by removing the Pointbase as WLI repository and point to DB2 , as pointbase seems not scalable.
    Also increase the DB pool size .
    Script for creating the schema is inside the WLI.
    Thanks
    Veresh

  • SUN IDM with Windows Vista

    Hello,
    Has anybody tried installing SUN IDM with windows vista
    I tried IDM 7.1 with vista home premium and doesnt seem to work. Curious to know if any body has success with vista
    Awaiting replies
    Thanks,

    What error message are you getting?
    Have you installed Java and an apllication servers as requested?
    1) Set Up a Java Virtual Machine Software Development Kit and Java Compiler
    The application requires a Java compiler and a Java Virtual Machine (JVM) to run the Java classes that perform actions within Identity Manager. Both of these can be found in a Java SDK. Download from or http://java.sun.com/javase/downloads/index_jdk5.jsp *** You should add JAVA_HOME to your list of system environment variables and to your system path. To do this, add JAVA_HOME to your system environment and JAVA_HOME\bin to your path, making sure to list it before any other Java environment variables.
    2) Install Tomcat application server from official http://tomcat.apache.org/ to local hard drive. Configure Tomcat memory requirements and restart. Min: 256k

  • Pm-hibernate stalls trice upon resume

    Every stall is followed with a short beep, and lasts about 30-40 seconds during which the laptop is not doing anything. It is not reading from disk, it is no calculating anything. It is just waiting for something.
    Here are the logs starting before hibernation and ending after resume:
    pm-powersave.log
    Running hook /usr/lib/pm-utils/power.d/hal-cd-polling false:
    /usr/lib/pm-utils/power.d/hal-cd-polling false: success.
    Running hook /usr/lib/pm-utils/power.d/intel-audio-powersave false:
    Setting power savings for snd_hda_intel to 0...Done.
    /usr/lib/pm-utils/power.d/intel-audio-powersave false: success.
    Running hook /usr/lib/pm-utils/power.d/journal-commit false:
    Setting journal commit time for / to 0...Done.
    Setting journal commit time for /mnt/Disk_D to 0...Done.
    Setting journal commit time for /mnt/arch_backup to 0...Done.
    /usr/lib/pm-utils/power.d/journal-commit false: success.
    Running hook /usr/lib/pm-utils/power.d/laptop-mode false:
    Laptop mode disabled.
    /usr/lib/pm-utils/power.d/laptop-mode false: success.
    Running hook /usr/lib/pm-utils/power.d/pcie_aspm false:
    /usr/lib/pm-utils/power.d/pcie_aspm false: success.
    Running hook /usr/lib/pm-utils/power.d/readahead false:
    Setting readahead for /dev/sdb1 to 256...Done.
    Setting readahead for /dev/sdb3 to 256...Done.
    Setting readahead for /dev/sda1 to 256...Done.
    Setting readahead for /dev/sda2 to 256...Done.
    /usr/lib/pm-utils/power.d/readahead false: success.
    Running hook /usr/lib/pm-utils/power.d/sata_alpm false:
    Setting SATA APLM on host2 to max_performance...Done.
    Setting SATA APLM on host3 to max_performance...Done.
    Setting SATA APLM on host4 to max_performance...Done.
    /usr/lib/pm-utils/power.d/sata_alpm false: success.
    Running hook /usr/lib/pm-utils/power.d/sched-powersave false:
    **sched policy powersave OFF
    /usr/lib/pm-utils/power.d/sched-powersave false: success.
    Running hook /usr/lib/pm-utils/power.d/wireless false:
    Turning powersave for wlan0 off...Done.
    /usr/lib/pm-utils/power.d/wireless false: success.
    Running hook /usr/lib/pm-utils/power.d/xfs_buffer false:
    /usr/lib/pm-utils/power.d/xfs_buffer false: success.
    Running hook /usr/lib/pm-utils/power.d/zztlp false:
    TLP started in ac mode.
    /usr/lib/pm-utils/power.d/zztlp false: success.
    Running hook /usr/lib/pm-utils/power.d/hal-cd-polling false:
    /usr/lib/pm-utils/power.d/hal-cd-polling false: success.
    Running hook /usr/lib/pm-utils/power.d/intel-audio-powersave false:
    Setting power savings for snd_hda_intel to 0...Done.
    /usr/lib/pm-utils/power.d/intel-audio-powersave false: success.
    Running hook /usr/lib/pm-utils/power.d/journal-commit false:
    Setting journal commit time for / to 0...Done.
    Setting journal commit time for /mnt/Disk_D to 0...Done.
    Setting journal commit time for /mnt/arch_backup to 0...Done.
    /usr/lib/pm-utils/power.d/journal-commit false: success.
    Running hook /usr/lib/pm-utils/power.d/laptop-mode false:
    Laptop mode disabled.
    /usr/lib/pm-utils/power.d/laptop-mode false: success.
    Running hook /usr/lib/pm-utils/power.d/pcie_aspm false:
    /usr/lib/pm-utils/power.d/pcie_aspm false: success.
    Running hook /usr/lib/pm-utils/power.d/readahead false:
    Setting readahead for /dev/sdb1 to 256...Done.
    Setting readahead for /dev/sdb3 to 256...Done.
    Setting readahead for /dev/sda1 to 256...Done.
    Setting readahead for /dev/sda2 to 256...Done.
    /usr/lib/pm-utils/power.d/readahead false: success.
    Running hook /usr/lib/pm-utils/power.d/sata_alpm false:
    Setting SATA APLM on host2 to max_performance...Done.
    Setting SATA APLM on host3 to max_performance...Done.
    Setting SATA APLM on host4 to max_performance...Done.
    /usr/lib/pm-utils/power.d/sata_alpm false: success.
    Running hook /usr/lib/pm-utils/power.d/sched-powersave false:
    **sched policy powersave OFF
    /usr/lib/pm-utils/power.d/sched-powersave false: success.
    Running hook /usr/lib/pm-utils/power.d/wireless false:
    Turning powersave for wlan0 off...Done.
    /usr/lib/pm-utils/power.d/wireless false: success.
    Running hook /usr/lib/pm-utils/power.d/xfs_buffer false:
    /usr/lib/pm-utils/power.d/xfs_buffer false: success.
    Running hook /usr/lib/pm-utils/power.d/zztlp false:
    TLP started in ac mode.
    /usr/lib/pm-utils/power.d/zztlp false: success.
    pm-suspend.log
    Initial commandline parameters:
    Thu 4 Jul 09:41:12 CEST 2013: Running hooks for hibernate.
    Running hook /etc/pm/sleep.d/00doit hibernate hibernate:
    /etc/pm/sleep.d/00doit hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
    Linux panzor 3.9.4-pf-ARCH #1 SMP PREEMPT Fri Jun 21 18:03:32 CEST 2013 x86_64 GNU/Linux
    Module Size Used by
    dm_mod 72207 0
    omfs 14088 0
    jfs 171061 0
    xfs 766252 0
    crc32c 1736 1
    libcrc32c 1002 1 xfs
    reiserfs 240563 0
    hfs 45025 0
    hfsplus 90020 0
    vfat 10119 0
    fat 49421 1 vfat
    isofs 31965 0
    nls_utf8 1320 0
    udf 78193 0
    usb_storage 47095 0
    pci_stub 1381 1
    vboxpci 14581 0
    vboxnetflt 16652 0
    vboxnetadp 18195 0
    vboxvideo 1933 0
    ipt_MASQUERADE 2154 2
    xt_TCPMSS 3471 2
    iptable_nat 3358 1
    nf_nat_ipv4 3568 1 iptable_nat
    nf_nat 15028 3 ipt_MASQUERADE,nf_nat_ipv4,iptable_nat
    iptable_mangle 1584 0
    ipt_REJECT 2313 5
    xt_tcpudp 3143 10
    nf_conntrack_ipv4 9262 6
    nf_defrag_ipv4 1371 1 nf_conntrack_ipv4
    xt_recent 8600 4
    xt_conntrack 3265 5
    nf_conntrack 69663 6 ipt_MASQUERADE,nf_nat,nf_nat_ipv4,xt_conntrack,iptable_nat,nf_conntrack_ipv4
    iptable_filter 1488 1
    ip_tables 17186 3 iptable_filter,iptable_mangle,iptable_nat
    x_tables 17223 9 xt_recent,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_conntrack,iptable_filter,xt_TCPMSS,ipt_REJECT,iptable_mangle
    hid_logitech_dj 10471 0
    usbhid 40956 1 hid_logitech_dj
    hid 87411 2 usbhid,hid_logitech_dj
    iTCO_wdt 5407 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    coretemp 6102 0
    kvm_intel 125381 0
    snd_hda_codec_analog 79909 1
    kvm 388248 1 kvm_intel
    joydev 9695 1
    fuse 70505 5
    microcode 11764 0
    psmouse 84428 0
    serio_raw 5041 0
    evdev 9912 20
    i2c_i801 11269 0
    nvidia 9387125 45
    lpc_ich 12849 0
    r852 10276 0
    sm_common 9093 1 r852
    nand 52310 2 r852,sm_common
    nand_ecc 3583 1 nand
    nand_ids 5777 1 nand
    mtd 30895 2 nand,sm_common
    r592 11851 0
    arc4 2000 2
    memstick 7408 1 r592
    iwl4965 88040 0
    iwlegacy 48265 1 iwl4965
    mac80211 485262 2 iwl4965,iwlegacy
    cfg80211 451308 3 iwl4965,iwlegacy,mac80211
    drm 228742 4 nvidia,vboxvideo
    snd_hda_intel 34138 4
    thermal 8652 0
    wmi 8347 0
    snd_hda_codec 144424 2 snd_hda_intel,snd_hda_codec_analog
    battery 6970 0
    snd_hwdep 6300 1 snd_hda_codec
    snd_pcm 75452 3 snd_hda_codec,snd_hda_intel
    ac 2536 0
    e1000e 218758 0
    snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
    snd_timer 18527 2 snd_pcm
    tpm_tis 10921 0
    tpm 14803 1 tpm_tis
    ptp 8324 1 e1000e
    intel_agp 10936 0
    pps_core 8889 1 ptp
    intel_gtt 12664 1 intel_agp
    tpm_bios 9841 1 tpm
    video 11138 0
    button 4669 0
    msr 2565 0
    hdaps 8711 2
    thinkpad_acpi 61597 1
    nvram 5874 1 thinkpad_acpi
    snd 58765 15 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_hda_codec_analog
    soundcore 5418 1 snd
    rfkill 15626 4 cfg80211,thinkpad_acpi
    i2c_core 22351 3 drm,i2c_i801,nvidia
    tp_smapi 20604 0
    thinkpad_ec 4189 2 hdaps,tp_smapi
    phc_intel 14803 -1
    mperf 1235 1 phc_intel
    processor 27555 3 phc_intel
    vboxdrv 1822305 3 vboxnetadp,vboxnetflt,vboxpci
    cpufreq_conservative 4161 2
    ext4 485284 3
    crc16 1359 1 ext4
    mbcache 5930 1 ext4
    jbd2 85048 1 ext4
    sd_mod 30762 7
    ata_generic 3370 0
    pata_acpi 3387 0
    mmc_block 24471 0
    sdhci_pci 11379 0
    sdhci 28462 1 sdhci_pci
    ahci 22696 3
    libahci 21201 1 ahci
    ata_piix 24888 3
    libata 165870 5 ahci,pata_acpi,libahci,ata_generic,ata_piix
    scsi_mod 129340 3 usb_storage,libata,sd_mod
    mmc_core 94486 3 mmc_block,sdhci,sdhci_pci
    firewire_ohci 31653 0
    firewire_core 52083 1 firewire_ohci
    crc_itu_t 1363 3 udf,omfs,firewire_core
    uhci_hcd 24243 0
    ehci_pci 4120 0
    ehci_hcd 46479 1 ehci_pci
    usbcore 176899 5 uhci_hcd,usb_storage,ehci_hcd,ehci_pci,usbhid
    usb_common 954 1 usbcore
    total used free shared buffers cached
    Mem: 4045736 2369992 1675744 0 152716 514944
    -/+ buffers/cache: 1702332 2343404
    Swap: 4095996 1315988 2780008
    /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00phc-intel hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/00phc-intel hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/48tlp-rdw-lock hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/48tlp-rdw-lock hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bay hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/49bay hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49wwan hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/49wwan hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/55wicd hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/55wicd hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate: success.
    Running hook /etc/pm/sleep.d/90alsa hibernate hibernate:
    /etc/pm/sleep.d/90alsa hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/95led hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate:
    nVidia binary video drive detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success.
    Running hook /etc/pm/sleep.d/wicd.sh hibernate hibernate:
    /etc/pm/sleep.d/wicd.sh hibernate hibernate: success.
    Thu 4 Jul 09:41:19 CEST 2013: performing hibernate
    /usr/sbin/hibernate: 81: /usr/sbin/hibernate: /sbin/runlevel: not found
    /usr/sbin/hibernate: 81: /usr/sbin/hibernate: /sbin/runlevel: not found
    Thu 4 Jul 09:43:37 CEST 2013: Awake.
    Thu 4 Jul 09:43:37 CEST 2013: Running hooks for thaw
    Running hook /etc/pm/sleep.d/wicd.sh thaw hibernate:
    /etc/pm/sleep.d/wicd.sh: line 4: /usr/lib/wicd/autoconnect.py: No such file or directory
    /etc/pm/sleep.d/wicd.sh thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video thaw hibernate:
    /usr/lib/pm-utils/sleep.d/99video thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler thaw hibernate:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led thaw hibernate:
    /usr/lib/pm-utils/sleep.d/95led thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq thaw hibernate:
    /usr/lib/pm-utils/sleep.d/94cpufreq thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock thaw hibernate:
    /usr/lib/pm-utils/sleep.d/90clock thaw hibernate: success.
    Running hook /etc/pm/sleep.d/90alsa thaw hibernate:
    Playing raw data '/dev/zero' : Unsigned 8 bit, Rate 8000 Hz, Mono
    Suspended. Trying resume. Done.
    /etc/pm/sleep.d/90alsa thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules thaw hibernate:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/55wicd thaw hibernate:
    /usr/lib/pm-utils/sleep.d/55wicd thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49wwan thaw hibernate:
    /usr/lib/pm-utils/sleep.d/49wwan thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth thaw hibernate:
    /usr/lib/pm-utils/sleep.d/49bluetooth thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bay thaw hibernate:
    /usr/lib/pm-utils/sleep.d/49bay thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/48tlp-rdw-lock thaw hibernate:
    /usr/lib/pm-utils/sleep.d/48tlp-rdw-lock thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub thaw hibernate:
    /usr/lib/pm-utils/sleep.d/01grub thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave thaw hibernate:
    /usr/lib/pm-utils/sleep.d/00powersave thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00phc-intel thaw hibernate:
    /usr/bin/phc-intel: line 11: echo: write error: Invalid argument
    /usr/bin/phc-intel: line 11: echo: write error: Invalid argument
    /usr/lib/pm-utils/sleep.d/00phc-intel thaw hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging thaw hibernate:
    /usr/lib/pm-utils/sleep.d/00logging thaw hibernate: success.
    Running hook /etc/pm/sleep.d/00doit thaw hibernate:
    /etc/pm/sleep.d/00doit thaw hibernate: success.
    Thu 4 Jul 09:43:42 CEST 2013: Finished.
    everything.log
    Jul 4 09:41:12 panzor kernel: [107428.617590] EXT4-fs (sdb1): re-mounted. Opts: discard,commit=60,commit=0
    Jul 4 09:41:12 panzor kernel: [107428.632471] EXT4-fs (sda1): re-mounted. Opts: commit=60,commit=0
    Jul 4 09:41:12 panzor kernel: [107428.636738] EXT4-fs (sda2): re-mounted. Opts: commit=60,commit=0
    Jul 4 09:41:13 panzor wicd[407]: dhcpcd[32707]: sending signal 1 to pid 26575
    Jul 4 09:41:13 panzor dhcpcd[32707]: sending signal 1 to pid 26575
    Jul 4 09:41:13 panzor dhcpcd[26575]: received SIGHUP, releasing
    Jul 4 09:41:13 panzor dhcpcd[26575]: wlan0: releasing lease of 192.168.1.7
    Jul 4 09:41:13 panzor dhcpcd[32707]: waiting for pid 26575 to exit
    Jul 4 09:41:13 panzor wicd[407]: dhcpcd[32707]: waiting for pid 26575 to exit
    Jul 4 09:41:13 panzor dhcpcd[26575]: wlan0: removing interface
    Jul 4 09:41:13 panzor kernel: [107429.443568] wlan0: deauthenticating from d0:ae:ec:1a:0d:1c by local choice (reason=3)
    Jul 4 09:41:13 panzor kernel: [107429.481131] cfg80211: Calling CRDA to update world regulatory domain
    Jul 4 09:41:13 panzor kernel: [107429.732820] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jul 4 09:41:13 panzor wicd[407]: dhcpcd[32729]: dhcpcd not running
    Jul 4 09:41:13 panzor dhcpcd[32729]: dhcpcd not running
    Jul 4 09:41:14 panzor kernel: [107430.391538] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Jul 4 09:41:14 panzor kernel: [107430.492739] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Jul 4 09:41:14 panzor kernel: [107430.492893] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Jul 4 09:41:14 panzor wicd[407]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Jul 4 09:41:14 panzor wicd[407]: dhcpcd[32740]: dhcpcd not running
    Jul 4 09:41:14 panzor dhcpcd[32740]: dhcpcd not running
    Jul 4 09:41:14 panzor kernel: [107430.765923] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jul 4 09:41:15 panzor kernel: [107431.032495] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jul 4 09:41:15 panzor wicd[407]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Jul 4 09:41:15 panzor wicd[407]: dhcpcd[32746]: dhcpcd not running
    Jul 4 09:41:15 panzor dhcpcd[32746]: dhcpcd not running
    Jul 4 09:41:15 panzor kernel: [107431.711691] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Jul 4 09:41:15 panzor kernel: [107431.812795] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Jul 4 09:41:15 panzor kernel: [107431.812986] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Jul 4 09:41:15 panzor wicd[407]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Jul 4 09:41:20 panzor kernel: [107436.111021] TuxOnIce: No image found.
    Jul 4 09:41:20 panzor kernel: [107436.157111] TuxOnIce 3.3, with support for usm, compression, block i/o, swap storage, file storage, userui.
    Jul 4 09:41:20 panzor kernel: [107436.157245] Initiating a hibernation cycle.
    Jul 4 09:41:20 panzor kernel: [107436.158679] Failed to launch userspace program '/usr/local/sbin/tuxoniceui_text': Error -2
    Jul 4 09:41:20 panzor kernel: [107436.158681] Launch userspace program failed.
    Jul 4 09:41:20 panzor kernel: [107436.177374] mmc0: card d555 removed
    Jul 4 09:41:20 panzor kernel: [107436.179126] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
    Jul 4 09:41:20 panzor kernel: [107436.180147] Starting other threads.
    Jul 4 09:41:20 panzor kernel: [107436.180154] Freezing processes & syncing filesystems.
    Jul 4 09:43:34 panzor kernel: [107436.199861] Freezing user space processes ... (elapsed 0.01 seconds) done.
    Jul 4 09:43:34 panzor kernel: [107436.212685] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
    Jul 4 09:43:34 panzor kernel: [107436.360179] Preparing Image. Try 1.
    Jul 4 09:43:34 panzor kernel: [107436.820915] Restarting kernel threads ... done.
    Jul 4 09:43:34 panzor kernel: [107436.879612] Freezing remaining freezable tasks ... (elapsed 0.09 seconds) done.
    Jul 4 09:43:34 panzor kernel: [107437.108371] Starting to save the image..
    Jul 4 09:43:34 panzor kernel: [107437.127202] Writing caches...
    Jul 4 09:43:34 panzor kernel: [107437.144607] Waited for i/o due to synchronous I/O 3 times.
    Jul 4 09:43:34 panzor kernel: [107437.144610] Doing atomic copy/restore.
    Jul 4 09:43:34 panzor kernel: [107437.162645] Suspending console(s) (use no_console_suspend to debug)
    Jul 4 09:43:35 panzor kernel: [107437.184891] hdaps: setting ec_rate=0, filter_order=1
    Jul 4 09:43:35 panzor kernel: [107437.436196] ------------[ cut here ]------------
    Jul 4 09:43:35 panzor kernel: [107437.436204] WARNING: at kernel/irq/manage.c:1249 __free_irq+0xa3/0x1e0()
    Jul 4 09:43:35 panzor kernel: [107437.436205] Hardware name: 8918DEG
    Jul 4 09:43:35 panzor kernel: [107437.436206] Trying to free already-free IRQ 17
    Jul 4 09:43:35 panzor kernel: [107437.436258] Modules linked in: dm_mod omfs jfs xfs crc32c libcrc32c reiserfs hfs hfsplus vfat fat isofs nls_utf8 udf usb_storage pci_stub vboxpci(O) vboxnetflt(O) vboxnetadp(O) vboxvideo(O) ipt_MASQUERADE xt_TCPMSS iptable_nat nf_nat_ipv4 nf_nat iptable_mangle ipt_REJECT xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_recent xt_conntrack nf_conntrack iptable_filter ip_tables x_tables hid_logitech_dj usbhid hid iTCO_wdt iTCO_vendor_support coretemp kvm_intel snd_hda_codec_analog kvm joydev fuse microcode psmouse serio_raw evdev i2c_i801 nvidia(PO) lpc_ich r852 sm_common nand nand_ecc nand_ids mtd r592 arc4 memstick iwl4965 iwlegacy mac80211 cfg80211 drm snd_hda_intel thermal wmi snd_hda_codec battery snd_hwdep snd_pcm ac e1000e snd_page_alloc snd_timer tpm_tis tpm ptp intel_agp pps_core intel_gtt tpm_bios video button msr hdaps(O) thinkpad_acpi nvram snd soundcore rfkill i2c_core tp_smapi(O) thinkpad_ec(O) phc_intel(O) mperf processor vboxdrv(O) cpufreq_conservative ext4 crc16 mbcache jbd2 sd_mod ata_generic pata_acpi mmc_block sdhci_pci sdhci ahci libahci ata_piix libata scsi_mod mmc_core firewire_ohci firewire_core crc_itu_t uhci_hcd ehci_pci ehci_hcd usbcore usb_common
    Jul 4 09:43:35 panzor kernel: [107437.436284] Pid: 27443, comm: kworker/u:0 Tainted: P W O 3.9.4-pf-ARCH #1
    Jul 4 09:43:35 panzor kernel: [107437.436285] Call Trace:
    Jul 4 09:43:35 panzor kernel: [107437.436291] [<ffffffff81056ac0>] warn_slowpath_common+0x70/0xa0
    Jul 4 09:43:35 panzor kernel: [107437.436293] [<ffffffff81056b3c>] warn_slowpath_fmt+0x4c/0x50
    Jul 4 09:43:35 panzor kernel: [107437.436297] [<ffffffff81087d74>] ? try_to_wake_up+0x1e4/0x1f0
    Jul 4 09:43:35 panzor kernel: [107437.436299] [<ffffffff810dda13>] __free_irq+0xa3/0x1e0
    Jul 4 09:43:35 panzor kernel: [107437.436301] [<ffffffff810ddbe9>] free_irq+0x49/0xb0
    Jul 4 09:43:35 panzor kernel: [107437.436310] [<ffffffffa0152c8e>] pci_suspend+0x3e/0xc0 [firewire_ohci]
    Jul 4 09:43:35 panzor kernel: [107437.436316] [<ffffffff812a0608>] pci_legacy_suspend+0x38/0xc0
    Jul 4 09:43:35 panzor kernel: [107437.436318] [<ffffffff812a18b0>] ? pci_pm_poweroff+0xd0/0xd0
    Jul 4 09:43:35 panzor kernel: [107437.436320] [<ffffffff812a195d>] pci_pm_freeze+0xad/0xc0
    Jul 4 09:43:35 panzor kernel: [107437.436324] [<ffffffff81360db4>] dpm_run_callback+0x44/0x90
    Jul 4 09:43:35 panzor kernel: [107437.436326] [<ffffffff8136222b>] __device_suspend+0xdb/0x270
    Jul 4 09:43:35 panzor kernel: [107437.436328] [<ffffffff8136260f>] async_suspend+0x1f/0xa0
    Jul 4 09:43:36 panzor kernel: [107437.436331] [<ffffffff81080a27>] async_run_entry_fn+0x37/0x130
    Jul 4 09:43:36 panzor kernel: [107437.436334] [<ffffffff81074730>] process_one_work+0x170/0x440
    Jul 4 09:43:36 panzor kernel: [107437.436336] [<ffffffff81075205>] worker_thread+0x115/0x3d0
    Jul 4 09:43:36 panzor kernel: [107437.436338] [<ffffffff810750f0>] ? manage_workers+0x340/0x340
    Jul 4 09:43:36 panzor kernel: [107437.436340] [<ffffffff81079d90>] kthread+0xc0/0xd0
    Jul 4 09:43:36 panzor kernel: [107437.436342] [<ffffffff81079cd0>] ? kthread_create_on_node+0x120/0x120
    Jul 4 09:43:36 panzor kernel: [107437.436346] [<ffffffff814ca9ec>] ret_from_fork+0x7c/0xb0
    Jul 4 09:43:36 panzor kernel: [107437.436348] [<ffffffff81079cd0>] ? kthread_create_on_node+0x120/0x120
    Jul 4 09:43:36 panzor kernel: [107437.436349] ---[ end trace 06dce76c865570d4 ]---
    Jul 4 09:43:36 panzor kernel: [107437.673704] PM: freeze of devices complete after 511.051 msecs
    Jul 4 09:43:36 panzor kernel: [107437.674091] PM: late freeze of devices complete after 0.384 msecs
    Jul 4 09:43:36 panzor kernel: [107437.675046] PM: noirq freeze of devices complete after 0.952 msecs
    Jul 4 09:43:36 panzor kernel: [107437.675436] ACPI: Preparing to enter system sleep state S4
    Jul 4 09:43:36 panzor kernel: [107437.679187] PM: Saving platform NVS memory
    Jul 4 09:43:36 panzor kernel: [107437.679490] Disabling non-boot CPUs ...
    Jul 4 09:43:36 panzor kernel: [107437.782608] smpboot: CPU 1 is now offline
    Jul 4 09:43:36 panzor kernel: [107437.782897] PM: Restoring platform NVS memory
    Jul 4 09:43:36 panzor kernel: [107437.782897] Enabling non-boot CPUs ...
    Jul 4 09:43:36 panzor kernel: [107437.782897] smpboot: Booting Node 0 Processor 1 APIC 0x1
    Jul 4 09:43:36 panzor kernel: [107437.819361] CPU1 is up
    Jul 4 09:43:36 panzor kernel: [107437.821349] ACPI: Waking up from system sleep state S4
    Jul 4 09:43:36 panzor kernel: [107437.849972] uhci_hcd 0000:00:1a.1: power state changed by ACPI to D0
    Jul 4 09:43:36 panzor kernel: [107437.850031] ehci-pci 0000:00:1a.7: power state changed by ACPI to D0
    Jul 4 09:43:36 panzor kernel: [107437.863085] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    Jul 4 09:43:36 panzor kernel: [107437.863194] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
    Jul 4 09:43:36 panzor kernel: [107437.863252] ehci-pci 0000:00:1d.7: power state changed by ACPI to D0
    Jul 4 09:43:36 panzor kernel: [107437.863572] nvidia 0000:01:00.0: power state changed by ACPI to D0
    Jul 4 09:43:36 panzor kernel: [107437.876414] PM: noirq restore of devices complete after 26.673 msecs
    Jul 4 09:43:36 panzor kernel: [107437.876604] PM: early restore of devices complete after 0.148 msecs
    Jul 4 09:43:36 panzor kernel: [107437.876653] e1000e 0000:00:19.0: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.876655] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.876686] usb usb2: root hub lost power or was reset
    Jul 4 09:43:36 panzor kernel: [107437.876702] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.876729] usb usb4: root hub lost power or was reset
    Jul 4 09:43:36 panzor kernel: [107437.876733] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Jul 4 09:43:36 panzor kernel: [107437.876743] ehci-pci 0000:00:1a.7: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.876758] usb usb1: root hub lost power or was reset
    Jul 4 09:43:36 panzor kernel: [107437.879293] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.879298] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.879321] usb usb5: root hub lost power or was reset
    Jul 4 09:43:36 panzor kernel: [107437.879325] usb usb6: root hub lost power or was reset
    Jul 4 09:43:36 panzor kernel: [107437.879335] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.879344] ehci-pci 0000:00:1d.7: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.879360] usb usb7: root hub lost power or was reset
    Jul 4 09:43:36 panzor kernel: [107437.879374] pci 0000:00:1e.0: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.879376] usb usb3: root hub lost power or was reset
    Jul 4 09:43:36 panzor kernel: [107437.879407] ahci 0000:00:1f.2: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.879796] iwl4965 0000:03:00.0: RF_KILL bit toggled to enable radio.
    Jul 4 09:43:36 panzor kernel: [107437.879799] firewire_ohci 0000:15:00.1: failed to reset ohci card
    Jul 4 09:43:36 panzor kernel: [107437.879806] dpm_run_callback(): pci_pm_restore+0x0/0xb0 returns -16
    Jul 4 09:43:36 panzor kernel: [107437.879807] PM: Device 0000:15:00.1 failed to restore async: error -16
    Jul 4 09:43:36 panzor kernel: [107437.882646] ata_piix 0000:00:1f.1: setting latency timer to 64
    Jul 4 09:43:36 panzor kernel: [107437.882713] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
    Jul 4 09:43:36 panzor kernel: [107437.886255] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    Jul 4 09:43:36 panzor kernel: [107437.886761] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    Jul 4 09:43:36 panzor kernel: [107437.891491] ata2: port disabled--ignoring
    Jul 4 09:43:36 panzor kernel: [107438.773231] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Jul 4 09:43:36 panzor kernel: [107438.773234] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Jul 4 09:43:36 panzor kernel: [107438.773236] ata1.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
    Jul 4 09:43:36 panzor kernel: [107438.773237] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
    Jul 4 09:43:36 panzor kernel: [107438.793235] ata1.00: configured for UDMA/100
    Jul 4 09:43:36 panzor kernel: [107438.796123] tpm_tis 00:09: TPM is disabled/deactivated (0x6)
    Jul 4 09:43:36 panzor kernel: [107438.805981] sd 0:0:0:0: [sda] Starting disk
    Jul 4 09:43:36 panzor kernel: [107438.875999] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jul 4 09:43:36 panzor kernel: [107438.876615] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Jul 4 09:43:36 panzor kernel: [107438.876617] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Jul 4 09:43:36 panzor kernel: [107438.876619] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Jul 4 09:43:36 panzor kernel: [107438.877132] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Jul 4 09:43:36 panzor kernel: [107438.877134] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Jul 4 09:43:36 panzor kernel: [107438.877136] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Jul 4 09:43:36 panzor kernel: [107438.877356] ata3.00: configured for UDMA/133
    Jul 4 09:43:36 panzor kernel: [107438.889311] sd 2:0:0:0: [sdb] Starting disk
    Jul 4 09:43:36 panzor kernel: [107438.995972] smapi smapi: set_real_thresh: set stop to 0 for bat=0
    Jul 4 09:43:36 panzor kernel: [107439.079321] usb 2-2: reset full-speed USB device number 3 using uhci_hcd
    Jul 4 09:43:36 panzor kernel: [107439.102638] smapi smapi: set_real_thresh: set start to 74 for bat=0
    Jul 4 09:43:36 panzor kernel: [107439.209274] smapi smapi: set_real_thresh: set stop to 0 for bat=1
    Jul 4 09:43:36 panzor kernel: [107439.312651] usb 5-1: reset full-speed USB device number 2 using uhci_hcd
    Jul 4 09:43:36 panzor kernel: [107439.315933] smapi smapi: set_real_thresh: set start to 0 for bat=1
    Jul 4 09:43:36 panzor kernel: [107439.316415] thinkpad_acpi: ACPI backlight control delay disabled
    Jul 4 09:43:36 panzor kernel: [107439.317543] hdaps: initial mode latch is 0x05
    Jul 4 09:43:36 panzor kernel: [107439.317714] hdaps: setting ec_rate=250, filter_order=2
    Jul 4 09:43:36 panzor kernel: [107528.538017] PM: restore of devices complete after 90661.408 msecs
    Jul 4 09:43:36 panzor kernel: [107528.549705] Post atomic.
    Jul 4 09:43:36 panzor kernel: [107528.567054] Cleaning up...
    Jul 4 09:43:36 panzor kernel: [107528.697441] Restarting tasks ... done.
    Jul 4 09:43:36 panzor kernel: [107528.963867] video LNXVIDEO:01: Restoring backlight state
    Jul 4 09:43:36 panzor kernel: [107528.967031] TuxOnIce debugging info:
    Jul 4 09:43:36 panzor kernel: [107528.967031] - TuxOnIce core : 3.3
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Kernel Version : 3.9.4-pf-ARCH
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Compiler vers. : 4.8
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Attempt number : 10
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Parameters : 0 700424 0 1 -2 5
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Overall expected compression percentage: 0.
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Compressor is 'lzo'.
    Jul 4 09:43:36 panzor kernel: [107528.967031] Compressed 2066800640 bytes into 755753507 (63 percent compression).
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Block I/O active.
    Jul 4 09:43:36 panzor kernel: [107528.967031] Used 186542 pages from swap on /dev/sdb2.
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Max outstanding reads 1. Max writes 0.
    Jul 4 09:43:36 panzor kernel: [107528.967031] Memory_needed: 1024 x (4096 + 368 + 120) = 4694016 bytes.
    Jul 4 09:43:36 panzor kernel: [107528.967031] Free mem throttle point reached 0.
    Jul 4 09:43:36 panzor kernel: [107528.967031] - Swap Allocator enabled.
    Jul 4 09:43:36 panzor kernel: [107528.967031] Swap available for image: 678783 pages.
    Jul 4 09:43:36 panzor kernel: [107528.967031] - File Allocator active.
    Jul 4 09:43:36 panzor kernel: [107528.967031] Storage available for image: 0 pages.
    Jul 4 09:43:36 panzor kernel: [107528.967058] Pid: 938, comm: dash Tainted: P W O 3.9.4-pf-ARCH #1
    Jul 4 09:43:36 panzor kernel: [107528.967060] Call Trace:
    Jul 4 09:43:36 panzor kernel: [107528.967072] [<ffffffff8108d660>] free_update_stats+0x80/0x90
    Jul 4 09:43:36 panzor kernel: [107528.967075] [<ffffffff8108d71a>] toi_free_page+0x4a/0x60
    Jul 4 09:43:36 panzor kernel: [107528.967080] [<ffffffff8109c6a5>] forget_signature_page+0x45/0xe0
    Jul 4 09:43:36 panzor kernel: [107528.967083] [<ffffffff81099c03>] toi_bio_cleanup+0x33/0x70
    Jul 4 09:43:36 panzor kernel: [107528.967086] [<ffffffff8108d039>] toi_cleanup_modules+0x49/0x70
    Jul 4 09:43:36 panzor kernel: [107528.967089] [<ffffffff8108f2c1>] toi_finish_anything+0x11/0x90
    Jul 4 09:43:36 panzor kernel: [107528.967092] [<ffffffff8108db8e>] toi_attr_store+0x11e/0x2f0
    Jul 4 09:43:36 panzor kernel: [107528.967098] [<ffffffff811f9fc6>] sysfs_write_file+0xc6/0x140
    Jul 4 09:43:36 panzor kernel: [107528.967102] [<ffffffff811893cb>] vfs_write+0x9b/0x170
    Jul 4 09:43:36 panzor kernel: [107528.967105] [<ffffffff811896c9>] sys_write+0x49/0xa0
    Jul 4 09:43:36 panzor kernel: [107528.967110] [<ffffffff814caa9d>] system_call_fastpath+0x1a/0x1f
    Jul 4 09:43:36 panzor kernel: [107528.967114] Idx Allocs Frees Tests Fails Max Description
    Jul 4 09:43:36 panzor kernel: [107528.967116] 38 0 1 0 0 0 setting swap signature
    Jul 4 09:43:36 panzor kernel: [107529.039696] mmc0: new high speed SDHC card at address d555
    Jul 4 09:43:36 panzor kernel: [107529.039868] mmcblk0: mmc0:d555 SD04G 3.79 GiB
    Jul 4 09:43:36 panzor kernel: [107529.041058] mmcblk0: p1
    Jul 4 09:43:34 panzor acpid: client 1243[0:100] has disconnected
    Jul 4 09:43:35 panzor dnsmasq[24648]: reading /etc/resolv.conf
    Jul 4 09:43:36 panzor dnsmasq[24648]: using nameserver 208.67.222.222#53
    Jul 4 09:43:36 panzor dnsmasq[24648]: using nameserver 8.8.8.8#53
    Jul 4 09:43:36 panzor dnsmasq[24648]: ignoring nameserver 127.0.0.1 - local interface
    Jul 4 09:43:36 panzor logger: ACPI group/action undefined: processor / LNXCPU:00
    Jul 4 09:43:36 panzor logger: ACPI group/action undefined: processor / LNXCPU:01
    Jul 4 09:43:36 panzor logger: ACPI group/action undefined: thermal_zone / LNXTHERM:00
    Jul 4 09:43:36 panzor logger: ACPI group/action undefined: processor / LNXCPU:00
    Jul 4 09:43:36 panzor logger: ACPI group/action undefined: processor / LNXCPU:01
    Jul 4 09:43:36 panzor logger: ACPI group/action undefined: processor / LNXCPU:00
    Jul 4 09:43:36 panzor logger: ACPI group/action undefined: processor / LNXCPU:01
    Jul 4 09:43:34 panzor systemd[1]: Time has been changed
    Jul 4 09:43:37 panzor systemd[1]: Time has been changed
    Jul 4 09:43:39 panzor acpid: client connected from 1243[0:100]
    Jul 4 09:43:39 panzor acpid: 1 client rule loaded
    Jul 4 09:43:40 panzor kernel: [107534.363070] EXT4-fs (sdb1): re-mounted. Opts: discard,commit=60,commit=0
    Jul 4 09:43:40 panzor kernel: [107534.375026] EXT4-fs (sda1): re-mounted. Opts: commit=60,commit=0
    Jul 4 09:43:40 panzor kernel: [107534.378198] EXT4-fs (sda2): re-mounted. Opts: commit=60,commit=0
    Jul 4 09:43:42 panzor kernel: [107535.565588] skipping vid at 0, 75 is greater than default 39
    Jul 4 09:43:42 panzor kernel: [107535.565594] failed to parse vid value at 1 (:23 74:0 8:0 6:0 136:0
    Jul 4 09:43:42 panzor kernel: [107535.565594] )
    Jul 4 09:43:42 panzor kernel: [107535.565860] skipping vid at 0, 75 is greater than default 39
    Jul 4 09:43:42 panzor kernel: [107535.565863] failed to parse vid value at 1 (:23 74:0 8:0 6:0 136:0
    Jul 4 09:43:42 panzor kernel: [107535.565863] )
    Jul 4 09:43:43 panzor wicd[407]: dhcpcd[1465]: dhcpcd not running
    Jul 4 09:43:43 panzor dhcpcd[1465]: dhcpcd not running
    Jul 4 09:43:43 panzor kernel: [107536.834625] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jul 4 09:43:43 panzor wicd[407]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Jul 4 09:43:43 panzor wicd[407]: dhcpcd[1471]: dhcpcd not running
    Jul 4 09:43:43 panzor dhcpcd[1471]: dhcpcd not running
    Jul 4 09:43:43 panzor kernel: [107537.475811] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Jul 4 09:43:44 panzor kernel: [107537.576068] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Jul 4 09:43:44 panzor kernel: [107537.576217] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Jul 4 09:43:44 panzor wicd[407]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Jul 4 09:43:44 panzor wicd[407]: dhcpcd[1483]: dhcpcd not running
    Jul 4 09:43:44 panzor dhcpcd[1483]: dhcpcd not running
    Jul 4 09:43:44 panzor kernel: [107537.872817] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jul 4 09:43:44 panzor wicd[407]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Jul 4 09:43:46 panzor kernel: [107540.055454] wlan0: authenticate with d0:ae:ec:1a:0d:1c
    Jul 4 09:43:46 panzor kernel: [107540.055509] wlan0: send auth to d0:ae:ec:1a:0d:1c (try 1/3)
    Jul 4 09:43:46 panzor kernel: [107540.057998] wlan0: authenticated
    Jul 4 09:43:46 panzor kernel: [107540.059562] wlan0: associate with d0:ae:ec:1a:0d:1c (try 1/3)
    Jul 4 09:43:46 panzor kernel: [107540.062915] wlan0: RX AssocResp from d0:ae:ec:1a:0d:1c (capab=0x431 status=0 aid=2)
    Jul 4 09:43:46 panzor kernel: [107540.098202] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Jul 4 09:43:46 panzor kernel: [107540.098393] wlan0: associated
    Jul 4 09:43:48 panzor dhcpcd[1512]: version 5.6.8 starting
    Jul 4 09:43:48 panzor dhcpcd[1512]: wlan0: sending IPv6 Router Solicitation
    Jul 4 09:43:48 panzor dhcpcd[1512]: wlan0: broadcasting for a lease
    Jul 4 09:43:48 panzor dhcpcd[1512]: wlan0: offered 192.168.1.7 from 192.168.1.1
    Jul 4 09:43:49 panzor dhcpcd[1512]: wlan0: acknowledged 192.168.1.7 from 192.168.1.1
    Jul 4 09:43:50 panzor dhcpcd[1512]: wlan0: checking for 192.168.1.7
    Jul 4 09:43:52 panzor dhcpcd[1512]: wlan0: sending IPv6 Router Solicitation
    Jul 4 09:43:54 panzor dhcpcd[1512]: wlan0: leased 192.168.1.7 for 86400 seconds
    Jul 4 09:43:54 panzor dhcpcd[1512]: forked to background, child pid 1563
    Jul 4 09:43:56 panzor dhcpcd[1563]: wlan0: sending IPv6 Router Solicitation
    Jul 4 09:43:57 panzor dnsmasq[24648]: reading /etc/resolv.conf
    Jul 4 09:43:57 panzor dnsmasq[24648]: using nameserver 192.168.1.1#53
    Jul 4 09:43:57 panzor dnsmasq[24648]: using nameserver 208.67.222.222#53
    Jul 4 09:43:57 panzor dnsmasq[24648]: using nameserver 8.8.8.8#53
    Jul 4 09:43:57 panzor dnsmasq[24648]: ignoring nameserver 127.0.0.1 - local interface
    This entire process makes the resume from hibernation take about 2 minutes, while it should be no longer than ~10 seconds.
    Can you see anything in those logs that could be causing it?
    Desclaimer:
    Resume from hibernation with TuxOnIce does take ~10 seconds, but I cannot use it because with it my screen remains off even though system is well resumed.
    So please do not recommend me alternative hibernation methods, because they all have one of those two results, and those that stall at least render the laptop usable after resume.

    Lockheed wrote:Yeah, I was afraid it was unsolvable. But I still don't quite understand how is it that on the same hardware windows hibernation works so well, but linux doesn't.
    Really?  Do you really think that windows' ability to handle hibernate has anything whatsoever to do with Linux's ability to hibernate? That is a horrible bit or reasoning...
    @cfr, yes, I usually use suspend, but it still drains some battery and is not an option to use for emergency suspend when your battery reaches 3%.
    Also, suspend is much easier to wake by accident. Happened several times when my ThinkPad was in a backpack. Nearly fried it.
    So I fail to understand why you don't just set the "emergency suspend" to something higher than 3%?  Wouldn't that be a whole hell of a lot easier than trying to make old unnecessary and unmaintained software work (which is really just a collection of hacks/workarounds).
    I highly doubt that you "nearly fried" your computer.  Computers have temperature sensors, and trip points at which they will shut off.  There is one in the kernel itself that will start a normal shutdown procedure and there is one in the firmware that will just hard shutdown the system at a slightly higher level.  Both of these temperatures are levels that are set by the manufacturer of the hardware which is designed to avoid damage.  I am a bit confused as to how you managed to have your laptop wake in your backpack anyway.  If the lid is closed, the keys shouldn't be pressed, and if the keys are being pressed, you are putting unsafe amounts of strain on a screen.  So if that is the case you should probably find a different method of carrying your laptop.  But besides all that, you can also just fine tune what methods the computer will accept to wake the machine.
    Powering off works fast, because I have a fast SSD. But that's not the problem. The problem is I have to save all my work before shutting down, and then manually restore it next time I boot.
    I think there are software solutions for this as well.  In fact some of the big DEs already do this.  But there is also one small project with the goal of being a stand alone implementation of this. But really, I think if you just did the reasonable thing of setting your "emergency suspend" to something more sane, you wouldn't really have this problem.

  • How to use SequenceRunner with FlexUnit 4

    Hi,
    I just read the Wiki page about Fluint Sequences at http://docs.flexunit.org/index.php?title=Sequences#Sequences_from_Fluint. I really would like to use sequences as it seems a great way to test flows in UI components.
    So I created a first test based on the examples in the wiki. Unfortunately it does not work as I hoped.
    The testcase:
    package flex.filter.eventFilter.view
          import flash.events.Event;
         import mx.events.FlexEvent;
      import net.digitalprimates.fluint.tests.TestCase;
      import org.fluint.sequence.SequenceRunner;
      import org.fluint.sequence.SequenceSetter;
      import org.fluint.sequence.SequenceWaiter;
      public class RelativeDateInputFluintSequence extends TestCase
        private var form:RelativeDateInput;
        [Before(async)]
        override protected function setUp():void
          form = new RelativeDateInput();
          form.addEventListener(FlexEvent.CREATION_COMPLETE, asyncHandler (pendUntilComplete, 100), false, 0, true);
          addChild(form);
        [After(async)]
        override protected function tearDown():void
          removeChild(form);
          form = null;
        [Test(async)]
        public function testForm():void
          var passThroughData:Object = new Object();
          passThroughData.value = 5;
          passThroughData.selectedUnit = "hours";
          var sequence:SequenceRunner = new SequenceRunner(this);
          // Set time in stepper
          sequence.addStep (new SequenceSetter(form.timeStepper, {value:passThroughData.value}));
          sequence.addStep(new SequenceWaiter(form.timeStepper, FlexEvent.VALUE_COMMIT, 100));
          // Set units
          sequence.addStep (new SequenceSetter(form.unitCombo, {selectedItem:passThroughData.selectedUnit}));
          sequence.addStep(new SequenceWaiter(form.timeStepper, FlexEvent.VALUE_COMMIT, 100));
          sequence.addAssertHandler(handleFiveHoursSet, passThroughData);
          sequence.run();
        private function handleFiveHoursSet(event:Event, passThroughData:Object):void
          assertEquals(passThroughData.value * 60 * 60000, form.milliseconds);
    Note that I did not add the test annotations at first as they were ommitted in the Wiki. I added these later after I got the error below.
    When sequence.run() is executed I get this error:
    Cannot add asynchronous functionality to methods defined by Test,Before or After that are not marked async
    Error: Cannot add asynchronous functionality to methods defined by Test,Before or After that are not marked async
        at org.flexunit.async::AsyncLocator$/getCallableForTest()[C:\Users\dmoore\Documents\_Product ion\Flex Unit 4\GIT\FlexUnit4\src\org\flexunit\async\AsyncLocator.as:82]
        at org.fluint.sequence::SequenceWaiter/setupListeners()[C:\Users\dmoore\Documents\_Productio n\Flex Unit 4\GIT\FlexUnit4\src\org\fluint\sequence\SequenceWaiter.as:100]
        at org.fluint.sequence::SequenceRunner/continueSequence()[C:\Users\dmoore\Documents\_Product ion\Flex Unit 4\GIT\FlexUnit4\src\org\fluint\sequence\SequenceRunner.as:177]
        at org.fluint.sequence::SequenceRunner/run()[C:\Users\dmoore\Documents\_Production\Flex Unit 4\GIT\FlexUnit4\src\org\fluint\sequence\SequenceRunner.as:124]
        at com.hp.opr.flex.filter.eventFilter.view::RelativeDateInputFluintSequence/testForm()[/home /cschlipf/data/dev/svn/opr/components/common/flex/lib/opr-fx-common/src/test/flex/com/hp/o pr/flex/filter/eventFilter/view/RelativeDateInputFluintSequence.as:56]
        at net.digitalprimates.fluint.tests::TestCase/protect()[C:\Users\mlabriola\Documents\workspa ces\net\digitalprimates\opensource\flexunit\fluint\fluint\src\main\flex\net\digitalprimate s\fluint\tests\TestCase.as:315]
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at net.digitalprimates.fluint.tests::TestCase/executeMethodWhileProtected()[C:\Users\mlabrio la\Documents\workspaces\net\digitalprimates\opensource\flexunit\fluint\fluint\src\main\fle x\net\digitalprimates\fluint\tests\TestCase.as:370]
        at net.digitalprimates.fluint.tests::TestCase/runTestMethod()[C:\Users\mlabriola\Documents\w orkspaces\net\digitalprimates\opensource\flexunit\fluint\fluint\src\main\flex\net\digitalp rimates\fluint\tests\TestCase.as:160]
        at net.digitalprimates.fluint.ui::TestRunner/runTestMethod()[C:\Users\mlabriola\Documents\wo rkspaces\net\digitalprimates\opensource\flexunit\fluint\fluint\src\main\flex\net\digitalpr imates\fluint\ui\TestRunner.as:361]
        at net.digitalprimates.fluint.ui::TestRunner/handleTestProcess()[C:\Users\mlabriola\Document s\workspaces\net\digitalprimates\opensource\flexunit\fluint\fluint\src\main\flex\net\digit alprimates\fluint\ui\TestRunner.as:393]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at net.digitalprimates.fluint.tests::TestCase/handleAsyncEventFired()[C:\Users\mlabriola\Doc uments\workspaces\net\digitalprimates\opensource\flexunit\fluint\fluint\src\main\flex\net\ digitalprimates\fluint\tests\TestCase.as:267]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at net.digitalprimates.fluint.async::AsyncHandler/handleEvent()[C:\Users\mlabriola\Documents \workspaces\net\digitalprimates\opensource\flexunit\fluint\fluint\src\main\flex\net\digita lprimates\fluint\async\AsyncHandler.as:166]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.5.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9440]
        at mx.core::UIComponent/set initialized()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\core\UIComponent.as :1168]
        at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.5.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:718]
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.5.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8744]
        at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.5.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8684]
    So my guess is that the SequenceRunner is not fully compatible with FlexUnit 4 as asyncronous calls that are internal to the SequenceRunner are not marked as async.
    Best regards,
    Carsten

    If you are interested, I solved it with the TestCase class in the flexunit.framework package:
    package com.soma.core.tests.suites.commands {
        import flexunit.framework.TestCase;
        import flash.events.Event;
        import com.soma.core.tests.suites.support.TestSequenceCommand;
        import mx.core.FlexGlobals;
        import flash.display.Stage;
        import com.soma.core.tests.suites.support.TestAsyncCommand;
        import com.soma.core.tests.suites.support.TestEvent;
        import com.soma.core.Soma;
         * <b>Author:</b> Romuald Quantin - <a href="http://www.soundstep.com/" target="_blank">www.soundstep.com</a><br />
         * <b>Class version:</b> 1.0<br />
         * <b>Actionscript version:</b> 3.0<br />
         * <b>Date:</b> Oct 10, 2010<br />
         * @example
         * <listing version="3.0"></listing>
        public class SequenceTestCaseSuccess extends TestCase {
            // private, protected properties
            private var _soma:Soma;
            private var _count:int;
            private static var _stage:Stage;
            // public properties
            // constructor
            public function SequenceTestCaseSuccess() {
            // PRIVATE, PROTECTED
            override public function setUp():void {
                _stage = FlexGlobals.topLevelApplication.stage;
                _count = 0;
                _soma = new Soma(_stage);
                _soma.addCommand(TestEvent.TEST, TestAsyncCommand);
                _soma.addCommand(TestEvent.TEST_SEQUENCE, TestSequenceCommand);
            override public function tearDown():void {
                var command:TestAsyncCommand = _soma.getCommand(TestEvent.TEST) as TestAsyncCommand;
                if (command) command.dispose();
                _soma.removeEventListener(TestEvent.TEST_ASYNC_COMPLETE, testSequenceHandler);
                _soma.dispose();
                _soma = null;
            // PUBLIC
            public function testSequence():void {
                _soma.addEventListener(TestEvent.TEST_ASYNC_COMPLETE, addAsync(testSequenceHandler, 500));
                _soma.dispatchEvent(new TestEvent(TestEvent.TEST_SEQUENCE));
            private function testSequenceHandler(event:TestEvent):void {
                _soma.removeEventListener(TestEvent.TEST_ASYNC_COMPLETE, testSequenceHandler);
                if (++_count < 5) {
                    _soma.addEventListener(TestEvent.TEST_ASYNC_COMPLETE, addAsync(testSequenceHandler, 500));
                else {
                    _soma.addEventListener(TestEvent.TEST_SEQUENCE_COMPLETE, addAsync(testSequenceCompleteHandler, 100));
                trace("TestSequenceCommand: step", _count + "/5");
            private function testSequenceCompleteHandler(event:TestEvent):void {
                assertNull(_soma.getLastSequencer());
                assertEquals(_soma.getRunningSequencers().length, 0);
                assertNull(_soma.getSequencer(Event(event.data)));

  • How to implement server side methods in client side player from main.asc?

    Hi,
    I am developing video player using RTMP NetConnection and NetStream object but it is giving me below Error. Can you please tell me how can I handle this. I have main.asc file form FMS server side but I don't know how to use it. 
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback setUserID.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback syncChat.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback playingNotComplete.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback nowPlaying.
    Can anyone please help me ot solve this issue?
    Best regards,
    Sunil kumar

    javascript are run on the client side.. but i think what you actually mean is getting some validation to your database without submitting the form?. yes it doesn't consumes time and memory of server.. why not use ajax so you can only submit a little request.. rather than submitting the whole page..

  • Custom MediaStreamSource and Memory Leaks During SampleRequested

    Greetings,
    I have a nasty memory leak problem that is causing me to pull my hair out.
    I'm implementing a custom MediaStreamSource along with MediaTranscoder to generate video to disk. The frame generation operation occurs in the SampleRequested handler (as in the MediaStreamSource example). No matter what I do - and I've tried a
    ton of options - inevitably the app runs out of memory after a couple hundred frames of HD video. Investigating, I see that indeed GC.GetTotalMemory reports an increasing, and never decreasing, amount of allocated RAM. 
    The frame generator in my actual app is using RenderTargetBitmap to get screen captures, and is handing the buffer to MediaStreamSample.CreateFromBuffer(). However, as you can see in the example below, the issue occurs even with a dumb allocation
    of RAM and no other actual logic. Here's the code:
    void _mss_SampleRequested(Windows.Media.Core.MediaStreamSource sender, MediaStreamSourceSampleRequestedEventArgs args)
    if ( args.Request.StreamDescriptor is VideoStreamDescriptor )
    if (_FrameCount >= 3000) return;
    var videoDeferral = args.Request.GetDeferral();
    var descriptor = (VideoStreamDescriptor)args.Request.StreamDescriptor;
    uint frameWidth = descriptor.EncodingProperties.Width;
    uint frameHeight = descriptor.EncodingProperties.Height;
    uint size = frameWidth * frameHeight * 4;
    byte[] buffer = null;
    try
    buffer = new byte[size];
    // do something to create the frame
    catch
    App.LogAction("Ran out of memory", this);
    return;
    args.Request.Sample = MediaStreamSample.CreateFromBuffer(buffer.AsBuffer(), TimeFromFrame(_FrameCount++, _frameSource.Framerate));
    args.Request.Sample.Duration = TimeFromFrame(1, _frameSource.Framerate);
    buffer = null; // attempt to release the memory
    videoDeferral.Complete();
    App.LogAction("Completed Video frame " + (_FrameCount-1).ToString() + "\n" +
    "Allocated memory: " + GC.GetTotalMemory(true), this);
    return;
    It usually fails around frame 357, with GC.GetTotalMemory() reporting 750MB allocated.
    I've tried tons of work-arounds, none of which made a difference. I tried putting the code that allocates the bytes in a separate thread - no dice.  I tried Task.Delay to give the GC a chance to work, on the assumption that it just had no time
    to do its job. No luck.
    As another experiment, I wanted to see if the problem went away if I allocated memory each frame, but never assigned it to the MediaStreamSample, instead giving the sample (constant) dummy data. Indeed, in that scenario, memory consumption stayed
    constant. However, while I never get an out-of-memory exception, RequestSample just stops getting called around frame 1600 and as a result the transcode operation never actually returns to completion.
    I also tried taking a cue from the SDK sample which uses C++ entirely to generate the frame. So I passed the buffer as a Platform::Array<BYTE> to a static Runtime extension class function I wrote in C++.
    I won't bore you with the C++ code, but even directly copying the bytes of the array to the media sample using memcpy still had the same result! It seems that there is no way to communicate the contents of the byte[] array to the media sample without
    it never being released.
    I know what some will say: the difference between my code and the SDK sample, of course, is that the SDK sample generates the frame _entirely_ in C++, thus taking care of its own memory allocation and deallocation. Because I want to get
    the data from RenderTargetBitmap, this isn't an option for me. (As a side note, if anyone knows if there's a way to get the contents of an RT Window using DirectX, that might work too, but I know this is not a C++ forum, so...). But more importantly,
    MediaStreamSource and MediaStreamSample are managed classes that appear to allow you to generate custom frames using C# or other managed code. The MediaStreamSample.CreateFromBuffer function appears to be tailored for exactly what I want. But there appears
    to be no way to release the buffer when giving the bytes to the MediaStreamSample. At least none that I can find.
    I know the RT version of these classes are new to Windows 8.1, but I did see other posts going back 3 years discussing a similar issue in Silverlight. That never appears to have been resolved.
    I guess the question boils down to this: how do I safely get managed data, allocated during the SampleRequested handler, to the MediaStreamSample without causing a memory leak? Also, why would the SampleRequested handler just stop getting called
    out of the blue, even when I artificially eliminate the memory leak problem?
    Thanks so much for all input!

    Hi Rob - 
    Thanks for your quick reply and for clarifying the terminology. 
    In the Memory Usage test under Analyze/Performance and Diagnostics (is that what you mean?) it's clear that each frame of video being created is not released from memory except when memory consumption gets very high. GC will occasionally kick in, but eventually
    it succumbs.
    Interestingly, if I reduce the frame size substantially, say 320x240, it never runs out of RAM no matter how many frames I throw at it. The Memory Usage test, however, shows the same pattern. But this time the GC can keep up and release the RAM.
    After playing with this ad nauseum,  I am fairly convinced I know what the problem is, but the solution still escapes me. It appears that the Transcoder is requesting frames from the MediaStreamSource (and the MediaStreamSource is providing them via
    my SampleRequested handler) faster than the Transcoder can write them to disk and release them. Why would this be happening? The MediaStreamSource.BufferTime property is - I thought - used to prevent this very problem. However, changing the BufferTime seems
    to have no effect at all - even changing it to ZERO doesn't change anything. If I'm right, this would explain why the GC can't do its job - it can't release the buffers I'm giving to the Transcoder via SampleRequested because the Transcoder won't give them
    up until it's finished transcoding and writing them to disk. And yet the transcoder keeps requesting samples until there's no more memory to create them with.
    The following code, which I made from scratch to illustrate my scenario, should be air-tight according to everything I've read. And yet, it still runs out of memory when the frame size is too large. 
    If you or anyone else can spot the problem in this code, I'd be thrilled to hear it. Maybe I'm omitting a key step with regard to getting the deferral? Or maybe it's a bug in the back-end? Can I "slow down" the transcoder and force it to release samples
    it's already used?
    Anyway here's the new code, which other than App.cs is everything. So if I'm doing something wrong it will be in this module:
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Threading.Tasks;
    using System.Linq;
    using System.Runtime.InteropServices.WindowsRuntime;
    using System.Diagnostics;
    using Windows.Foundation;
    using Windows.Foundation.Collections;
    using Windows.UI.Xaml;
    using Windows.UI.Xaml.Controls;
    using Windows.UI.Xaml.Controls.Primitives;
    using Windows.UI.Xaml.Data;
    using Windows.UI.Xaml.Input;
    using Windows.UI.Xaml.Media;
    using Windows.UI.Xaml.Navigation;
    using Windows.UI.Popups;
    using Windows.Storage;
    using Windows.Storage.Pickers;
    using Windows.Storage.Streams;
    using Windows.Media.MediaProperties;
    using Windows.Media.Core;
    using Windows.Media.Transcoding;
    // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
    namespace MyTranscodeTest
    /// <summary>
    /// An empty page that can be used on its own or navigated to within a Frame.
    /// </summary>
    public sealed partial class MainPage : Page
    MediaTranscoder _transcoder;
    MediaStreamSource _mss;
    VideoStreamDescriptor _videoSourceDescriptor;
    const int c_width = 1920;
    const int c_height = 1080;
    const int c_frames = 10000;
    const int c_frNumerator = 30000;
    const int c_frDenominator = 1001;
    uint _frameSizeBytes;
    uint _frameDurationTicks;
    uint _transcodePositionTicks = 0;
    uint _frameCurrent = 0;
    Random _random = new Random();
    public MainPage()
    this.InitializeComponent();
    private async void GoButtonClicked(object sender, RoutedEventArgs e)
    Windows.Storage.Pickers.FileSavePicker picker = new Windows.Storage.Pickers.FileSavePicker();
    picker.FileTypeChoices.Add("MP4 File", new List<string>() { ".MP4" });
    Windows.Storage.StorageFile file = await picker.PickSaveFileAsync();
    if (file == null) return;
    Stream outputStream = await file.OpenStreamForWriteAsync();
    var transcodeTask = (await this.InitializeTranscoderAsync(outputStream)).TranscodeAsync();
    transcodeTask.Progress = (asyncInfo, progressInfo) =>
    Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () =>
    _ProgressReport.Text = "Sourcing frame " + _frameCurrent.ToString() + " of " + c_frames.ToString() +
    " with " + GC.GetTotalMemory(false).ToString() + " bytes allocated.";
    await transcodeTask;
    MessageDialog dialog = new MessageDialog("Transcode completed.");
    await dialog.ShowAsync();
    async Task<PrepareTranscodeResult> InitializeTranscoderAsync (Stream output)
    _transcoder = new MediaTranscoder();
    _transcoder.HardwareAccelerationEnabled = false;
    _videoSourceDescriptor = new VideoStreamDescriptor(VideoEncodingProperties.CreateUncompressed( MediaEncodingSubtypes.Bgra8, c_width, c_height ));
    _videoSourceDescriptor.EncodingProperties.PixelAspectRatio.Numerator = 1;
    _videoSourceDescriptor.EncodingProperties.PixelAspectRatio.Denominator = 1;
    _videoSourceDescriptor.EncodingProperties.FrameRate.Numerator = c_frNumerator;
    _videoSourceDescriptor.EncodingProperties.FrameRate.Denominator = c_frDenominator;
    _videoSourceDescriptor.EncodingProperties.Bitrate = (uint)((c_width * c_height * 4 * 8 * (ulong)c_frDenominator) / (ulong)c_frNumerator);
    _frameDurationTicks = (uint)(10000000 * (ulong)c_frDenominator / (ulong)c_frNumerator);
    _frameSizeBytes = c_width * c_height * 4;
    _mss = new MediaStreamSource(_videoSourceDescriptor);
    _mss.BufferTime = TimeSpan.FromTicks(_frameDurationTicks);
    _mss.Duration = TimeSpan.FromTicks( _frameDurationTicks * c_frames );
    _mss.Starting += _mss_Starting;
    _mss.Paused += _mss_Paused;
    _mss.SampleRequested += _mss_SampleRequested;
    MediaEncodingProfile outputProfile = MediaEncodingProfile.CreateMp4(VideoEncodingQuality.Ntsc);
    outputProfile.Audio = null;
    return await _transcoder.PrepareMediaStreamSourceTranscodeAsync(_mss, output.AsRandomAccessStream(), outputProfile);
    void _mss_Paused(MediaStreamSource sender, object args)
    throw new NotImplementedException();
    void _mss_Starting(MediaStreamSource sender, MediaStreamSourceStartingEventArgs args)
    args.Request.SetActualStartPosition(new TimeSpan(0));
    /// <summary>
    /// This is derived from the sample in "Windows 8.1 Apps with Xaml and C# Unleashed"
    /// </summary>
    /// <param name="sender"></param>
    /// <param name="args"></param>
    void _mss_SampleRequested(MediaStreamSource sender, MediaStreamSourceSampleRequestedEventArgs args)
    if (_frameCurrent == c_frames) return;
    var deferral = args.Request.GetDeferral();
    byte[] frameBuffer;
    try
    frameBuffer = new byte[_frameSizeBytes];
    this._random.NextBytes(frameBuffer);
    catch
    throw new Exception("Sample source ran out of RAM");
    args.Request.Sample = MediaStreamSample.CreateFromBuffer(frameBuffer.AsBuffer(), TimeSpan.FromTicks(_transcodePositionTicks));
    args.Request.Sample.Duration = TimeSpan.FromTicks(_frameDurationTicks);
    args.Request.Sample.KeyFrame = true;
    _transcodePositionTicks += _frameDurationTicks;
    _frameCurrent++;
    deferral.Complete();
    Again, I can't see any reason why this shouldn't work. You'll note it mirrors pretty closely the sample in the Windows 8.1 Apps With Xaml Unleashed book (Chapter 14). The difference is I'm feeding the samples to a transcoder rather than a MediaElement (which,
    again should be no issue).
    Thanks again for any suggestions!
    Peter

  • Delete Button is disabled in Check status

    Hi Experts,
    We are on SRM 7.0 . In Check status POWL, if the shopping cart is in 'Awaiting approval' stage requisitioner can only display the cart , we want him to able to delete the cart as well but the delete button is disabled.
    We have assigned 'medium' level authorization in 'BBP_WFL_SECURITY' then the user can go into the details edit it and delete it..
    But we want the 'Delete' button to be enabled on POWL screen. It is enabled if the SC is in 'Saved' status.
    Any clues to achieve this?
    Thank you,
    Lavanya

    Hi Virendar / MASA
    Is RECALL facility new im SRM 700 ?
    till SRM 550 REQUESTER can delete his/her cart even till follow on docuemnt created ( before confirmation done)
    ln SRM 550 , requester can delete his cart though STATUS  awaiting for approval / contains error/ error in process /po created.
    Muthu

Maybe you are looking for