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.
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.
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 -- View this message in context: http://forum.world.st/VoyageMongo-Magritte-problem-tp4830859p4830894.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
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.
Thanks Sean, now it works again! Best regards Marcus Sean P. DeNigris <sean@clipperadams.com> 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.
participants (4)
-
Marcus Kemper -
mtk -
Sean P. DeNigris -
stepharo