Reply To: Unable to start app with ssl debugging enabled
Yep, switching to the legacy agent resolves the problem for me. Everything starts up just like I would expect. Have you been able to reproduce the issue?
View ArticleReply To: Unable to start app with ssl debugging enabled
The issue you discovered reproduces easily on wide range of application servers and Java versions, thanks for reporting it. We will let you know as soon as we have some progress with it.
View ArticleRemote server config: missing checkbox for "when a file is not...
I’m helping out a coworker whose JRebel remote server configuration does not match mine. I have version 6.3.0 and see the check box “When a file is not found in IDE workspace, remove it from the...
View ArticleReply To: 'Unknown service requested' with Spring...
I’m having a similar problem. I’m using Jrebel 6.3.3, SpringFramework 4.2.3.RELEASE, and Hibernate 5.0.5.Final. Running on Apache Tomcat 8.0.30 with jdk1.8.0_66. Already tried without JRebel and...
View ArticleReply To: Jrebel with jersey, testng and jmockit will fall into nullpointer...
Yes, problem still exists but I cannot provide stack trace for now. Will mail you when prohibition will be solved. Thanks.
View ArticleReply To: 'Unknown service requested' with Spring...
Hello Lalo! Thanks a lot for the error stack trace and description of your environment! Could you please send your trace level jrebel.log file after reproducing the issue to support@zeroturnaround.com...
View ArticleReply To: Remote server config: missing checkbox for "when a file is not...
Hi Marc! We indeed moved this configuration option from servers to projects. Having (or not having) a need for this is related to configuration and structure of a particular project, not a particular...
View ArticleReply To: Remote server config: missing checkbox for "when a file is not...
Thanks Sander, this is a helpful and convincing explanation. I’m going to spend some time to revisit why (and for which projects) we needed to disable the deletion-sync feature. We use ant and some...
View ArticleIntellij IDEA 15.0.3 – JRebel Agent 6.3.3 running but dont see code...
I’ve installed Intellij IDEA 15.0.3 and the JRebel Agent 6.3.3 I think I’ve followed your link correctly :-) https://zeroturnaround.com/software/jrebel/quickstart/intellij/#!/project-configuration 1....
View ArticleReply To: Intellij IDEA 15.0.3 – JRebel Agent 6.3.3 running but dont...
Hey, JRebel is generally JavaEE tool, running JRebel correctly with Swing and JavaFX is a bit complex and not that straightforward. The line indicates that JRebel reloads the class change, however...
View ArticleReply To: Unable to start app with ssl debugging enabled
Hey Joseph, We have fix available for your issue and it will be included to our next stable release version 6.4.0. Meanwhile you can use JRebel Standalone Nightly Build to switch back to JRebel 6...
View ArticleReply To: Intellij IDEA 15.0.3 – JRebel Agent 6.3.3 running but dont...
FYI, I’m having a very similar problem, but with JSP/Tomcat (not Swing/JavaFX) on Intellij 15.0.3. I’ve built my multimodule app, created an artifact as an “exploded war”, run it with JRebel, see the...
View ArticleJRebel and Intellij – Not catching JSP updates
I’ve been struggling to get Intellij and JRebel to work with a web app that is normally built with Ant. The build is complex, but I finally have it building and running in Intellij (without JRebel)....
View ArticleReply To: Intellij IDEA 15.0.3 – JRebel Agent 6.3.3 running but dont...
Hi Tom, Are you seeing messages from JRebel saying the JSP is being reloaded by JRebel? If not can you verify that in your rebel.xml file there is a <web> tag that points to the source location...
View ArticleReply To: JRebel and Intellij – Not catching JSP updates
Hi Tom, It looks like the problem is with where your <web> tag is pointing. It appears that you are pointing to the build location. However, since JSPs are not compiled this location is probably...
View ArticleReply To: JRebel and Intellij – Not catching JSP updates
Thank you for the responses. With that additional information I was able to fix the project to work (so far!) The changed rebel.xml file looks like this: <?xml version="1.0" encoding="UTF-8"?>...
View ArticleReply To: Netbeans remote synchronization fails
I can’t recall the exact cause, but it was networking related (not jrebel). I also can’t recall the solution, but it is solved now. The browser idea helpt with the debugging, so thanks. Please close...
View ArticleReply To: JRebel and Intellij – Not catching JSP updates
Great to hear. Hopefully no other issues come up, but let us know if they do. This reply was modified 15 hours, 54 minutes ago by Colton Sablinsky.
View ArticleReply To: XRebel in Spring Boot
Hi I am facing the same issue. I have a spring boot application. I want to activate Xrebel on this. So I used mvn clean package and then I used java -jar -Dspring.profiles.active=dev...
View ArticleExpected performance impact?
I do have a web application with many dependencies (Spring, JSF, …) and while HTTP requests to services do take 100-150 ms without JRbel, they do take 1-1,5 seconds (meaning 10 times longer) with...
View Article