Reply To: JRebel and Vert.x
As vertx 3.0 is just in front of the doors, are there any news? I am not an vertx expert, but regarding the release notes they rebuild the whole bootstraping and class loading concept from scratch....
View ArticleReply To: JRebel and Vert.x
I haven’t tested myself personally, but as this blogpost shows, JRebel apparently works with vertx 3.0 for doing generic code changes, but we don’t have any extra integration for re-configuring.
View ArticleReply To: Eclipse breakpoints sometimes fail with JRebel 6.2.0
I believe that we have not received the log file yet. In case it ended up in spam somewhere then can you try resending? E-mail where to send is support@zeroturnaround.com . There is more info about...
View ArticleCan't start jrebel
Hello, I have a problem running JRebel. I start the catalina-jrebel.bat (made via copy-paste from Netbeans IDE) and it gives me this error JREBEL: ERROR Couldn’t write to...
View ArticleReply To: Can't start jrebel
Hi Jakub, Can you double check the folder permissions. It is possible to remove permissions even for the administrator so running as admin can produce the same error. Are you able to change the...
View ArticleReply To: Can't start jrebel
Hi Meelis, I changed the permissions manually to allow everyone to have full access – still same. I also tried to change the contents of the folder (I tried creating .txt file and put some contents in...
View ArticleReply To: Can't start jrebel
Hi Jakub, Can you try running the provided testapp with “java -jar permission_check.jar C:\Users\jakub.kolacek\.jrebel” and copy the output. It will help us understand at which point the permission...
View ArticleNetbeans: Tomcat won't deploy context
Hello, I just installed the trial version of JRebel through the Netbeans plugins panel. When I try to start Tomcat I get the following error: 16-Jun-2015 17:24:15.171 SEVERE [localhost-startStop-1]...
View ArticleReply To: Netbeans: Tomcat won't deploy context
Blerg. Removed entry from POM and unticked the project in Netbeans JRebel panel and it seems to be OK now.
View ArticleGenerate on Build
I have noticed that the JRebel option of generating jrebel.xml on build is gone. Was that intentional? Thanks
View ArticleReply To: Can't start jrebel
Hi Jakub, Are you running netbeans as an admin? Can you try removing the .jrebel folder temporarily and start the server? Leave netbeans closed while doing it. Have you done any changes to the default...
View ArticleReply To: Can't start jrebel
Hi Meelis, Are you running netbeans as an admin? No Can you try removing the .jrebel folder temporarily and start the server? Same result Have you done any changes to the default catalina.bat? No If...
View ArticleReply To: Can't start jrebel
Hi Jakub, I have one idea how to narrow down on the issue. Can you try using the provided java agent instead of jrebel. Just change the -javaagent argument in catalina-jrebel.bat to...
View ArticleReply To: Can't start jrebel
Here is the output ############################################### ########### BEGIN PERMISSION CHECK ############ ############################################### working with path...
View ArticleReply To: Can't start jrebel
Hi Jakub, Seems like the path is resolved incorrectly for some reason. I added some more logging to the permissionCheckAgent. The previous link contains the updated version. It is possible that some...
View ArticleReply To: Can't start jrebel
Hi Meelis, I removed the quotes and it starts perfectly! Thanks for your help! BTW the .bat file was made via copy-paste from Netbeans 8.0.2, so it looks like the Netbeans plugin generates wrong data....
View ArticleReply To: Relative path for JRebel project in Eclipse
Hi Henri, I agree that there is no need at moment to implement such feature (as I mentioned above), and we solved the problem exactly as described, but it is quite inconvenient to synchronize these...
View ArticleReply To: Can't start jrebel
Hi Jakub, Thanks for reporting this. We will go over our documentation and fix this error. For future reference, if the path contains spaces, the correct way to use quotes would be to use set...
View ArticleReply To: JRebel Plugin + Eclipse Luna – Unhandled Event Loop Exception
I have a similar (if not the same issue). Today. Is anyone from ZeroTurnaround looking at this? Is there information that I can provide that would help with a solution?
View ArticleReply To: JRebel Plugin + Eclipse Luna – Unhandled Event Loop Exception
Hi John, Are you also running JRebel 6.1.2 I believe this was fixed in one of our recent releases. Could you try updating to 6.2.1 and let me know if you still run into this issue?
View Article