[base] Migrate script fails, no error messages

2006-08-23 Thread Chris Wiita
I fixed the init.db problem I was having (simply using the wrong Java!), but now I'm stumped with my migration. Base2 is running perfectly, as is my 1.2 install. I can access the mysql databases correctly with the information in migrate.properties, the root password is correct, and all users

Re: [base] Migrate script fails, no error messages

2006-08-24 Thread Chris Wiita
Alright, that makes sense. The first time I ran the script the error was different, and in repeating the script, I never noticed it was way off in the first place! I turned logging, dropped both BASE2 DBs and recreated them, and ran initdb.sh. It was successful. Confirmed the databases

Re: [base] Migrate script fails, no error messages

2006-08-31 Thread Chris Wiita
That was the problem! Group ID for a user, not a group. I just changed the owner to an actual group, and the migration script appears to have worked now. Thanks a lot! --Chris W Nicklas Nordborg wrote: Chris Wiita wrote: Alright, that makes sense. The first time I ran the script