<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">It works for me.<div><br></div><div><div>?  (CCL::MAKE-TCP-SOCKET :CONNECT :PASSIVE :LOCAL-PORT 9000 :LOCAL-HOST NIL :REUSE-ADDRESS T :FORMAT :BIVALENT :BACKLOG NIL :TYPE :STREAM)</div><div>> Error: Address already in use (error #48) during socket creation operation in bind</div><div><br></div><div>Which version of CCL are you using?</div><div><br></div><div>(And why did you cc genworks support?  Genworks has nothing to do with CCL.)</div><div><br></div><div><div>On Oct 19, 2015, at 6:48 PM, Dave Cooper <<a href="mailto:david.cooper@genworks.com">david.cooper@genworks.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><br></div><div>Hi,</div><div><br></div><div>I mentioned this in the #ccl IRC channel but I realize that might be an annoying place for bug reports, especially at the end of the day EDT. </div><div><br></div><div>It seems that a call like this: </div><div><br></div><div>  (CCL::MAKE-TCP-SOCKET :CONNECT :PASSIVE :LOCAL-PORT 9000 :LOCAL-HOST NIL :REUSE-ADDRESS T :FORMAT :BIVALENT :BACKLOG NIL :TYPE :STREAM)</div><div><br></div><div>will generate an erroneous error message, if it's called when port 9000 is already being listened on by another server process. </div><div><br></div><div>It currently gives:</div><div><br></div><div>  :SITUATION is an invalid initarg to INITIALIZE-INSTANCE for #<STANDARD-CLASS CCL:SOCKET-ERROR>.</div><div>Valid initargs: (:STREAM :ACTION :CODE :IDENTIFIER).</div><div><br></div><div>It seems like it should give an error something like:</div><div><br></div><div> "I'm sorry Dave, I'm afraid I can't start listening on that port right now, because somebody else already appears to be listening on it." </div><div><br></div><div><br></div><div>This can be replicated as follows:</div><div><br></div><div>  (ql:quickload :aserve)</div><div>  (net.aserve:start :port 9000)</div><div>  (CCL::MAKE-TCP-SOCKET :CONNECT :PASSIVE :LOCAL-PORT 9000 :LOCAL-HOST NIL :REUSE-ADDRESS T :FORMAT :BIVALENT :BACKLOG NIL :TYPE :STREAM)</div><div><br></div><div><br></div><div>-- <br></div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><div>My Best,<br><br>Dave Cooper<br><a href="http://genworks.com/" target="_blank">genworks.com</a>, <a href="http://gendl.org/" target="_blank">gendl.org</a><br>+1 248-330-2979<br></div><div><br></div></div></div></div>
</div>
_______________________________________________<br>Openmcl-devel mailing list<br><a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>https://lists.clozure.com/mailman/listinfo/openmcl-devel<br></blockquote></div><br></div></body></html>