Discussion:
restoring mbrainz samples on Windows
r***@moduluspi.com
2017-04-13 10:19:28 UTC
Permalink
Could any one plz help me in configuring the mbrainz sample on Windows
machine.

I have used the following commands and getting some errors.

bin\datomic restore-db
file:///C:\datomic-mbrainz-1968-1973-backup-2015-02-11
datomic:dev://localhost:4334/mbrainz

Error code: java.net.URISyntaxException: Illegal character in opaque part
at index 7: file:C:\datomic-mbrainz-1968-1973-backup-2015-02-11


what is this basis t optional.

Thanks,
Harish.
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jaret Binford
2017-04-13 12:43:40 UTC
Permalink
Harish,

I believe this post touches on the answer.

https://groups.google.com/forum/#!topic/datomic/sN8kfQXNiXI

Essentially you need to provide a t value and refer to location of the
backup of the file system with the starting address `file:///C:/`. Here is
you need to use a different style of URI to refer to the location of the
backup on the file system, e.g. something starting with `file:///C:/`, some
http://stackoverflow.com/a/8324127/3801886
You'll also need to include the t value of the restore (130627 in the case
https://groups.google.com/forum/#!searchin/datomic/windows$20backup$20restore/datomic/O6LVi2OjvJ4/wlkEe5-IRqsJ
Thanks,
Jaret
Could any one plz help me in configuring the mbrainz sample on Windows
machine.
I have used the following commands and getting some errors.
bin\datomic restore-db
file:///C:\datomic-mbrainz-1968-1973-backup-2015-02-11
datomic:dev://localhost:4334/mbrainz
Error code: java.net.URISyntaxException: Illegal character in opaque part
at index 7: file:C:\datomic-mbrainz-1968-1973-backup-2015-02-11
what is this basis t optional.
Thanks,
Harish.
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jaret Binford
2017-04-13 14:17:46 UTC
Permalink
Harish,

I hope this helps but I took the liberty of bringing up a vitrual machine
running windows and following the posts advice I was able to restore
mbrainz:

bin\datomic.cmd restore-db
file:///C:/Users/Jarebearbot/Downloads/mbrainz-1968-1973
datomic:dev://localhost:4334/mbrainz-1968-1973 130627

<Loading Image...>
Post by r***@moduluspi.com
Could any one plz help me in configuring the mbrainz sample on Windows
machine.
I have used the following commands and getting some errors.
bin\datomic restore-db
file:///C:\datomic-mbrainz-1968-1973-backup-2015-02-11
datomic:dev://localhost:4334/mbrainz
Error code: java.net.URISyntaxException: Illegal character in opaque part
at index 7: file:C:\datomic-mbrainz-1968-1973-backup-2015-02-11
what is this basis t optional.
Thanks,
Harish.
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...