• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Weird deployment issue on Mojave (App runs but does not accept connection)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird deployment issue on Mojave (App runs but does not accept connection)


  • Subject: Re: Weird deployment issue on Mojave (App runs but does not accept connection)
  • From: Ken Anderson via Webobjects-dev <email@hidden>
  • Date: Sat, 18 Apr 2020 15:41:54 -0400

Michael,

This looks suspiciously like what I complained about recently. The issue was
this line in the httpd.conf file:

ScriptAlias /cgi-bin/ “/var/www/cgi-bin/“

If this line is still in your httpd.conf file, comment it out. This doesn’t
affect people that rename the URL to be something like apps in place of cgi-bin.

Ken

> On Apr 18, 2020, at 3:15 PM, Michael Kondratov via Webobjects-dev
> <email@hidden> wrote:
>
> You may try to set the port number manually through WOPort parameter first.
> Sound as Apache module is not working or not configured correctly.
>
> Michael
>
> Sent from my iPhone
>
>> On Apr 18, 2020, at 11:53 AM, Markus Ruggiero via Webobjects-dev
>> <email@hidden> wrote:
>>
>> For a test I created a deployment env on macOS 10.14.6 Mojave.
>> wotaskd runs
>> startet WOnitor manually and through monitor itself installed it as a WOApp
>>
>> I can reach WOMonitor through http://localhost:3333
>> <http://localhost:3333/>, however I cannot reach it through
>> http://localhost/cgi-bin/WOMonitor <http://localhost/cgi-bin/WOMonitor>
>>
>> Ok, anyway, let's continue:
>>
>> I take a deployment build of an app that successfully runs on the customer's
>> system and deploy it on my Mojave box. Monitor brings it up, logfile tells
>> me it is waiting for requests, but it does not answer any request, not even
>> when I try to direct connect http://localhost:2002 <http://localhost:2002/>
>> (WOMonitor sits on port 2001),  nothing happens in the log file, the Browser
>> tells me that it cannot connect.
>>
>> root@gugus_# curl -v http://localhost:2002 <http://localhost:2002/>
>> * Rebuilt URL to: http://localhost:2002/ <http://localhost:2002/>
>> *   Trying ::1...
>> * TCP_NODELAY set
>> * Connection failed
>> * connect to ::1 port 2002 failed: Connection refused
>> *   Trying 127.0.0.1...
>> * TCP_NODELAY set
>> * Connected to localhost (127.0.0.1) port 2002 (#0)
>> > GET / HTTP/1.1
>> > Host: localhost:2002
>> > User-Agent: curl/7.54.0
>> > Accept: */*
>> >
>> * Empty reply from server
>> * Connection #0 to host localhost left intact
>> curl: (52) Empty reply from server
>>
>> How to debug this? I am at a loss at the moment.
>>
>> Thanks
>> ---markus---
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Weird deployment issue on Mojave (App runs but does not accept connection) (From: Markus Ruggiero via Webobjects-dev <email@hidden>)
 >Re: Weird deployment issue on Mojave (App runs but does not accept connection) (From: Michael Kondratov via Webobjects-dev <email@hidden>)

  • Prev by Date: Re: Weird deployment issue on Mojave (App runs but does not accept connection)
  • Next by Date: FOP resources embedded inside included jar library [was Re: WOBootstrap.jar]
  • Previous by thread: Re: Weird deployment issue on Mojave (App runs but does not accept connection)
  • Next by thread: buildability? basic questions...
  • Index(es):
    • Date
    • Thread