Reply To: Error opening zip file or JAR manifest missing
Hi Lavanya, It would seem from the error that you are pointing to a non-existing path, check your -javaagent or -agentpath argument in Tomcat startup script. Actually we recently fixed a bug which...
View ArticleReply To: JRebel loading of changed files not working
Case closed. JRebel works now OK. br, Esko
View ArticleCopious glassfish log output on reloading @ViewScoped JSF managed beans
JRebel 6.5.1 NetBeans8.1 (but Glassfish4.1, because for some strange reason my large web app takes about 10 times longer to deploy on Glassfish4.1.1 or Payara4.1). In a relatively standard (but...
View ArticleReply To: JRebel vs ObjectDB compatibility problem
Resuming (after some years) with: JRebel 6.5.1 ObjectDB-2.6.9_06 as JPA provider (with it own compile-time enhancement) NetBeans8.1 (but Glassfish4.1, because for some strange reason my large web app...
View ArticleReply To: Error opening zip file or JAR manifest missing
Hey, just wanted to check if you managed to get JRebel up and running for your environment?
View ArticleReply To: Plugin doesn't work with IntelliJ EAP 2016.3
Hello Ravi! We would really like to fix this bug for you but we need requested TRACE IDE log for the context so we can understand what is causing the issue. Please let us know what is the current...
View Articlejava.lang.VerifyError during startup
There are several post regarding java.langVerifyError, but I couldn’t find any explaining my problem. During startup I get a VerifyError on several of the jsp-tags. The environment is WebLogic 9.2...
View ArticleReply To: java.lang.VerifyError during startup
Hello Jarl Petter! You can try to use -Drebel.redefine_class=false flag in your VM options. It seems to be some some strange bug in the old JRockit. Please let us know if it helps! Kind regards, Valerie
View ArticleJrebel agent loads but can't read from eclipse directory
I get the following message in catalina.out: 2016-10-31 14:00:16 JRebel: WARN Invalid 'dir' defined in class path of rebel.xml (jndi:/tomcat-host-0/cc/WEB-INF/classes/rebel.xml): Directory...
View ArticlejRebel agent fails with NoClassDefFoundError – legacy Agent / no Agent...
Running e.g. a Jetty WebApp Container we’ve got some Portlet bridging code which does have a check like this: return ThreadPortletContext.getPortletRequest() != null where...
View ArticleReply To: Copious glassfish log output on reloading @ViewScoped JSF managed...
I have emailed support details of a mini test web app for ObjectDB that exhibits this problem with a download link and instructions on how to run the web app and provoke this problem.
View ArticleReply To: Jrebel agent loads but can't read from eclipse directory
Hi, I’m Risto, one of the engineers here at ZeroTurnaround. How are you today? Is it correct that JRebel gives an error for the dir defined in classpath but not for the dirs defined between the web...
View ArticleReply To: jRebel agent fails with NoClassDefFoundError – legacy Agent /...
Hello! Thank you for providing a description of the issue. Letting you know that we’re working on this bug and will keep you posted when there is a fix available in the nightly build. All the best, Tiit
View ArticleReply To: Spring beans and inheritance
Hi Marc, Have not heard from you some time. Hope you are doing great! Were you able to resolve the issue you were having. If you have not, then to reproduce the issue on our end we would need more...
View ArticleReply To: Jrebel agent loads but can't read from eclipse directory
Hi Risto, The error occurs for all those directories, and not just classpath. Classpath is the higher priority for me, however. permissions on bin/ is drwxr-xr-x, bin/main/ is drwxrwxrwx. assets does...
View ArticleReply To: Jrebel agent loads but can't read from eclipse directory
So.. the plot thickens. After talking with a sys admin locally he indicated that my own group changes were attempting to modify ldap defined groups, and for obvious reason, were not allowed. So, I...
View ArticleReply To: Apache tiles problem when adding jrebel.jar to Tomcat 8
Thanks to the ZeroTurnaround support team for helping me get this sorted out, really impressed with your service. To summarize for anyone who strikes a similar problem in the future, the problems with...
View ArticleConfusion with JRebel in IDEA
What’s the intended workflow of JRebel in IDEA? My project is managed by Gradle with war plugin. And my server is WildFly 10.1.0.Final. There’re 3 modules of my projects by Gradle, xxx-war,...
View ArticleReply To: Confusion with JRebel in IDEA
Hello, Are your modules exploded when they are deployed? JRebel does not require a rebel.xml file when your module is exploded on deployment. This would allow you to see changes reflected even without...
View ArticleReply To: Confusion with JRebel in IDEA
Yes. It’s exploded when they are deployed. But I have to click Run and choose Update classes and resources to see changes. Is it intended to? Because I can’t find Update classes and resources...
View Article