arosien commented on issue #942:
URL: 
https://github.com/apache/daffodil-vscode/issues/942#issuecomment-1933125524

   Strange XSD errors on mac:
   ```
   [info] Compiling 1 XSD file(s) to 
/Users/runner/work/daffodil-vscode/daffodil-vscode/debugger/target/scala-2.12/src_managed_cxf
   parsing a schema...
   Error:  
"file:/Users/runner/work/daffodil-vscode/daffodil-vscode/debugger/target/scala-2.12/resource_managed/xsd/org/apache/daffodil/xsd/DFDL_part3_model.xsd"
 is not a part of this compilation. Is this a mistake for 
"file:/Users/runner/work/daffodil-vscode/daffodil-vscode/debugger/target/scala-2.12/resource_managed/xsd/org/apache/daffodil/xsd/DFDL_part1_simpletypes.xsd"?
     line 26 of 
file:/Users/runner/work/daffodil-vscode/daffodil-vscode/debugger/src/main/resources/bindings.xjb
   ```
   
   timeouts happening on windows:
   ```
   info There appears to be trouble with your network connection. Retrying...
   info There appears to be trouble with your network connection. Retrying...
   info There appears to be trouble with your network connection. Retrying...
   info There appears to be trouble with your network connection. Retrying...
   error Error: https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz: 
ESOCKETTIMEDOUT
   ```
   
   The network problems might be addressed by [specifying a longer 
timeout](https://stackoverflow.com/questions/52135815/yarn-is-having-troubles-with-the-network-connection)
 during `yarn install`.
   
   If both are transient errors then perhaps adding action retries via [retry 
action](https://github.com/nick-fields/retry) would help.


-- 
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]

Reply via email to