Mark and Christopher

Thank you for your reply.

> Are you using mod_jk or mod_proxy_ajp? What versions of everything on the 
> httpd side?
> Specifically, httpd itself as well as mod_jk (if you are using mod_jk, of 
> course).

I'm using httpd 2.2.15-47.el6.centos.4 and mod_proxy_ajp which are provided by 
CentOS 6.7.
It is latest package from updates repo.
Except that I have added the following settings, httpd.conf is almost default.

<Location / >
    ProxyPass ajp://tomcat:8009/
</Location>

The httpd and tomcat are separated hosts.
There is no FW between httpd and tomcat.
(same ip segment and iptables was disabled)

> > What percentage fail?
>
> +1
> 
> Also, do some succeed and then the failure appears to be fatal? Or, do some 
> requests
> succeed and others fail, but they are all mixed together in time? Try running 
> your test
> client 100 times to see what the result is for all 100 trials.

20 of 100 times failed.
I tried 100 times from 1 client, so each request are serialized.
The failure appears regularly. As follows,
Success - Success - Success - Success - Failed ...
If failed, client receives the status code 503.

> > Can you provide a simple web application that demonstrates the
> > problem?
> 
> I think OP tried to do that:

Yes.
There are them as follows.

> >> Server program https://github.com/ooura/jaxws-mtom-sample-server
> >> Client program https://github.com/ooura/jaxws-mtom-sample-client

---
Nobuhito


> -----Original Message-----
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Tuesday, May 10, 2016 2:35 AM
> To: Tomcat Users List
> Subject: Re: MIMEParsingException on JAX-WS with AJP
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Mark,
> 
> On 5/9/16 4:50 AM, Mark Thomas wrote:
> > On 09/05/2016 06:39, Ooura, Nobuhito wrote:
> >> Hi, All.
> >>
> >> I am using Tomcat8.0.33 and JAX-WS RI 2.2.10. I am trying to File
> >> transfer using JAX-WS with MTOM. Client connects via reverse proxy
> >> made by httpd. The httpd connects to tomcat by AJP.
> 
> Are you using mod_jk or mod_proxy_ajp? What versions of everything on the 
> httpd side?
> Specifically, httpd itself as well as mod_jk (if you are using mod_jk, of 
> course).
> 
> >> When I upload a file several times consecutively, some are completed
> >> successful. But, some will fail by the exception that I showed at the
> >> end of this message.
> >
> > What percentage fail?
> 
> +1
> 
> Also, do some succeed and then the failure appears to be fatal? Or, do some 
> requests
> succeed and others fail, but they are all mixed together in time? Try running 
> your test
> client 100 times to see what the result is for all 100 trials.
> 
> > Can you provide a simple web application that demonstrates the
> > problem?
> 
> I think OP tried to do that:
> 
> >> I use the sample program in the following URL for the confirmation of
> >> the phenomenon.
> >>
> >> Server program https://github.com/ooura/jaxws-mtom-sample-server
> >> Client program https://github.com/ooura/jaxws-mtom-sample-client
> 
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
> 
> iEYEARECAAYFAlcwyl8ACgkQ9CaO5/Lv0PB9TACghNvV1QqEgi8UVIjzF0NDNSpL
> OkAAmgLB24UsO0RHXU9j51q7uRTRAMoi
> =V+gY
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to