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 can't import a template, at the end, i have an error in /var/log/ovirt-engine/engine.log
2024-10-31 11:48:35,223+01 ERROR [org.ovirt.engine.core.bll.exportimport.ExtractOvaCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-51) [16893feb-09d5-4cc1-beed-6e10faee936b] Command 'org.ovirt.engine.core.bll.exportimport.ExtractOvaCommand' failed: Index 1 out of bounds for length 1
2024-10-31 11:48:35,223+01 ERROR [org.ovirt.engine.core.bll.exportimport.ExtractOvaCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-51) [16893feb-09d5-4cc1-beed-6e10faee936b] Exception: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.exportimport.ExtractOvaCommand.lambda$storeExternalData$7(ExtractOvaCommand.java:239)
at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:178)
at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
To reproduce
Just trie to import an ova template like Oracle Linux 8 update 10
Screenshots
Can you help me please ?
Regards.
The text was updated successfully, but these errors were encountered:
PoC-FNX
changed the title
Unable to import template : Exception: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
Unable to import template (OVA) : Exception: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
Oct 31, 2024
Affected version
4.5.5-1.22.el8
Describe the bug
I can't import a template, at the end, i have an error in /var/log/ovirt-engine/engine.log
2024-10-31 11:48:35,223+01 ERROR [org.ovirt.engine.core.bll.exportimport.ExtractOvaCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-51) [16893feb-09d5-4cc1-beed-6e10faee936b] Command 'org.ovirt.engine.core.bll.exportimport.ExtractOvaCommand' failed: Index 1 out of bounds for length 1
2024-10-31 11:48:35,223+01 ERROR [org.ovirt.engine.core.bll.exportimport.ExtractOvaCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-51) [16893feb-09d5-4cc1-beed-6e10faee936b] Exception: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.exportimport.ExtractOvaCommand.lambda$storeExternalData$7(ExtractOvaCommand.java:239)
at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:178)
at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
To reproduce
Just trie to import an ova template like Oracle Linux 8 update 10
Screenshots
Can you help me please ?
Regards.
The text was updated successfully, but these errors were encountered: