Closed mzch closed 2 years ago
Apparently the ServiceLoader
functionality works differently in Java 11 and I have to do some more work to modularize the Para plugins.
Coud you tell me whether I should update java 11 to 17?
Try with para-dao-mongodb-1.36.1-shaded.jar
- it has been released today.
Java 11 is fine, no need to update to 17 just yet. Para and Scoold require Java 11 as a minimum now, instead of Java 8.
I signed up a new user, got verification mail and click Verify your emai here!
link, but my account still is locked - active
is false
.
{
_id: '61c2168ac9f35d59b2836421',
_ObjectId: '61c2168ac9f35d59b2836432',
timestamp: 1640109706470,
type: 'user',
appid: 'scoold',
name: 'ParaObject 1640109706337',
votes: 0,
version: 0,
stored: true,
indexed: true,
cached: true,
identifier: 'mzch@mzch.org',
groups: 'users',
active: false,
twoFA: false,
email: 'mzch@mzch.org',
picture: 'https://www.gravatar.com/avatar/793d907b9817c2944990c6a75735ee53?size=400&d=mm&r=pg',
tokenSecret: 'I9i7INo5wiwV8+Kk7t/opTsgk8ddBeCf8mss6wDAZ5M='
}
Please update Para to 1.43.2
as well and try again. I made some errors while trying to modularize the projects.
Updated but user profile isn't created. Only type:sysprop
document is created.
Did you migrate the DB before upgrading and rebuild the search index after upgrading to 1.43.2?
On Tue, 21 Dec 2021, 22:02 Koichi MATSUMOTO, @.***> wrote:
Updated but user profile isn't created. Only type:sysprop document is created.
— Reply to this email directly, view it on GitHub https://github.com/Erudika/para/issues/92#issuecomment-999058383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACUV6P5HY53PSHOYE2Z36DUSDMOHANCNFSM5KON4WTQ . You are receiving this because you commented.Message ID: @.***>
Ignore my comment about DB migration - it doesn't concern MongoDB. Anything in the Para and Mongo logs?
I try this in a new blank database. I don't think rebuilding index concerned about this...
Does it work normally with Para 1.42.0? I haven't tested the Mongo lugin with MongoDB 5.x yet. There may be breaking changes in that version of Mongo.
On Wed, 22 Dec 2021, 03:39 Koichi MATSUMOTO, @.***> wrote:
I try this in a new blank database. I don't think rebuilding index concerned about this...
— Reply to this email directly, view it on GitHub https://github.com/Erudika/para/issues/92#issuecomment-999216033, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACUV6NIS7IWXNV7WVYYTU3USET6ZANCNFSM5KON4WTQ . You are receiving this because you commented.Message ID: @.***>
Hi, The latest scoold, 1.47.1
with para 1.43.2
seems to make the database scheme successfully.
But I can't login with sign up password. I will create a new issue on Scoold. Thanks
I've repeated
curl http://localhost:8080/v1/_setup
2 or more times to get root app key, but the database hasn't been initiated. How can I fix this issue?Version:
1.43.1
DAO:para-dao-mongodb-1.36.0-shaded.jar
DB: MongoDB5.1.0