Re: Phantom Sessions

2010-09-02 Thread Paul Szynol
Hey, Pid, A few a day. Seems fairly random, which would support the bot theory. But the sessions don't show up in batches, which is the behavior I typically see from bots. Paul On 9/2/10 7:27 PM, Pid wrote: On 02/09/2010 23:20, Paul Szynol wrote: Hi, Chris, Thanks for your res

Re: Phantom Sessions

2010-09-02 Thread Paul Szynol
27;re generated internally. Best, Paul On 9/2/10 6:07 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 9/2/2010 5:10 PM, Paul Szynol wrote: I don't have the minor version information, but it's Tomcat 6. Each session object is added to

Re: Phantom Sessions

2010-09-02 Thread Paul Szynol
I don't have the minor version information, but it's Tomcat 6. Each session object is added to a ConcurrentHashMap when SessionListener's sessionCreated() is invoked. Best, Paul On 9/2/10 5:01 PM, Caldarale, Charles R wrote: From: Paul Szynol [mailto:paul.szy...@gmail.co

Phantom Sessions

2010-09-02 Thread Paul Szynol
I've recently noticed "phantom" session objects on one of my Tomcat webapps. These sessions have no IP addresses and their sole URI request is always for "/". I am not sure if this is a sign of a problem, or how to trace it--has anyone else encountered something similar? Best wishes, Paul

Re: FileUploadBase$IOFileUploadException

2010-09-02 Thread Paul Szynol
Hey, André, Thanks for your note. After his second email, I understood better Konstantin's point (there are subsequent exchanges, after the one you're quoting), and I agree with you and him that the exception seems related to a file system permission issue. - when it starts doing this (wri

Re: [OT] FileUploadBase$IOFileUploadException

2010-09-02 Thread Paul Szynol
SIGNED MESSAGE- Hash: SHA1 Paul, On 9/1/2010 11:27 PM, Paul Szynol wrote: I checked the temp directory in catalina.sh and also by adding this line to the the ContextListener class: System.out.println("Temp dir: " + (event.getServletContext()

Re: FileUploadBase$IOFileUploadException

2010-09-01 Thread Paul Szynol
sh: SHA1 Paul, On 9/1/2010 6:58 PM, Paul Szynol wrote: Ah, now I see what you mean. So the reason the exception isn't being thrown when I increase the threshold value is that the image isn't being written to disk in the first place. That makes more sense. But the odd part of it (in

Re: FileUploadBase$IOFileUploadException

2010-09-01 Thread Paul Szynol
ssions do allow fileupload to write the file...so, I guess I still don't understand what's causing the exception. On 9/1/10 6:52 PM, Konstantin Kolinko wrote: 2010/9/2 Paul Szynol: Hey, Konstantin, The file system allows me to write the bigger image if I just increase the threshold

Re: FileUploadBase$IOFileUploadException

2010-09-01 Thread Paul Szynol
emp (aka $CATALINA_TMPDIR, aka java.io.tmpdir ). Best regards, Konstantin Kolinko 2010/9/2 Paul Szynol: Chris, I agree. "Exceeds threshold size" or something along those lines would be a lot more helpful. Paul On 9/1/10 5:59 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE--

Re: FileUploadBase$IOFileUploadException

2010-09-01 Thread Paul Szynol
Chris, I agree. "Exceeds threshold size" or something along those lines would be a lot more helpful. Paul On 9/1/10 5:59 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 9/1/2010 5:28 PM, Paul Szynol wrote: Increasing the value of .setSiz

Re: FileUploadBase$IOFileUploadException

2010-09-01 Thread Paul Szynol
On 9/1/10 5:18 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, (Thanks for un-hijacking the "Question on SSI" thread) On 9/1/2010 5:04 PM, Paul Szynol wrote: Hi, folks, I am using apache's fileupload jar in a couple of webapps, and one of th

FileUploadBase$IOFileUploadException

2010-09-01 Thread Paul Szynol
Hi, folks, I am using apache's fileupload jar in a couple of webapps, and one of them just started throwing this exception when the user tries to upload an image bigger than 1 meg. org.apache.commons.fileuploa d.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request

FileUploadBase$IOFileUploadException

2010-09-01 Thread Paul Szynol
Hi, folks, I am using apache's fileupload jar in a couple of webapps, and one of them just started throwing this exception when the user tries to upload an image bigger than 1 meg. org.apache.commons.fileuploa d.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request