Sean P. DeNigris wrote
> when I submit the login form with proper credentials, I get a "loading"
> message that eventually ends with the "Not enough space" error I
> described.

Update:

The user is in the mongo db:
db.shEntity.find()
{ "#instanceOf" : "ShUser", "#version" : { "floatApprox" : 3438160724 },
"_id" : ObjectId("5f77b0960000000000000000"), "admin" : null, "created" : {
"t" : 319000, "i" : 1409359576 }, "email" : "[email protected]", "fullName" :
null, "isNew" : null, "lastModification" : { "t" : 319000, "i" : 1409359576
}, "location" : null, "mcUsername" : null, "password" :
"369590257452814774925548805240102185537183137519", "sid" :
"cf01e708-f2f8-46cb-afc9-7439258e7507", "timeline" : { "#instanceOf" :
"ShTimeline", "events" : null }, "username" : "Sean", "watching" : [ ],
"website" : null }

A bunch of Mongo test failures/errors:
49 run, 13 passes, 0 skipped, 0 expected failures, 22 failures, 14 errors, 0
unexpected passes
Failures:
MongoTest>>#testSelectWithLimitAndNumberToSkip
MQQueryTest>>#testNor
MQQueryTest>>#testAnd
MQQueryTest>>#testSelect
MongoWholeDatabaseTest>>#testBasics
MongoTest>>#testInsertAndQueryWithFields
MongoTest>>#testCollections
MQQueryTest>>#testNestedQueries
BSONTest>>#testDate
MongoTest>>#testOccurrencesOf
MQQueryTest>>#testAndNot
MongoTest>>#testDelete
MQQueryTest>>#testOr
BSONTest>>#testDateAndTime
MongoTest>>#testInsertAndQuery
MQQueryTest>>#testWhere
MongoTest>>#testSelect
MongoTest>>#testCollectionValidation
MQQueryTest>>#testNot
MQQueryTest>>#testType
MQQueryTest>>#testComparison
MQQueryTest>>#testSize

Errors:
MongoTest>>#testAdd
MongoTest>>#testAddAll
MongoTest>>#testAddArray
MongoTest>>#testCursor
MongoTest>>#testDatabases
MongoTest>>#testDo
MongoTest>>#testInjectInto
MongoTest>>#testInsertTwoAndQuery
MongoTest>>#testIsEmpty
MongoTest>>#testOrderBy
MongoTest>>#testRemove
MongoTest>>#testRemoveAll
MongoTest>>#testRemoveBoth
MongoTest>>#testRemoveMissingElementSucceeds

The errors that I checked all have replies like:
a Dictionary('bad cmd'->a Dictionary('$query'->a
Dictionary('count'->'testCollection' 'fields'->a Dictionary() 'query'->a
Dictionary('key'->'value' ) ) ) 'errmsg'->'no such cmd' 'ok'->0.0 )

I'm going to try reinstalling mongodb. I don't remember if I installed via
apt-get install mongodb (I think that's what I did), or the 10gen version
recommended in the mongodb install guide



-----
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Pharo-dev-Zinc-problem-with-PUT-requests-tp4688705p4693812.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Reply via email to