You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing the umbrella chart version v2.0.13, and am having an issue in registering a demo company during checklist process. I already arrived until BPN CREATION step, but the WALLET CREATION step is getting failed after getting trigged the automated run from the worker process.
Registration without BPN
When registering a company without BPN (manual BPN by cx-operator), the wallet creation step gets failed and there is no retrigger button shown in the UI. The screenshots are attached for further reference.
BPN: BPNL000000000ARN
ProcessWorker Logs:
{"Timestamp":"2025-01-19T21:45:01.8779896+00:00","Level":"Information","MessageTemplate":"Building worker","RenderedMessage":"Building worker"}
[21:45:12 INF] Building worker completed
{"Timestamp":"2025-01-19T21:45:12.6707183+00:00","Level":"Information","MessageTemplate":"Building worker completed","RenderedMessage":"Building worker completed","Properties":{"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:12 INF] Start processing
{"Timestamp":"2025-01-19T21:45:12.7716572+00:00","Level":"Information","MessageTemplate":"Start processing","RenderedMessage":"Start processing","Properties":{"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:35 WRN] The 'AgreementStatusId' property 'AgreementStatusId' on entity type 'Agreement' is configured with a database-generated default, but has no configured sentinel value. The database-generated default will always be used for inserts when the property has the value '0', since this is the CLR default for the 'AgreementStatusId' type. Consider using a nullable type, using a nullable backing field, or setting the sentinel value for the property to ensure the database default is used when, and only when, appropriate. See https://aka.ms/efcore-docs-default-values for more information.
{"Timestamp":"2025-01-19T21:45:35.2731791+00:00","Level":"Warning","MessageTemplate":"The '{type}' property '{property}' on entity type '{entityType}' is configured with a database-generated default, but has no configured sentinel value. The database-generated default will always be used for inserts when the property has the value '{defaultValue}', since this is the CLR default for the '{type2}' type. Consider using a nullable type, using a nullable backing field, or setting the sentinel value for the property to ensure the database default is used when, and only when, appropriate. See https://aka.ms/efcore-docs-default-values for more information.","RenderedMessage":"The '\"AgreementStatusId\"' property '\"AgreementStatusId\"' on entity type '\"Agreement\"' is configured with a database-generated default, but has no configured sentinel value. The database-generated default will always be used for inserts when the property has the value '\"0\"', since this is the CLR default for the '\"AgreementStatusId\"' type. Consider using a nullable type, using a nullable backing field, or setting the sentinel value for the property to ensure the database default is used when, and only when, appropriate. See https://aka.ms/efcore-docs-default-values for more information.","Properties":{"type":"AgreementStatusId","property":"AgreementStatusId","entityType":"Agreement","defaultValue":"0","type2":"AgreementStatusId","EventId":{"Id":20601,"Name":"Microsoft.EntityFrameworkCore.Model.Validation.BoolWithDefaultWarning"},"SourceContext":"Microsoft.EntityFrameworkCore.Model.Validation","Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:35 WRN] The 'OfferSubscriptionStatusId' property 'OfferSubscriptionStatusId' on entity type 'OfferSubscription' is configured with a database-generated default, but has no configured sentinel value. The database-generated default will always be used for inserts when the property has the value '0', since this is the CLR default for the 'OfferSubscriptionStatusId' type. Consider using a nullable type, using a nullable backing field, or setting the sentinel value for the property to ensure the database default is used when, and only when, appropriate. See https://aka.ms/efcore-docs-default-values for more information.
{"Timestamp":"2025-01-19T21:45:35.2832622+00:00","Level":"Warning","MessageTemplate":"The '{type}' property '{property}' on entity type '{entityType}' is configured with a database-generated default, but has no configured sentinel value. The database-generated default will always be used for inserts when the property has the value '{defaultValue}', since this is the CLR default for the '{type2}' type. Consider using a nullable type, using a nullable backing field, or setting the sentinel value for the property to ensure the database default is used when, and only when, appropriate. See https://aka.ms/efcore-docs-default-values for more information.","RenderedMessage":"The '\"OfferSubscriptionStatusId\"' property '\"OfferSubscriptionStatusId\"' on entity type '\"OfferSubscription\"' is configured with a database-generated default, but has no configured sentinel value. The database-generated default will always be used for inserts when the property has the value '\"0\"', since this is the CLR default for the '\"OfferSubscriptionStatusId\"' type. Consider using a nullable type, using a nullable backing field, or setting the sentinel value for the property to ensure the database default is used when, and only when, appropriate. See https://aka.ms/efcore-docs-default-values for more information.","Properties":{"type":"OfferSubscriptionStatusId","property":"OfferSubscriptionStatusId","entityType":"OfferSubscription","defaultValue":"0","type2":"OfferSubscriptionStatusId","EventId":{"Id":20601,"Name":"Microsoft.EntityFrameworkCore.Model.Validation.BoolWithDefaultWarning"},"SourceContext":"Microsoft.EntityFrameworkCore.Model.Validation","Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:41 INF] start processing process 40872a07-71e9-415d-a7aa-08eea254940c type APPLICATION_CHECKLIST
{"Timestamp":"2025-01-19T21:45:41.0837188+00:00","Level":"Information","MessageTemplate":"start processing process {processId} type {processType}","RenderedMessage":"start processing process 40872a07-71e9-415d-a7aa-08eea254940c type APPLICATION_CHECKLIST","Properties":{"processId":"40872a07-71e9-415d-a7aa-08eea254940c","processType":"APPLICATION_CHECKLIST","SourceContext":"Org.Eclipse.TractusX.Portal.Backend.Processes.Worker.Library.ProcessExecutionService","Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:42 INF] Start processing HTTP request POST https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token
{"Timestamp":"2025-01-19T21:45:42.8826912+00:00","Level":"Information","MessageTemplate":"Start processing HTTP request {HttpMethod} {Uri}","RenderedMessage":"Start processing HTTP request \"POST\" \"https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token\"","Properties":{"HttpMethod":"POST","Uri":"https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token","EventId":{"Id":100,"Name":"RequestPipelineStart"},"SourceContext":"System.Net.Http.HttpClient.DimServiceAuth.LogicalHandler","Scope":["HTTP POST https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:42 INF] Sending HTTP request POST https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token
{"Timestamp":"2025-01-19T21:45:42.9752878+00:00","Level":"Information","MessageTemplate":"Sending HTTP request {HttpMethod} {Uri}","RenderedMessage":"Sending HTTP request \"POST\" \"https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token\"","Properties":{"HttpMethod":"POST","Uri":"https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token","EventId":{"Id":100,"Name":"RequestStart"},"SourceContext":"System.Net.Http.HttpClient.DimServiceAuth.ClientHandler","Scope":["HTTP POST https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:43 INF] Received HTTP response headers after 700.442ms - 200
{"Timestamp":"2025-01-19T21:45:43.6804760+00:00","Level":"Information","MessageTemplate":"Received HTTP response headers after {ElapsedMilliseconds}ms - {StatusCode}","RenderedMessage":"Received HTTP response headers after 700.442ms - 200","Properties":{"ElapsedMilliseconds":700.442,"StatusCode":200,"EventId":{"Id":101,"Name":"RequestEnd"},"SourceContext":"System.Net.Http.HttpClient.DimServiceAuth.ClientHandler","HttpMethod":"POST","Uri":"https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token","Scope":["HTTP POST https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:43 INF] End processing HTTP request after 897.9618ms - 200
{"Timestamp":"2025-01-19T21:45:43.7701348+00:00","Level":"Information","MessageTemplate":"End processing HTTP request after {ElapsedMilliseconds}ms - {StatusCode}","RenderedMessage":"End processing HTTP request after 897.9618ms - 200","Properties":{"ElapsedMilliseconds":897.9618,"StatusCode":200,"EventId":{"Id":101,"Name":"RequestPipelineEnd"},"SourceContext":"System.Net.Http.HttpClient.DimServiceAuth.LogicalHandler","HttpMethod":"POST","Uri":"https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token","Scope":["HTTP POST https://centralidp.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/auth/realms/CX-Central/protocol/openid-connect/token"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:44 INF] Start processing HTTP request POST https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json
{"Timestamp":"2025-01-19T21:45:44.1890633+00:00","Level":"Information","MessageTemplate":"Start processing HTTP request {HttpMethod} {Uri}","RenderedMessage":"Start processing HTTP request \"POST\" \"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json\"","Properties":{"HttpMethod":"POST","Uri":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json","EventId":{"Id":100,"Name":"RequestPipelineStart"},"SourceContext":"System.Net.Http.HttpClient.DimService.LogicalHandler","Scope":["HTTP POST https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:44 INF] Sending HTTP request POST https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json
{"Timestamp":"2025-01-19T21:45:44.1946929+00:00","Level":"Information","MessageTemplate":"Sending HTTP request {HttpMethod} {Uri}","RenderedMessage":"Sending HTTP request \"POST\" \"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json\"","Properties":{"HttpMethod":"POST","Uri":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json","EventId":{"Id":100,"Name":"RequestStart"},"SourceContext":"System.Net.Http.HttpClient.DimService.ClientHandler","Scope":["HTTP POST https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:44 INF] Received HTTP response headers after 195.533ms - 201
{"Timestamp":"2025-01-19T21:45:44.3904557+00:00","Level":"Information","MessageTemplate":"Received HTTP response headers after {ElapsedMilliseconds}ms - {StatusCode}","RenderedMessage":"Received HTTP response headers after 195.533ms - 201","Properties":{"ElapsedMilliseconds":195.533,"StatusCode":201,"EventId":{"Id":101,"Name":"RequestEnd"},"SourceContext":"System.Net.Http.HttpClient.DimService.ClientHandler","HttpMethod":"POST","Uri":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json","Scope":["HTTP POST https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:44 INF] End processing HTTP request after 203.4242ms - 201
{"Timestamp":"2025-01-19T21:45:44.3924186+00:00","Level":"Information","MessageTemplate":"End processing HTTP request after {ElapsedMilliseconds}ms - {StatusCode}","RenderedMessage":"End processing HTTP request after 203.4242ms - 201","Properties":{"ElapsedMilliseconds":203.4242,"StatusCode":201,"EventId":{"Id":101,"Name":"RequestPipelineEnd"},"SourceContext":"System.Net.Http.HttpClient.DimService.LogicalHandler","HttpMethod":"POST","Uri":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json","Scope":["HTTP POST https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api/dim/setup-dim?companyName=Arena&bpn=BPNL000000000ARN&didDocumentLocation=https%3A%2F%2Fportal-backend.e34eabb8a136438fafe9.germanywestcentral.aksapp.io%2Fapi%2Fadministration%2Fstaticdata%2Fdid%2FBPNL000000000ARN%2Fdid.json"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:45 INF] finished processing process 40872a07-71e9-415d-a7aa-08eea254940c
{"Timestamp":"2025-01-19T21:45:45.5678724+00:00","Level":"Information","MessageTemplate":"finished processing process {processId}","RenderedMessage":"finished processing process 40872a07-71e9-415d-a7aa-08eea254940c","Properties":{"processId":"40872a07-71e9-415d-a7aa-08eea254940c","SourceContext":"Org.Eclipse.TractusX.Portal.Backend.Processes.Worker.Library.ProcessExecutionService","Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:45 INF] start processing process 27ba3421-edaf-40fb-8ec4-f296ca0dec9a type MAILING
{"Timestamp":"2025-01-19T21:45:45.5685766+00:00","Level":"Information","MessageTemplate":"start processing process {processId} type {processType}","RenderedMessage":"start processing process 27ba3421-edaf-40fb-8ec4-f296ca0dec9a type MAILING","Properties":{"processId":"27ba3421-edaf-40fb-8ec4-f296ca0dec9a","processType":"MAILING","SourceContext":"Org.Eclipse.TractusX.Portal.Backend.Processes.Worker.Library.ProcessExecutionService","Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:46 INF] finished processing process 27ba3421-edaf-40fb-8ec4-f296ca0dec9a
{"Timestamp":"2025-01-19T21:45:46.7729459+00:00","Level":"Information","MessageTemplate":"finished processing process {processId}","RenderedMessage":"finished processing process 27ba3421-edaf-40fb-8ec4-f296ca0dec9a","Properties":{"processId":"27ba3421-edaf-40fb-8ec4-f296ca0dec9a","SourceContext":"Org.Eclipse.TractusX.Portal.Backend.Processes.Worker.Library.ProcessExecutionService","Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:46 INF] Execution finished shutting down
{"Timestamp":"2025-01-19T21:45:46.7779516+00:00","Level":"Information","MessageTemplate":"Execution finished shutting down","RenderedMessage":"Execution finished shutting down","Properties":{"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
[21:45:46 INF] Server Shutting down
{"Timestamp":"2025-01-19T21:45:46.7797945+00:00","Level":"Information","MessageTemplate":"Server Shutting down","RenderedMessage":"Server Shutting down","Properties":{"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
SSI DIM Wallet stub Logs:
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.2)
2025-01-19T21:50:37.106Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.e.t.wallet.stub.WalletStubApplication : Starting WalletStubApplication vlatest using Java 21.0.5 with PID 1 (/app/wallet-latest.jar started by wallet in /app)
2025-01-19T21:50:37.162Z DEBUG 1 --- [SSI DIM Wallet stub] [ main] o.e.t.wallet.stub.WalletStubApplication : Running with Spring Boot v3.3.2, Spring v6.1.11
2025-01-19T21:50:37.164Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.e.t.wallet.stub.WalletStubApplication : No active profile set, falling back to 1 default profile: "default"
2025-01-19T21:50:43.198Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=cb1367fc-d690-3676-a593-49f9851d421e
2025-01-19T21:50:45.121Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
2025-01-19T21:50:45.190Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2025-01-19T21:50:45.191Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.26]
2025-01-19T21:50:45.608Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2025-01-19T21:50:45.663Z INFO 1 --- [SSI DIM Wallet stub] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8152 ms
2025-01-19T21:50:53.283Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-01-19T21:50:53.668Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
2025-01-19T21:50:53.701Z INFO 1 --- [SSI DIM Wallet stub] [ main] o.e.t.wallet.stub.WalletStubApplication : Started WalletStubApplication in 20.007 seconds (process running for 22.934)
2025-01-19T21:50:54.579Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-1] o.e.t.w.stub.portal.PortalStubService : Request to setup dim received for company name -> Eclipse Tractus-x Operating Company, bpn ->BPNL00000003CRHK waiting for 60 sec
2025-01-19T21:50:54.984Z INFO 1 --- [SSI DIM Wallet stub] [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-01-19T21:50:54.990Z INFO 1 --- [SSI DIM Wallet stub] [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-01-19T21:50:54.997Z INFO 1 --- [SSI DIM Wallet stub] [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
2025-01-19T21:50:57.082Z DEBUG 1 --- [SSI DIM Wallet stub] [ main] .t.w.s.u.DeterministicECKeyPairGenerator : Keypair is generated for bpn -> BPNL00000003CRHK
2025-01-19T21:50:57.263Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-2] o.e.t.w.stub.portal.PortalStubService : Request to setup dim received for company name -> Seed Wallet 1, bpn ->BPNL00000003AZQP waiting for 60 sec
2025-01-19T21:50:57.270Z DEBUG 1 --- [SSI DIM Wallet stub] [ main] .t.w.s.u.DeterministicECKeyPairGenerator : Keypair is generated for bpn -> BPNL00000003AZQP
2025-01-19T21:50:57.273Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-3] o.e.t.w.stub.portal.PortalStubService : Request to setup dim received for company name -> Seed Wallet 2, bpn ->BPNL00000003AYRE waiting for 60 sec
2025-01-19T21:50:57.278Z DEBUG 1 --- [SSI DIM Wallet stub] [ main] .t.w.s.u.DeterministicECKeyPairGenerator : Keypair is generated for bpn -> BPNL00000003AYRE
2025-01-19T21:50:57.283Z DEBUG 1 --- [SSI DIM Wallet stub] [ main] o.e.t.w.stub.config.InitialSetupConfig : Base wallet with bpn is BPNL00000003CRHK created and status list VC is also created
2025-01-19T21:51:04.663Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-1] o.e.t.w.stub.portal.PortalStubService : Did document create for bpn -> BPNL00000003CRHK , didDocument - >{"did":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003CRHK","didDocument":{"service":[{"id":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io#credential-service","type":"CredentialService","serviceEndpoint":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api"}],"verificationMethod":[{"id":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003CRHK#8fbcc425-8a33-3dea-84dd-d5762a3da8d7","type":"JsonWebKey2020","controller":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003CRHK","publicKeyJwk":{"kty":"EC","use":"sig","crv":"secp256k1","x":"w5bED38At33I56D4tkcfh7-o7D8L0gFqL4Udqt4wdv4","y":"50Ud3eHQrM_Z2qiDhJHxuJUaUBtVbHf3aAiGAgq_E7E"}}],"authentication":["did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003CRHK#8fbcc425-8a33-3dea-84dd-d5762a3da8d7"],"id":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003CRHK","@context":["https://www.w3.org/ns/did/v1"]},"authenticationDetails":{"authenticationServiceUrl":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io","clientSecret":"BPNL00000003CRHK","clientID":"BPNL00000003CRHK"}}
2025-01-19T21:51:07.264Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-2] o.e.t.w.stub.portal.PortalStubService : Did document create for bpn -> BPNL00000003AZQP , didDocument - >{"did":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AZQP","didDocument":{"service":[{"id":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io#credential-service","type":"CredentialService","serviceEndpoint":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api"}],"verificationMethod":[{"id":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AZQP#8b35f0e1-8a1a-3b40-ad73-63768cd2c37b","type":"JsonWebKey2020","controller":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AZQP","publicKeyJwk":{"kty":"EC","use":"sig","crv":"secp256k1","x":"fpU4a0-VF0Z8Hs9aGfAWwTiaj5TaBV8oAImamTdmfVc","y":"2iBI9MqJcKxTo5mrUAsdGXdLB214VzogQ7scaTMe-uU"}}],"authentication":["did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AZQP#8b35f0e1-8a1a-3b40-ad73-63768cd2c37b"],"id":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AZQP","@context":["https://www.w3.org/ns/did/v1"]},"authenticationDetails":{"authenticationServiceUrl":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io","clientSecret":"BPNL00000003AZQP","clientID":"BPNL00000003AZQP"}}
2025-01-19T21:51:07.274Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-3] o.e.t.w.stub.portal.PortalStubService : Did document create for bpn -> BPNL00000003AYRE , didDocument - >{"did":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AYRE","didDocument":{"service":[{"id":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io#credential-service","type":"CredentialService","serviceEndpoint":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api"}],"verificationMethod":[{"id":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AYRE#85097b7f-01e2-3715-97ca-d1095c18d1f0","type":"JsonWebKey2020","controller":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AYRE","publicKeyJwk":{"kty":"EC","use":"sig","crv":"secp256k1","x":"GGTLaQIIfszLVnYuplpf0Gsb_GJPMiAXTnlJ45fivjQ","y":"hFvfbGFY60Umz-3qVyGAywqukMrrLq86w8Le3C8AhWs"}}],"authentication":["did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AYRE#85097b7f-01e2-3715-97ca-d1095c18d1f0"],"id":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL00000003AYRE","@context":["https://www.w3.org/ns/did/v1"]},"authenticationDetails":{"authenticationServiceUrl":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io","clientSecret":"BPNL00000003AYRE","clientID":"BPNL00000003AYRE"}}
2025-01-19T22:09:22.047Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-4] o.e.t.w.stub.portal.PortalStubService : Request to setup dim received for company name -> Arena2036, bpn ->BPNL000000000ARN waiting for 60 sec
2025-01-19T22:09:32.052Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-4] .t.w.s.u.DeterministicECKeyPairGenerator : Keypair is generated for bpn -> BPNL000000000ARN
2025-01-19T22:09:32.055Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-4] o.e.t.w.stub.portal.PortalStubService : Did document create for bpn -> BPNL000000000ARN , didDocument - >{"did":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL000000000ARN","didDocument":{"service":[{"id":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io#credential-service","type":"CredentialService","serviceEndpoint":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io/api"}],"verificationMethod":[{"id":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL000000000ARN#4916cb4c-d8b6-35ec-8ccd-2122be7c35f8","type":"JsonWebKey2020","controller":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL000000000ARN","publicKeyJwk":{"kty":"EC","use":"sig","crv":"secp256k1","x":"7QyE-jKzfwMvnK_FMsbOQd0iVIQG0CcxS4n2plx83-I","y":"BvYvqpBoJyhtImtmH_62SpUa4SLPqqW0EJHZjeR9bf4"}}],"authentication":["did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL000000000ARN#4916cb4c-d8b6-35ec-8ccd-2122be7c35f8"],"id":"did:web:ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io:BPNL000000000ARN","@context":["https://www.w3.org/ns/did/v1"]},"authenticationDetails":{"authenticationServiceUrl":"https://ssi-dim-wallet-stub.e34eabb8a136438fafe9.germanywestcentral.aksapp.io","clientSecret":"BPNL000000000ARN","clientID":"BPNL000000000ARN"}}
2025-01-19T22:09:35.672Z DEBUG 1 --- [SSI DIM Wallet stub] [ task-4] o.e.t.w.stub.portal.PortalStubService : Response of post did document status->204
The logs from the ssi-dim-wallet report no errors
Steps to Reproduce
CX-Operator: The invitation email is sent to the company admin
Company Admin:
Accept the invitation ´by company admin
Fill out company details submit the company registration form
CX-Operator:
Access the Application Requests from Portal and go through the checklist.
Approve Data Validation manually
Added BPN BPNL000000000ARN manually
Get the processWorker job triggered to approve further steps
Error "The Identity Wallet creation failed. You can retrigger the endpoint or close/reject the company registration."
I need to go through this company onboarding journey. Did I miss something in the configuration?
Any help would be highly appreciated!
Thanks in advance
The text was updated successfully, but these errors were encountered:
@mgarciaLKS@CDiezRodriguez I think you tested the process the last time (when we switched to the DIM Stub) successfully. Could you please try to reproduce and support @saudkhan116
Problem Statement:
I was testing the umbrella chart version v2.0.13, and am having an issue in registering a demo company during checklist process. I already arrived until BPN CREATION step, but the WALLET CREATION step is getting failed after getting trigged the automated run from the worker process.
Registration without BPN
When registering a company without BPN (manual BPN by cx-operator), the wallet creation step gets failed and there is no retrigger button shown in the UI. The screenshots are attached for further reference.
BPN: BPNL000000000ARN
ProcessWorker Logs:
SSI DIM Wallet stub Logs:
The logs from the ssi-dim-wallet report no errors
Steps to Reproduce
Error "The Identity Wallet creation failed. You can retrigger the endpoint or close/reject the company registration."
I need to go through this company onboarding journey. Did I miss something in the configuration?
Any help would be highly appreciated!
Thanks in advance
The text was updated successfully, but these errors were encountered: