-
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
Clicking on View App button after successfully deploying Car Lease demo app to Bluemix results in "Identity or token does not match" error #102
Comments
The error |
Please look at the description. I have provided a stack trace from the logs as well as other errors. |
@sanjay-saxena Thanks for the app logs, but in this case the peer and chaincode logs would be more useful in diagnosing the issue |
Encountering the same issue as @sanjay-saxena while the deployment goes successful on BlueMix env but when clicking on the link, encounters the error "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" Awaiting some support in getting this issue resolved. - Thanks in Advance. |
@sanjay-saxena When a user enrolls with a peer in Hyperledger Fabric v0.6, they are given a certificate that is saved in the peer and in the application file system. In the car lease demo, the certificates are stored in a folder called The only solution to this is to ensure that the app and blockchain service has been completely removed, and any other blockchain services that exist with the name |
@14gracel Thanks for the explanation. Is there any way to get around this problem? I've been trying to make some changes in the demo code, but when I push it to bluemix, I get the |
Used this tutorial to deploy
Car Lease
demo app to Bluemix while working on the first part of the three-part Blockchain developer course. The deployment went clean and the app was operational. I let the app and the service run overnight so that I could continue with the second part of the three-part course the next day.However, when I tried to interact with the app the next day, I received an error message in the red banner at the top of the page saying that I should delete both the app and the service and try again. So, I deleted both the app and the service using the Bluemix dashboard and deleted the project from hub.jazz.net. Then, I followed the process to deploy the
Car Lease
demo once again. The deployment goes clean again and I see a green circle indicating that the app is running. But, when I tried to view the app, I see the familiar red banner with the error message saying that I should delete both the app and the service and try again. Also, the error message includesIdentity or token does not match
.Digging a bit deeper into the logs, I see errors and a potential stack trace as shown below:
Steps to Reproduce
Car Lease
demo app to Bluemix. Let it run overnight.Car Lease
demo app to Bluemix and click on the View App button.Environment
The text was updated successfully, but these errors were encountered: