Reply To: Toggling XRebel in runtime
Thanks for the response, I will try to get that trace for you in a couple of days. In this case we are talking about an e-commerce system run locally on a developer machine. I have not done any...
View ArticleReply To: Toggling XRebel in runtime
Hi Martin, Sure thing. Well, I am suspecting a memory leak but I don’t have an idea where it might come from. The problem is that XRebel does create some overhead, so it might accelerate the process....
View ArticleJRebel not reloading classes, using IntelliJ and Tomcat
Hi. I have deployed a war file to a local Tomcat server, and JRebel has sucessfully reloaded classes located in WEB-INF/classes. However classes inside WEB-INF/lib are not being reloaded despite...
View ArticleReply To: JRebel not reloading classes, using IntelliJ and Tomcat
Hi Lasse, What files are in WEB-INF/lib that you want JRebel to reload? Typically lib is reserved for third party libraries which under normal conditions won’t be modified. Are the classes that are...
View ArticleReply To: Issue after jsf (mojarra) 2.2.12 update
It seems as there might be an issue with this thread. If you have posted here recently, please do contact our support team at support@zeroturnaround.com. This reply was modified 4 hours, 12 minutes...
View ArticleReply To: JRebel not breaks our app after JRuby version upgrade
Same issue after upgrading to 6.2.4.
View Articlejava.util.ConcurrentModificationException during application startup on Jboss
setup: JRebel Agent 6.2.3 (201508181414) JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) IntelliJ 14.1.4 on Windows 7 Application startup fails about 50% of the time with the error...
View ArticleReply To: Issue after jsf (mojarra) 2.2.12 update
I am having the same issue, with JRebel Agent 6.2.4. After pressing two or three times F5 to reload a page, i got this trace: 2015-09-16 14:28:52 JRebel: Reloading configuration set 16, 2015 2:28:52...
View ArticleReply To: java.util.ConcurrentModificationException during application...
Thanks for reporting the issue! On the first glance it looks like something we can fix without need for any more information on your part.
View ArticleReply To: JRebel not reloading classes, using IntelliJ and Tomcat
Hi Colton, and thank you for offering help. My test comprised changing a public static String. This particular kind of change does not seem to be supported ny JRebel?. It does not trigger a reload,...
View ArticleReply To: JRebel not breaks our app after JRuby version upgrade
Hi Bill, Can you generate another jrebel.log after reproducing the issue with version 6.2.4. After that can you send it to support@zeroturnaround.com Please let us know if you have any issues.
View ArticleEclipse reloads web app after saving Java file
Hi. I just downloaded and installed the JREbel trial version. To test it, I started my webapp in Eclipse using Jetty and brought up the app in a browser. Then I made a slight change in a Java class...
View ArticleReply To: Eclipse reloads web app after saving Java file
Hi Nick Would it be possible that you have “Automatically publish after a build even” option turned on? To see if that is the case, one could open the Servers view in Eclipse, choose Open in the...
View ArticleReply To: JRebel not breaks our app after JRuby version upgrade
Log available here: log
View ArticleReply To: Issue after jsf (mojarra) 2.2.12 update
I am afraid that there are indeed some issue, specific to this thread. Would it be possible for you to enable JRebel logging on TRACE level...
View ArticleReply To: Issue after jsf (mojarra) 2.2.12 update
Hi, thanks for the feedback. Unfortunately I have some privacy concerns about that large log file that TRACE level generates. If it is not possible to reproduce the issue (sometimes it is necessary to...
View ArticleReply To: java.util.ConcurrentModificationException during application...
This issue should be now fixed in our nightly, available here: https://zeroturnaround.com/software/jrebel/download/nightly-build/ We would appreciate any feedback on it. And thanks again for letting...
View ArticleJRebel NullpointerException on hot-swap
In the new version of JRebel (6.2.4-idea-13-14) I every now and then get an exception 2015-09-21 17:41:50 JRebel: ERROR java.lang.NullPointerException: entry at...
View ArticleReply To: JRebel NullpointerException on hot-swap
Hi Heintz, It’s too bad to hear that you are getting these stack traces after updating. Would it be possible for you to enable JRebel Logging and send us a jrebel.log after recreating this problem?...
View ArticleReply To: Eclipse reloads web app after saving Java file
Hi Vootele, I do not have any servers set up in Eclipse Servers view. Instead, I use a Maven Goal – jetty:run. This is in my Debug Configurations dialog (under Run pull-down menu) that I use for...
View Article