I'm working with JHipster 5.3.0 and STS Eclipse 3.9.4.
I need to start jhipster backend in debug mode, but I cannot find how. Another question like this has no answer but things may have changed, so I ask it again.
When I do:
gradle bootRun --debug-jvm
it does not finish. It stays at 90% so login fails.
Thanks
Related
I upgraded Intellj IDEA from 2017.3 to 2018.1. Now, when I opened a nodejs project in IDEA, the run configuration is shown as broken. Also, the run configuration list doesn't have Nodejs in it, so I cannot create a new Nodejs run configuration either.
What has happened to Nodejs run configuration? Is there any way to get it back?
The auto update prompt for the plugins has not worked for some reason. I manually checked for an update for the Nodejs plugin and an update was there. When plugin is updated, the run configuration started to work.
I had a similar problem.
my intellij was set with node configuration and one day the configuration was marked with an X and I couldn't recover it nor create a new one.
upgrading the NodeJS version to (at least) v191.6183.20 and it solved the issue.
ctrl + alt + s --> plugins --> NodeJS click update.
When we upgraded onlyoffice server (integration mode) on linux, in-build plugins as well as plugins i customized are stopped working.
It is not giving any kind of errors in console as well.
My observation is that, it is not able to hit init() on my myplugin.js file.
Please guide me to fix this
It would be better if you discard current installation and re do it again from scratch.
When I am using runAs inside eclipse I am always getting this error.
Error: Could not find or load main class com.xx.api.Application
How to fix this ?
It depends on your version of Eclipse, on what you have installed, on how you configured everything...
What you can do:
Install Spring Tool Suite : it's an Eclipse version with everything already set up, so you can get started quickly
Use JHipster's new Vagrant devbox which will give you a virtualized environment with everything pre-configured for you
Thanks for looking into this. I am using Spring Tool Suite. I am trying to use gradle eclipse plugin. This is where i was getting errors.
When i switched to import project as gradle project It started working. However I have generated DTO using the jhipster-uml.
This generate the mapper classes in build folder by default. Now when i run the application, It fails to find mapper classes.
I am able to make is work by generating the mapper classes into my source folder for now.
Thanks for help.
I have node.js express application opened inside eclipse with nodeclipse plugin installed. The application run successfully and properly. But when I try to set some breakpoints, the debugger stops only at some of them. Is it incomplete feature in nodeclipse? or is there any other better way to benefit from eclipse debugging tool?
Check news http://www.nodeclipse.org/ and get the latest Nodeclipse
if there problem is still there, raise issue at https://github.com/Nodeclipse/nodeclipse-1/
I am currently using the XSP starter kit from openntf. I didnt change the template at all i just wanted to try it first with the starter kit before i am going to change it.
I am following the documentation on notesin9 and everything works fine until i want to build the update site.
Whenever i try to build it i got the error message:
Error
Reason:
Problem during export
Details:
BUILD FAILED
java.lang.NullPointerException
As this message is not very useful has anybody experienced the same issue?
After a couple of days of testing i found out: The error doesnt go to the log. It happens from time to time if you have the same plugin installed on the client where you also build a newer version of the same plugin. The way to fix that is to manually uninstall the plugin from your client, restart, and then build it again. I can reproduce it after a couple of rebuilds