Hi. I'm trying to test EMan on AIX from a headless image, but I can't solve this problem.
-- When OcEMSMTP>>#connectFor: tries to create the socket doing self socketManager getHostByName: self hostName answers an SciError an signals an ExError. I'm not sure what could it be. I tried reducing a simpler image, just doing: Transcript cr; show: ((SciSocketManager default getHostByName: 'servername_here') name) but the same error happens. Does anyone know what application should I include? Thanks, Santiago VASmalltalk 8.6.1 AIX 6.1 You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
That means, that
-- SciSocketManager default getHostByName: 'www.google.com' fails ? You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Hi Marten. Yes, it fails but only from a headless image for AIX. From the development image or runtime under windows it works fine. 2015-11-25 16:50 GMT-03:00 Marten Feldtmann <[hidden email]>:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
It means that you are either missing a pre-requisite in your runtime image or you do not have the proper socket binary in your path. Brad Selfridge 913-269-2385 -- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout.
Brad Selfridge
|
In reply to this post by Santiago Cardoso Geller-3
Hi Santiago,
-- I am sorry to say that this is a bug in the AIX code base. We discovered this problem during our testing for the upcoming 8.6.2 release, but did not have time to figure out the problem before code cutoff. We have opened up case #58983 to track this problem. Thanks, Bob Brodd On Wednesday, November 25, 2015 at 11:33:51 AM UTC-5, Santiago Cardoso Geller wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |