Exception: Error decoding message (Key cannot be null)

Hi guys,
     Coherence 3.3.1/389
     .Net API 3.3.1.2
     I've wrote small invocation task, which collects the info about cluster members, stores it to HashMap and return it as result. This is the code:
     NamedCache cache = CacheFactory.getCache(sCacheName);
     CacheService service = cache.getCacheService();
     Cluster cluster = service.getCluster();
     HashMap res = new HashMap();
     Set members = cluster.getMemberSet();
     Iterator iter = members.iterator();
     while(iter.hasNext())
     Member member = (Member)iter.next();
     res.put((Object)member.getProcessName(), new Integer(member.getPort()));
     As you can see if member.getProcessName() returns null, then null is placed to HashMap.
     When the result was returned to the client, I've got this exception:
     2007-10-04 09:55:45.849 <Error> (thread=Tangosol.Net.Messaging.Impl.ConnectionManager+ConnectionManagerDaemon): Error decoding message
     System.ArgumentNullException: Key cannot be null.
     Parameter name: key
     at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
     at System.Collections.Hashtable.set_Item(Object key, Object value)
     at Tangosol.IO.Pof.PofStreamReader.ReadAsObject(Int32 typeId) in c:\dev\release.net\coherence-net-v3.3\src\Coherence\IO\Pof\PofStreamReader.cs:line 3446
     at Tangosol.IO.Pof.PofStreamReader.ReadObject(Int32 index) in c:\dev\release.net\coherence-net-v3.3\src\Coherence\IO\Pof\PofStreamReader.cs:line 2284
     at Tangosol.Net.Messaging.Impl.Response.ReadExternal(IPofReader reader) in c:\dev\release.net\coherence-net-v3.3\src\Coherence\Net\Messaging\Impl\Response.cs:line 117
     at Tangosol.Net.Messaging.Impl.Codec.Decode(IChannel channel, DataReader reader) in c:\dev\release.net\coherence-net-v3.3\src\Coherence\Net\Messaging\Impl\Codec.cs:line 118
     at Tangosol.Net.Messaging.Impl.Connection.DecodeMessage(DataReader reader) in c:\dev\release.net\coherence-net-v3.3\src\Coherence\Net\Messaging\Impl\Connection.cs:line 874
     I understood why it was happened, but I did not understood why it was masked and my client application was frozen until request time accured (180s).
     Why did you mask it?
     Regards,
     Dmitry.

Hi
Thanks for answered.
I tried to import just 6 lines but the same error.
Did you know, what could be?
I am pasting the log.
TOTAL STEPS  2
1. Convert Data:         completed  in 1 sec.
2. Load and Process:     Failed  in 1 sec.
3. Import:               completed  in 1 sec.
[Selection]
FILE=\GrupoPit\FRATECO\DataManager\DataFiles
41010100001.csv
TRANSFORMATION=\GrupoPit\FRATECO\DataManager\TransformationFiles
Frateco.xls
CLEARDATA= Yes
RUNLOGIC= Yes
CHECKLCK= No
[Messages]
Convert Data
Success
Record Count : 6
Accept Count : 6
Reject Count : 0
Skip Count   : 0
Key cannot be null.
Parameter name: key

Similar Messages

  • SOAP Error : Server was unable to process request.   Key cannot be null.#

    HI, When I process SOAP call from ABAP using class csoaptransporthttp->request_response, I am getting following error message:
    "Server was unable to process request.   > Key cannot be null.##Parameter name: key"
    Is anybody as the clue to resolve this error ?

    Hi,
    if you're doing a SOAP client - did you compare with this example:
    http://help.sap.com/saphelp_47x200/helpdata/en/2d/64d053e74911d6b2e400508b6b8a93/content.htm
    Regards,
    Michal Krawczyk

  • Key cannot be null error

    Hi
    When loading data i'm getting the error
    Key cannot be null.
    Parameter name: key
    What does this error mean? I have done this with a large load, then started testing with a small load. But Im still getting the same  error.
    Here is the full log
    TOTAL STEPS  2
    1. Convert Data:         completed  in 0 sec.
    2. LOAD AND PROCESS:     Failed  in 0 sec.
    3. Import:               completed  in 0 sec.
    [Selection]
    FILE=\BPC\FINANCE\DataManager\DataFiles
    BPC_GL_DATA.TXT
    TRANSFORMATION=\BPC\FINANCE\DataManager\TransformationFiles
    BPC_Transformation.xls
    CLEARDATA= Yes
    RUNLOGIC= No
    CHECKLCK= No
    [Messages]
    Convert Data
    Success
    Record Count : 3
    Accept Count : 3
    Reject Count : 0
    Skip Count   : 0
    Key cannot be null.
    Parameter name: key
    I have looked at a similar thread and tried this. Was not helpfull for me.
    BPC excel error
    any assistance will be appreciated

    Hi
    I have looked more into this.
    If I use the import package with the option "Merge data values" it works fine.
    I can also use the clear data package fine with no problem.
    I only get this error when i say "Replace & Clear Data Values" when using the import package.
    This means my data is ok, my transformation is also ok.
    I'm using BPC 7.5, has anyone had a similar problem?? I also tried using BPC 7 import package, still get the same error.
    Any ideas is appreciated.

  • Import error - key cannot be null

    We upgraded to v7.5 (MS) back in December with no major issues, and everything has been functioning normally. But, a few days ago I tried to run an import package (we get our actual data into the program by creating a file from Oracle then importing it). I used our usual Transformation file, and was about to validate the data file. But, when I went to import the file it failed and said "Key cannot be null. Parameter name: key". Can somebody tell me what is causing this and how to fix it?

    Hi Shawn,
    If you are using CSV file for data upload, Try this and let me know if it works:
    1. Go to the last record in your Row and Select the entire Row next to your last record.
    2. Press "Shift", "Control" and "Down Arrow" key and delete the entire selection. It will not have any data anyways.
    3. Go to the last record in your Column and select the entire Column next to your last record.
    4. Press "Shift", "Control" and "Right Arrow" key and delete the entire selection.
    5. Save the file and try uploading it again.
    regards,
    Amit

  • Login Management screen System.ArgumentNullException: Key cannot be null

    Hi,
    We are following the below technical note to configure BAM:
    Tutorial: Oracle BAM Plans to collect data from JMS bus
    (Tutorial_2_BAM_Administrator.doc)
    Under the section "Creating a BAM user", when trying to create a new user, we noticed that there were two pre-existing entries for the user "aocdom1\aocrac" - one in lowercase and one in uppercase:
    aocdom1\aocrac
    AOCDOM1\AOCRAC
    We did not find the "Delete" option in the Login Management screen. So we clicked on the edit option and deleted the username and full name for the user "aocrac" from the fields and saved the information. Now we are getting the below error whenever we enter into the Login Management screen:
    System.ArgumentNullException: Key cannot be null.
    Parameter name: key
    at System.Collections.Hashtable.ContainsKey(Object key)
    at Oracle.BAM.Administrator.ManageLogins.IsUnknownUser(SystemObject soUser, Hashtable& rhtUnknowns)
    at Oracle.BAM.Administrator.ManageLogins
    The screen is accepting creation of new users though.
    Please let us know how to resolve above issue.
    Regards,
    Balu

    Hi,
    We are following the below technical note to configure BAM:
    Tutorial: Oracle BAM Plans to collect data from JMS bus
    (Tutorial_2_BAM_Administrator.doc)
    Under the section "Creating a BAM user", when trying to create a new user, we noticed that there were two pre-existing entries for the user "aocdom1\aocrac" - one in lowercase and one in uppercase:
    aocdom1\aocrac
    AOCDOM1\AOCRAC
    We did not find the "Delete" option in the Login Management screen. So we clicked on the edit option and deleted the username and full name for the user "aocrac" from the fields and saved the information. Now we are getting the below error whenever we enter into the Login Management screen:
    System.ArgumentNullException: Key cannot be null.
    Parameter name: key
    at System.Collections.Hashtable.ContainsKey(Object key)
    at Oracle.BAM.Administrator.ManageLogins.IsUnknownUser(SystemObject soUser, Hashtable& rhtUnknowns)
    at Oracle.BAM.Administrator.ManageLogins
    The screen is accepting creation of new users though.
    Please let us know how to resolve above issue.
    Regards,
    Balu

  • Why am I getting the error "Coercion Failed: Input cannot be null for this coercion"?

    I created a OOTB team site, with a OOTB document library and an OOTB "Approval - SharePoint 2010" workflow.  Under the workflow's start options I have "Allow this workflow to be manually..." checked.  On the next workflow setup page, I put
    myself in the Assign To field and put "test" in the Request field.  I left everything else blank. 
    Then, I setup a retention stage in the Information Management Policy settings for the library.  The event is Modified + 1 days, action is Start a workflow and I selected the workflow described above.  I set the Recurrence for 1 days.
    If I execute the workflow manually, it executes without error. 
    When the IMP executes the workflow, the status indicated in the column added to the library is "Canceled".  Clicking on the Canceled link opens the Workflow Information.  In the Workflow History section the Event Type is Error, User ID is System
    Account and Description is "Coercion Failed: Input cannot be null for this coercion". 
    Research shows that this error can be invoked when creating custom workflows that contain empty input fields when executed.  I would think that if there were required input fields in the workflow
    configuration, that the workflow would error when manually executed. 
    Any help is appreciated.  Thank you.
    Matt H.

    I had found that article previously but it doesn't seem to apply since this is OOTB and not a workflow created in SD.  I would expect that MS would have created the workflow in such a manner that it would work with IMP.  Besides, I don't think
    it's possible to edit the default Approvers workflow.  Also, I'm sure I'm not the first one out there to use the Approvers workflow with IMP.  If it was broken OOTB, someone else would have discovered it.  My guess is that there is something
    not configured correctly on the server, but I don't know how to start to diagnose it based on this error message.Matt H.

  • Error in Executing procedure--Cannot inser null

    when i execute a procedure . i am getting the following error.
    Where to write an exection. Please let me know whether i have to write exection after insert or..
    Please help me.
    my procedure is as follows
    insert into a as select * from b;
    ORA-01400: cannot insert NULL into ("ETL"."A.EXP_CD")
    ORA-06512: at "ETL.P_STGE_MATTER", line 167
    ORA-06512: at line 11

    if you are using the same insert statement that you
    have mentioned then i think it should be like
    insert into a (select * from b)Really ?
    SQL> create table a (id number(1))
      2  /
    Tabel is aangemaakt.
    SQL> create table b as select 1 id from dual
      2  /
    Tabel is aangemaakt.
    SQL> insert into a select * from b
      2  /
    1 rij is aangemaakt.Regards,
    Rob.

  • Impdp errors with ORA-01400: cannot insert NULL into

    Hi Experts,
    I have very intresting situation when I use impdp to import table back to DB.
    Environment:
    Database Server: 10.2.0.4 Enterprise
    OS: RHEL 5.5 64-bit
    We have a table and it's size is 350+ GB and so to reclaim space I want to perform expdp/impdp operation. When I following below steps:
    1) expdp table
    2) drop table
    3) impdp full table
    It works like a charm and I am able to reclaim 83% space and table size shows about 20GB.
    But when I follow below method:
    1) expdp table
    2) truncate table (To save some time not to import indexes, stats, constraints , etc)
    3) impdp table
    I get following error:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYS"."SYS_IMPORT_TABLE_01" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_TABLE_01": sys/******** tables=<schema>.<table_name> directory=test_dir dumpfile=<table_name>_%u.dmp logfile=impdp_<table_name>.log parallel=16 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "<schema"."table_name" failed to load/unload and is being skipped due to error:
    ORA-01400: cannot insert NULL into ("schema"."table_name"."ID")
    Job "SYS"."SYS_IMPORT_TABLE_01" completed with 1 error(s) at 16:12:28
    Please advise how to proceed further, it seems like I am hitting some sort of Bug but metalink does not show any.
    Regards,
    MS
    Edited by: user10651321 on Nov 9, 2012 4:38 PM

    expdp and impdp operations should not be executed as SYS - try SYSTEM account instead. See first Note section here - http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_import.htm#sthref243
    Pl post the complete expdp and impdp commands used, along with a description of the table for which you encounter this error.
    HTH
    Srini

  • Error in message mapping - Cannot produce target element

    As one step in my integration process, I am builing a very simple file to BPM integration (inbound MI async, outbound MI abstract).
    The source type and the target type are completely equal - I am only doing some modifications to some of the content.
    The type for both messages - source & target message - is an imported external definition (DTD), and hence no DT or MT are created.
    As a first step I am trying to fill the target message with the content from the source message (without any modifications to the content). However, when testing this in the message mapping area, I get an error message already when filling the first element, the 'root node'.
    The error message is as follows:
    Start of test
    Compilation of <MM name> successful
    Cannot produce target element <elementname>. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd Cannot produce target element <elementname>. . Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    End of test
    Any suggestions?
    Thanks,
    C

    Thanks,
    when creating the source message manually in the MM it worked - so nothing wrong with the mapping.
    I saved this file and compared with the "original file" - containing the content which I wanted to upload, and on which the xsd (external definition) was based - and there where some inconsistancies.
    I changed some values in the source XML which made it work, also when uploading the file from a drive.
    So, I will go back to the source system and try to get a better XML.
    Thanks for now!

  • "WITH"  causes key cannot be null

    Hi
    Is the problem using "WITH" in sql statement with bind variables solved.i am using ODP.NET 9.2.0.4.01 version.Are there any patches to solve the above problem.
    regards
    srinivas

    Hi
    I have looked more into this.
    If I use the import package with the option "Merge data values" it works fine.
    I can also use the clear data package fine with no problem.
    I only get this error when i say "Replace & Clear Data Values" when using the import package.
    This means my data is ok, my transformation is also ok.
    I'm using BPC 7.5, has anyone had a similar problem?? I also tried using BPC 7 import package, still get the same error.
    Any ideas is appreciated.

  • I own 3 ipod shuffles and 1 ipod nano and cannot use because I cannot download itunes.  I keep getting error 2 message.

    Cannot download itunes.  Keep getting an error 2 (Windows error 2) message.  Cannot fix this problem

    Hi..I went ahead and ran the Windows Installer Cleanup Utility. I used it to remove "Adobe Reader 7.0.8." After doing this, I checked in "Add/Remove Programs" in the Control Panel to make sure that AR 7.0.8 was gone, and it thankfully was. Then I deleted the WICU, ran CCleaner's registry cleaner, rebooted, and tried to install Adobe Reader 9.0. When I tried this, I got the following error message (this occurred during the time when the installer was "writing system registry values"):
    *****ADOBE READER 9 INSTALLER INFORMATION
    Error 1402. Could not open key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{C523F39 F-9C83-11D3-9094-00104BD0D535}\ProgID.
    Verify that you have sufficient access to that key, or contact your support personnel.*****
    What should I do now? Do I need to do something about the "permissions" for this key?
    Thanks to anyone with advice...

  • Foreign key cannot be created for the selected field A907-MWSKZ

    Dear Guru's,
    I am having the requirement for creation of access sequence having country/Plant/vendor/tax code but during creation of condition table i am getting the error as
    Foreign key cannot be created for the selected field A907-MWSKZ.
    Anything i am missing please let me know.
    Regards,
    Umesh

    Hi Umesh,
    Actually i am also facing exactly the same problem as mentioned by you that is "Foreign key cannot be created for the selected field A769-MWSKZ ".
    I think you found some solution regarding this..can you please help me to solve it.
    Looking forward for your prompt reply..
    Thanks & Regards,
    Sandeep Sharma

  • I am getting a "Internal error occurred" message when I try to drag and drop common library items on to my canvas.

    Hi,
    I am getting a "Internal error occurred" message when I try to drag and drop common library items on to my canvas.
    I have noticed that there are a number of these error messages and tried one solution of renaming a couple of files, I tried this and no joy.
    Has any one go a solution for this before I purchase Fireworks please?
    Kind regards,
    Dave G

    I can no longer get Firework CS6 to run - The program loads but without any toolbars/properties etc.  It just has an 'AN INTERNAL ERROR OCCURRED' message that cannot be dismissed.  The only way to close the program is via Task Manager (this is on a Window 8 PC).  I have uninstalled the program, rebooted the PC and re-installed (several times) but it has not resolved the problem.
    Fireworks is part of my Creative Cloud subscription and when reporting this via the live chat I was given the telephone number for Seagate Drives ??
    Anybody got a solution?
    Or, does anybody know how to open native Fireworks CS6 png files in Photoshop *but* with all the Fireworks layers preserved.
    Think I'll also post this as a new topic as the problem is slightly different to SirBasher's issue.

  • How to resolve oracle.jbo.Key cannot be cast to java.util.List?

    Hi experts,
    I am getting this error (oracle.jbo.Key cannot be cast to java.util.List) PPR# . . . . . while filtering in grid..
    give some idea to solve this please...
    Note: (This error is occurs only in JDev ver 11.1.1.3.0 and its working fine in 11.1.1.2.0)
    Regards,
    Gops

    I guess information is too less, could you provide some more info ?
    Amit

  • MSI Bundle error message: Access Token cannot be null

    Hi
    I deploy Lotus Notes client to all workstations, but some workstation return the error message "MSI_Unknow_Error{Access Token cannot be null}",What reason will cause the error ?? Anyone seem the similar problem ?
    wyld

    wyld,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

Maybe you are looking for