Error while issuing Vcs #17
-
Hi team , I am trying to run ssi kit examples When ever I try to execute this piece of code to issue credentials .
I get the following error : java.lang.NullPointerException: Parameter specified as non-null is null: method id.walt.signatory.ProofConfig., parameter ecosystem But I have not passed any null parameter below is the list of parameters I am passing ISSUER DID : But I have checked that there is a last parameter in the createProofConfig() [Ecosystem Ecosystem] which should not be null but getting passed as null . Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @SethiShivam thanks for pointing this out. As you have suggested correctly, the last parameter for indicating the ecosystem is not optional any more. I have fixed this in the example project now walt-id/waltid-ssikit-examples@dd1a264 |
Beta Was this translation helpful? Give feedback.
-
Hi @philpotisk thanks for the response , i want to learn the use of ecosystem variable , or what is it representing ? Best Regards |
Beta Was this translation helpful? Give feedback.
-
Hi @SethiShivam good question. We realized that the various ecosystems have certain requirements when it comes to issuing and verifying credentials that's why we introduced this parameter for being able to react accordingly. We are just building up the corresponding docs here https://docs.walt.id/v/ssikit/ecosystems/, but have not completed everything yet. The next ecosystems that we are about to introduce are Velocity & Gaia-X, so stay tuned ;-) |
Beta Was this translation helpful? Give feedback.
Hi @SethiShivam good question. We realized that the various ecosystems have certain requirements when it comes to issuing and verifying credentials that's why we introduced this parameter for being able to react accordingly. We are just building up the corresponding docs here https://docs.walt.id/v/ssikit/ecosystems/, but have not completed everything yet. The next ecosystems that we are about to introduce are Velocity & Gaia-X, so stay tuned ;-)