i did this:
-copied /var/lib/topaz/data/mulgara from plosone-stage to mulgara-dev
-copied /var/lib/topaz/data/fedora from plosone-stage to fedora-dev
-used fedora-rebuld to rebuild mysql on fedora-dev
then i fired everything up and tried to do a migration, but i get the following errors when is start topaz:
topaz.log:
org.mulgara.itql.ItqlInterpreterException: org.mulgara.query.QueryException: Couldn't create local database
mulgara.log:
2007-09-13 10:05:51,866 INFO Startup> Host name aliases for this server are: [localhost, 127.0.0.1, 192.168.1.10, mulgara-dev.localdomain] [http-9091-Processor25 Startup]
2007-09-13 10:05:51,866 WARN Database> Unable to set the host names for Server Info [http-9091-Processor25 org.mulgara.resolver.Database]
Caused by: java.lang.IllegalStateException: Host names have already been set
i checked permissions in /var/lib/topaz/data and they are all topaz.topaz.
is there some issue with moving a mulgara store from server to server? a step i need to take to reset the host name of the database? do i need to export the database and copy that file instead?
thanks!