Greetings all
browser - Brave (Chromium 85.0.4183.102)
XOA community edition - updated today via script
xo-server 5.66.2
xo-web 5.70.0
I am also having this issue. It's an ova file from virtualbox - I created it back in 2018 , if that is part of the problem?
Here is my error log:
bubbles: false
cancelBubble: false
cancelable: false
composed: false
currentTarget: FileReader {readyState: 2, result: null, error: DOMException: The requested file could not be read, typically due to permission problems that have …, onloadstart: null, onprogress: null, …}
defaultPrevented: false
eventPhase: 0
isTrusted: true
lengthComputable: true
loaded: 0
path: []
returnValue: true
srcElement: FileReader {readyState: 2, result: null, error: DOMException: The requested file could not be read, typically due to permission problems that have …, onloadstart: null, onprogress: null, …}
target: FileReader {readyState: 2, result: null, error: DOMException: The requested file could not be read, typically due to permission problems that have …, onloadstart: null, onprogress: null, …}
timeStamp: 379669.2550000007
total: 3307068416
type: "error"
__proto__: ProgressEvent
(anonymous) @ index.js:224
o @ asyncToGenerator.js:17
(anonymous) @ asyncToGenerator.js:30
Promise.then (async)
o @ asyncToGenerator.js:27
(anonymous) @ asyncToGenerator.js:35
t @ _export.js:36
(anonymous) @ asyncToGenerator.js:14
(anonymous) @ index.js:216
(anonymous) @ index.js:276
(anonymous) @ utils.js:174
t.exports @ _arrayEach.js:15
t.exports @ forEach.js:37
r.mapPlus @ utils.js:174
(anonymous) @ index.js:264
o @ asyncToGenerator.js:17
(anonymous) @ asyncToGenerator.js:35
t @ _export.js:36
(anonymous) @ asyncToGenerator.js:14
(anonymous) @ index.js:237
(anonymous) @ index.js:206
Promise.then (async)
value @ index.js:174
executeOnChange @ LinkedValueUtils.js:130
(anonymous) @ ReactDOMInput.js:239
o @ ReactErrorUtils.js:24
s @ EventPluginUtils.js:83
executeDispatchesInOrder @ EventPluginUtils.js:106
d @ EventPluginHub.js:41
p @ EventPluginHub.js:52
t.exports @ forEachAccumulated.js:22
processEventQueue @ EventPluginHub.js:250
(anonymous) @ ReactEventEmitterMixin.js:15
handleTopLevel @ ReactEventEmitterMixin.js:25
p @ ReactEventListener.js:70
perform @ Transaction.js:141
batchedUpdates @ ReactDefaultBatchingStrategy.js:60
batchedUpdates @ ReactUpdates.js:95
dispatchEvent @ ReactEventListener.js:145
I do see this line
DOMException: The requested file could not be read, typically due to permission problems
What perms do I need to set on the ova to let it read this ova and import? I regret that I can not share the ova file as it is private but I can try and debug perhaps?
Here is the error log from XOA Enterprise (I run both VMs) when trying to import the same file.
xo-server 5.64.1
xo-web 5.67.0
bubbles: false
cancelBubble: false
cancelable: false
composed: false
currentTarget: FileReader {readyState: 2, result: null, error: DOMException: The requested file could not be read, typically due to permission problems that have …, onloadstart: null, onprogress: null, …}
defaultPrevented: false
eventPhase: 0
isTrusted: true
lengthComputable: true
loaded: 0
path: []
returnValue: true
srcElement: FileReader {readyState: 2, result: null, error: DOMException: The requested file could not be read, typically due to permission problems that have …, onloadstart: null, onprogress: null, …}
target: FileReader {readyState: 2, result: null, error: DOMException: The requested file could not be read, typically due to permission problems that have …, onloadstart: null, onprogress: null, …}
timeStamp: 23579.565000000002
total: 3307068416
type: "error"
__proto__: ProgressEvent
Anything else I can provide to help debug, lmk. Thank you.
Edit - I attempted to import via the windows xen center and that also failed to import. I can attach logs if you tell me how, but I think xen center is another dev team. I might need to somehow convert my ova file from 2018 to a newer standard somehow?
The private ova file is a debian 8 system with the default gui install. It has a VMDK as it's disk format.. I am fairly certain I would have set that up as dynamically allocated.