Ma client server - can't connect

Chris Muller asqueaker at gmail.com
Sat Dec 8 15:28:06 UTC 2007


Hi Peter, #init: was renamed to #initialize: for the Squeak 3.9
release.  At that time, I adjusted #maRemoveAll to check whether it
was running in a pre3Dot9 image and call the appropriate method, but
you are running a very old version that does not inlcude this check.
Ma client server-cmm.104.mcz is an old version because I have not
updated the "Ma client server" SqueakMap package.  I will try to find
time to do that early next year.

In the meantime all you have to do is load the newest versions of the
"Ma client server" package from squeaksource.  They are all included
with Magma, of course, but if you don't want to load all of Magma too
then just Browse the "Magma" package on Squeaksource and select the
packages which are in <b>bold</b> in the Monticello list.  These are
the ones that are currently loaded in your image which have newer
versions available.

The exact versions are specified by the "Magma 1.0r40 client
configuration" which you can also Browse from that repository but it
is probably just the top versions anyway.

 - Chris




On Dec 7, 2007 7:08 AM, Petr Fischer <petr.fischer at praguesoft.cz> wrote:
> Hi, I have Ma client server-cmm.104.mcz loaded into image SRV and
> image CLI.
>
> My "first steps" are exactlky from this tutorial:
> http://wiki.squeak.org/squeak/2978 - look at "Using the Object Request
> Layer"
>
> When I do:
>
>         myLinkToServer _ MaTcpRequestServerLink
>                 hostAddress: #(192 168 1 16) asByteArray
>                 port: 12345.
>         myLinkToServer timeoutSeconds: 10.
>         myLinkToServer connect.
>
> exception "MessageNotUnderstood: Dictionary>>init:" occurs (look at
> screenshot).
>
> Any suggestions? Thanks, pf
>
>
>
>
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
>
>


More information about the Magma mailing list