----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
From: jon * <[EMAIL PROTECTED]>
>
> > This is unexpected since my code doesn't build a meta tag. I'm not sure
> > where this page is being generated.
>
> this is IE5 doing this not Apache JServ.
What do I need to do to IE5 to make it generate this page?
Simply non-responsding to a post times out and generates another page.
The page I am receiving is generated immediately with no time out.
>
> > Here's the strange part....
> > If I step through my code verifying until the point where the servlet
> > returns, and then run at full speed in JServ it fails.
> > If I step the returned paged though JServ with the debugger it works.
> > If I reduce the amount of post data in the page it works.
> >
> > Any ideas on what the problem is or how to debug it?
>
> How about posting the source code that you are trying to write?
It's too big 300Kb of byte code closely tied to the db engine. It won't
function without a Sybase ASE server.
>
> POST works fine for me. If you look at my ParameterParser.java file in the
> Turbine CVS, you will see my code for parsing GET/POST/PATH_INFO data that
> works 100% fine.
POST works find for me too 99.99% of the time. I only have a single set of
input parameters that triggers this problem. The post to the server is
working
fine. I can also trace and see that the post response is being generated
correctly.
Somewhere between the servlet returning to the JServ code and the browser
receiving the response, something is happening.
It seems like the socket for the response is being closed too early. The
problem could be in Apache
and I have also encountered problems with Win95's winsock implementation.
I'll try debugging it more today.
Here's my next clue:
192.168.0.2 - - [18/Dec/1999:03:00:07 -0500] "POST
/servlets/revX/qbPage/vVendor.xml?nKey=3 HTTP/1.1" 200 3935
192.168.0.2 - - [18/Dec/1999:03:00:12 -0500] "POST
/servlets/revX/qbPage/vVendor.xml?nKey=3 HTTP/1.1" 200 7813
192.168.0.2 - - [18/Dec/1999:03:04:45 -0500] "POST
/servlets/revX/qbPage/vVendor.xml?nKey=3 HTTP/1.1" 200 9412
192.168.0.2 - - [18/Dec/1999:03:04:51 -0500] "POST
/servlets/revX/qbPage/vVendor.xml?nKey=3 HTTP/1.1" 200 5
192.168.0.2 - - [18/Dec/1999:03:05:28 -0500] "POST
/servlets/revX/qbPage/vVendor.xml?nKey=3 HTTP/1.1" 200 5
The last two requests failed. The response is five bytes long. There is
nothing in the error logs.
Jon Smirl
[EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]