stricklandrbls commented on PR #926:
URL: https://github.com/apache/daffodil-vscode/pull/926#issuecomment-1879863243
@shanedell @scholarsmate @lrbarber
Could you all test this and see if you're seeing the same issue? I'm
currently seeing an error with auto-starting the data editor where it will fail
to create the viewport. It's odd because this log output mentions that a
session is already started but these logs are from the first time starting the
DFDL Debugger after booting Windows.
I've only seen this issue on Windows, as well.
<details><summary><h3>Data Editor Log Output</h3></summary>
```bash
[16:32:13.489] INFO (17896): logger set
fn: "setLogger"
[16:32:13.495] WARN (17896):
fn: "startServer"
host: "127.0.0.1"
port: 9420
pidFile:
"C:\Users\Orion\AppData\Roaming\xdg.data\omega_edit\serv-9420.pid"
logConf:
"C:\Users\Orion\AppData\Roaming\xdg.data\omega_edit\serv-9420.logconf.xml"
err: {
"msg": "pidFile already exists",
"pid": 4608
}
[16:32:39.101] ERROR (17896):
fn: "createSession"
err: {
"msg": "13 INTERNAL: ",
"details": "",
"code": 13,
"stack":
Error: 13 INTERNAL:
at t.callErrorFromStatus
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:5335)
at Object.onReceiveStatus
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:30617)
at Object.onReceiveStatus
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:26506)
at Object.onReceiveStatus
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:25951)
at
c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:113039
at process.processTicksAndRejections
(node:internal/process/task_queues:77:11)
for call at
at s.makeUnaryRequest
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:30158)
at s.createSession
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:97633)
at
c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:625864
at new Promise (<anonymous>)
at
c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:625841
at Generator.next (<anonymous>)
at s
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:624000)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
}
[16:32:39.102] ERROR (17896):
err: {
"msg": "Failed to create session for
c:\\Users\\Orion\\Documents\\GitHub\\PNG/basi0g01.png",
"stack":
Error:
at x.<anonymous>
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:991929)
at Generator.throw (<anonymous>)
at a
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:983164)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
}
[16:32:39.118] ERROR (17896):
fn: "createViewport"
err: {
"msg": "5 NOT_FOUND: session not found",
"details": "session not found",
"code": 5,
"stack":
Error: 5 NOT_FOUND: session not found
at t.callErrorFromStatus
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:5335)
at Object.onReceiveStatus
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:30617)
at Object.onReceiveStatus
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:26506)
at Object.onReceiveStatus
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:25951)
at
c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:113039
at process.processTicksAndRejections
(node:internal/process/task_queues:77:11)
for call at
at s.makeUnaryRequest
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:30158)
at s.createViewport
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:97633)
at
c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:637185
at new Promise (<anonymous>)
at
c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:637162
at Generator.next (<anonymous>)
at s
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:636177)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
}
[16:32:39.118] ERROR (17896):
err: {
"msg": "Failed to create viewport for
c:\\Users\\Orion\\Documents\\GitHub\\PNG/basi0g01.png",
"stack":
Error:
at x.<anonymous>
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:992848)
at Generator.throw (<anonymous>)
at a
(c:\Users\Orion\Documents\GitHub\daffodil-vscode\dist\ext\extension.js:2:983164)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
}
```
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]