Reply To: JRebel doesn't work with SpringBoot
Hello! Just check, do you see the same exception when running your project without JRebel? From the stack trace doesn’t seem much related. Kind regards, Valerie
View ArticleReply To: JRebel doesn't work with SpringBoot
Thank for your reply but sadly there is no exception when disable Jreble agent this is the stack trace: . ____ _ __ _ _ /\\ / ___’_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | ‘_ | ‘_| | ‘_ \/ _` | \ \ \ \...
View ArticleXRebel unresponsive when displaying huge amount of records
Hi, XRebel works nicely but we do have a big issue with having a huge amount entries (e.g. 10k) represented in the browser which makes XRebel no longer useful. The browser is unresponsive and hangs....
View ArticleReply To: XRebel unresponsive when displaying huge amount of records
sorry, posted this in the wrong forum.
View ArticleReloading resources from a package
I am writing a plugin for a proprietary embedded Java web server, where both, code and resources are packaged in jar files. Reloading class files works fine but I did not find a way how to monitor and...
View ArticleReply To: JRebel doesn't work with SpringBoot
Thank you for clarification! In this case to see what is causing the issue we need a bit more information from your side. Could you please send your trace level jrebel.log file to...
View ArticleReply To: JRebel doesn't work with SpringBoot
I’ve added the argument and this was the result: (practically the same) . ____ _ __ _ _ /\\ / ___’_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | ‘_ | ‘_| | ‘_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| |...
View ArticleIntellij Jrebel Plugin – rebel-remote.xml doesn't get created in...
When using intelliJ jrebel panel for a Gradle project, clicking on the rebel remote cloud button doesn’t generate a rebel-remote.xml. When are you guys going to fix the Gradle intellij problems?
View ArticleUnbale to reload classes in Spring Boot with intellij
Hi, Im using jrebel plugin in Intellij with a Spring Boot Application. And I start the Spring Boot with Jrebel start/Debug.But it is not reloading the classes. I’m using jrebel nightly build....
View ArticleReply To: JRebel doesn't work with SpringBoot
Hello! This argument wasn’t suppose to fix the issue, but just generate a relevant log file which would give us context for fixing it :) Could you please follow instructions from our previous message...
View ArticleCustom plugin – Watching for a resource file changes to reload a class
I’m looking for an example on how to watch for a resource file change (mine is a yaml file) to trigger a class reloading. My application configurations are specified in such text file and I need to...
View ArticleSwagger UI Not Updating
I have a SpringBoot RestController that has an endpoint that accepts a group of query params to a POJO. When I make modifications to the POJO the swagger UI is not updated.
View ArticleCannot see entire stack traces
Currently, XRebel is hiding too much from me and I cannot see stack traces and SQL queries that I actually care about. I personally am using XRebel more as a tool for seeing exactly what SQL queries...
View ArticleNot reloading static String field in interface
I have an interface with one String constant: public interface MyInterface { String CONST_NAME= "value "; } when I remove space from the end of that constant (“value”), JRebel doesn’t reload it. I...
View ArticleReply To: Gradle 4.0.1 Deprecation Warning
Hi! This deprecation issue has been fixed in the 1.1.6 release of JRebel Gradle plugin.
View ArticleReply To: Custom plugin – Watching for a resource file changes to...
Hello! You can probably look this up: https://github.com/henri5/jrebel-minecraft-plugin Basically, you need to register the resource in the location where it is read on application startup as...
View ArticleSAP announces Sydney data centre for Hybris and builds citizen services platform
SAP has announced Sydney as the vicinity for the primary Asia-Pacific & Japan records centre for its Hybris e-commerce platform. the seller decided to open a Sydney footprint to fulfill the demand...
View ArticleJRebel failing to start with an error Could not find agent library /root/jrebel/
Hi, I am trying to run JRebel in remote vm. I have followed installation instructions which were specified in IntelliJ Idea Jrebel plugin. When I execute the script it got failed with below error:...
View ArticleIntellij + JRebel plugin
Hi All, I have a problem with JRebel. I use Intellij 2017.2 and JRebel plugin 7.0.13. I have a Enterprise License. I use Tomcat from command line. I have configure JRebel in this mode: Jrebel...
View ArticleReply To: Not reloading static String field in interface
Usually JRebel doesn’t reinitialize static fields on reload, but static final compile-time constants, like the one in your example, are an exception, so JRebel actually will reload the field in your...
View Article