Re: bad content type mod_jk 1.2.27

2008-12-15 Thread marcobalc
/html or bad text/plain) with random frequency. Many thanks, Marco marcobalc wrote: > > Hi, > > I attach the ajp log for two cases: one ok and one ko. > > http://www.nabble.com/file/p20971586/headers_ok_and_ko.txt > headers_ok_and_ko.txt > > I'm going c

Re: bad content type mod_jk 1.2.27

2008-12-12 Thread marcobalc
Hi, I attach the ajp log for two cases: one ok and one ko. http://www.nabble.com/file/p20971586/headers_ok_and_ko.txt headers_ok_and_ko.txt I'm going crazy in order to understand when tomcat lost headers... :( Many thanks, regards Marco marcobalc wrote: > > Hi, > >

Re: bad content type mod_jk 1.2.27

2008-12-11 Thread marcobalc
.2.9 (Unix) mod_jk/1.2.27 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/plain 200 OK best regards, Marco Rainer Jung-3 wrote: > > Hi Marco, > > marcobalc schrieb: >> Hi, >> >> now I have the stacktrace

Re: bad content type mod_jk 1.2.27

2008-12-11 Thread marcobalc
ns modjk logs. http://www.nabble.com/file/p20957484/source.txt source.txt http://www.nabble.com/file/p20957484/myApplication.log myApplication.log http://www.nabble.com/file/p20957484/catalina.txt catalina.txt Thanks, Marco Rainer Jung-3 wrote: > > Hi Marco, > > marcobalc schri

Re: bad content type mod_jk 1.2.27

2008-12-09 Thread marcobalc
Hi, I have found one other interesting information: If the Excel is very small the problem do not appear. If the Excel is more big (some kb) the stack trace with the error appear. I think that should be a buffer problem but I don't know how to locate the root cause. regards Marco marc

Re: bad content type mod_jk 1.2.27

2008-12-09 Thread marcobalc
java.lang.Thread.run(Thread.java:619) Any idea? i'm going crazy on this problem :( best regards, Marco Rainer Jung-3 wrote: > > marcobalc schrieb: >> Rainer thanks for support. >> >> Now I have build tomcat but is not clear for me what you mean with >> "ou

Re: bad content type mod_jk 1.2.27

2008-12-09 Thread marcobalc
ng-3 wrote: > > marcobalc schrieb: >> Hi, >> >> I have tested an other controller that return to a jsp with simple HTML. >> >> The last rows of this controller are >> >> ... >> >> log.debug("isCommitted?? "+response.isCommi

Re: bad content type mod_jk 1.2.27

2008-12-09 Thread marcobalc
rco Rainer Jung-3 wrote: > > marcobalc schrieb: >> Hi, >> >> I have tested an other controller that return to a jsp with simple HTML. >> >> The last rows of this controller are >> >> ... >> >> log.debug("isCommitted?? &

Re: bad content type mod_jk 1.2.27

2008-12-08 Thread marcobalc
8 22:54:27,240 DEBUG [it.urlandus.events.app.web.controller.frontend.RegistrantsList] - isCommitted?? false 2008-12-08 22:54:28,781 DEBUG [it.urlandus.events.app.web.controller.frontend.RegistrantsList] - isCommitted?? true Any idea about a possible cause of this issue? Many thanks, Marco marcobalc wrote: > > Hi, > > many thanks for adv

Re: bad content type mod_jk 1.2.27

2008-12-08 Thread marcobalc
committed... I investigate on it. Regards, Marco Rainer Jung-3 wrote: > > Hi Marco, > > marcobalc schrieb: >> Hi, >> >> .ic is the extension mapped to the controllers of my spring webapp. >> >> The Excel is generated by a controlle

Re: bad content type mod_jk 1.2.27

2008-12-08 Thread marcobalc
Hi, .ic is the extension mapped to the controllers of my spring webapp. The Excel is generated by a controller (servlet): this controller execute this instructions response.setContentType("application/excel"); response.setHeader("Content-Disposition","attachment; filename=\"" nomeFileExcel "

Re: bad content type mod_jk 1.2.27

2008-12-08 Thread marcobalc
Rainer Jung-3 wrote: > > Hi Marco, > > marcobalc schrieb: >> i all, >> >> I have a problem with >> >> tomcat 6.0.18 >> Apache/2.2.9 >> mod_jk/1.2.27 >> >> Some times the content-type sent from my tomcat is ignored and the >

bad content type mod_jk 1.2.27

2008-12-08 Thread marcobalc
i all, I have a problem with tomcat 6.0.18 Apache/2.2.9 mod_jk/1.2.27 Some times the content-type sent from my tomcat is ignored and the response have content type text/plain. For this reason some servlet that should return excel file and set the contentType("application/excel") have bad bea