Bug 899213 (JBEWS-291)
| Summary: | EWS on Windows x64: Can't start httpd - "(OS109) The pipe has been ended" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Web Server 1 | Reporter: | Ondřej Žižka <ozizka> | ||||
| Component: | unspecified | Assignee: | Permaine Cheung <pcheung> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | EWS 1.0.1 | CC: | mturk | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EWS 1.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBEWS-291 | ||||||
| Whiteboard: | apache dns httpd listen ssl windows | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
OS Name: Microsoft Windows Server 2008 R2 Datacenter
OS Version: 6.1.7600 N/A Build 7600
System Type: x64-based PC
IP address(es)
[01]: 10.34.33.14
[02]: fe80::195f:96ef:46d3:7fec
[03]: fec0::f101:195f:96ef:46d3:7fec
Both x64 and i386 EWS distributions.
|
|||||
| Last Closed: | 2010-08-16 13:27:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Ondřej Žižka
2010-02-08 21:01:25 UTC
http://img268.imageshack.us/img268/1456/ipv6win2008disable.png (22:34:40) mturk: Right. Can be IPV6 issue then. Make sure you enter Listen [IPV4 address]:80 (22:35:01) ozizka: httpd.conf only has Listen 127.0.0.1:80 (22:36:13) mturk: Hmm. For start edit the Network adapter settings and disable IPV6 protocol, just to rule that out. (22:38:37) mturk: OK. Works? (22:39:47) ozizka: Still the same (22:40:43) mturk: OK, so it's not IPV6. That's actually good :) Link: Added: This issue is incorporated by JBQA-3040 Attachment: Added: logs-debug-level.zip It's SSL. After removing ssl.conf, it works fine.
SSL log complains about the certificates (repeats 4x):
[Mon Feb 08 18:52:27 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
Here is what I have found doing some Googling: Also of note, I received this error: [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) ...on an Apache 2.2.11 server. The problem was that I had changed the IP for the VirtualHost in the httpd-ssl.conf but had forgotten to change the IP for the host name in the DNS server as well. So the server was listening on the right IP, but my DNS server wasn't pointing there. Seems like a strange error to receive in that instance, but so it goes. And the fix is to change the Listen 443 to Listen localhost:443 inside comf.d/ssl.conf I have change the config so it always uses that notion as part of r1019 Next build; http://hudson.qa.jboss.com/hudson/job/RHATews-1-windows/78/ will have that fixed Chaning ssl.conf line to Listen localhost:443 solved this. Closing. Ondrej, please close issues after you have verified them in an official build, there might be a chance the fixes could be missing from the builds we ship finally. How can we then mark the issue as verified? The issue was fixed by the build which I listed, which may or may not be the one that we will finally release. Ok, I am changing this to "Resolved". Will "Close" once I verify this with an official build. OK in CR2. When i wanted to configure ews to work with mod_cluster i've got this error again. i checked if the solution here was applied - Listen localhost:443 -> ssl.conf - and it is. Still getting exactly the same error on the same platform (Windows Server 2008 x86_64). Error message from error_log: [Mon Aug 16 10:28:22 2010] [notice] Child 7924: Child process is running [Mon Aug 16 10:28:22 2010] [crit] (OS 109)The pipe has been ended. : setup_inherited_listeners: Unable to read socket data from parent [Mon Aug 16 10:28:22 2010] [crit] Parent: child process exited with status 3 -- Aborting. No other errors were logged. On 32bit Windows Server 2008 is there the same error. Ok - my fault. There was a mistake in my mod_cluster configuration and firewall. |