/amserver/ui/Login buffer overflow

Hi,

When I try to access AM on default port 80, I get the following message:

Request entity too large

A request entity is longer than the server can handle.

In the error logs

[12/Jul/2007:12:12:49]

warning(1554): for host 127.0.01 trying to GET /amserver/ui/Login, flex-log reports: HTTP4/98: buffer overflow (log entry greater than 4096 characters)

Can anyone please help?

thanks,

priyanka

[455 byte] By [priyanka123a] at [2007-11-27 10:25:50]
# 1

might not have anything to do with your problem - Are you accessing AM as http://localhost or http://127.0.0.1 ?

Ankush

ankushkapoora at 2007-7-28 17:35:58 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

http://localhost

--Priyanka

priyanka123a at 2007-7-28 17:35:58 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

AM is pretty sensitive to cookie domains. What cookie domain did you assign?

At a minimum, it must have two dots. Something like .example.com (so, your machine name might have been xyz.example.com).

Assign an IP to the machine, along with a hostname. Have AM's web container listen on the IP, not local loopback (127.0.0.1 / localhost.localdomain)

I still am not sure that the error you are getting is because of this, but if its on localhost, you'll find it unusable pretty soon anyway.

Ankush

ankushkapoora at 2007-7-28 17:35:58 > top of Java-index,Web & Directory Servers,Directory Servers...