[GemStone-Smalltalk] Gems closed by GoogleMap on: do: method error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GemStone-Smalltalk] Gems closed by GoogleMap on: do: method error

dario trussardi
Hi,

i work with GoogleMap support ( my stone is based on GemStone64Bit2.4.4.1-x86_64.Linux ).
 

I have a class based on GMUsingLatLong example.

This is the original code:

        googleMap

        ^GoogleMap new
                setCenter: 45.5267 @ -122.8390 zoom: 11;
                setUIToDefault;
                addScript: self markerScript;
                on: 'zoomEnd' do: [:x :y :z |
                        'alert("Zoom from ' , x printString , ' to ' , y printString , ' (see GMUsingLatLong>>googleMap)");'.
                ];
                yourself.
 
Now if into on: do: block i execute a smalltalk message error ( for example one message unreal ) the relative seaside gems go down ( 9010 for example ).

No walkback is erase / no debug item is added.





Now i have another problem link with it.

In my server i have to stone.

        databaseA with gem open on 9010 9011 9012 port.

        databaseB with gem open on 9020 9021 9022 port.


        After 3 error ( how write before )  in databaseA i stop and restart the specific stone.

        But it don't work.

        I need to restart also the databaseB stone  ( but it is not involve  in the error ).


        Thanks,

        i hope i'm enough  understood.


        Dario








_______________________________________________
GemStone-Smalltalk mailing list