Forum Discussion

Akira_Izawa_856's avatar
Akira_Izawa_856
Icon for Nimbostratus rankNimbostratus
Sep 20, 2005

Exception of System.Xml.XmlTextReader.Boolean Read()

Hi,

 

 

When I create iControl application by using .NetFramework(C), sometimes the exception of System.Xml.XmlTextReader.Boolean Read() comes in API extension. The enviroment of this phenomenon is showed below. (This problem occurs so rarely.)

 

 

Generated API:

 

LocalLB.PoolMember.get_session_enabled_state

 

LocalLB.PoolMember.get_ratio

 

LocalLB.Pool.get_member

 

 

Example of argument: value of string[]

 

 

  • I am so sorry for my unfinished question I have posted. I made mistake typing. I post my question again.

     

     

    -----

     

    When I create iControl application by using .NetFramework(C), sometimes the exception of System.Xml.XmlTextReader.Boolean Read() comes in API extension. The enviroment of this phenomenon is showed below. (This problem occurs so rarely.)

     

     

    Generated API:

     

    LocalLB.PoolMember.get_session_enabled_state

     

    LocalLB.PoolMember.get_ratio

     

    LocalLB.Pool.get_member

     

     

    Example of argument: value of string[]

     

    QA_TEST_POOL

     

    P100

     

    QA_TEST_POOL_Part2

     

    TestPool999

     

     

    Exception

     

    classification: XmlException

     

    message: The root element is missing.

     

     

    If you have any idea about the reason for this phenomenon, please let me know.

     

    Thank you.
  • This error would indicate that an empty SOAP response is returned from the server. This is different than the condition of a server fault where a HTTP 500 error would be returned and caught by the client application at the transport level.

     

     

    We have not witnessed this behavior here before in development or testing. Is there a way you can reproduce this or is it somewhat random?
  • I also can not reproduce this phenomenon. It seems like random. I am not sure with the conditions I told you yesterday, this exception will be come. If I can indicate the conditions, I will let you know.

     

     

    Thank you for your help always,