VoyageMongo/Magritte problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
mtk
Reply | Threaded
Open this post in threaded view
|

VoyageMongo/Magritte problem

mtk
Hi,
maybe I found an issue in VoyageMongo/Magritte, here is what I've done:

loaded a fresh Pharo 4.0 image
loaded VoyageMongo via Configuration Browser (Install Stable Version)
opened up a Playground and did (via the green 'play' button):

|repository|

repository := VOMongoRepository
host:'hostOn.mongolab.com'
port: 43158
database:'databasename'
username: 'username'
password: 'password'.

repository enableSingleton.

repository inspect.

This leads to an error which seems to be connected to 'gtInspectorMagritteIn:' (see attached screenshot) which was updated in the package Magritte-GT on 03.06.2015. (no instance 'repository' is going to be created).

Please excuse my bad analysis on this, because I have only very limited skills.

Reply | Threaded
Open this post in threaded view
|

Re: VoyageMongo/Magritte problem

stepharo
Thanks for your nice report. People will certainly reply to you.

Le 7/6/15 17:08, mtk a écrit :

> Hi,
> maybe I found an issue in VoyageMongo/Magritte, here is what I've done:
>
> loaded a fresh Pharo 4.0 image
> loaded VoyageMongo via Configuration Browser (Install Stable Version)
> opened up a Playground and did (via the green 'play' button):
>
> |repository|
>
> repository := VOMongoRepository
> host:'hostOn.mongolab.com'
> port: 43158
> database:'databasename'
> username: 'username'
> password: 'password'.
>
> repository enableSingleton.
>
> repository inspect.
>
> This leads to an error which seems to be connected to
> 'gtInspectorMagritteIn:' (see attached screenshot) which was updated in the
> package Magritte-GT on 03.06.2015. (no instance 'repository' is going to be
> created).
>
> Please excuse my bad analysis on this, because I have only very limited
> skills.
>
> <http://forum.world.st/file/n4830859/VoyageMongo.png>
>
>
>
> --
> View this message in context: http://forum.world.st/VoyageMongo-Magritte-problem-tp4830859.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>


Reply | Threaded
Open this post in threaded view
|

Re: VoyageMongo/Magritte problem

Sean P. DeNigris
Administrator
In reply to this post by mtk
mtk wrote
This leads to an error which seems to be connected to 'gtInspectorMagritteIn:' (see attached screenshot)
I think this is my fault. I'm trying to get the GT presentations loaded by default but didn't load the appropriate Moose package. I will take a look. Thanks for the report!
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: VoyageMongo/Magritte problem

Sean P. DeNigris
Administrator
Sean P. DeNigris wrote
I will take a look...
Should be fixed now. Let me know if you have any other issues...
Cheers,
Sean
mtk
Reply | Threaded
Open this post in threaded view
|

Re: VoyageMongo/Magritte problem

mtk

Thanks Sean, now it works again!

Best regards

Marcus


Sean P. DeNigris <[hidden email]> schrieb am Mo., 8. Juni 2015 04:35:
Sean P. DeNigris wrote
> I will take a look...

Should be fixed now. Let me know if you have any other issues...



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/VoyageMongo-Magritte-problem-tp4830859p4830895.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.