Reply To: JRebel with Grails 3.0
Hello This could be JRebel defect in some specific cornercase. However more information is needed to find the exact root cause and fix the issue for you. Can you send Question.groovy code snippets...
View ArticleReply To: Eclipse with JRebel works, however InteliJ won't?
Hi Michael In this case there could be something else wrong. We can check all the config and errors during reloading from jrebel.log. Can you reproduce the issue and send recompiled .class file...
View ArticleNetBeans/Wildfly 8.2.1 – IllegalAccessError
Hello, I’m testing a trial version of JRebel on our project. We’re using: – Netbeans 8.1 – Wildfly 8.2.1 – Java 8 If I enable JRebel, deploy fails with the following exception: NetBeans: Deploying on...
View ArticleReply To: NetBeans/Wildfly 8.2.1 – IllegalAccessError
Hey Andrej I am guessing that the issue is not present with JRebel disabled? It seems to stem from a Guava issue (https://github.com/google/guava/issues/1847). We would be happy to dig deeper into why...
View ArticleReply To: IDEA Optimizer JDK issue
Hi Petr, Can you follow this instruction to configure IntelliJ IDEA to launch with the latest Oracle JDK?...
View ArticleReply To: IDEA Optimizer JDK issue
Hi Margus, that’s it! I installed 64-bit Idea version but run 32-bit version. I run idea.exe by default but it is 32-bit. For 64-bit version I have tu run idea64.exe! Thank you. Optimizer now displays...
View ArticleJRebel doesn't work for spring boot in eclipse
I use eclipse 4.5 with JDK8 with JRebel 6.3.1 which install from Marketplace, but there is no any banner when I run my Spring Boot project and no any hot deploy. Does anyone help me? It spent me a lot...
View ArticleReply To: JRebel doesn't work for spring boot in eclipse
I found the reason but I don’t know why? If I run as Java Application, JRebel works great! But if run as Spring Boot App, JRebel never works! How can I do if I want JRbel works even if I run as Spring...
View ArticleActivate doesn't work after proxy
I am working after a proxy server, though I checked pass Eclipse proxy settings when lauching with JRebel, but when I activate it I can’t select proxy so that I never can use JRebel! is this a bug?
View ArticleReply To: Activate doesn't work after proxy
If you want to pass eclipse proxy settings to JRebel, then in eclipse go to Help -> JRebel Configuration -> Advanced -> Pass Eclipse proxy settings when launching JRebel Also, if you’re using...
View ArticleReply To: Eclipse with JRebel works, however InteliJ won't?
Hi Michael, I wanted to quickly check in and see if you had a chance to send your jrebel.log to support. Hopefully we can get a solution to you quickly once we have your log.
View ArticleReply To: JRebel doesn't work for spring boot in eclipse
It sounds like the JRebel agent is not being added to your application. Can you try manually adding ‘-javaagent:/PATH/TO/jrebel.jar’ to your JVM options and seeing if you can reflect changes. If you...
View ArticleReply To: IDEA Optimizer JDK issue
Hi! Yep, Jetbrains seems to honor the 32bit by default and users don’t even know about the 64bit version. Good that it worked out for You and thanks for letting us know! Best regards, Margus
View ArticleReply To: JRebel doesn't work for spring boot in eclipse
There are two rebel.jar on my mac as below, do I have to use later? former is for Java6? Today I enable it for a new Spring App, but it never started so rebel.log is not updated!...
View ArticleReply To: JRebel and JSF Mojarra compatibility update?!
I have been working with JRebel 6.3.1 and Mojarra 2.2.12 all morning and it was a pleasure. Well done! Steve
View Articlejava.lang.NoClassDefFoundError after changing a class
Hi there, JRebel has already saved us a lot of time, so thank you in first place! Unfortunately, now I have a problem, that every time when I do some changes (doesn’t matter what changes – can be just...
View Articlejava.util.ConcurrentModificationException during server start in Apache Wink
On our IBM Domino server (version 9.0.1 fix pack 5) we have an Apache Wink servlet that is conflicting with JRebel we think. This is the stacktrace. Is there anything you can do about this. We are...
View ArticleReply To: Optimizer for IDEA – Gradle configuration
Hi Margus! Yes indeed. I usually have a couple of projects in different windows open at the same time. If I am not mistaken, newer IDEA versions use the gradle daemon by default. Cheers, Stephan
View ArticleReply To: java.lang.NoClassDefFoundError after changing a class
Hi Peter, Can you send a TRACE level jrebel log after reproducing the error and send the zipped log to support@zeroturnaround.com Guide to generating the log here:...
View Article