FileUploadBase$IOFileUploadException

On 01/09/2010 22:04, Paul Szynol wrote:

I’m not tremendously familiar with the error messages generated by fileupload, but there is a configurable limit to the size of file which can be uploaded.

Have you set this limit manually?

Can you post the full stacktrace rather than a small segment?

p

0×62590808.asc

Question on SSI

Marc,

On 9/1/2010 4:13 PM, Marc Chamberlin wrote:

Uhh… you want the webapp to be available via SSI? I’m pretty sure that’s the problem of whoever wants to use your service. You can’t configure SSI on someone else’s site. Maybe I’m misunderstanding you.

Do http://tomcat.apache.org/tomcat-6.0-doc/ssi-howto.html and http://httpd.apache.org/docs/current/howto/ssi.html#basic count as non-existent? Or were you thinking of more involved documentation?

You will have to use filter mapping in order to post-process your .jsp and other dynamic pages: a servlet can’t be wrapped around another servlet (such as the JSPServlet, which you don’t have to map yourself) for this kind of thing. So, stick with the filter.

What is the complete configuration for your and for the aforementioned filter? It should be as simple as setting up multiple s for the URL patterns that you want to have run through the SSI filter.

Note that you should be able to set up SSI in a single webapp instead of modifying the conf/web.xml file as described in the SSI documentation. I find this cleaner, as you will only end up making SSI available in a specific webapp instead of across all webapps deployed onto the server. The itself should definitely only be included in your webapp’s META-INF/web.xml file.

- -chris

Apache22

Hello,

how can i make Apache + PHP with fastcgi? I have read for virtual host, but how can i set it up for complete?

Can someone help?

Silvio

are you using mod_rewrite?

Hi Lance,

Yes, I have mod_rewrite enabled, but my application doesn’t require it. I’ll disable it and see if that helps.

When I configure the app to use http, instead of https, the issue goes away, even through mod_ssl is still enabled. This makes me think mod_ssl is part of the issue.

I’m getting these errors in Firefox 3.6, and can see them in Firebug. My client reported them in IE (not sure the version). This makes me think the issue is server-side.

I included a POST in the orignial email, but I remember a GET that failed as well – different message, but same problem.

One thing I thought I’d try is to use apache 2.2.12 or 2.2.16. I remember seeing a bug fix in 2.2.14 that was related. (Forgot to bookmark it)

I’m getting the error on a “demo” server so I have to spin up a new “staging” server to run my tests.

Thanks for the tip on mod_rewrite, Lance. If I find anything I’ll email you.

Mike

On Wed, Sep 1, 2010 at 3:42 AM, Lance wrote:

Can’t load driver file apr_dbd_mysql.so

On Wed, 01 Sep 2010 10:27:20 -0500 Steve Whitson wrote:

Is the driver file apr_dbd_mysql.so linked to libmysqlclient_r.so? What does ldd tell you?

You might want to check your LD_LIBRARY_PATH. Or load the library explicitly with

LoadFile /path/to/libmysqlclient_r.so

before your DBDriver in httpd.conf

Installing Google Voice Chat for Linux on Fedora instead of Debian

Google Voice Chat is now available as RPMs for Fedora >=12 and OpenSuse (which will still need same lib symlinking as described in my earlier note) http://www.google.com/chat/video ……………………….

http://www.google.com/support/forum/p/chat/thread?fid=10ffe01c3a4779f500048f370d827d69 ……………… Video Chat Eng. Blue has posted an answer to the question “Linux version now available!”:

@DaeWon @Mike Cloaked @mattydaw @hipsauerkraut @NielsMayer @ulif @gbvoris @wsanders @mannmaniyar @coyoteuser @huangjs @fchandur We have now released official RPM packages of Google voice and video chat. You can download and install them by visiting http://www.google.com/chat/video. If you previously installed the DEB package manually, please be sure to fully remove it before installing the official RPMs.

We strongly recommend using the official RPMs rather than installing the DEBs by hand. Using the official RPMs will allow your computer to automatically resolve dependencies and receive software updates.

These RPMs have been built for Fedora 12 or later, but should work on any RPM-based distro provided that all dependencies are satisfied. Unfortunately on OpenSUSE the libssl.so.10 and libcrypto.so.10 symlinks are missing–you may need to create them manually. We are investigating alternative solutions for a future update. ………….

df: where is the root fs?

Hi,

When I do ‘df /’ I get:

Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda6 13456580 5923184 6849832 47% / tmpfs 253024 0 253024 0% /lib/init/rw udev 10240 900 9340 9% /dev tmpfs 253024 140 252884 1% /dev/shm /dev/sdc7 38456308 14630328 21872480 41% /sda7

but when I do ‘tune2fs -l /dev/hda6′ I get:

tune2fs 1.41.3 (12-Oct-2008) tune2fs: No such file or directory while trying to open /dev/hda6 Couldn’t find valid filesystem superblock.

Then when I do: ‘fdisk -l’ I get:

Disk /dev/sda: 60.0 GB, 60011642880 bytes 255 heads, 63 sectors/track, 7296 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x34fe34fd

Device Boot Start End Blocks Id System /dev/sda1 1 383 3076416 12 Compaq diagnostics /dev/sda2 * 384 3814 27559507+ c W95 FAT32 (LBA) /dev/sda3 3815 7296 27969165 f W95 Ext’d (LBA) /dev/sda5 3815 5471 13309821 b W95 FAT32 /dev/sda6 5472 7173 13671283+ 83 Linux /dev/sda7 7174 7296 987966 82 Linux swap / Solaris

Disk /dev/sdb: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x0001771e

Device Boot Start End Blocks Id System /dev/sdb1 * 1 973 7815591 83 Linux /dev/sdb2 974 1216 1951897+ 83 Linux /dev/sdb3 1217 2919 13679347+ 83 Linux /dev/sdb4 2920 9729 54701325 5 Extended /dev/sdb5 2920 3892 7815591 83 Linux /dev/sdb6 3893 4865 7815591 83 Linux /dev/sdb7 4866 9729 39070048+ 83 Linux

Disk /dev/sdc: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x0007c873

Device Boot Start End Blocks Id System /dev/sdc1 1 973 7815591 83 Linux /dev/sdc2 974 1946 7815622+ 83 Linux /dev/sdc3 1947 2919 7815622+ 83 Linux /dev/sdc4 2920 9729 54701325 5 Extended /dev/sdc5 * 2920 3892 7815591 83 Linux /dev/sdc6 3893 4865 7815591 83 Linux /dev/sdc7 4866 9729 39070048+ 83 Linux

So here it appears that root is sda6!

What other way is there other than df to find where the root fs is mounted?

Hugo

apache restart

On Wed, Sep 1, 2010 at 6:52 AM, Lance wrote: Lance,

Are you hitting “reply” in your mail client, or composing new messages with old topics?

Your last few replies to this list have shown up (for me at least) as new threads.

Intermittent "Request header field is missing ‘:’ separator." on https

I’ve seen this exact same issue. Similar setup. I too am using Ubuntu 10.04 / Apache / Go Daddy Cert. Restarting Apache is the only solution I’ve come up with. Are you also running mod_rewrite. I had a suspicion that mod_rewrite might be the culprit but if you’ve narrowed it down to mod_ssl that helps reduce some variables.

Evolution no longer providing calendar notification unless uder desktop environment (unstable)

Hi, Javier:

On Wednesday 01 September 2010 16:52:54 Javier Vasquez wrote:

Unneeded? So you think getting an alarm depending on some desktop GUI program running instead of the fact that the alarm time has been reached is somehow unneeded?