Hipster stack for Java developers. Spring Boot + Angular in one handy generator.
I am facing difficulties in running jhipster-online on windows 10 with XAMP MySQL - latest. The error is to do with the dash/hiphen used in the schema name - "jhipster-online" . The detailed error below.
Resolved this issue. There are multiple issues in the v2.8.0 release on github related to liquibase db initialization. Would be glad to provide changes to make the code run - if someone wants.
Hello! After trowing EmailNotFoundException (as a result of invalid HTTP REST API request) I'm getting HTTP Error 500
18:17:52.142 [io-executor-thread-2] ERROR i.m.h.s.netty.RoutingInBoundHandler - Unexpected error occurred: Email address not registered
(instead of 400 Bad Request as declared in 'EmailNotFoundException' jhipster class)
The same happens with 'InvalidPasswordException' as well.
Would appreciate any thoughts on that, thanks!
Hi @ruddell
I have read all your previous replies regarding websocket and xhrstreaming requests and I have updated the clientforwardcontroller with your fix.
In my app the websocket seems to work fine but it throws a bunch exceptions in the backend server.
Failed to write SockJsFrame content='o'; nested exception is java.io.IOException: Connection reset by peer
Caused by: org.springframework.web.socket.sockjs.SockJsException: Uncaught failure in SockJS request, uri=https://periopcds.partners.org/websocket/guidanceresponse/890/x0d5hw3n/xhr?t=1621875504689; nested exception is org.springframework.web.socket.sockjs.SockJsTransportFailureException: Failed to open session; nested exception is org.springframework.web.socket.sockjs.SockJsTransportFailureException: Failed to write SockJsFrame content='o'; nested exception is java.io.IOException: Connection reset by peer
Please help !
Hello, I have been using Jhipster for a while now, thanks to everyone that works on this. I recently started a new project and I am working with Jhipster v7.0.1, node v14.17.0 and Java 11. While trying to create an entity with the generator (jhipster entity entityNam) I get an error while trying to create an ENUM.
? Do you want to add a field to your entity? Yes
? What is the name of your field? type
? What is the type of your field? Enumeration (Java enum type)
? What is the class name of your enumeration? PlaceType
TypeError: Cannot read property 'includes' of undefined
Does anybody is getting the same?
Hello please help me. I just created a Jhipster app. Before I had created one app and database and deleted it. When I ran the new fresh app I was successfully able to add data in the entities section. It already had some dummy data. The weird thing is I didn't connect it to any database. I went into pgadmin and searched in the rows, I could not find anything.
How do I find out what database by app is using?
Hello please help me. I just created a Jhipster app. Before I had created one app and database and deleted it. When I ran the new fresh app I was successfully able to add data in the entities section. It already had some dummy data. The weird thing is I didn't connect it to any database. I went into pgadmin and searched in the rows, I could not find anything.
How do I find out what database by app is using?
You can look in your .yo-rc.json which dev and which prod database type you have chosen. Also there should be some information in your application-dev.yml