Weird deployment issue on Mojave (App runs but does not accept connection)
Weird deployment issue on Mojave (App runs but does not accept connection)
- Subject: Weird deployment issue on Mojave (App runs but does not accept connection)
- From: Markus Ruggiero via Webobjects-dev <email@hidden>
- Date: Sat, 18 Apr 2020 17:52:36 +0200
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, however I cannot reach it
through 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 (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
* Rebuilt URL to: 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