Reply To: JRebel causing NPE in Eclipse debugger?
Hi, The issue you are seeing should be fixed in our latest JRebel plugin nightly build that can be downloaded from “here”:https://zeroturnaround.com/software/jrebel/download/nightly-build/. Let me...
View ArticleReply To: Select All / Select None for Jrebel Panel in IntelliJ
Still waiting for this feature!!!
View ArticleReply To: Select All / Select None for Jrebel Panel in IntelliJ
Oh… there it is! No one told me but you added it. yay
View ArticleReply To: Where should new feature requests go?
Hi Valerie. Or rebel staff. Is emailing support and creating a forum post still the best way to submit a jrebel feature?
View ArticleFeature request – JRebel Console in IntelliJ – put useful info in it
The JRebel Console in IntelliJ is pretty non-useful at this point. You should make the ability to display the changes events from the jrebel.log file. Such as: 2018-01-31 00:27:48.094 INFO [47]...
View ArticleReply To: Select All / Select None for Jrebel Panel in IntelliJ
IT’S AWESOME!!!! TOTAL GAME CHANGER!
View ArticleReply To: Deploy Problem JRebel x Netbeans/Payara/Weld project
Hey, Thanks for letting us know. I quickly tried setting up a project with similar dependencies but wasn’t able to reproduce the issue just yet. Do you happen to have a small repro app which you could...
View ArticleReply To: Feature request – JRebel Console in IntelliJ – put...
Hi Nicholas, Thank you for the suggestion! I think it is a valid point and I’ve forwarded this idea to our product manager. Will keep you informed when there are updates regarding this functionality....
View ArticleReply To: JRebel causing NPE in Eclipse debugger?
Looks better on the nightly build. Thanks.
View ArticleReply To: jrebel password
Hi, In that case can you send the jrebel.log from the remote server and the jrebel-[ide].log from the local machine. Hopefully it will provide a better overview of why the password settings are not...
View ArticleReply To: XRebel is disabled for this servlet context
Hello, This error occurs, since we do not inject XRebel toolbar into a couple of applications such as the Tomcat manager application. I’d suggest using the workaround by navigate to your...
View ArticleJrebel hangs when I debug into any spring @transactional annotated method
Hi, This is very frustrating to debug with JRebel 7. It hangs when I debug into any transactional method. JRebel version is 7.1.5. (The error was also with previous versions of 7 as well). I am using...
View ArticleReply To: java.lang.StackOverflowError after java upgrade from 1.8.0_151 to...
Hello, JRebel 7.1.6 was released earlier today, this update should resolve the issue that was happening when using JRebel with FlightRecorder in debug mode. Let me know if you continue running into...
View ArticleJBoss AS 7.1.0 final with debugging and JRebel dies
Hello All, I added the following to the standalone.sh script to enable debugging and JRebel (Same flags as I use for Jboss 5.1.0 which works fine) export JAVA_OPTS=”-Xmx768m -noverify...
View ArticleReply To: JBoss AS 7.1.0 final with debugging and JRebel dies
Hi, By looking at the path from which JRebel attached from, it seems as you’re using the 4.5.3 version of JRebel? Could you please verify whether the same issue happens with the latest version of...
View ArticleJRebel: WARN Write failed
I’m having this anoying issues with JRebel lately. Sudenly I have this message popuping up JRebel: WARN Write failed and the changes are ignored, so i have to restart my server and then it’s working...
View ArticleReply To: JRebel: WARN Write failed
Hello! Could you please send the full error stack trace and your trace level jrebel.log file after reproducing the issue to support@zeroturnaround.com with the link to this forum topic? To generate it...
View ArticleCannot start Liberty 17.0.0.3 with JRebel
After upgrading Liberty to 17.0.03, server does not start if JRebel agent (64 bit, ver. 7.1.3 or 7.1.4 or 7.1.6) is configured. Liberty 17.0.0.2 works OK with all versions of JRebel. Java 1.8.0_151...
View ArticleHow to avoid duplication of resources?
I use Spring Boot and a java library that reads resources. The problem is that when I use jrebel, this library founds resources in two places: 1. URL...
View ArticleReply To: How to avoid duplication of resources?
I tried to use the following: <classpath> <dir name="/project/target/classes"> <exclude name="**/*.graphqls"/> </dir> </classpath> but it changes nothing. This reply was...
View Article