NIO on Solaris lost selection key

Using non-blocking NIO on Solaris 8, when I have read from a channel and switch to writing using key.interestOps(SelectionKey.OP_WRITE) the next time I attempt a select call there are no keys returned.
The exact same code running on Win XP works fine.
Are there known issues with this on Solaris? Any known workarounds?
Any thoughts where my keys are going?
Regards
Paul

Solved: It was related to a locking problem in the selector - apparently Windows is not being as strict as Solaris...

Similar Messages

  • HT6170 lost password id apple and lost recovery key

    I lost password id apple and lost recovery key,how to reset my password

    Do you have another trusted device for two-step verification?
    See:  Frequently asked questions about two-step verification for Apple ID   
    http://support.apple.com/kb/HT5570
    What if I lose my Recovery Key?
    If you lose your Recovery Key, you can replace it any time:
    Go to My Apple ID.
    Select Manage your Apple ID and sign in with your password and trusted device.
    Select Password and Security.
    Under Recovery Key, select Replace Lost Key.
    When you create a new key, your old Recovery Key is no longer usable.
    and
    What if I forget my Apple ID password?
    You can reset it at My Apple ID using your Recovery Key and one of your trusted devices.
    Apple Support can't reset your password for you. To reset your password, you must have your Recovery Key and access to at least one of your trusted devices.
    if you have neither your AppleID password, nor your Recovery Key, nor a trusted device, not even Apple can help you to get access to your account.

  • What is the diffrence  between "Key to Select" and "Selected Key" while creating Radio  Buttons?

    While creating radio buttons there is a confusion regarding two properties "Key to Select" and "Selected Key".Can anybody explain it with example?
    Thanks,
    Vimal

    Hi Vimal,
    Please find my explanation as below
    Key to Select: This is the unique key for each radio button to identify which one is selected
    Selected Key: This holds the "KEY" of selected radio button
    Example:
       Let us say we have 2 radio buttons : Male & Female
         Create a context attribute SELECTED_KEY of type STRING.
         Create an action ON_SELECT for radio button select event
         Now,
         the properties for "MALE" radio button as below
              KEY_TO_SELECT = 'M'
              SELECTED_KEY = "bind to the context attribute SELECTED_KEY
              OnSelect = 'ON_SELECT'.
         The properties for 'Female" radio button as below
              KEY_TO_SELECT = 'F'
              SELECTED_KEY = "bind to the context attribute SELECTED_KEY
              OnSelect = 'ON_SELECT'.
    If we select radio button 'Male', we get the key as 'M' and for 'Female' radio button 'F'.
    check inside the event handler method ONACTIONON_SELECT, you get the 'KEY' of selected radio button.
    So, the context attribute 'SELECTED_KEY'  gets filled with the key of selected radio button
    Hope this helps you in distinguishing the 'KEY TO SELECT' & 'SELECTED KEY' .
    Regards,
    Rama

  • Free PO indicator in field selection key/group

    Hi all,
    I would like to make Free PO indicator as mandatory field in PO thru specific document type field selection reference key. When I search for the field, it is not available for existing field selection key (Field selection group).
    How can I add the Free PO indicator into this field selection key/group or Does it represented in different name.
    Kindly clarify.
    With regards
    Suddy

    Hi,
    "Free Indicator" doesn't exist in field selection. If you wanto to have Free Indicator ON for a specific PO Document Type then you need to do ABAP Development for this.
    Use BAdi --> ME_PROCESS_PO_CUST
    Interface --> PROCESS_ITEM (Processing of Item Data)
    Below is the Sample Code for your reference;
    If w_bsart EQ 'ZPOD'.
        wa_item3-repos = ' '.
      ELSE.
      ENDIF.

  • HT5577 how do you sign in to apple id to make changes if you lost recovery key..

    how do you sign in to apple id to make changes if you lost recovery key and removed one of my trusted devices  they are both still associated but only one is trusted my macbook pro is still trusted but neither it or the 5c can get pass the log in section where it asks for the recovery key!!!!!!!!
    <Edited By Host>

    Going to need a lot more info on what your are trying to do and why you are doing it.
    Signing into an Apple ID is easy. Open whatever needs and Apple ID and sign in using the ID name, usually a email address, and the password associated with that name. you will then be signed in.
    And please refrain from the profanity.

  • HT5577 I lost recovery key and trusted device, how do I rescue my funds on account?

    Lost recovery key and trusted dev, and need to transfer balance on account how do I do this?

    You will need one of your trusted devices to be able to change your password : Apple ID: Can't sign in with two-step verification - Apple Support
    Nobody else should be able to download from a new device or computer unless they have access to two of your password, a trusted device, and your recovery key. You are sure that they are using it e.g. there are a number of phishing emails doing the rounds saying that something has been downloaded on an account and to click on a link in the email if it wasn't you that made it so as to request a refund (i.e. so that they can capture your password and payment details).
    If they are 'proper' purchases then you can try contacting iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Can someone please help a friend of mine get a permanent registration key (not a trial key that expires in 30 days) to replace his lost registration key for Adobe Photoshop CS2? His previous hard drive crashed and he no longer has his registration key. Th

    Can someone please help a friend of mine get a permanent registration key (not a trial key that expires in 30 days) to replace his lost registration key for Adobe Photoshop CS2? His previous hard drive crashed and he no longer has his registration key. This is vital for his wedding business.

    Thanks to everyone for the tips on my CS2 question. It turns out in the end it was some plug-in filter software that was causing the glitch, not a lack of an Adobe registration key. As for why he still uses CS2, it does the job for him, so that's all he needs.

  • How to select Key figs in Variable Selection of the BEx Report

    Hi,
    My requirement is User want to execute Report on Selected Key figures. Eg. User want to execute Report where the Revenue = $150. This is an example similarly user want to filter  their own values < , >, = ....etc.
    User is end user they dont know how to restrict in Query design.
    Thanks
    Vani

    Hi,
    Check the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/99de7254236341e10000000a114a6b/content.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/e954daf7e5719ce10000000a1553f6/content.htm
    hope it helps...
    regars,
    Raju

  • Selecting key of Days Range

    Hi All,
    I am calculating number of days between 2 dates (dt2-dt1)+1
    i have a traget table with ranges specified as
    key     days_from     days_to
    1     1     4
    2     5     10
    3     11     30
    4     31     99999999999999
    like....
    select KEY from days_range where ( (dt2-dt1)+1
    ) between(DAYS_FROM,DAYS_TO)
    how do i get the key after i calculate number of days, i dont want to use case statement, as my range table might grow and i will ahve to revisit the case statement.
    please suggest.
    thanks
    Edited by: user633377 on Jun 30, 2009 7:43 AM

    More rows added
    SQL> with d as (
      2  select  to_date('01-Jan-2009','dd-Mon-yyyy') dt1,
      3     to_date('21-Jan-2009','dd-mon-yyyy') dt2  from dual union all
      4  select  to_date('01-Jan-2009','dd-Mon-yyyy') dt1,
      5     to_date('06-Jan-2009','dd-mon-yyyy') dt2  from dual union all
      6  select  to_date('11-Jan-2009','dd-Mon-yyyy') dt1,
      7     to_date('12-Jan-2009','dd-mon-yyyy') dt2  from dual
      8  ),
      9  keys as (
    10  select 1 key, 1 days_from, 4 days_to from dual union all
    11  select 2, 5, 10  from dual union all
    12  select 3, 11, 30 from dual union all
    13  select 4, 31, 99999999999999 from dual
    14  )
    15  select keys.*, dt2 - dt1 +1  diff
    16  from d , keys
    17* where dt2 - dt1 +1  between days_from and days_to
           KEY  DAYS_FROM    DAYS_TO       DIFF
             3         11         30         21
             2          5         10          6
             1          1          4          2SS

  • FIELD SELECTION KEY

    Hi,
           I have a query regarding Field Selection Key.
    I want to know the difference between Field Selection Keys AKTH, ME21, and ME21N.
    I have observed during Testing that, AKTH and ME21N are almost the same.
    But, I like to know the difference.
    Which is to be used when?
    Please give suitable suggestions in this regard.
    Thanks in advance.
    Thanks & Regards,
    Srinivasa M.S
    +91-9910077829

    Hi,
    Go through following information.
    Field selection key: -
    You should not delete the field selection keys listed below, which the dialog program uses for control purposes, otherwise the dialog may terminate during processing:
    1. Field selection key: transaction
    The field selection key that corresponds to the transaction code: for example, field selection key ME22 for the transaction "Change Purchase Order". For the Enjoy Purchase Order transactions (creating, changing, displaying), there is only field selection key ME21N.
    2. Field selection key: activity type
    Is set from the activity type as follows:
    AKTH    In creation mode
    AKTV    In change mode
    AKTA    In display mode
    AKTE    With PO extension
    You should note that you can also add items in change mode (for example, transaction ME22). Field selection key AKTH would be used for this item.
    3. Field selection key: purchasing document type
    The field selection key that you have assigned to the document type for the purchasing document. For example, field selection key UBF is assigned to document type UB, which is used for stock transfer orders (within a company code). In this key, the fields Price and Price unit are suppressed.
    4. Field selection key: item category/document category
    This is determined from the item and document categories as follows: The first two characters consist of the letters 'PT', the third character of the item category (internal representation), and the fourth of the document category:
    A   for RFQs,
    B   for purchase requisitions
    F   for purchase orders
    K   for contracts
    L   for scheduling agreements
    Accordingly, field selection key PT3F would be used for a subcontracting item in a purchase order.
    Field selection key: function authorization/release status
    Purchasing documents: Used for authorization control. If the user parameter EFB (function authorizations in Purchasing) has been assigned and a field selection key has been assigned to the relevant value, this field selection key is used. Otherwise, field selection key $$$$ is used if the user has insufficient authorization to display prices.
    Purchase requisitions: If the purchase requisition is subject to a release strategy and a field selection key has been assigned to the current release indicator, this field selection key is used.
    Field selection key: subitem/creation indicator
    Purchasing documents: Is only used in the case of subitems. The field selection key is put together in the same way as for the item categories (field selection key 4), with the string 'UP', the subitem category, and the document type.
    Purchase requisitions: the field selection key that is derived from the creation indicator in the purchase requisition, that is, ESTV, ESTF, or ESTD, is used in the case of purchase requisitions generated from within Sales and Distribution, from a production order, or through direct procurement.
    5. Field selection key: purchase requisition
    In addition to the available field selection keys, you can define a field selection key at function authorization level to influence the input characteristics of fields in the Enjoy Purchase Requisition.
    You can use this field selection key to set up groups of users that have certain restrictions when editing purchase requisitions.
    SAP Recommendation: -
    SAP recommends that you accept the settings defined in the standard system. In this case, no action is required on your part.

  • Field Selection Keys related to Purchase Order

    Hi,
           I have a query regarding Field Selection Key.
    When we go to Field Selection Screen connected to Purchase Order, we can find so many Field Selection Keys viz., $$$$, $$$2, AKTH, ME21N, etc.
    How to judge which is to be used when?
    I like to know how these Field Selection Keys are linked to Purchase Order Screen in the background.
    Please guide me in this regard by giving proper suggestions in this regard.
    Thanks in advance.
    Thanks & Regards,
    Srinivasa M.S
    +91-9910077829

    Hi Karthik,
                        Thanks for your valuable information.
    I like to know few more things.
    1) Is it possible to create our own Field Selection Key?
    2) If you observe the list of Field Selection Keys related to Purchase Order Screen, you can see that there are Field Selection Keys by name ME21N, ME21, AKTH, etc.
    If the Field Selection Keys are predefined by SAP, it is OK. But, if there is an option to create our own Field Selection Key, then what is the procedure to do the same?
    It seems that ME21N, ME21, and AKTH are used for Create Purchase Order Screen.
    There are also keys ME22N and ME23N used for Change Purchase Order Screen and Display Order Screen.
    I am little bit confused about this.
    We are linking the Field Selection Keys to the Document Types.
    But, I think it is only for create Purchase Order Screen. Please correct, if I am wrong.
    Also, I like to know how we are linking the Field Selection Keys related to Change Purchase Order Screen and Display Purchase Order Screen?
    Please clarify all my doubts by giving proper suggestions.
    Thanks in advance.
    Thanks & Regards,
    Srinivasa M.S
    +91-9910077829

  • Field Selection Key in Purchase order

    Hi Friends
    We have defined two different ZFK1, ZFK2 Custom Field selection keys for payterms & GR/IR  Indicators in  Purchase order .
    ZFK1  is used across all(most of the ) company codes and document types as defined in config .
    But our requiremnt  is that ZFK1 must be replaced  with ZFK2 for certain compnay code and document types combination dynamically in ABAP without chnaging the config in SPRO.
    Please help me out if any body knows  how this can be achieved and what are the user-exits should be used .
    Thanks in advance ,
    Siva.

    Hi Friends
    We have defined two different ZFK1, ZFK2 Custom Field selection keys for payterms & GR/IR  Indicators in  Purchase order .
    ZFK1  is used across all(most of the ) company codes and document types as defined in config .
    But our requiremnt  is that ZFK1 must be replaced  with ZFK2 for certain compnay code and document types combination dynamically in ABAP without chnaging the config in SPRO.
    Please help me out if any body knows  how this can be achieved and what are the user-exits should be used .
    Thanks in advance ,
    Siva.

  • Use of field selection Key.

    Hello
    I am implementing  the release strategy for the Purchase requisition. can anyone please tell me what is the significance of "Field selection key" and "Value change" under the release indicator.
    Regards

    Dear,
    In the standard system, SAP will not allow changes to the quantity, unit of measure, or price when an approver is executing the release
    transaction. If you require that other fields, such as delivery date, plant, etc., not be modified via the release transaction, this field selection key is useful.
    Field selection key: If you want to allow certain fields to be changed during or after a release, you can modify the Field Selection Key. To modify the Field Selection Key, follow the menu path in the IMG: Materials Management > Purchasing > Purchase Requisition >
    Define Screen Layout at Document level. Once you have created a custom field selection key, you should create a custom release indicator by maintaining a new entry in the u201CCreate Release Indicatorsu201D screen.
    It is also possible to configure the release to not be restarted if the amounts have only changed a specified percentage. To do this, enter u201C4 - Changeable, new release in case of new strategy or valueu201D and a percentage in the u201CValue chgsu201D field.
    Regards,
    Syed Hussain.

  • Where do you assign field selection key?

    Dear SAP experts,
    Where do you assign field selection key in MM config? Your help will be highly appreciated. Thanks!
    Abi

    Hi,
    Is it field selction key or Field Selection Group?... if its Field Selection Group the assignment is done in OMSR transaction
    Regards
    Merwyn

  • Field selection KEY for NBF.

    Dear Friends
    Iam cerating a STO document type with Field Selection Key NBF. and in Selection group, activated  the fields Tax Code, GR/IR control, GR/IR indicator
    Problem is while creating STO, Invoice tab is not appearing to enter Tax code
    ( VAT tax code created in ftxp). But doc type NB (Normal PO) Invoice tab is comming.
    Can any body help me out how to resolve this issue. Urgent.
    Thanks
    sitaram

    Dear ,
    I dont think that you'll able to get the invoice tab for STO in standard, since you're not buying from vendor, but the PO is supply from a supplying plant.

Maybe you are looking for

  • Who Decided to Combine the Search Box and Address Bar?

    A very wise person once said: "Make everything as simple as possible, but no simpler!" That fundamental rule of design has been volated with Internet Explorer 9. I've been using IE9 for about a month now, trying to get used to all the new things.  Pe

  • How to set background color for textarea

    Hi all, I have created an application in Apex 3.2. I am now able to disable the text fields, select lists and textarea. Ex: function disableDD()   var v_ddays              = document.getElementById("P2_DELINQUENCY_DAYS");   v_ddays.value            =

  • Connecting to external database in weblogic portal 9.2

    hi i have installed a portal 9.2 and i have my portal framework data in pointbase database, i want to connect to oracle database to fetch some report data, but the entire server and workshop crashed with the error that the anonymouse user and table i

  • Converting Pages PostScript file to PDF

    Can someone with a similar setup test this Pages PS file technique out and see if you can do it? This was a tip from a Pages User/Blogger, as a way to get truer color printing of a Pages doc when moving it from the 3-color screen version to a four co

  • Error during the execution of a planning function in BI 7

    Dear All, I created an input ready query and took it into a workbook. I have to execute a planning function (by a button) which calculates some new data but I get the following error after I clicked on the button message:     Error when inserting or