-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was an error starting the demo #94
Comments
In this case, it is best to remove all instances of the application and service and then redeploy. |
If you have a file based keystore and running the app on bluemix, the keystore data is lost after application is restarted or redeployed as file system is not persistent. I have forked this project and made changes to use Cloudant based KeyStore. You can refer to the code here: https://github.com/sachinjha/car-lease-demo-1486642013191. |
@Vovchikus I am facing the same issue. Have you resolved this? If so, how? Thanks |
Hi Adam,
The way to solve it is to provide a different implementation of KeyStore.
In the forked project - https://github.com/sachinjha/car-lease-demo-1486642013191 , you will find CloudantKeyStore file.
During application startup , when chain is initialized an instance of this
keystore implementation is provided instead of file based keystore. You
could use any db. I chose cloudant cause it had a free plan.
…On Tue, Apr 4, 2017 at 9:53 AM, Adam ***@***.***> wrote:
@Vovchikus <https://github.com/Vovchikus> I am facing the same issue.
Have you resolved this? If so, how? Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#94 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA2a9WKnyiXC8v1JXMAZIzK9XU0OcCHiks5rscXYgaJpZM4LzsWR>
.
|
Can anyone please help me with demo?
On main page in a red info block I am seeing message
"There was an error starting the demo. Please try again. Ensure you delete both the demo and the blockchain service
Identity or token does not match."
Trying to add certs to car_blockchain_service - no working
Trying to create new Blockchain service, unbind old one, bind new, restage application - still not working
The text was updated successfully, but these errors were encountered: