Reply To: java.util.ConcurrentModificationException during server start in...
Hello, Could you please send your full trace jrebel.log file as well as your server.log to support@zeroturnaround.com. Information on how to to configure JRebel logging can be found here:...
View ArticleSessions not working
Everything else is working but session tracking (it says there are no sessions). Two things that might be out of the ordinary for us: 1) we are using node.js as the web server, so it is forwarding...
View ArticleReply To: Sessions not working
Hi Jeff, I think the problem there is that the XRebel toolbar is never refreshed. Session tracking is the only part we don’t do asynchronously. Could you try opening the application up and going to...
View ArticleReply To: Sessions not working
Actually, the toolbar doesn’t appear over the app (served from node). I am going directly to tomcat (port 8081) with the /xrebel path. That shows the toolbar just fine, but no session info. Even when...
View ArticleReply To: Sessions not working
Hi Jeff, Oh, if it is served from node, then we would not be able to inject the toolbar. I think that the issue with the Session is the same, we just don’t have access of the Session when it’s going...
View Articleis this a bug in JRebel?
I have a Spring Boot app, there is a I defined proxy in application.properties file for company usage. At home I commented this define without proxy. When I run as Spring Boot App, there is no any...
View ArticleReply To: java.lang.NoClassDefFoundError after changing a class
Hello Peter! Hope you had great weekends :) Please let us know is there any progress with your project? If the issue is still present, please send us your trace level jrebel.log file and the full...
View ArticleReply To: is this a bug in JRebel?
Hi, Can you check whether the “run as Java app” configuration has proxy settings defined manually as JVM arguments? Does your project have a rebel.xml configured? Can you check whether it points to a...
View ArticleReply To: Jrebel throws an exception with Jersey and Weblogic 12.2.1
Hi! We have tested this with the nightly build successfully too. When will this go to official release? Kind regards Torsten
View ArticleJRebel won't start in Intellij with Spring boot
Hi I followed the guide on how to setup JRebel in Intellij, however when i try to run the SpringBoot application from Intellij I get an error. I have tried to use the nightly build without success....
View ArticlejRebel an Jboss Logging bug
Hey, I just installed jRebel, and did the configuration for my project, however each time I change something in my controllers, it throws an exception coming from jboss.solder.logging GRAVE 2016-01-12...
View ArticleReply To: JRebel won't start in Intellij with Spring boot
Solved: “Enable capturing from snapshots” configuration was enabled, disabled this and server started without problems
View ArticleReply To: jRebel an Jboss Logging bug
Hello Polo! Thank you for reaching us out and thanks a lot for the full error stack trace! Could you please send us your trace level jrebel.log file to support@zeroturnaround.com? Guide on how to...
View ArticleDisable Intellij notification
I am using jrebel with intellij ide(community edition). I am using jrebel with remote debug. Whenever jrebel sync with remote server, it display notification that “Synchronized files to server” or...
View ArticleReply To: Disable Intellij notification
To disable all JRebel notifications for IntelliJ: Open IntelliJ -> File -> Settings -> Appearance and Behavior -> Notifications -> Change JRebel non-sticky to No popup -> Change...
View ArticleJRebel monitoring user home directory and c:\windows folder
rebel.xml has only two folders to be monitored but the weblogic 12c console shows a lot of entries indicating that jrebel is monitoring a bunch of non-related folders for changes. Here is what i see...
View ArticleReply To: JRebel monitoring user home directory and c:\windows folder
Hi Navin, Unfortunately there is nothing that can be done about those messages. JRebel uses FSNotify to identify when a file has changed and needs to be reloaded. Depending on the OS you are using...
View ArticleReply To: Disable Intellij notification
Thanks a lot. I only look into jrebel settings and not intellij settings. It is now working as expected.
View ArticlejRebel overrides filtered resources of maven
Hello, I’m facing a problem with my resources. I use maven profiles to filter some resources (.properties, .css) with placeholders. However, jRebel overrides the filtered resources of maven and...
View ArticleReply To: jRebel overrides filtered resources of maven
Hello Polo! It’s might be the IDE work – when you click compile then the IDE (at least IntelliJ) copies src/main/resources to target/classes (which is mapped in rebel.xml). So when you package...
View Article