You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ax...@ws.apache.org on 2004/10/13 17:08:51 UTC

[jira] Created: (AXIS-1607) Call::invoke(.., ..., arg) crush on big arguments

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1607

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1607
    Summary: Call::invoke(.., ..., arg) crush on big arguments 
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
   Versions:
             1.1

   Assignee: 
   Reporter: Xenon

    Created: Wed, 13 Oct 2004 8:08 AM
    Updated: Wed, 13 Oct 2004 8:08 AM
Environment: JBuilder9 WindowsXP java 1.4.1_02-b06

Description:
Call::invoke( ..., ..., argument size ~ 4 mb)
HTTPSender::invoke()
HTTPSender::writeToSocket()
if (posting) {
 ....
  .append(reqMessage.getContentType(msgContext.getSOAPConstants()))
 ....
}

Message::getContentType() {
 ....
 //Force serialization if it hasn't happened it
 //Rick Rineholt fix this later.
 mSOAPPart.getAsBytes()
 ....
}
SOAPPart::getAsBytes() {
 ...
  try {
  setCurrentForm(((String)currentMessage).getBytes("UTF-8"), FROM_BYTES); <--------- this line crush on StringCoding::encode() if string very long
 }
 ...
}


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS-1607) Call::invoke(.., ..., arg) crush on big arguments

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1607?page=history ]
     
Davanum Srinivas resolved AXIS-1607:
------------------------------------

    Resolution: Invalid

Please try latest cvs and provide a test case to recreate the problem. 

thanks,
dims

> Call::invoke(.., ..., arg) crush on big arguments
> -------------------------------------------------
>
>          Key: AXIS-1607
>          URL: http://issues.apache.org/jira/browse/AXIS-1607
>      Project: Axis
>         Type: Bug
>     Versions: 1.1
>  Environment: JBuilder9 WindowsXP java 1.4.1_02-b06
>     Reporter: Xenon

>
> Call::invoke( ..., ..., argument size ~ 4 mb)
> HTTPSender::invoke()
> HTTPSender::writeToSocket()
> if (posting) {
>  ....
>   .append(reqMessage.getContentType(msgContext.getSOAPConstants()))
>  ....
> }
> Message::getContentType() {
>  ....
>  //Force serialization if it hasn't happened it
>  //Rick Rineholt fix this later.
>  mSOAPPart.getAsBytes()
>  ....
> }
> SOAPPart::getAsBytes() {
>  ...
>   try {
>   setCurrentForm(((String)currentMessage).getBytes("UTF-8"), FROM_BYTES); <--------- this line crush on StringCoding::encode() if string very long
>  }
>  ...
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1607) Call::invoke(.., ..., arg) crush on big arguments

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Davanum Srinivas
    Created: Wed, 13 Oct 2004 8:21 AM
       Body:
Please try 1.2 RC1. this should have been fixed (especially if you use CommonsHTTPSender)

-- dims
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1607?page=comments#action_53997

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1607

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1607
    Summary: Call::invoke(.., ..., arg) crush on big arguments
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
   Versions:
             1.1

   Assignee: 
   Reporter: Xenon

    Created: Wed, 13 Oct 2004 8:08 AM
    Updated: Wed, 13 Oct 2004 8:21 AM
Environment: JBuilder9 WindowsXP java 1.4.1_02-b06

Description:
Call::invoke( ..., ..., argument size ~ 4 mb)
HTTPSender::invoke()
HTTPSender::writeToSocket()
if (posting) {
 ....
  .append(reqMessage.getContentType(msgContext.getSOAPConstants()))
 ....
}

Message::getContentType() {
 ....
 //Force serialization if it hasn't happened it
 //Rick Rineholt fix this later.
 mSOAPPart.getAsBytes()
 ....
}
SOAPPart::getAsBytes() {
 ...
  try {
  setCurrentForm(((String)currentMessage).getBytes("UTF-8"), FROM_BYTES); <--------- this line crush on StringCoding::encode() if string very long
 }
 ...
}


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira