Lamentablemente me apareció un error similar al ejecutar (yarn serve:ssr)
después de haber ejecutado a) y b) en la ruta
/dspace-angular/config
aquí un pedazo de código que se mostró en el terminal como 30 segundos
aproximadamente
rRefCode=16*this.charRefCode+cp-55:isAsciiLowerHexDigit(cp)?this.charRefCode=16*this.charRefCode+cp-87:isAsciiDigit(cp)?this.charRefCode=16*this.charRefCode+cp-48:cp===$.SEMICOLON?this.state="NUMERIC_CHARACTER_REFERENCE_END_STATE":(this._err(ERR.missingSemicolonAfterCharacterReference),this._reconsumeInState("NUMERIC_CHARACTER_REFERENCE_END_STATE"))}DECIMAL_CHARACTER_REFERENCE_STATE(cp){isAsciiDigit(cp)?this.charRefCode=10*this.charRefCode+cp-48:cp===$.SEMICOLON?this.state="NUMERIC_CHARACTER_REFERENCE_END_STATE":(this._err(ERR.missingSemicolonAfterCharacterReference),this._reconsumeInState("NUMERIC_CHARACTER_REFERENCE_END_STATE"))}NUMERIC_CHARACTER_REFERENCE_END_STATE(){if(this.charRefCode===$.NULL)this._err(ERR.nullCharacterReference),this.charRefCode=$.REPLACEMENT_CHARACTER;else
if(this.charRefCode>1114111)t......................................
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.
El domingo, 13 de marzo de 2022 a las 12:59:00 UTC-5, Mohammad S. AlMutairi
escribió:
> I think you forgot to stop the frontend service before you start the
> compiling again. To resolve it do one of the commands you see below and
> then just the frontend with ( yarn serve:ssr ).
> a) pm2 kill
> b) kill -9 $(lsof -t -i :4000)
>
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/dspace-tech/925d1425-3826-4b54-a84b-5d079aedb521n%40googlegroups.com.