Questions tagged [jrebel]

JRebel is a plug-in for the Java Virtual Machine (JVM) that enables instant reloading of changes made to a Java class file.

JRebel is a JVM plugin that makes it possible for Java developers to instantly see any code change made to an app without redeploying. JRebel lets you see code changes instantly, versioning classes and resources individually and updating one at a time instead of as a lump application redeploy.1

JRebel is an alternative solution to updating classes which does not require a debugging session to be started. Instead it monitors the file system for changes and updates the classes in-memory. This means that only classes compiled to ".class" files will be updated and changes to classes in JAR files will be ignored. JRebel imposes a performance overhead on the application and should not be used in production or performance tests. It is meant to be a development tool only.[2]

JRebel is Java-based and usable on any operating system that supports Java. JRebel is IDE-agnostic and designed for integration with various Java EE standards and Java application servers.[4] Although JRebel is subscription-based commercial software, it is freely available to open source software projects and developers using the Scala programming language.

References

312 questions
0
votes
0 answers

SQL Server Exception When running project with JRebel

I'm running a web application on WildFly 8.1 and using SQL Server 2012. Project is a maven project and I'm running it in IntelliJ IDEA. Everything works fine with normal Run AND with JRebel Run, except ONE part. There's a method where I make…
Steve Waters
  • 3,348
  • 9
  • 54
  • 94
0
votes
1 answer

JRebel: ERROR javax.servlet.ServletException: java.lang.VerifyError: Bad return type

idea 2017.1,tomcat9.0.0.M20,jrebel7.0.8. Run with jrebel for "Tomcat 9.0.0.M20" HTTP Status [500] – [Internal Server Error] Type Exception Report Message java.lang.VerifyError: Bad return type Description The server encountered an unexpected…
0
votes
1 answer

How to get jrebel, jetty, gradle and intellij idea working together

I have installed JRebel plugin for Intellij Idea and my project is running with Jetty gradle plugin. I run my project with "Run with JRebel", project perfectly runs, but hot swap which i expected is not working. Does anybody have an understandable…
Alexey A.
  • 41
  • 1
  • 5
0
votes
1 answer

jrebel web link not work

I'm using jrebel with an embedding jetty in a scala project, but it does not work very well. First, I added the source directory and the web resource directory into the rebel.xml, then launched jetty, edited the scala file and compiled, jrebel…
stevobm
  • 9
  • 4
0
votes
1 answer

JRebel's taking too much time to update

I've got an Maven-WAR-packaged JavaEE6 project here which has an EJB service layer and a JSF2-based web layer. Every time I try to update source by JRebel plugin (Netbeans 8.1) it takes almost the same time than a full redeployment (considering even…
Jaumzera
  • 2,305
  • 1
  • 30
  • 44
0
votes
0 answers

JRebel 7.0.1 and WebLogic 10.3.6

I am trying to run a JRebel into a WebLogic 10.3.6. I've just installed it and it seems alright at the beginning but the web application does not get the code changes, it seems like JRebel does not refresh the application in real time. I'm using…
Clara MG
  • 23
  • 5
0
votes
0 answers

Intelli-J + Gradle + JRebel - Creating rebel.xml files that are of bogus path

I've got my jrebel + intelliJ + gradle project all loaded. I would like to be able to use jrebel to hot deploy any of the sub-modules of my gradle project. this project has many nested projects. I use the Intelli-J jrebel plugin to create the…
Nicholas DiPiazza
  • 10,029
  • 11
  • 83
  • 152
0
votes
2 answers

Strange Eclipse JRebel error

I am getting a strange error from Eclipse complaining about my rebel.xml. I deleted the project from my workspace and checked it out fresh from the repository, and am now getting this error.
secondbreakfast
  • 4,194
  • 5
  • 47
  • 101
0
votes
1 answer

SBT does not propagate changes in webapp when using xsbt-web-plugin and JRebel

The set up is as follows: Lift Web xsbt-web-plugin sbt-jrebel-plugin JRebel My static web files (html, etc) are in /src/webapp I run # sbt > jetty:start > ~compile Problem: even thought SBT detects changes in static files, as well as JRebel…
Anton
  • 2,282
  • 26
  • 43
0
votes
2 answers

rebel.xml is not placed on resources folder

Good afternoon in my timezone. In the Intellij IDE when i add the rebel.xml file throught the context menu, the file is created in the *\src\main\java folder when i want to be created at resources folder. I am using maven. Can anyone help on this…
tt0686
  • 1,771
  • 6
  • 31
  • 60
0
votes
1 answer

JRebel Activation IntelliJ

Good afternoon in my timezone. I am working with IntelliJ and JRebel plugin version 6.5.1 . To activate my license I am connecting to the "License Server". The problem is this new plug in version does not have the "Use IDE proxy settings" check box…
tt0686
  • 1,771
  • 6
  • 31
  • 60
0
votes
1 answer

Jrebel not initializing for embedded tomcat

I have been unable to get Jrebel to run. I am running a Hippo Java project on mac with the Eclipse plugin. I run the project using mvn from a command line (not through the eclipse IDE). I have followed these instructions for Hippo and JRebel I have…
mhatch
  • 4,441
  • 6
  • 36
  • 62
0
votes
2 answers

IntelliJ, JRebel, Maven and a JEE 6 application

My setup is IDE: IntelliJ Application: JEE6 with an EAR and a WAR module Build: Maven Hot-Code-Replacement: JRebel App-Server: Glassfish 3.1 I configured the application in IntelliJ in a way that the ear gets deployed. The ear "target" folder…
Soccertrash
  • 1,830
  • 3
  • 28
  • 48
0
votes
1 answer

JRebel 6.4.6 plugin didn't work in IDEA 16 and Tomcat 9

I downloaded jrebel plugin in IDEA 16 and got a license. When I run my application with "jrebel run" button, I got the following output: 2016-07-07 13:40:18 JRebel: 2016-07-07 13:40:18 JRebel: …
Q_SJ
  • 207
  • 1
  • 4
  • 13
0
votes
1 answer

Eclipse server location - workspace metadata vs installation folder

When I go to server configuration in Eclipse, it let me choose three different configurations for server location Workspace metadata Installation folder Custom location How does the workspace metadata option actually work? Does it create a copy of…
Tuomas Toivonen
  • 21,690
  • 47
  • 129
  • 225