Instalación en servidor remoto:
1)
SO Debian 11.2
DSpace 7.2 (Backend / REST API Only) 
<https://github.com/DSpace/DSpace/releases/tag/dspace-7.2>
DSpace 7.2 (Frontend / UI Only) 
<https://github.com/DSpace/dspace-angular/releases/tag/dspace-7.2>
openjdk version "11.0.14" 2022-01-18
tomcat9, 
todos los requisitos necesarios para Backend.
Node. v16.14.0
yarn 1.22.17

2)
Al momento de hacer el yarn test:rest el resultado tiene éxito con la 
conexión a Backend
RESPONSE: 200

Checking JSON returned for validity...
        "dspaceVersion" = DSpace 7.2
        "dspaceUI" = http://midominio:4000
        "dspaceServer" = http://midominio:8080/server
        "dspaceServer" property matches UI's "rest" config? true
        Does "/api" endpoint have HAL links ("_links" section)? true
Done in 2.73s.
sin embargo el error surge al momento de lanzar el comando yarn start
teniendo como resultado lo siguiente:

3)
Error: listen EADDRNOTAVAIL: address not available midominio:4000
    at Server.setupListenHandle [as _listen2] (node:net:1313:21)
    at listenInCluster (node:net:1378:12)
    at doListen (node:net:1516:7)
    at ZoneDelegate.invokeTask 
(/home/repositorio/dspace-angular/dist/server/main.js:3:3858915)
    at Zone.runTask 
(/home/repositorio/dspace-angular/dist/server/main.js:3:3851480)
    at ZoneTask.invokeTask 
(/home/repositorio/dspace-angular/dist/server/main.js:3:3860500)
    at ZoneTask.options.useG.invoke 
(/home/repositorio/dspace-angular/dist/server/main.js:3:3860329)
    at data.args.<computed> 
(/home/repositorio/dspace-angular/dist/server/main.js:3:3881412)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
Emitted 'error' event on Server instance at:
    at emitErrorNT (node:net:1357:8)
    at ZoneDelegate.invokeTask 
(/home/repositorio/dspace-angular/dist/server/main.js:3:3858915)
    [... lines matching original stack trace ...]
    at data.args.<computed> 
(/home/repositorio/dspace-angular/dist/server/main.js:3:3881412)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'EADDRNOTAVAIL',
  errno: -99,
  syscall: 'listen',
  address: 'midominio',
  port: 4000
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this 
command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this 
command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this 
command.


-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/62e3313b-40da-438a-a035-856fa3bc9dd5n%40googlegroups.com.

Reply via email to