Deploy with wildfly 11 is very slow.
Answered
The IDEA run the wildfly fast, however, after that the IDEA get frozen by 2~~5 minutes with this message
"Artifact back-end:war: Artifact is being deployed, please wait...
13:26:30,627 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "back-end-1.0.war" (runtime-name: "back-end-1.0.war")"
So, then, after 2~~5 minutes the browser opens e the aplicattion is really online, to post/get e etc.., but is too slow, I cant wait 2~~5 minutes per deploy in development
Please sign in to leave a comment.
By "frozen", do you mean that IDE doesn't respond to any commands, you can't use the menu or type code?
Hi Serge Baranov
Thanks for the answers.
So, when I said 'frozen", I mean that he staying for a long time "preparing" the deploy of artifact, the server is already running, If i type localhost:8180 I can see that the wildfly is running, but my artificat is not deployed there.
My artifact(war) delay a lot to be deployed, something around 2~~5 minutes.
How long does it take for the artifact to deploy if you copy the war file to the app server web applications directory to deploy and run outside of IntelliJ IDEA?
If I copy and paste the file myprojectname.war into wildfly > standalone > deployments and execut the command standalone.bat -b=0.0.0.0 on wildfly > bin My application is online in just a few seconds.
But trough intelli it is about five minutes =/
Please file an issue at https://youtrack.jetbrains.com/issues/IDEA with idea.log, build.log and all the logs from the app server run console in IntelliJ IDEA (https://intellij-support.jetbrains.com/hc/articles/207241085).
I did, here the link: https://youtrack.jetbrains.com/issue/IDEA-193089
Any solution in this matter?
I am facing the same problem with Wildfly 18.0.1 and 3 ear applications
Please check YouTrack issue from the comment above and comment there.