Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-10 Thread Michael Gargano
I think I found my issue. There was still a script alias in the config that was clobbering the cgi-bin reference. Seems to be working now. Thanks for the help, it would be great if anyone had suggestions on my war deployment issue as I still haven't gotten that to work yet and will need to in

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-09 Thread Stefan Klein
Hi Mike, can you explain your issue with the Apache Adaptor. There are some people (2 I know :-D ) who use it on deployment systems. If there is anybody other using the Apache under Windows, can you tell us your experience ? Stefan Am 09.11.10 17:35, schrieb Michael Gargano: Okay,

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-09 Thread Michael Gargano
I'm newish to WO deployment. I've deployed a few apps on an XP machine (internal network access only). Here's what I did... 1) Brand new W2K3 install on a virtual machine given to me by our IT staff (has internal private IP and external NATed IP, both have forward and reverse lookups) 2)

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-09 Thread Stefan Klein
Hi Mike, that doesn't sounds to me like an adaptor problem. I think there must be something mixed up in the configuration. What do yo get as answer from http://localhost:1085 (or http://127.0.0.1:1085 or http://servername:1085) ? Stefan Am 09.11.10 21:44, schrieb Michael Gargano: I'm

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-09 Thread Stefan Klein
Hi Mike, is it possible to send me the content of the return. Stefan Am 09.11.10 23:25, schrieb Michael Gargano: They all return Attempt to call Direct Action: defaultAction on wotaskd with incorrect password. When I remove the password, they all return the config. -Mike On Nov 9,

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-09 Thread Michael Gargano
They all return Attempt to call Direct Action: defaultAction on wotaskd with incorrect password. When I remove the password, they all return the config. -Mike On Nov 9, 2010, at 5:14 PM, Stefan Klein wrote: Hi Mike, that doesn't sounds to me like an adaptor problem. I think there must

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-08 Thread Stefan Klein
Not yet. What are your weird issues ? (Isn't windows always weird :-P ?) If you want, I can email you the latest version, based on the changes Stéphan made. Stefan Am 05.11.10 20:37, schrieb Michael Gargano: Has the new binary for Apache 2.2 on windows been posted anywhere yet? I'm having

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-08 Thread Stefan Klein
It runs on our test server. No time yet to install it on the deployment server. Stefan Am 08.11.10 12:31, schrieb Mertz Stéphan: Hi Stefan, Did you test my changes with your deployment ? Le 8 nov. 2010 à 12:26, Stefan Klein a écrit : Not yet. What are your weird issues ? (Isn't windows

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-08 Thread Michael Gargano
Looking at more, I'm pretty sure it's the same issue. I can get wotaskd and javamonitor up and running, but my app generates that same socket error. The app starts, but the URL never returns anything. If you could send me a copy that would be great! What kind of env. do I need to compile that

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-08 Thread Stefan Klein
Hi, i will send you the binary in a private mail. I compiled it with the visual studio express c++ 2010 version. This one can be downloaded and used for free from Microsoft. You only had to register after some days. Stefan Am 08.11.10 16:53, schrieb Michael Gargano: Looking at more, I'm

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-08 Thread Stefan Klein
I forget something: If it will work for your needs I will send a path via jira, so that Stéphans changes are also in the repository. Stefan Am 08.11.10 16:53, schrieb Michael Gargano: Looking at more, I'm pretty sure it's the same issue. I can get wotaskd and javamonitor up and running,

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-08 Thread Michael Gargano
Thanks Stefan, Unfortunately, this did not resolve the problem for me. I still can't get to the app and the socket error still appears occasionally. :( -Mike On Nov 8, 2010, at 12:46 PM, Stefan Klein wrote: Hi, i will send you the binary in a private mail. I compiled it with the visual

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-11-05 Thread Michael Gargano
Has the new binary for Apache 2.2 on windows been posted anywhere yet? I'm having a weird issue and trying the latest bin couldn't hurt. Thanks. -Mike ___ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-10-12 Thread Mertz Stéphan
Hello Mark, This workaround solves the problem for me. On Windows, I have a lot of these data left over warnings, but without systematically the problem of the truncated response. Le 12 oct. 2010 à 01:05, Mark Ritchie a écrit : On 4/Oct/2010, at 9:38 AM, Mertz Stéphan wrote: To do a

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-10-12 Thread Stefan Klein
Hi Stéphan, will you please send me your changes, so that I can use it on our server. Maybe I can find a hint why the problem occurs. Stefan Am 12.10.10 08:53, schrieb Mertz Stéphan: Hello Mark, This workaround solves the problem for me. On Windows, I have a lot of these data left over

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-10-11 Thread Mark Ritchie
On 4/Oct/2010, at 9:38 AM, Mertz Stéphan wrote: To do a workaround for this problem, I want to retry the request when the response has no ID. Here is what I want to do, but I don't know what to do with the current connection. The retry is to do against the same instance. Hey Stéphan, And

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-29 Thread Mark Ritchie
On 15/Sep/2010, at 1:56 AM, Mertz Stéphan wrote: This random error code seems to be the result of the WOAdpator crash. I don't know if this code has a sense in the WOAdpator side. Unfortunately, there are no date and time in the WO logs, so it is very difficult to find the link between WO

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-29 Thread Mertz Stéphan
Hi Mark, Still having the problem. But Mike, it seems, fixed the problem (http://issues.objectstyle.org/jira/browse/WONDER-598). I hope Stefan will make us rapidly a new version of the adaptor to test it. Stéphan Le 29 sept. 2010 à 22:04, Mark Ritchie a écrit : On 15/Sep/2010, at 1:56 AM,

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-29 Thread Mertz Stéphan
Oups, Mike has just committed the patch from Stefan for compiling under Windows. It's not a fix to our problem. So, all ideas are 'bienvenue' ! Le 29 sept. 2010 à 22:18, Mertz Stéphan a écrit : Hi Mark, Still having the problem. But Mike, it seems, fixed the problem

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-29 Thread Mike Schrag
i committed both On Sep 29, 2010, at 4:36 PM, Mertz Stéphan wrote: Oups, Mike has just committed the patch from Stefan for compiling under Windows. It's not a fix to our problem. So, all ideas are 'bienvenue' ! Le 29 sept. 2010 à 22:18, Mertz Stéphan a écrit : Hi Mark, Still having

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-29 Thread Mike Schrag
i committed the patch someone submitted for building with visualstudio and i also made the srandomdev() call only used under MACOS ... however, on windows this code was the same either way, so i don't think the random patch has anything to do with his problem. On Sep 29, 2010, at 4:52 PM, Mark

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-15 Thread Mertz Stéphan
Hi, I made a test with an up to date WOAdaptor (Thanks to Stefan), and unfortunately I have the same errors. Would you have another idea for better diagnosing this problem ? Le 9 sept. 2010 à 18:00, Mark Ritchie a écrit : Hey! On 9/Sep/2010, at 8:01 AM, Chuck Hill wrote: Mark Ritchie is

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-15 Thread Stefan Klein
Hi Stéphan, in your log file are a lot of funny html return codes (none, 8, 1, 3 ...) 10.xxx - - [13/Sep/2010:13:28:17 +0200] POST /cgi-bin/WebObjects/ResUrgences.woa/11/wo/HJaFVtLYJwwbKxM6wGV10w/4.21.3.1 HTTP/1.1 - - 10.xxx - - [13/Sep/2010:13:28:21 +0200] GET

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-15 Thread Mertz Stéphan
Hi, Standard format : LogFormat %h %l %u %t \%r\ %s %b common This random error code seems to be the result of the WOAdpator crash. I don't know if this code has a sense in the WOAdpator side. Unfortunately, there are no date and time in the WO logs, so it is very difficult to find the

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-09 Thread Mertz Stéphan
Hi Chuck, Not good news. The problem appears on the two servers used. We used the Apache adaptor published in http://wiki.objectstyle.org/confluence/display/WO/Windows+Deployment+WO+5.4 Application deployment numbers : . 2 Windows 2003 servers (Unfortunately imposed by the customer) . 6

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-09 Thread Chuck Hill
I'd still consider it possible that there is a bug in the adaptor or that it was built incorrectly. I will guess that few people use this in deployment and that those that do have a lower request load. 100 errors out of 50,000 requests does make it sound like a concurrency bug in the adaptor,

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-09 Thread Mertz Stéphan
Le 9 sept. 2010 à 18:00, Mark Ritchie a écrit : Hey! On 9/Sep/2010, at 8:01 AM, Chuck Hill wrote: Mark Ritchie is the guy for things like this. Mark, are you reading this? Any ideas? Yup! In the rear, with the gear - quote from StarCraft II On 9/Sep/2010, at 12:29 AM, Mertz

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-08 Thread Mertz Stéphan
Hi, I investigated further in my problem, and here are new logs I found : WebObjetcts.log : Info: Sending request to instance number 1, port 2001 Info: Trying to contact ResUrgences:1 on (2001) Warn: reset(): leftover data in socket buffer Info: ResUrgences:1 on (2001) connected [pooled: Yes]

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-08 Thread Chuck Hill
Hi Stéphan, On Sep 8, 2010, at 8:27 AM, Mertz Stéphan wrote: I investigated further in my problem, and here are new logs I found : WebObjetcts.log : Info: Sending request to instance number 1, port 2001 Info: Trying to contact ResUrgences:1 on (2001) Warn: reset(): leftover data in