Reply To: static web content without classpath
This doesn’t work as well as I was hoping it would. After a Maven build JRebel still forcefully reloads all the Java classes. Since I excluded Java classes, I was hoping this wouldn’t happend anymore....
View ArticleReply To: JRebel: ERROR Failed to transform class… Null Pointer Exception
Hello Reuben! Thank you 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 ArticleJVM crash with Jrebel 6.4.x
Hello starting from Jrebel I experience crashes of the JVM while working on my application. I need to go back to 6.3.3 to continue working. I attach the console message and the corresponding log. # #...
View ArticleServlet Filter chain duplicated after reload – jrebel 6.4.3
After upgrading from 6.4.1 to 6.4.3 I noticed that after reloading classes, my filter chain is duplicated: before reload: filter1->filter2->filter3 after reload:...
View ArticleReply To: static web content without classpath
Hi Geoff I’m Vootele, an engineer here at ZeroTurnaround. Is it possible that you are running the application in exploded mode, in a way that when you recompile your .class files they end up in a...
View ArticleReply To: JVM crash with Jrebel 6.4.x
Hi Mauro, It seems this problem could be caused by the newer agent. Please try out the Legacy agent and see if it works with that. For that replace the agentpath argument with this(check that the path...
View ArticleReply To: Servlet Filter chain duplicated after reload – jrebel 6.4.3
Hi Tanel I’m Vootele, an engineer here at ZeroTurnaround. Thanks for reporting the issue! We are currently investigating a very similar issue, it does seem to be a regression in our Weblogic plugin....
View ArticleReply To: Servlet Filter chain duplicated after reload – jrebel 6.4.3
Silly me – copypasting your typo :) I’ll give it a try. If you don’t hear from me for a while, then it probably helped. ps. I got the same error using jrebel 6.4.1 today.
View ArticleReply To: Servlet Filter chain duplicated after reload – jrebel 6.4.3
Silly me for making the typo :) This does turn off rest of our WebLogic integration as well, so you will be lacking some of the functionality. We are hopeful that this is only a temporary workaround...
View ArticleReply To: Reinitialized Stateless Bean causes @Context injection to be null
For the future reference – the solution is available in the Nightly Build [link] and also will be in the next stable release.
View ArticleJRebel and ZK Theme/Child projects
Hi, I am trying to configure JRebel with our ZK web application. It has the following structure: ZK Webapp — ZK UI Theme — ZK UI Components — Database Classes We are using eclipse/maven and the —...
View ArticleError into log file
Hello, I look into jrebel.log and many times there are this error : 2016-05-11 10:46:13.579 ERROR [46] [Core] : com.zeroturnaround.javarebel.sx: fr.oseo.bdpme.defautcp.dao.Uti01029Dao at...
View ArticleReply To: Error into log file
Hello Marco! Thanks a lot for the error stack trace! Could you please send this full trace level jrebel.log file after reproducing the issue to support@zeroturnaround.com with the link to this forum...
View Article"Method code too large!" on large enum list
Hi, we using a code generation to convert a message.properties file into a list of enums. So we get one generated enum with more than 2500 values in the style of: public enum MessageKeys {...
View ArticleReply To: "Method code too large!" on large enum list
Hello Tobse! This is not a limitation of JRebel, but in a Class format. See here: http://stackoverflow.com/questions/11883043/does-an-enum-class-containing-20001-enum-constants-hit-any-limit 2500...
View ArticleReply To: "Method code too large!" on large enum list
Hi Valerie, thanks for the fast and detailed reply. Its a very good point, that we should review our MessageKey generation strategy. An now we know that the poor Java compiler is the bottleneck and...
View Articlenot seeing xrebel toolbar
I have added the xrebel java agent to weblogic server. When server starts up I see the xrebel message printed in server logs. xrebel logs are also printing out stuff. But after request returns I do...
View ArticleReply To: not seeing xrebel toolbar
2016-05-12 12:25:07.094 ERROR [Injection] [59/[ACTIVE] ExecuteThread: ‘4’ for queue: ‘weblogic.kernel.Default (self-tuning)’] Switching between charMode and byte mode. Content length will be kaput...
View ArticleReply To: not seeing xrebel toolbar
I was able to resolve this by adding /xrebel at end of the url
View ArticleReply To: JVM crash with Jrebel 6.4.x
Hi Mauro, Did you try out the legacy agent and did it help?
View Article