Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tractusx-dev] Errors beause of EDC downgrade from 0.9.0 to 0.5.4
  • From: csaba cs <cscsaba242@xxxxxxxx>
  • Date: Thu, 22 May 2025 09:40:35 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=tMVOmvqeYU2/D/1oGoJVsEnzZdKwxNiZXjiGhFyk0bo=; b=iXSBNHnEn47OkancebanjtMhh8JlDAVDMsb/4Opi7vFWlDVGsa6nug6uSYu0adp0VmuBFYIP9b5A7LAANhN1OpHAc87WP5p/frCL49saDTirCTey5Iay7vGPov//FhHfkSPnyBw29iC1sYGLMm6IcPeu8b5qLjIddtof52luPrj0udHE8ogNyuuOEFnVock2piLablGa2PRyf/Blf7IJJ+Tv2M9UBVPrZZlj5w2SHm/SDNre2QlO1Kayg+62/XCSEa9CZqPAbZrKx83iFTcnKi5MyOx9AqY9MPndgGhCdgwy36vQEbWo3B3rd3Q2wFr8PlFxrJQRPC8hky6KvPQ43Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=y/21+Hy4SgwMSxtXwJ8F3vE+MH4MhsMtxTBZQrBJOvY+okc9gqb79yUSB8UFnkpx2a9XeKkP1Ma6XYUIQoMnLqNUSGFEPK+Br/o3NXQK95j4snPlw+9rpDUotZDobOnzWvqacC/5A0HAaMbk/VfX5CXHsw9+keNuD66umoclURHJdvVoEUQcJ+L9NeCkl3G3dxMO6CF0XqhNpMG/sQfnEWt8YvC3ArDC2fpz1VT29FrvpQO5VtH6LULStGJyWkBl4KFVugckXGdoRy9nNr2GUFV1PnjXFP9/vAnzjE588xN4n62x2Vchsj4cpnYvYeuRSAOFGCtbVhIwMMq9nuHuog==
  • Delivered-to: tractusx-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tractusx-dev/>
  • List-help: <mailto:tractusx-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tractusx-dev>, <mailto:tractusx-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tractusx-dev>, <mailto:tractusx-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHbyvwJxuuuiaZEKUu3LJ0lIVk0DA==
  • Thread-topic: Errors beause of EDC downgrade from 0.9.0 to 0.5.4

Hello Guys,

At our company we had to downgrade the EDC from 0.9.0 to 0.5.4 our apps throws this exception below
(where mainly caused by empty config properties)

Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.edc.spi.system.injection.ProviderMethod.invoke(ProviderMethod.java:61)
... 20 more
Caused by: java.lang.NullPointerException:
edc.data.encryption.keys.alias property not found
at java.base/java.util.Objects.requireNonNull(Unknown Source)
at org.eclipse.tractusx.edc.data.encryption.TxEncryptorExtension.createEncryptor(TxEncryptorExtension.java:59)
... 25 more


So, my question is :
Is there any source where I can check what properties needed to 0.5.4 ? 
Is there any documentation for specific releases or we only have changelog ? 
What is the best way to putting together a small dataexchange with version 0.5.4 ?

Thanks in advance,

Csaba

Back to the top