hyperledger-labs / business-partner-agent

The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
https://labs.hyperledger.org/business-partner-agent/
Apache License 2.0
56 stars 49 forks source link

error with gitpod starting dev backend (unable to access jarfile) #736

Closed heaversm closed 2 years ago

heaversm commented 2 years ago

When clicking the gitpod link from the main readme, I get what looks like a few potential errors on startup.

In the dev/backend terminal I see: Error: Unable to access jarfile /workspace/business-partner-agent/backend/business-partner-agent/target/*.jar:

image

and in the frontend terminal, I see no errors, but get a Awaiting port 8080... and never an ok message.

image
etschelp commented 2 years ago

should be fixed with: https://github.com/hyperledger-labs/business-partner-agent/pull/737

heaversm commented 2 years ago

Still seems to be an issue:

Screen Shot 2022-04-04 at 12 48 25 PM
etschelp commented 2 years ago

Try again with a new workspace. Also be aware that this behaves the same as a local development setup, so public ports for the UI are 8090 and 8081. I just tested this and both agents are able to connect.