-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR! An error occured while running jhipster:bootstrap-application#checkProperties ERROR! ERROR! You have duplicate properties in entity Proyecto: id Error: You have duplicate properties in entity Proyecto: id #26553
Comments
Id field is created by default.
Working as expected. |
@mshima I had eliminated the relationship relationship OneToOne { loza@loza-VivoBook-15-ASUS-Laptop-X540UBR:~/ciecyt_backend_vue_2$ jhipster jdl app-config.jdl
██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║ INFO! Generating jdls app-config.jdl Documentation for creating an application is at https://www.jhipster.tech/creating-an-app/ Application files will be generated in folder: /home/loza/ciecyt_backend_vue_2
WARNING! The generated constraint name "fk_adjunto_retroalimentacion__adjunto_retroalimentacion_proyecto_id" is too long for PostgreSQL (which has a 63 character limit). It will be truncated! Changes to package.json were detected.
up to date, audited 1038 packages in 4s 300 packages are looking for funding found 0 vulnerabilities Congratulations, JHipster execution is complete! Thanks for using JHipster! |
I have an empty project created with jhipster + vue + maven + node + postgres sql and I am trying to generate entities with a jdl file but I get the following error, I have tried to upload the file to jdl studio or copy and download but I can't find the solution, I am trying to migrate a project
entity Acuerdo {
acuerdo String,
version String,
codigo String,
fecha LocalDate
}
entity AdjuntoProyectoFase {
nombreAdjunto String,
fechaCreacion LocalDate,
fechaModificacion LocalDate,
estadoAdjunto Integer,
adjuntoProyectoFase String,
nombreArchivoOriginal String,
fechaInicio LocalDate,
fechaFin LocalDate,
archivo AnyBlob,
archivoContentType String,
proyectoFaseProyectoId Long,
proyectoFaseProyectoTitulo String,
adjuntoProyectoFaseFaseId Long,
adjuntoProyectoFaseFaseFase String,
file String
}
entity AdjuntoRetroalimentacion {
nombreAdjunto String,
fechaCreacion LocalDate,
fechaModificacion LocalDate,
estadoAdjunto Integer,
adjuntoRetroalimentacion String,
nombreArchivoOriginal String,
fechaInicio LocalDate,
fechaFin LocalDate,
archivo AnyBlob,
archivoContentType String,
file String
}
entity Categorizacion {
categoria String,
descripcion String
}
entity CicloPropedeutico {
ciclo String
}
entity Cronograma {
actividad String,
duracion Integer,
fechaInicio LocalDate,
fechaFin LocalDate,
ordenVista Integer
}
entity CronogramaCiecyt {
tituloCronograma String,
fechaInicio LocalDate,
fechaFin LocalDate,
observaciones String
}
entity CronogramaCiecytFases {
inicioFase LocalDate,
finFase LocalDate,
textoExplicativo String
}
entity Departamento {
codigoDane String,
departamento String
}
entity Elemento {
elemento String,
descripcion String
}
entity ElementoModalidad
entity ElementoProyecto {
dato String,
elementoProyectoProyectoDescripcion String,
elementoFasesId Long
}
entity Entidad {
entidad String,
nit String
}
entity EntidadFinanciadora {
valor Double,
aprobada Boolean
}
entity Facultad {
codigoFacultad String,
facultad String
}
entity Fases {
fase String,
notificable Boolean
}
entity FichaTecnica {
tituloProfesional String,
tituloPostgrado String,
experiencia String
}
entity Formato {
formato String,
version String,
codigo String,
fecha LocalDate
}
entity GrupoSemillero {
nombre String,
tipo Boolean
}
entity ImpactosEsperados {
impacto String,
plazo Integer,
indicador String,
supuestos String,
ordenVista Integer
}
entity InformacionPasantia {
duracionHoras Integer,
direccion String,
email String,
lunes Boolean,
martes Boolean,
miercoles Boolean,
jueves Boolean,
viernes Boolean,
sabado Boolean,
domingo Boolean,
horasMes Integer,
bonoAlimenticio Boolean,
apoyoEconomico Boolean,
auxilioTransporte Boolean,
capacitacion Boolean,
otroApoyo String,
nombreEmpresa String,
nitEmpresa String,
direccionEmpresa String,
sectorEconomicoEmpresa String,
representanteLegalEmpresa String,
asesorEmpresa String,
cargoAsesorEmpresa String,
emailAsesorEmpresa String,
municipioEmpresa String,
telefonoContactoEmpresa String,
emailEmpresa String,
departamentoEmpresa String,
identificacionRepresentanteLegal String,
profesionAsesorEmpresa String,
celularAsesorEmpresa String
}
entity IntegranteProyecto {
integrante String,
descripcion String
}
entity InvestigacionTipo {
investigacionTipo String,
investigacionTipoDescripcion String,
tipo String,
tipoDescripcion String
}
entity LineaInvestigacion {
linea String,
codigoLinea String
}
entity Menu {
nombre String,
url String,
icono String,
activo Boolean,
esPublico Boolean,
orden Integer,
rol String
}
entity Modalidad {
modalidad String
}
entity Municipio {
region String,
codigoDaneDepartamento String,
departamento String,
codigoDaneMunicipio String,
municipio String
}
entity Pregunta {
encabezado String,
descripcion String,
pregunta String,
puntaje Float,
puntajeMaximo Float
}
entity PreguntaAuthority
entity PreguntaModalidad
entity PresupuestoValor {
descripcion String,
justificacion String,
cantidad Integer,
valorUnitario Double,
especie Double,
dinero Double,
ordenVista Integer
}
entity Producto {
producto String
}
entity ProductoProyecto {
aplica Boolean,
descripcion String
}
entity Programa {
programa String,
descripcion String,
codigoInterno String,
codigoSnies String,
creditos Integer,
ciclo String,
resolucion String,
titulo String,
duracionSemestres Integer
}
entity Proyecto {
titulo String,
url String,
lugarEjecucion String,
duracion String,
fechaIni LocalDate,
fechaFin LocalDate,
contrapartidaPesos Double,
contrapartidaEspecie Double,
palabrasClave String,
convocatoria String,
tipo String,
referencias String,
programa String,
departamento String,
municipio String,
viable Boolean,
enviado Boolean,
fechaEnvioPropuesta ZonedDateTime,
fechaEnvioProyecto ZonedDateTime,
nota Float,
conclusion String,
recomendaciones String,
viabilidad String,
preEnviado Boolean,
fechaPreEnvioPropuesta ZonedDateTime,
fechaViabilidadPropuesta ZonedDateTime,
fechaSustentacionProyecto ZonedDateTime,
sustentar Boolean,
recomendacionesJuradoProyecto String,
recomendacionesAsesorPropuesta String,
recomendacionesAsesorProyecto String,
recomendacionesJuradoSustentacion String,
proyectoEnviado Boolean
}
entity ProyectoFase {
titulo String,
cumplida Boolean,
fechaCumplimiento LocalDate,
observaciones String
}
entity ProyectoRespuestas {
respuesta String,
observaciones String,
viable Boolean,
puntaje Float,
siNo Boolean,
elemento String,
preguntaTipoPreguntaId Long,
preguntaTipoPreguntaTipoPregunta String,
encabezado String,
dato String,
respuestaTexto String,
respuestaNumero Float,
faseId Long,
authority String,
puntajeMaximo Integer
}
entity ResultadosEsperados {
resultado String,
indicador String,
beneficiario String,
ordenVista Integer
}
entity Retroalimentacion {
titulo String,
retroalimentacion String,
fechaRetroalimentacion LocalDate,
estadoRetroalimentacion LocalDate,
estadoProyectoFase Integer
}
entity RolMenu {
permitirAcceso Boolean,
permitirCrear Boolean,
permitirEditar Boolean,
permitirEliminar Boolean,
authName String
}
entity RolesModalidad {
rol String,
cantidad Integer,
calificador Boolean
}
entity Rubro {
rubro String
}
entity Solicitud {
estado Boolean,
asunto String,
textoSolicitud String,
fechaSolicitud LocalDate
}
entity TipoPregunta {
tipoPregunta String,
tipoDato String
}
entity UserInfo {
nuip String,
codigoItp String,
celular String,
telefono String,
foto TextBlob,
fotoContentType String
}
entity Usuario {
usuario String,
descripcion String
}
relationship OneToOne {
InformacionPasantia{informacionPasantiaProyecto} to Proyecto{id}
}
relationship OneToMany {
Modalidad{modalidadCicloPropedeutico} to CicloPropedeutico{modalidad},
Facultad{facultadProyecto} to Proyecto{facultad}
}
relationship ManyToOne {
AdjuntoProyectoFase{proyectoFaseProyecto(titulo)} to Proyecto,
AdjuntoProyectoFase{adjuntoProyectoFaseFase(fase)} to Fases,
AdjuntoRetroalimentacion{adjuntoRetroalimentacionProyecto(titulo)} to Proyecto,
AdjuntoRetroalimentacion{adjuntoRetroalimentacionFase(fase)} to Fases,
Categorizacion{categorizacionProyecto(titulo)} to Proyecto,
CicloPropedeutico{cicloPropedeuticoAcuerdo(acuerdo)} to Acuerdo,
Cronograma{cronogramaProyecto(titulo)} to Proyecto,
CronogramaCiecyt{cronogramaCiecytModalidad(modalidad)} to Modalidad,
CronogramaCiecytFases{cronogramaCiecytFasesCronogramaCiecyt(tituloCronograma)} to CronogramaCiecyt,
CronogramaCiecytFases{cronogramaCiecytFasesFases(fase)} to Fases,
Elemento{elementoFases(fase)} to Fases,
ElementoModalidad{elemento(elemento)} to Elemento,
ElementoModalidad{modalidad(modalidad)} to Modalidad,
ElementoProyecto{elementoProyectoElemento(elemento)} to Elemento,
ElementoProyecto{elementoProyectoProyecto(titulo)} to Proyecto,
EntidadFinanciadora{entidadFinanciadoraEntidad(entidad)} to Entidad,
EntidadFinanciadora{entidadFinanciadoraProyecto(titulo)} to Proyecto,
ImpactosEsperados{impactosEsperadoProyecto(titulo)} to Proyecto,
IntegranteProyecto{integranteProyectoProyecto(titulo)} to Proyecto,
IntegranteProyecto{integranteProyectoRolesModalidad(rol)} to RolesModalidad,
LineaInvestigacion{lineaPadre(linea)} to LineaInvestigacion,
LineaInvestigacion{lineaInvestigacionFacultad(facultad)} to Facultad,
Menu{menuPadre(nombre)} to Menu,
Modalidad{modalidadAcuerdo(acuerdo)} to Acuerdo,
Pregunta{preguntaTipoPregunta(tipoPregunta)} to TipoPregunta,
Pregunta{preguntaElemento(elemento)} to Elemento,
Pregunta{preguntaFase(fase)} to Fases,
PreguntaAuthority{pregunta3(pregunta)} to Pregunta,
PreguntaModalidad{pregunta(pregunta)} to Pregunta,
PreguntaModalidad{modalidad2(modalidad)} to Modalidad,
PresupuestoValor{presupuestoValorRubro(rubro)} to Rubro,
PresupuestoValor{presupuestoValorProyecto(titulo)} to Proyecto,
PresupuestoValor{presupuestoValorEntidad(entidad)} to Entidad,
ProductoProyecto{productoProyectoProducto(producto)} to Producto,
ProductoProyecto{productoProyectoProyecto(titulo)} to Proyecto,
Programa{programaFacultad(facultad)} to Facultad,
Proyecto{proyectoLineaInvestigacion(linea)} to LineaInvestigacion,
Proyecto{proyectoGrupoSemillero(nombre)} to GrupoSemillero,
Proyecto{proyectoModalidad(modalidad)} to Modalidad,
Proyecto{subLineaLineaInvestigacion(linea)} to LineaInvestigacion,
Proyecto{proyectoPrograma(programa)} to Programa,
Proyecto{proyectoFases(fase)} to Fases,
ProyectoFase{proyectoFaseFases(fase)} to Fases,
ProyectoFase{proyectoFaseProyecto(titulo)} to Proyecto,
ProyectoRespuestas{proyectoRespuestasPregunta(pregunta)} to Pregunta,
ProyectoRespuestas{proyectoRespuestasProyecto(titulo)} to Proyecto,
ResultadosEsperados{resultadosEsperadosProyecto(titulo)} to Proyecto,
Retroalimentacion{retroalimentacionProyectoFase(titulo)} to ProyectoFase,
RolMenu{rolMenuMenu(nombre)} to Menu,
RolesModalidad{rolesModalidadModalidad(modalidad)} to Modalidad,
Solicitud{solicitudIntegranteProyecto(integrante)} to IntegranteProyecto
}
dto Acuerdo, AdjuntoProyectoFase, AdjuntoRetroalimentacion, Categorizacion, CicloPropedeutico, Cronograma, CronogramaCiecyt, CronogramaCiecytFases, Departamento, Elemento, ElementoModalidad, ElementoProyecto, Entidad, EntidadFinanciadora, Facultad, Fases, FichaTecnica, Formato, GrupoSemillero, ImpactosEsperados, IntegranteProyecto, InvestigacionTipo, InformacionPasantia, LineaInvestigacion, Menu, Modalidad, Municipio, Pregunta, PreguntaAuthority, PreguntaModalidad, PresupuestoValor, Producto, ProductoProyecto, Programa, Proyecto, ProyectoFase, ProyectoRespuestas, ResultadosEsperados, Retroalimentacion, RolMenu, RolesModalidad, Rubro, Solicitud, TipoPregunta, UserInfo, Usuario with mapstruct
paginate Acuerdo, AdjuntoProyectoFase, AdjuntoRetroalimentacion, Categorizacion, CicloPropedeutico, Cronograma, CronogramaCiecyt, CronogramaCiecytFases, Elemento, ElementoProyecto, Entidad, EntidadFinanciadora, Facultad, Fases, FichaTecnica, Formato, GrupoSemillero, ImpactosEsperados, IntegranteProyecto, LineaInvestigacion, Menu, Modalidad, Municipio, Pregunta, PresupuestoValor, Producto, ProductoProyecto, Proyecto, ProyectoFase, ProyectoRespuestas, ResultadosEsperados, Retroalimentacion, RolMenu, RolesModalidad, Rubro, Solicitud, TipoPregunta, Usuario with pagination
service Acuerdo, AdjuntoProyectoFase, AdjuntoRetroalimentacion, Categorizacion, CicloPropedeutico, Cronograma, CronogramaCiecyt, CronogramaCiecytFases, Departamento, Elemento, ElementoModalidad, ElementoProyecto, Entidad, EntidadFinanciadora, Facultad, Fases, FichaTecnica, Formato, GrupoSemillero, ImpactosEsperados, IntegranteProyecto, InvestigacionTipo, LineaInvestigacion, Menu, Modalidad, Municipio, Pregunta, PreguntaAuthority, PreguntaModalidad, PresupuestoValor, Producto, ProductoProyecto, Programa, Proyecto, ProyectoFase, ProyectoRespuestas, ResultadosEsperados, Retroalimentacion, RolMenu, RolesModalidad, Rubro, Solicitud, TipoPregunta, UserInfo, Usuario with serviceImpl
INFO! Generating jdls jhipster-jdl.jdl
info: The dto option is set for Acuerdo, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for AdjuntoProyectoFase, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for AdjuntoRetroalimentacion, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Categorizacion, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for CicloPropedeutico, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Cronograma, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for CronogramaCiecyt, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for CronogramaCiecytFases, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Departamento, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Elemento, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for ElementoModalidad, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for ElementoProyecto, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Entidad, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for EntidadFinanciadora, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Facultad, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Fases, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for FichaTecnica, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Formato, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for GrupoSemillero, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for ImpactosEsperados, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for IntegranteProyecto, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for InvestigacionTipo, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for InformacionPasantia, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for LineaInvestigacion, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Menu, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Modalidad, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Municipio, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Pregunta, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for PreguntaAuthority, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for PreguntaModalidad, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for PresupuestoValor, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Producto, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for ProductoProyecto, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Programa, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Proyecto, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for ProyectoFase, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for ProyectoRespuestas, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for ResultadosEsperados, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Retroalimentacion, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for RolMenu, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for RolesModalidad, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Rubro, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Solicitud, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for TipoPregunta, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for UserInfo, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
info: The dto option is set for Usuario, the 'serviceClass' value for the 'service' is gonna be set for this entity if no other value has been set.
INFO! Generating entities Acuerdo AdjuntoProyectoFase AdjuntoRetroalimentacion Categorizacion CicloPropedeutico Cronograma CronogramaCiecyt CronogramaCiecytFases Departamento Elemento ElementoModalidad ElementoProyecto Entidad EntidadFinanciadora Facultad Fases FichaTecnica Formato GrupoSemillero ImpactosEsperados InformacionPasantia IntegranteProyecto InvestigacionTipo LineaInvestigacion Menu Modalidad Municipio Pregunta PreguntaAuthority PreguntaModalidad PresupuestoValor Producto ProductoProyecto Programa Proyecto ProyectoFase ProyectoRespuestas ResultadosEsperados Retroalimentacion RolMenu RolesModalidad Rubro Solicitud TipoPregunta UserInfo UsuarioERROR! An error occured while running jhipster:bootstrap-application#checkProperties
ERROR! ERROR! You have duplicate properties in entity Proyecto: id
Error: You have duplicate properties in entity Proyecto: id
The text was updated successfully, but these errors were encountered: