anyone else tried Big Sur? - DirectConnect problem
anyone else tried Big Sur? - DirectConnect problem
- Subject: anyone else tried Big Sur? - DirectConnect problem
- From: Tim W via Webobjects-dev <email@hidden>
- Date: Tue, 25 Aug 2020 11:06:24 -0700
I know, I probably shouldn’t have done this. But,
Everything seems to be going well for dev. Except…..when I try to run any of my
apps, I get
Aug 25 10:55:26 eTimesheet[N/A] INFO er.extensions.appserver.ERXApplication -
WODefaultAdaptor
Aug 25 10:55:26 eTimesheet[N/A] INFO er.extensions.appserver.ERXApplication -
{WOHost = "127.0.0.1"; WOWorkerThreadCountMin = 16; WOWorkerThreadCountMax =
256; WOPort = 55555; WOListenQueueSize = 128; WOAdaptor = "WODefaultAdaptor";
WOMaxSocketIdleTime = 180000; WOWorkerThreadCount = 8; }
Aug 25 10:55:26 eTimesheet[N/A] WARN NSLog - Unable to establish a connection
to port 55555 on this host. Perhaps this port is already in use by another
WebObjects application instance.
Caused by: com.webobjects.foundation.NSForwardException
[java.net.BindException] Address already in use:java.net.BindException: Address
already in use
This happens regardless of whether I declare a WOPort argument. Since there is
a BindException, ERXApplication.stopPreviousDevInstance() is called. lsof
indicates there isn’t anything else using the port in question.
lsof -nP -iTCP -sTCP:LISTEN | grep 55555
…returns no results. Maybe Big Sur is blocking certain localhost connections by
default. Looking into it more but if anyone has gotten past this already I’d
love to hear suggestions/solutions.
Tim
UCLA GSE&IS
_______________________________________________
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