Reply To: JSP Compilation Error with Page Import with unchanged Java classes
Hello, Can you try updating your rebel.xml file to the following: <?xml version="1.0" encoding="UTF-8"?> <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleReply To: JRebel Activation through License Server
@ristoparnapuu DO I need the plugin for intelliJ if I run jrebel in command line ? I just tried with the plugin trial expired and the css is not reloading into my webpage.
View ArticleSpring beans and inheritance
Hi, I’ve got several spring beans, which rely on the same dependencies (@Autowired). So I’ve got a Superclass A which is inherited by the classes B and C. These are annotated with @Controller. When...
View ArticleReply To: JSP Compilation Error with Page Import with unchanged Java classes
Hi Colton Sorry I still get the same issue after applying the change you suggested. The JSPs haven’t changed and neither have the java classes that the JSPs are using. I have only changed an unrelated...
View ArticleI still got the "Remoting module 'bizwx' was not found"
I want deploy my webapp to the remote tomcat and it run at windows system. And I still got the “Remoting module ‘bizwx’ was not found” from server side. Following message from My IDE(Idea):Cannot find...
View ArticleReply To: I still got the "Remoting module 'bizwx' was not...
Should I config the Host element in Server.xml Or change something? I have no idea.
View ArticleReply To: I still got the "Remoting module 'bizwx' was not...
Following is my server log 2016-10-23 16:41:53.086 INFO [0] [Licensing] Current installation GUID is g1A90zAdo5PvwCvp3PVPJCWoAfIKE2pfYMKo0XfXy2Q= 2016-10-23 16:41:53.174 INFO [0] [Licensing] Using...
View ArticleReply To: JRebel Activation through License Server
@sneeze The ide plugin is not needed if you are running JRebel standalone via command line. If your trial has expired then JRebel will not reload your changes to your application. If you have a valid...
View ArticleReply To: WebServlet Added Twice
Hey, I wanted to let you know that we have managed to fix the issue. However the fix is currently only available in our nightly build, please try it out and let us know of the results! Nightly build –...
View ArticleReply To: I still got the "Remoting module 'bizwx' was not...
Hi, At first glance it seems that your application artifact does not have a rebel-remote.xml in its classpath. Could you verify that the .war you are deploying to the remote Tomcat has a...
View ArticleReply To: Issue reloading JAX-RS services on Websphere Liberty
Issue has been fixed in 6.5.2 – thanks :)
View ArticleReply To: JRebel Activation through License Server
@ristoparnapuu Yes I do have a corporate license for jRebel. I used the trial version for the plugin in intellij because I cannot get it to pass through the proxy and I’m getting an error 407. The...
View ArticleReply To: Spring beans and inheritance
Hi Marc Ende, Could you please describe the changes you are making to those classes that are not being reloaded. Can you please send us your trace level jrebel.log file after reproducing the issue?...
View ArticleReply To: JRebel Activation through License Server
@sneeze I think i understand your problem now. I assume you are not using the latest JRebel (6.5.2), if not then could you please try appending the following parameter to your VM options:...
View ArticleJRebel loading of changed files not working
Console shows that JRebel atleast tries to load changed file: 2016-10-25 11:17:51 JRebel: Reloading action bean com.enersize.app.action.secure.ProcessPageAction Oct 25, 2016 11:17:52 AM...
View ArticleReply To: JRebel loading of changed files not working
Clarification: Tomcat runs on localhost, started via STS. The file in question is com.enersize.app.action.secure.ProcessPageAction.java. Console shows that rebel.xml should be OK, the right dirs are...
View ArticlePlugin doesn't work with IntelliJ EAP 2016.3
The JRebel plugin doesn’t load with the new 2016.3 EAP. I even tried to update the plugin but to no avail. Once I update the buttons for JRebel disappear. IU-163.6512.17, JRE 1.8.0_112-release-b403x64...
View ArticleReply To: Plugin doesn't work with IntelliJ EAP 2016.3
Hi Ravi, I’m Phil, one of the engineers here at ZeroTurnaround. How are you today? Can you please send your trace level jrebel-intellij.log file to support@zeroturnaround.com after reproducing the...
View ArticleError opening zip file or JAR manifest missing
I have the following configurations Running Tomcat on VM tried running jrebel but getting the following error while starting the tomcat. Error opening zip file or JAR manifest missing
View ArticleTomcat startup very slow when in debug mode
I am using JRebel with intellij idea and tomcat on my project. When not in debug mode, the project finishes starting up within 35 seconds or so. But when in debug mode, it will often take more than...
View Article