Reply To: Can't connect to license server anymore
Thanks for the quick response. I did so right now.
View ArticleTomcat fails to start on Eclipse to cyclic dependency within JRebel
I dont know what changed in my setup, but “out of a sudden”, my tomcat fails to start with this as the root cause: Caused by: java.lang.IllegalStateException: Unable to complete the scan for...
View ArticleReply To: Tomcat fails to start on Eclipse to cyclic dependency within JRebel
Hi, We have seen this error once or twice before, but the cause has mostly been an odd configuration change, such as placing jrebel.jar into tomcat libs. Can you send the jrebel.log after receiving...
View ArticleReply To: adding new directories of classes on the fly – pants plugin
Hi Derek, The mentioned build system does sound like a difficult use-case to integrate with JRebel due to a few reasons. Firstly JRebel uses filesystem notifications extensively to check which...
View ArticleGradle 4.0.1 Deprecation Warning
Upon upgrading from Gradle 3.5 to Gradle 4.0.1 the following warning now appears in association with the JRebel Gradle plugin. :generateRebel Gradle now uses separate output directories for each JVM...
View ArticlejRebel fails on Spring Tool Suite 3.9 build
Situation is like this. I have over 20+ projects in workspace from Spring tool suites 3.8 and upgrade to 3.9 then jRebel fails on building. I am using Gradle Buildship 2.0 to build project. Please...
View ArticleIntellij idea plugin bug
When I use idea to debug my programe, It throw a Exception, and crash msg: 4 java.lang.ArrayIndexOutOfBoundsException: 4 at...
View ArticleReply To: Can't connect to license server anymore
Issue was resolved by rebooting the system.
View ArticleReply To: Intellij idea plugin bug
Hello! Can you send a full stack trace of the error and trace jrebel.log from $USER_HOME/.jrebel directory to support@zeroturnaround.com after reproducing the issue? Please include the link to this...
View ArticleJRebeldoesnt stop at breakpoint in Intellij after class reloading
IntelliJ IDEA 2017.1.5 JRebel Agent 7.0.12 (201707101444) Gradle 4.0.1 Groovy 2.4.11 Spring Boot Gradle Plugin 1.5.4 When I start up the application, breakpoints in my REST methods work fine. When I...
View ArticleReply To: Tomcat fails to start on Eclipse to cyclic dependency within JRebel
To follow up on this: the cause really has been a stray jrebel.jar within the tomcat’s lib directory. Other colleagues were afected, too, so I assume that there must be some misbehaving in maven,...
View ArticleReply To: Spaces in the JVM options
/necrobump I’m running into this same error. I followed the instructions to install JRebel via the IntelliJ plugin and opting for running my server via command line (through maven) I had thought it...
View ArticleReply To: Intellij idea plugin bug
No more msg found in jrebel.log com.zeroturnaround.jdi.JRTypeComponent.calledFromIntellijBytecodeUtils(JRTypeComponent.java:79) not enough?
View ArticleReply To: How to limit jrebel remote port to just the localhost?
Hello Sankar! We implemented this feature already :) If you update to the Nightly Build agent (press “Switch to the latest nightly build” in your IDE in JRebel Configurations –> Advanced –>...
View ArticleJRebel remote – first synchronize
Hello support, I have use a remote server with Jrebel remote plugin. When I click the synchronize button in IDE(Intellij) at first time, Jrebel synchronize ALL files… In some cases it’s very bad for...
View ArticleJRebel synchronize
Hello dear support, When I use a JRebel remote, I have a special action in context menu. File -> Right click -> JRebel -> JRebel: Synchronize When it triggered my Intellij IDEA sychronize all...
View ArticleReply To: JRebel synchronize
Hello! You can synchronize either all configured projects between your workstation and server or a single project. JRebel agent will synchronize the detected changes, there is no option to manually...
View ArticleReply To: JRebel remote – first synchronize
Hello! You can use <exclude> tag in rebel.xml to exclude specific resources from reloading but it will be applied each time, not only during first synchronisation. There is no option to manually...
View ArticleReply To: jRebel fails on Spring Tool Suite 3.9 build
Hello! Could you please share the full stack trace of the error for better context? Kind regards, Valerie
View ArticleJRebel doesn't work with SpringBoot
Hi team, I am just starting to try Jrebel on my first Java web application using SpringBoot and Eclipse Luna via this Tutorial ” https://www.youtube.com/watch?v=tnVKN25dIm8 ” and whenever I activate...
View Article