Skip to content
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

my problem after making new entity #6084

Closed
ShadmanMamandi opened this issue Jul 11, 2017 · 2 comments
Closed

my problem after making new entity #6084

ShadmanMamandi opened this issue Jul 11, 2017 · 2 comments
Milestone

Comments

@ShadmanMamandi
Copy link

Hi guys
whenever I make a new entity, will face to the following description and sometimes it solves by chance. Can anyone help me why does it happen and how can be resolved?

screen-shot-1396-04-19-at-01 59 38

JHipster configuration

Here is my jHipster configurations:

{
"generator-jhipster": {
"promptValues": {
"packageName": "com.parsova"
},
"jhipsterVersion": "4.6.0",
"baseName": "gateway",
"packageName": "com.parsova",
"packageFolder": "com/parsova",
"serverPort": "8081",
"authenticationType": "jwt",
"hibernateCache": "hazelcast",
"clusteredHttpSession": false,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": false,
"jwtSecretKey": "ad6f612cbc898ff3e732583a60b21509252d4e7f",
"clientFramework": "angular1",
"useSass": false,
"clientPackageManager": "yarn",
"applicationType": "gateway",
"testFrameworks": [
"gatling",
"cucumber",
"protractor"
],
"jhiPrefix": "jhi",
"enableTranslation": false
}
}

Browsers and Operating System

Ubuntu 16.04
Firefox

@jdubois
Copy link
Member

jdubois commented Jul 11, 2017

  • this is because you generated an entity with Mapstruct -> please give your full configuration next time, this is why I'll add the "please follow the guidelines" automatic reply next
  • you're probably running your app with your IDE (same comment, we need to know what you are doing), and didn't use the "ide" profile (it's a bit hidden, but it's documented in https://jhipster.github.io/configuring-ide-idea/ )

@jdubois
Copy link
Member

jdubois commented Jul 11, 2017

This ticket has been closed as the guidelines are not followed.

Tickets must follow our Guidelines, as mentioned in:

  1. our Readme file on the front page of the project,
  2. the "create a new ticket" page and
  3. our Help page

We have also created a template on the "create a new ticket" page to help you follow those guidelines.

Open a new issue with proper details or update this issue with all details and request to reopen.
Issues opened without proper details will be closed without explanation.

If you have a question please use Stack Overflow for that. Tag the question with jhipster and someone will help you out there.

This helps us to keep our issue tracker clean. Also, Stack Overflow will give your query a larger audience.

@jdubois jdubois closed this as completed Jul 11, 2017
@jdubois jdubois modified the milestone: 4.6.2 Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants