You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Lahiru Gunathilake (JIRA)" <ji...@apache.org> on 2008/01/04 05:58:34 UTC

[jira] Created: (AXIS2C-882) Problem with Apache module when running mtom

Problem with Apache module when running mtom 
---------------------------------------------

                 Key: AXIS2C-882
                 URL: https://issues.apache.org/jira/browse/AXIS2C-882
             Project: Axis2-C
          Issue Type: Bug
          Components: transport/http
    Affects Versions: Current (Nightly)
         Environment: Ubuntu 7.04
            Reporter: Lahiru Gunathilake
             Fix For: Current (Nightly)


I run mtom sample with a big file and run with Apache then it fails to send it and in the log file it show an error like this in mtom.log.

[Fri Jan  4 10:22:20 2008] [error] http_sender.c(727) status_code < 0 

But mtom sample works fine with simple axis server for this particular file.With apache when increase the size of the file with mtom sample then,it cause a big performance degrading.But with simple axis server it works much faster than with Apache.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-882) Problem with Apache module when running mtom

Posted by "Manjula Peiris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Peiris resolved AXIS2C-882.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Current (Nightly))
                   1.3.1

With the current parsing model in mime_parser large attachments can be handled better than the previous versions. But we are continuing with improving the attachment handling through caching.see [1] . Hence we can say we have fixed the issue. Lahiru can test that file and verify.

[1] https://issues.apache.org/jira/browse/AXIS2C-672


> Problem with Apache module when running mtom 
> ---------------------------------------------
>
>                 Key: AXIS2C-882
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-882
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>         Environment: Ubuntu 7.04
>            Reporter: Lahiru Gunathilake
>            Assignee: Manjula Peiris
>             Fix For: 1.3.1
>
>
> I run mtom sample with a big file and run with Apache then it fails to send it and in the log file it show an error like this in mtom.log.
> [error] http_client.c(455) Response error, Server Shutdown
> [Fri Jan  4 10:36:36 2008] [error] mtom_client.c(149) Stub invoke FAILED: Error code: 82 :: Input stream is NULL in message context
> But mtom sample works fine with simple axis server for this particular file.With apache when increase the size of the file with mtom sample then,it cause a big performance degrading.But with simple axis server it works much faster than with Apache.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Assigned: (AXIS2C-882) Problem with Apache module when running mtom

Posted by "Manjula Peiris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Peiris reassigned AXIS2C-882:
-------------------------------------

    Assignee: Manjula Peiris

> Problem with Apache module when running mtom 
> ---------------------------------------------
>
>                 Key: AXIS2C-882
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-882
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>         Environment: Ubuntu 7.04
>            Reporter: Lahiru Gunathilake
>            Assignee: Manjula Peiris
>             Fix For: Current (Nightly)
>
>
> I run mtom sample with a big file and run with Apache then it fails to send it and in the log file it show an error like this in mtom.log.
> [error] http_client.c(455) Response error, Server Shutdown
> [Fri Jan  4 10:36:36 2008] [error] mtom_client.c(149) Stub invoke FAILED: Error code: 82 :: Input stream is NULL in message context
> But mtom sample works fine with simple axis server for this particular file.With apache when increase the size of the file with mtom sample then,it cause a big performance degrading.But with simple axis server it works much faster than with Apache.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-882) Problem with Apache module when running mtom

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake updated AXIS2C-882:
--------------------------------------

    Description: 
I run mtom sample with a big file and run with Apache then it fails to send it and in the log file it show an error like this in mtom.log.

[error] http_client.c(455) Response error, Server Shutdown

[Fri Jan  4 10:36:36 2008] [error] mtom_client.c(149) Stub invoke FAILED: Error code: 82 :: Input stream is NULL in message context


But mtom sample works fine with simple axis server for this particular file.With apache when increase the size of the file with mtom sample then,it cause a big performance degrading.But with simple axis server it works much faster than with Apache.

  was:
I run mtom sample with a big file and run with Apache then it fails to send it and in the log file it show an error like this in mtom.log.

[Fri Jan  4 10:22:20 2008] [error] http_sender.c(727) status_code < 0 

But mtom sample works fine with simple axis server for this particular file.With apache when increase the size of the file with mtom sample then,it cause a big performance degrading.But with simple axis server it works much faster than with Apache.


> Problem with Apache module when running mtom 
> ---------------------------------------------
>
>                 Key: AXIS2C-882
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-882
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>         Environment: Ubuntu 7.04
>            Reporter: Lahiru Gunathilake
>             Fix For: Current (Nightly)
>
>
> I run mtom sample with a big file and run with Apache then it fails to send it and in the log file it show an error like this in mtom.log.
> [error] http_client.c(455) Response error, Server Shutdown
> [Fri Jan  4 10:36:36 2008] [error] mtom_client.c(149) Stub invoke FAILED: Error code: 82 :: Input stream is NULL in message context
> But mtom sample works fine with simple axis server for this particular file.With apache when increase the size of the file with mtom sample then,it cause a big performance degrading.But with simple axis server it works much faster than with Apache.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org