Reply To: JRebel struts tiles strange output
Hi Joel, The extra html from elements in tiles-def with blank values is resolved in the latest JRebel release. Can you try updating? To give a bit more insight, the blank values in tiles-def resolve...
View ArticleReply To: JRebel struts tiles strange output
Hi! Thanks for ultra rapid response. Upgrading to 6.3.2 fixed the issue. Thanks a lot Kind regards Joel
View ArticleReply To: Jrebel Error Persists Every Time WebSphere startup
Hi Matthew We have not received logs as of now, maybe they got lost on the way? Vootele
View ArticleUnable to start app with ssl debugging enabled
I have a standalone Java/Groovy application that I’m trying to run with JRebel while having SSL debugging turned on using the system property of: -Djavax.net.debug=ssl:handshake:verbose The...
View ArticleReply To: Unable to start app with ssl debugging enabled
Hello Joseph! Could you please send your trace and debug level jrebel.log file after reproducing the issue to support@zeroturnaround.com? You can find the instructions on how to generate that file...
View ArticleReply To: Unable to start app with ssl debugging enabled
I have trace logs enabled but nothing gets written to the log when I have this issue, it doesn’t seem like anything is starting up at all. I started another application with trace logs enabled and did...
View ArticleReply To: Unable to start app with ssl debugging enabled
Joseph, could you please check if you are actually connecting to the server with the debugger: agentlib:jdwp=transport=dt_socket,address=127.0.0.1:58961,suspend=y,server=n If not, then everything will...
View ArticleReply To: Unable to start app with ssl debugging enabled
Joseph, could you please also generate thread dumps with jstack and send us? ( http://docs.oracle.com/javase/7/docs/technotes/tools/share/jstack.html)?
View ArticleException in JRebel Plugin for IntelliJ Idea
I’ve started getting exceptions from the JRebel plugin (version 6.3.2-idea-13-15) for IDEA (15.0.3). I’m afraid I don’t have any good repro-steps for it since it has happened a few times while I’m...
View ArticleReply To: Exception in JRebel Plugin for IntelliJ Idea
Hello, Could you please send your ‘jrebel-intellij.log’ to support@zeroturnaround.com and mention that it is in regards to case #201412. By default the log will be generated to ~/.jrebel. Hopefully,...
View ArticleReply To: Switching to JRebel6: NoClassDefFoundError
This one just snagged me again as I upgraded to the latest version. Luckily I had been to this thread before so the it was a quick “fix” once I my memory was refreshed. Remind me again why there are...
View Articlejava.lang.NoClassDefFoundError: org/apache/commons/lang/StringEscapeUtils
Hi, I’m trying to use JRebel in my project but I get this error: [FATAL ERROR] org.zeroturnaround.javarebel.maven.GenerateRebelMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError)...
View ArticleReply To: java.lang.NoClassDefFoundError:...
Hello Alavaros! Thanks a lot for the error stack trace! Could you please aslo send your trace level jrebel.log file after reproducing the issue to support@zeroturnaround.com with the link to this...
View ArticleReply To: Switching to JRebel6: NoClassDefFoundError
Hey Since 6.0.0 release JRebel has 2 cores. You can see feature comparison at here, where JRebel 6 is the JRebel 6 Agent named around the product and has it’s binaries (including the jrebel.jar)...
View ArticleError When Launching XRebel 3.0
I am running a trial of XRebel 3.0 and getting the following stack trace when running XRebel. I am using JBoss EAP 6.3.x. I have received the same stack trace in 6.3.0 and 6.3.3 using JDK 1.7 and 1.8....
View ArticleReply To: Unable to start app with ssl debugging enabled
Hello Joseph! Hope you had great weekends! How things are going with your project? Did you have time to generate thread dumps with jstack and check the debugger connection? Please let us know if you...
View ArticleReply To: java.lang.NoClassDefFoundError:...
Hello Alavaros! Hope you had great weekends! How things are going with your project? Did you have any time to generate trace jrebel.log file for us? It’s not much we can do without this file to fix...
View ArticleReply To: FAILED to acquire lease from license server at URL..
Last issue was resolved via email. In summary: Old jrebel(5.x) did not support managed licenses from license server. Make sure to keep JRebel updated.
View ArticleReply To: Unable to start app with ssl debugging enabled
I don’t even see a Java process running when I have this issue so there’s nothing to take a thread dump from. I’ll keep trying to figure out what’s going on and if there’s more information I can...
View ArticleUnable to run with maven cargo
My project is using maven cargo command to build and deploy into Tomcat8 this is the original command in my .bat : mvn compile war:inplace cargo:run -P inplace,tomcat I followed two articles :...
View Article