<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ZeroTurnaround Support Forum &#187; Recent Posts</title>
<link>http://zeroturnaround.com/forum/</link>
<description>ZeroTurnaround Support Forum &#187; Recent Posts</description>
<language>en</language>
<pubDate>Mon, 21 May 2012 16:40:25 +0000</pubDate>

<item>
<title>bm97 on "Netbeans plattform 7 rcp support?"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=1709#post-8283</link>
<pubDate>Mon, 21 May 2012 16:37:13 +0000</pubDate>
<dc:creator>bm97</dc:creator>
<guid isPermaLink="false">8283@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://t.co/g7MEtpTV&#34; rel=&#34;nofollow&#34;&#62;http://t.co/g7MEtpTV&#60;/a&#62; = screencast, which shows what jrebel and nbm development
&#60;/p&#62;</description>
</item>
<item>
<title>Rein on "What does LiveRebel do when checking at change compatibility ?"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2014#post-8282</link>
<pubDate>Mon, 21 May 2012 10:45:15 +0000</pubDate>
<dc:creator>Rein</dc:creator>
<guid isPermaLink="false">8282@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The compatibility check is for hot-patching only. We distinguish 100+ low-level changes that can be applied to a class/method/field during the update (e.g. add new static field). Each type of change is known to be either a) compatible, b) compatible with a warning (depends on the actual application and change), c) incompatible.&#60;/p&#62;
&#60;p&#62;During the comparison LiveRebel compares classes between the old and new version and tries to detect those types of changes in your application. The compatibility of the whole update is detected by the worst singe change it contains.&#60;/p&#62;
&#60;p&#62;Any change to an XML is &#34;compatible with a warning&#34;. For configuration changes we recommend to use rolling restart or full restart.
&#60;/p&#62;</description>
</item>
<item>
<title>Ievgen on "Synchronous update across several JVMs"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2013#post-8281</link>
<pubDate>Mon, 21 May 2012 10:37:02 +0000</pubDate>
<dc:creator>Ievgen</dc:creator>
<guid isPermaLink="false">8281@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Thanks for reply. &#60;/p&#62;
&#60;p&#62;Is there an API for LiveRebel to write a support for a custom container ?&#60;br /&#62;
Or do you have plans to provide a support (of LiveRebel) for standalone JVMs ?
&#60;/p&#62;</description>
</item>
<item>
<title>Andres Luuk on "Synchronous update across several JVMs"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2013#post-8280</link>
<pubDate>Mon, 21 May 2012 10:23:45 +0000</pubDate>
<dc:creator>Andres Luuk</dc:creator>
<guid isPermaLink="false">8280@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
To answer your questions from the first post:&#60;br /&#62;
1. Currently there is now way to sync JRebel running across multiple JVMs.&#60;br /&#62;
2. The default time between class reload checks is 500 ms.&#60;br /&#62;
3. JRebel API is meant for framework integrations. It is for enabling reloading on custom classloaders and re-executing some initialization when class reload has occurred.&#60;br /&#62;
By using JRebel API you can make an event to execute after a class has changed (point 2.3): zeroturnaround.com/software/jrebel/resources/jrebel-plugins/
&#60;/p&#62;</description>
</item>
<item>
<title>mirko on "LiveRebel Command Center running on different port"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2012#post-8279</link>
<pubDate>Mon, 21 May 2012 10:13:03 +0000</pubDate>
<dc:creator>mirko</dc:creator>
<guid isPermaLink="false">8279@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;it is possible, from readme.txt:&#60;/p&#62;
&#60;p&#62;Browse to &#60;a href=&#34;https://localhost:9001&#34; rel=&#34;nofollow&#34;&#62;https://localhost:9001&#60;/a&#62;&#60;br /&#62;
If this port doesn't work for you please provide one when starting the server by setting LIVEREBEL_PORT environment variable to your liking. You may also change the JAVA_OPTS environment variable.&#60;/p&#62;
&#60;p&#62;If you have configured a reverse proxy then you can use the contextPath variable to force this web application to a  specific context path.&#60;br /&#62;
Example: export JAVA_OPTS=&#34;-DcontextPath=/my-very-own-path&#34; and then you can access it via &#60;a href=&#34;https://yourhost.com/my-very-own-path&#34; rel=&#34;nofollow&#34;&#62;https://yourhost.com/my-very-own-path&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let us know if you face further issues.
&#60;/p&#62;</description>
</item>
<item>
<title>Ievgen on "Synchronous update across several JVMs"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2013#post-8278</link>
<pubDate>Mon, 21 May 2012 09:48:53 +0000</pubDate>
<dc:creator>Ievgen</dc:creator>
<guid isPermaLink="false">8278@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;I've just looked one more time through the LiveRebel product.&#60;br /&#62;
It seems doing exactly what I want, however these JVMs in my case form a private cloud computing framework . Is it possible to use some API to make LiveRebel supprot custom &#34;App Server&#34; each of each is actually a standalone JVM ?
&#60;/p&#62;</description>
</item>
<item>
<title>Ievgen on "What does LiveRebel do when checking at change compatibility ?"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2014#post-8277</link>
<pubDate>Mon, 21 May 2012 09:13:22 +0000</pubDate>
<dc:creator>Ievgen</dc:creator>
<guid isPermaLink="false">8277@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Could you tell me what does LiveRebel actually do when saying that this or that update is compatible / not compatible with the deployed version ?&#60;br /&#62;
Does it basically look for supported/nonsupported changes ( &#60;a href=&#34;http://zeroturnaround.com/software/jrebel/features/)&#34; rel=&#34;nofollow&#34;&#62;http://zeroturnaround.com/software/jrebel/features/)&#60;/a&#62; ?
&#60;/p&#62;</description>
</item>
<item>
<title>Ievgen on "Synchronous update across several JVMs"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2013#post-8276</link>
<pubDate>Mon, 21 May 2012 08:59:49 +0000</pubDate>
<dc:creator>Ievgen</dc:creator>
<guid isPermaLink="false">8276@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I've written a simple test that consists of a client and server sending each other SomeClass object via RMI.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;public class SomeClass implements Serializable
{
    public int getVersion()
    {
        return 1;
    }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;On the client side I ask the server to return the result of getVersion() method and compare it to the result obtained locally.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;while(true) {
                        int localVersion = someClass.getVersion();
                        int remoteVersion = service.getVersion(someClass);
                        if (localVersion != remoteVersion) {
                            throw new RuntimeException(&#38;quot;Local version &#38;quot; + localVersion + &#38;quot; does not match the remote &#38;quot; + remoteVersion);
                        }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Changing the version returned by getVersion() method results in the exception above.&#60;br /&#62;
If I put some Thread.sleep(1000) everything works smoothly.&#60;/p&#62;
&#60;p&#62;So, a couple of questions arise:&#60;br /&#62;
1. Could you tell me is there a way to sync an update across multiple JVMs ?&#60;br /&#62;
2. And how frequently JRebel checks the timestamps of the classes. ?&#60;br /&#62;
3. Can I intrude into the process of reloading classes by using JRebel API ?&#60;/p&#62;
&#60;p&#62;P.S. I'm testing against JRebel Social
&#60;/p&#62;</description>
</item>
<item>
<title>Andres Luuk on "JRebel caused java.net.NetworkInterface error after class modification"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2001#post-8275</link>
<pubDate>Mon, 21 May 2012 08:58:17 +0000</pubDate>
<dc:creator>Andres Luuk</dc:creator>
<guid isPermaLink="false">8275@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
We found out that there is a bug with NetworkInterface.getNetworkInterfaces() in your WAS version and that causes us some problems, we will find a fix for it in JRebel.
&#60;/p&#62;</description>
</item>
<item>
<title>tang on "JRebel caused java.net.NetworkInterface error after class modification"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2001#post-8274</link>
<pubDate>Mon, 21 May 2012 08:40:15 +0000</pubDate>
<dc:creator>tang</dc:creator>
<guid isPermaLink="false">8274@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Dear Andres,&#60;/p&#62;
&#60;p&#62;We found this issue was related to that we set the IP of license server to multiple host names in the &#34;hosts&#34; file.
&#60;/p&#62;</description>
</item>
<item>
<title>sanderwartenberg on "LiveRebel Command Center running on different port"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2012#post-8273</link>
<pubDate>Mon, 21 May 2012 07:28:06 +0000</pubDate>
<dc:creator>sanderwartenberg</dc:creator>
<guid isPermaLink="false">8273@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;By default, the LiveRebel Command Center runs on port 9001. Is it possible to change this?
&#60;/p&#62;</description>
</item>
<item>
<title>aleksey on "JRebel-Websphere-EJB: Could not regenerate EJB class"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=1947#post-8266</link>
<pubDate>Mon, 21 May 2012 06:45:20 +0000</pubDate>
<dc:creator>aleksey</dc:creator>
<guid isPermaLink="false">8266@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Thanks to JRebel support team!
&#60;/p&#62;</description>
</item>
<item>
<title>SpaceDog on "JRebel not monitoring a single thing inside exploded WAR"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2006#post-8265</link>
<pubDate>Sun, 20 May 2012 21:47:19 +0000</pubDate>
<dc:creator>SpaceDog</dc:creator>
<guid isPermaLink="false">8265@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;FYI: I just preemptively sent my jrebel.log file to &#60;a href=&#34;mailto:support@zeroturnaround.com&#34;&#62;support@zeroturnaround.com&#60;/a&#62;, so there's no need to ask for it here.  Now you have all of the info you need.  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>SpaceDog on "JRebel not monitoring a single thing inside exploded WAR"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2006#post-8264</link>
<pubDate>Sun, 20 May 2012 21:36:31 +0000</pubDate>
<dc:creator>SpaceDog</dc:creator>
<guid isPermaLink="false">8264@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;[the rest of my post follows...]&#60;/p&#62;
&#60;p&#62;=========================================================&#60;br /&#62;
&#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#38;gt;&#60;br /&#62;
&#38;lt;application xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xmlns=&#34;http://www.zeroturnaround.com&#34; xsi:schemaLocation=&#34;http://www.zeroturnaround.com &#60;a href=&#34;http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd&#34; rel=&#34;nofollow&#34;&#62;http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd&#60;/a&#62;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;classpath&#38;gt;&#60;br /&#62;
        &#38;lt;dir name=&#34;/Users/&#38;lt;username&#38;gt;/SoftwareDevelopment/Projects/ByLanguage/Java/applications/&#38;lt;anonymized&#38;gt;/&#38;lt;anonymized&#38;gt;/deploy/local/exploded/WEB-INF/classes&#34; /&#38;gt;&#60;br /&#62;
    &#38;lt;/classpath&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;war dir=&#34;/Users/&#38;lt;username&#38;gt;/SoftwareDevelopment/Projects/ByLanguage/Java/applications/&#38;lt;anonymized&#38;gt;/&#38;lt;anonymized&#38;gt;/deploy/local/exploded/&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;web&#38;gt;&#60;br /&#62;
        &#38;lt;link target=&#34;/&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;dir name=&#34;/Users/&#38;lt;username&#38;gt;/SoftwareDevelopment/Projects/ByLanguage/Java/applications/&#38;lt;anonymized&#38;gt;/&#38;lt;anonymized&#38;gt;/web&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;/dir&#38;gt;&#60;br /&#62;
        &#38;lt;/link&#38;gt;&#60;br /&#62;
    &#38;lt;/web&#38;gt;&#60;br /&#62;
&#38;lt;/application&#38;gt;&#60;br /&#62;
=========================================================&#60;br /&#62;
(Note: I've tried it both with and without the &#34;&#38;lt;war&#38;gt;&#34; element)&#60;/p&#62;
&#60;p&#62;So, we know that Jetty gets started properly, with JRebel correctly piggybacking atop the JVM.  All files are in the right locations.  All filesystem permissions are good.  And yet it NEVER, EVER detects any changes to any files.  I'm thus led to believe that I just blew money on a license for some Java code which does nothing but print stuff to a text file and my container's STDOUT stream.  Dude, a college freshman can do that, and for free, too.&#60;/p&#62;
&#60;p&#62;Any ideas?  This is supposed to be so simple.  I've gone through the entire First-Aid and Installation documentation several times.  I've searched on the forums again and again.  Not a single person has had my problem.  And yet I'm a very experienced developer and UNIX sysadmin and still can't get a single class setup to be monitored.  WTF.
&#60;/p&#62;</description>
</item>
<item>
<title>SpaceDog on "JRebel not monitoring a single thing inside exploded WAR"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2006#post-8263</link>
<pubDate>Sun, 20 May 2012 21:35:48 +0000</pubDate>
<dc:creator>SpaceDog</dc:creator>
<guid isPermaLink="false">8263@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;First, here's my environment:&#60;/p&#62;
&#60;p&#62;OS: OS X (10.7.3)&#60;br /&#62;
Servlet container: Jetty (7.x)&#60;br /&#62;
IDE: IntelliJ IDEA 10.5.4&#60;br /&#62;
JVM version: 1.7&#60;br /&#62;
JRebel version: 4.6.2&#60;br /&#62;
JRebel IntelliJ plugin version: 1.3.16&#60;br /&#62;
JRebel license: 1 seat, limited, personal, expires on 2013-05-19 21:40&#60;/p&#62;
&#60;p&#62;I invoke Jetty from the command-line using the suggested jetty-jrebel.sh wrapper which adds the appropriate -javaagent switch and the [correct] path to jrebel.jar, which is located under ~/.jrebel/jrebel.jar.  In fact, everything (the properties file, the license file, the bin/ directory, etc.) is under ~/.jrebel/.  There are no spaces in any paths, I've double-checked.  All file permissions are correct.  JRebel debug logging has been turned on.&#60;/p&#62;
&#60;p&#62;When I start up my container and tail both the jrebel.log and stderrout.log (from Jetty) files, I see that JRebel is indeed being pulled in.  The Jetty log file contains the line &#34;JRebel: Starting logging to file: /private/var/log/jrebel.log&#34;, followed by license info and a list of disabled plugins.  I DO NOT, however, see a single line in any of the log files telling me that it's monitoring any classes.  I do see jrebel.log mentioning a lot of Jetty-related classes, but that's it.  After that, about once every 5 seconds, the jrebel.log file is truncated and new content added regarding license info and disabled plugins.  It has never mentioned anything about class reloading or class monitoring.&#60;/p&#62;
&#60;p&#62;All compiled classes get put under build/production/&#38;lt;project name&#38;gt;/ at the root of my project, and this directory is what I set as my classpath directory inside my rebel.xml file.  I've checked and confirmed about 30 times now that the rebel.xml file is properly placed inside my WEB-INF/classes/ directory which, upon project build/make, gets published to the following directory under my project root: &#34;deploy/local/exploded/&#34;.&#60;/p&#62;
&#60;p&#62;Here is my full rebel.xml file (with private info anonymized):&#60;/p&#62;
&#60;p&#62;=========================================================&#60;br /&#62;
&#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8... [truncated]
&#60;/p&#62;</description>
</item>
<item>
<title>Michael Chang on "reload class only in debug mode"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=902#post-8262</link>
<pubDate>Sun, 20 May 2012 21:05:42 +0000</pubDate>
<dc:creator>Michael Chang</dc:creator>
<guid isPermaLink="false">8262@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Gotta love it when people never reply back about how they solved their problem.  I see this all the time in these forums.  In fact you see it a lot in the Java world in general.
&#60;/p&#62;</description>
</item>
<item>
<title>Andres Luuk on "how to install Jrebel offline in myeclipse 8.6"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2003#post-8257</link>
<pubDate>Sun, 20 May 2012 05:18:16 +0000</pubDate>
<dc:creator>Andres Luuk</dc:creator>
<guid isPermaLink="false">8257@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
The update-site.zip offline Installation file is meant for Eclipse JRebel plugin offline installation. You install it as you would any other eclipse plugin (from Eclipse):&#60;br /&#62;
Help-&#38;gt;Install New Software..-&#38;gt;(From the Site list) Add-&#38;gt;Location to the file you download.&#60;br /&#62;
A tutorial how to install JRebel through Eclipse marketplace:&#60;br /&#62;
&#60;a href=&#34;http://zeroturnaround.com/software/jrebel/eclipse-jrebel-tutorial/&#34; rel=&#34;nofollow&#34;&#62;http://zeroturnaround.com/software/jrebel/eclipse-jrebel-tutorial/&#60;/a&#62;&#60;br /&#62;
If you did not want the Eclipse installer, then you should download JRebel from:&#60;br /&#62;
&#60;a href=&#34;http://zeroturnaround.com/software/jrebel/current/&#34; rel=&#34;nofollow&#34;&#62;http://zeroturnaround.com/software/jrebel/current/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>anton on "Configuration of JRebel isn&#039;t working"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=1993#post-8256</link>
<pubDate>Sat, 19 May 2012 14:06:38 +0000</pubDate>
<dc:creator>anton</dc:creator>
<guid isPermaLink="false">8256@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;What is the exact version of Glassfish? Will it make a diference if you start the container outside the ide? (have to configura javaagent manually)
&#60;/p&#62;</description>
</item>
<item>
<title>houjinxin on "how to install Jrebel offline in myeclipse 8.6"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2003#post-8254</link>
<pubDate>Sat, 19 May 2012 05:59:25 +0000</pubDate>
<dc:creator>houjinxin</dc:creator>
<guid isPermaLink="false">8254@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;nobody give me some advice?
&#60;/p&#62;</description>
</item>
<item>
<title>houjinxin on "how to install Jrebel offline in myeclipse 8.6"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2003#post-8249</link>
<pubDate>Sat, 19 May 2012 03:55:13 +0000</pubDate>
<dc:creator>houjinxin</dc:creator>
<guid isPermaLink="false">8249@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;I hava download the update-site.zip offline Installation file. but i dont know how to install it.&#60;br /&#62;
So, somebody can give me some advice? very very Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>bmvakili on "JRebel Remote: ERR_UNKNOWN_REBEL_ID"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=1960#post-8246</link>
<pubDate>Fri, 18 May 2012 18:57:37 +0000</pubDate>
<dc:creator>bmvakili</dc:creator>
<guid isPermaLink="false">8246@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Nevermind! It's working now!&#60;/p&#62;
&#60;p&#62;The issue was that I had yet to deploy the WAR file containing the rebel.xml files.&#60;br /&#62;
Awesome.
&#60;/p&#62;</description>
</item>
<item>
<title>bm97 on "Feature request: Agent-Settings: Sort custom properties by name"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=1996#post-8245</link>
<pubDate>Fri, 18 May 2012 17:56:06 +0000</pubDate>
<dc:creator>bm97</dc:creator>
<guid isPermaLink="false">8245@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Thank you. Good to know.
&#60;/p&#62;</description>
</item>
<item>
<title>bmvakili on "JRebel Remote: ERR_UNKNOWN_REBEL_ID"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=1960#post-8244</link>
<pubDate>Fri, 18 May 2012 17:39:02 +0000</pubDate>
<dc:creator>bmvakili</dc:creator>
<guid isPermaLink="false">8244@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;I'm having same issue.
&#60;/p&#62;</description>
</item>
<item>
<title>tinsua on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8243</link>
<pubDate>Fri, 18 May 2012 13:19:40 +0000</pubDate>
<dc:creator>tinsua</dc:creator>
<guid isPermaLink="false">8243@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;OK, thank you very much!
&#60;/p&#62;</description>
</item>
<item>
<title>igor.bljahhin on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8242</link>
<pubDate>Fri, 18 May 2012 13:16:51 +0000</pubDate>
<dc:creator>igor.bljahhin</dc:creator>
<guid isPermaLink="false">8242@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi again!&#60;/p&#62;
&#60;p&#62;I got information, that proxy support is not implemented in JRebel client to avoid commercial usage of Social service. So, it was done on purpose.&#60;/p&#62;
&#60;p&#62;I will forward the issue with your locked activation to developers.
&#60;/p&#62;</description>
</item>
<item>
<title>tinsua on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8241</link>
<pubDate>Fri, 18 May 2012 12:59:20 +0000</pubDate>
<dc:creator>tinsua</dc:creator>
<guid isPermaLink="false">8241@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Thank you for your help and info.&#60;/p&#62;
&#60;p&#62;Is there any date for the next version? And is there any quick solution I can possibly try&#60;br /&#62;
for the current version to work? I tried to get the evaluation license, but won't let me, tells me&#60;br /&#62;
that the product is already activated with the social one, even if i remove and reinstall jrebel.&#60;br /&#62;
(guess it connects my IP to the license?)
&#60;/p&#62;</description>
</item>
<item>
<title>Andres Luuk on "JRebel caused java.net.NetworkInterface error after class modification"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2001#post-8240</link>
<pubDate>Fri, 18 May 2012 12:42:30 +0000</pubDate>
<dc:creator>Andres Luuk</dc:creator>
<guid isPermaLink="false">8240@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
We must investigate. What JRebel version are you using?&#60;br /&#62;
Could you say what version of Java are you using and what is your exact version of application server.&#60;br /&#62;
Could you add -Drebel.log=true -Drebel.log.trace=true to jvm arguments, reproduce the issue, and send jrebel.log (by default will be generated to the same folder as jrebel.jar) to &#60;a href=&#34;mailto:support@zeroturnaround.com&#34;&#62;support@zeroturnaround.com&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>tang on "JRebel caused java.net.NetworkInterface error after class modification"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2001#post-8239</link>
<pubDate>Fri, 18 May 2012 12:37:31 +0000</pubDate>
<dc:creator>tang</dc:creator>
<guid isPermaLink="false">8239@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Once I modify my class, JRebel failed to reload it by causing following error:&#60;/p&#62;
&#60;p&#62;[5/18/12 20:30:09:560 CST] 00000012 BusinessExcep E   CNTR0019E: EJB threw an unexpected (non-declared) exception during invocation of method &#34;invokeWithTransactionAttributeRequiresNew&#34;. Exception data: java.lang.Error: IP Helper Library GetIfTable function failed&#60;br /&#62;
	at java.net.NetworkInterface.getAll(Native Method)&#60;br /&#62;
	at java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:297)&#60;br /&#62;
	at com.zeroturnaround.javarebel.zv.a(JRebel:17)&#60;br /&#62;
	at com.zeroturnaround.javarebel.rX.&#38;lt;clinit&#38;gt;(JRebel:71)&#60;br /&#62;
	at java.lang.J9VMInternals.initializeImpl(Native Method)&#60;br /&#62;
	at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)&#60;br /&#62;
	at com.zeroturnaround.javarebel.qa.a(JRebel:1039)&#60;br /&#62;
	at com.zeroturnaround.javarebel.oz.reloadClass(JRebel:763)&#60;br /&#62;
	at com.zeroturnaround.javarebel.oX.reloadClass(JRebel:175)&#60;br /&#62;
	at com.zeroturnaround.javarebel.oX.b(JRebel:157)&#60;br /&#62;
	at com.zeroturnaround.javarebel.oX.b(JRebel:148)&#60;br /&#62;
	at com.zeroturnaround.javarebel.zz.b(JRebel:85)&#60;br /&#62;
	at com.zeroturnaround.javarebel.SDKReloaderImpl.checkAndReload(JRebel:87)&#60;br /&#62;
	at com.zeroturnaround.javarebel.zz.a(JRebel:75)&#60;br /&#62;
	at com.zeroturnaround.javarebel.yE.getDeclaredConstructor(JRebel:307)&#60;br /&#62;
	at java.lang.Class.getDeclaredConstructor(Class.java)&#60;br /&#62;
	at com.zeroturnaround.javarebel.yE.newInstance(JRebel:416)&#60;br /&#62;
	at java.lang.Class.newInstance(Class.java)&#60;br /&#62;
	at com.ibm.ejs.container.EJSHome.createBeanO(EJSHome.java:1030)&#60;br /&#62;
	at com.ibm.ejs.container.EJSHome.createBeanO(EJSHome.java:1141)&#60;br /&#62;
	at com.ibm.ejs.container.activator.UncachedActivationStrategy.atActivate(UncachedActivationStrategy.java:84)&#60;br /&#62;
	at com.ibm.ejs.container.activator.Activator.activateBean(Activator.java:599)&#60;br /&#62;
	at com.ibm.ejs.container.EJSContainer.preInvokeActivate(EJSContainer.java:3964)&#60;br /&#62;
	at com.ibm.ejs.container.EJSContainer.EjbPreInvoke(EJSContainer.java:3349)&#60;br /&#62;
	at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:623)&#60;br /&#62;
	at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.ja... [truncated]
&#60;/p&#62;</description>
</item>
<item>
<title>igor.bljahhin on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8238</link>
<pubDate>Fri, 18 May 2012 12:14:33 +0000</pubDate>
<dc:creator>igor.bljahhin</dc:creator>
<guid isPermaLink="false">8238@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;That might be a reason. Currently JRebel client does not use proxy to connect to Social, as far as I know. I will record your case and the proxy support will be probably implemented in next version of JRebel client.
&#60;/p&#62;</description>
</item>
<item>
<title>tinsua on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8237</link>
<pubDate>Fri, 18 May 2012 12:03:18 +0000</pubDate>
<dc:creator>tinsua</dc:creator>
<guid isPermaLink="false">8237@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Yes, I have been using jrebel for the last 3 years and I never had any issue.&#60;/p&#62;
&#60;p&#62;Now, at my new job, I have this issue. The browser has proxy, yes, I tried removing it&#60;br /&#62;
but still same error.  But it reaches &#60;a href=&#34;https://social.jrebel.com:443&#34; rel=&#34;nofollow&#34;&#62;https://social.jrebel.com:443&#60;/a&#62; via the browser only with the proxy on.
&#60;/p&#62;</description>
</item>
<item>
<title>igor.bljahhin on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8236</link>
<pubDate>Fri, 18 May 2012 11:59:49 +0000</pubDate>
<dc:creator>igor.bljahhin</dc:creator>
<guid isPermaLink="false">8236@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Did it worked before?  Are you using proxy in your web browser?
&#60;/p&#62;</description>
</item>
<item>
<title>tinsua on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8235</link>
<pubDate>Fri, 18 May 2012 11:53:44 +0000</pubDate>
<dc:creator>tinsua</dc:creator>
<guid isPermaLink="false">8235@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;JRebel 4.6.2 (201205021440)
&#60;/p&#62;</description>
</item>
<item>
<title>igor.bljahhin on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8234</link>
<pubDate>Fri, 18 May 2012 11:52:01 +0000</pubDate>
<dc:creator>igor.bljahhin</dc:creator>
<guid isPermaLink="false">8234@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;What is the version of your JRebel client?
&#60;/p&#62;</description>
</item>
<item>
<title>tinsua on "Cannot connect to license server"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=2000#post-8233</link>
<pubDate>Fri, 18 May 2012 11:43:08 +0000</pubDate>
<dc:creator>tinsua</dc:creator>
<guid isPermaLink="false">8233@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I get the following error when trying to use jrebel.&#60;/p&#62;
&#60;p&#62;[2012-05-18 13:16:29] JRebel: Contacting license server social.jrebel.com:443.&#60;br /&#62;
[2012-05-18 13:17:53]&#60;br /&#62;
[2012-05-18 13:17:53] JRebel: WARNING! WARNING! WARNING! WARNING! WARNING!&#60;br /&#62;
[2012-05-18 13:17:53] JRebel: Cannot establish connection to the license server!&#60;br /&#62;
[2012-05-18 13:17:53] JRebel: Please make sure you can connect to &#60;a href=&#34;https://social&#34; rel=&#34;nofollow&#34;&#62;https://social&#60;/a&#62;&#60;br /&#62;
.jrebel.com:443&#60;/p&#62;
&#60;p&#62;I can connect to the &#60;a href=&#34;https://social.jrebel.com:443&#34; rel=&#34;nofollow&#34;&#62;https://social.jrebel.com:443&#60;/a&#62;, and I have a social license.&#60;/p&#62;
&#60;p&#62;I would appreciate your help!
&#60;/p&#62;</description>
</item>
<item>
<title>erkki on "Feature request: Agent-Settings: Sort custom properties by name"</title>
<link>http://zeroturnaround.com/forum/topic.php?id=1996#post-8232</link>
<pubDate>Fri, 18 May 2012 10:08:43 +0000</pubDate>
<dc:creator>erkki</dc:creator>
<guid isPermaLink="false">8232@http://zeroturnaround.com/forum/</guid>
<description>&#60;p&#62;The agent settings app may disappear in the next JRebel version, and will be replaced with in-IDE UI. Will take that suggestion into consideration for that.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

