Reply To: Strange startup errors
Hi, This error does seem interesting and certainly shouldn’t happen. Can you provide the TRACE level jrebel.log and send it to support@zeroturnaround.com with link to this conversation. Guide to logs:...
View ArticleReply To: Error on Webserver starup
I went back to 6.2.5 and now I am getting: Exception in thread “main” java.lang.NoSuchMethodException: com.zeroturnaround.javarebel.auM.premain(java.lang.String, java.lang.instrument.Instrumentation)...
View ArticleReply To: JRebel not breaks our app after JRuby version upgrade
Do you have rails development mode on? Can you try turning it off?
View ArticleError running JRebel and XRebel at the same time.
I get an error when I try to run a Tomcat web service from IntelliJ IDEA 15.0 using JRebel and XRebel at the same time. If I run just using JRebel, everything is fine. If I run just using XRebel,...
View ArticleReply To: Error running JRebel and XRebel at the same time.
Hi Smheaton, Could you send us in both a jrebel.log and xrebel.log after recreating the problem into support@zeroturnaround.com. The xrebel logging is turned on by default and the log file can be...
View ArticleReply To: Error running JRebel and XRebel at the same time.
Hi, Colton… Email sent! Please let me know if you need anything else. Thank you for your help with this. Regards, Sean
View ArticleReply To: jRebel not working
I am also facing same problem. Please let me know what i need to do. Its urgent.
View ArticleReply To: jRebel not working
Hi Jrebel Staff, I have valid licence, i have not shared my licence with anyone. But yesterday i was switched between one network to another network frequently because of some network problem at home....
View ArticleHaving troubles with jrebel remoting connection
Dear jrebel team, Having a trouble with jrebel remoting plugin connection. So from the logs I see that handshake has been made successful but then I’m getting unknown response because of...
View ArticleReply To: jRebel not working
Hello Sathyanarayana! Recently we moved from JRebel Social to myJRebel https://my.jrebel.com/ Could you please follow these steps [link] to forward the migration? All the information from your...
View ArticleFirst JRebel "reload" loads all classes
Hi, I’m running JRebel with the command-line. The first time I’m trying a modified class, I see in the console that ALL classes are being reloaded, after that it will only reload what it needs though....
View ArticleReply To: First JRebel "reload" loads all classes
Hi, A common cause can be that the classes are compiled using maven before packaging the application and after making a change the classes are compiled using eclipse compiler. Does this describe your...
View ArticleReply To: First JRebel "reload" loads all classes
Yes, I’m using Intellij IDEA and the classes are indeed intially compiled with maven then subsequently with Intellij… Is there a way that I can avoid these super slow reloads? Thanks for the quick...
View ArticleReply To: First JRebel "reload" loads all classes
Hi, Can you double check what compiler your intellij is configured to use? This is found under Settings->Build,Execution,Deployment->Compiler->Java Compiler If its set to anything other than...
View ArticleReply To: First JRebel "reload" loads all classes
-Drebel.check_class_hash=true working great! Fantastic, thank you so much. Candide
View ArticleReply To: Having troubles with jrebel remoting connection
Hi, Can you try running without the -Drebel.remoting.sapAuthenticator=true option set. Does reloading work then?
View ArticleReply To: Spring prototype beans not reloaded
To me, use of Spring prototype beans is a pretty natural extension of using Spring in the first place. We have a large application which is using primarily XML config for Spring. By wiring things via...
View ArticleEclipse JRebel-JVMTI [ERROR] exit code 512
Eclipse JRebel-JVMTI [ERROR] exit code 512 When I try to run “jrebel maven eclipse project” I get the following error: sh: 1: Bad substitution JRebel-JVMTI [ERROR] Process finished with exit code 512...
View ArticleReply To: Dynamic Client from CXF doesn't work with Jrebel on weblogic...
Hello Sebastian! It’s Valerie from ZeroTurnaround. You have reported to us that there are some integration issues between JRebel and Dynamic Client from CXF 3.0.0-SNAPSHOT. To be able to deal with...
View ArticleReply To: Eclipse JRebel-JVMTI [ERROR] exit code 512
Hi, It is unfortunate that the startup is failing. It seems it happens while executing some shell command in the jrebel agent. Can you try changing the VM arguments to (replace the ${jrebel_args}):...
View Article