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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to