Reply To: XRebel in Spring Boot
Deepika, Please try changing the order of the arguments in the command line: java -javaagent:/User/[PathtoXrebel]/xrebel.jar -jar -Dspring.profiles.active=dev target/ProjectName.jar The -javaagent...
View ArticleReply To: Expected performance impact?
Hi Peter, Such a performance hit is definitely not an expected behaviour. However, performance issues are not very easy to solve without a clearer information about your configuration and JRebel logs....
View ArticleReply To: Intellij IDEA 15.0.3 – JRebel Agent 6.3.3 running but dont...
Hello Tom! Did you manage to configure your rebel.xml file to see the JSP files? You can find more information from here: https://manuals.zeroturnaround.com/jrebel/standalone/config.html Please let us...
View ArticleSpringHibernateEjbPersistenceProvider could not be processed
Hi, since upgrading to jRebel 6 (6.3.3) we get a lot of the following Exception on Weblogic Serverstart (WebLogic Server-Version: 12.1.1.0) from jRebel (using Spring 4.2.4 and Hibernate 4.3):...
View ArticleReply To: Intellij IDEA 15.0.3 – JRebel Agent 6.3.3 running but dont...
Hi Valerie – Yes, I was able to do the correct configuration for this project. Here’s what I finally wound up with: <web> <link target="/"> <!-- Get everything BUT the XML files from...
View ArticleReply To: SpringHibernateEjbPersistenceProvider could not be processed
Hello Indigo! Thanks a lot for the error stack trace! Could you please send your trace level jrebel.log file after reproducing the issue to support@zeroturnaround.com with the link to this forum...
View ArticleJrebel 6.3.3 Eclipse Weblogic stuck on deployment
I just upgraded my Jrebel in Eclipse(Luna 4.4.2) to version 6.3.3 and my application takes ages to deploy on Weblogic and most of the time goes in timeout. If I select the old Jrebel Agent 6.2.4 from...
View ArticleReply To: Jrebel 6.3.3 Eclipse Weblogic stuck on deployment
Hello Massimo! Thanks a lot for the error stack trace! Could you please send your trace level jrebel.log files from both JRebel 6.2.4 and 6.3.3 (generated separately, of course) after reproducing the...
View ArticleReply To: Jrebel 6.3.3 Eclipse Weblogic stuck on deployment
thanks, I’ll do.. strange thing after the timeout if I restart weblogic it does start fine, but if I retry to another deployment I get the same problem.
View ArticleReply To: Expected performance impact?
Hi Veiko, thanks, I’ll follow your instructions to create a trace log later this week and send it to your support email address.
View ArticleJRebel activation from License Server fails when running with Java > 1.8.0_66
Hi @all, I didn’t find public bug tracker so I’m reporting this here. Today I run into an issue with JRebel activation in IntellJ. I was getting error message saying that connection to licensing...
View ArticleNullPointerException in JaxRsUtil#createMappingPath() in JRebel v. 6.3.3
Running on a local instance of Weblogic server after just upgrading to 6.3.3, every request to my app throws the following NullPointerException: <Feb 24, 2016 10:32:38 AM EST> <Error>...
View ArticleReply To: NullPointerException in JaxRsUtil#createMappingPath() in JRebel v....
Hi Marc, What version of Java and WebLogic are you using? If you remove the JRebel java agent does this error go away? Regards, Colton
View ArticleReply To: NullPointerException in JaxRsUtil#createMappingPath() in JRebel v....
Hi Colton, Here’s my Java version: java version “1.7.0_79” Java(TM) SE Runtime Environment (build 1.7.0_79-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode) And Weblogic is version...
View ArticleReply To: JRebel activation from License Server fails when running with Java...
Hi Oliver, Thank you for bringing this to our attention. Just to verify this error was on the IDE side correct? You downgraded the version of Java in your local environment not on the license server...
View ArticleReply To: JRebel activation from License Server fails when running with Java...
Hi Colton, Yes, I downgraded my local Java installation. Also, I forgot to mention that I use JRebel v6.3.3 with Windows 7. Regards, Oliver
View ArticleReply To: Linux, Java 6 and Play2 framework – issue processing...
As an update to XRebel and it’s support of Play. As of XRebel 2.X we have removed Play 1 support. As of now we have no plans to support Play 1 or Play 2 with XRebel.
View ArticleReply To: Jrebel 6.3.3 Eclipse Weblogic stuck on deployment
Hello Massimo! We can not give you any news until we get the trace level jrebel.log file from your side, for now we don’t have enough information to investigate and fix this issue. With the best...
View Article